Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 50) sorted by relevance

12

/aosp14/frameworks/base/tools/aapt2/java/
H A DClassDefinition.h66 bool empty() const override { in empty() function
111 bool empty() const override { in empty() function
151 bool empty() const override { in empty() function
226 bool empty() const override { in empty() function
H A DClassDefinition.cpp68 bool ClassDefinition::empty() const { in empty() function in aapt::ClassDefinition
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCharSequencesTest.java44 String empty = toString(forAsciiBytes(bytes, 0, 3).subSequence(3, 3)); in testCharSequences() local
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DMatrixTests.cpp31 Rect empty(15, 20, 15, 100); in TEST() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeZoneConfigurationTest.java36 TimeZoneConfiguration empty = new TimeZoneConfiguration.Builder().build(); in testIntrospectionMethods() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifStackController.kt37 val empty = NotifStats(0, false, false, false, false) regex
/aosp14/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
H A DCameraTooTest.java57 Size empty = new Size(0, 0), fatAndFlat = new Size(100, 0), tallAndThin = new Size(0, 100); in compareSizesByArea() local
104 Size empty = new Size(0, 0), fatAndFlat = new Size(100, 0), tallAndThin = new Size(0, 100); in chooseBigEnoughSize() local
/aosp14/frameworks/base/core/java/android/util/
H A DJsonWriter.java238 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { in open()
249 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptHistoryImplTest.kt40 fun empty() { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DPinInputViewModel.kt120 fun empty() = PinInputViewModel(listOf(ClearAll())) regex
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuThreadReaderEndToEndTest.java178 Consumer<Long> empty = (i) -> { in iterativeWork() local
/aosp14/system/core/libutils/include/utils/
H A DString8.h243 inline const String8 String8::empty() { in empty() function
H A DSortedVector.h138 inline bool empty() const{ return isEmpty(); } in empty() function
H A DList.h183 inline bool empty() const { return mpMiddle->getNext() == mpMiddle; } in empty() function
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DOptimize.cpp85 static std::string empty; in GetCompilationPackage() local
116 static std::set<std::string> empty; in GetSplitNameDependencies() local
H A DDump.cpp96 static std::string empty; in GetCompilationPackage() local
123 static std::set<std::string> empty; in GetSplitNameDependencies() local
H A DCompile.cpp616 static std::string empty; in GetCompilationPackage() local
635 static std::set<std::string> empty; in GetSplitNameDependencies() local
/aosp14/frameworks/base/core/tests/systemproperties/src/android/os/
H A DSystemPropertiesTest.java225 final String empty = SystemProperties.digestOf(); in testDigestOf() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DLockscreenCredentialTest.java30 LockscreenCredential empty = LockscreenCredential.createNone(); in testEmptyCredential() local
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DGrainFilter.java179 Frame[] empty = {}; in process() local
/aosp14/frameworks/base/core/java/android/content/res/loader/
H A DResourcesProvider.java69 public static ResourcesProvider empty(@NonNull AssetsProvider assetsProvider) { in empty() method in ResourcesProvider
/aosp14/frameworks/base/core/jni/
H A Dandroid_content_res_ResourceTimer.cpp91 jstring empty = counterName(env, 0); in NativeEnableTimers() local
/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.h119 bool empty() const { return fUsed == 0; } in empty() function
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerServiceTest.java227 Timeouts empty = Timeouts.parse(""); in testTimeouts() local
337 PerPackageReadTimeouts empty = PerPackageReadTimeouts.parse("", defVCs, defTs); in testPerPackageReadTimeouts() local
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletServiceInfo.java148 private static ServiceMetadata empty() { in empty() method in QuickAccessWalletServiceInfo.ServiceMetadata

12