Home
last modified time | relevance | path

Searched defs:anonymous (Results 1 – 25 of 160) sorted by relevance

1234567

/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DCarVersionTest.java72 CarVersion anonymous = CarVersion.forMajorAndMinorVersions(version.getMajorVersion(), in testTiramisu_0() local
121 CarVersion anonymous = CarVersion.forMajorAndMinorVersions(version.getMajorVersion(), in testTiramisu_1() local
170 CarVersion anonymous = CarVersion.forMajorAndMinorVersions(version.getMajorVersion(), in testTiramisu_2() local
219 CarVersion anonymous = CarVersion.forMajorAndMinorVersions(version.getMajorVersion(), in testTiramisu_3() local
269 CarVersion anonymous = CarVersion.forMajorAndMinorVersions(version.getMajorVersion(), in testUpsideDownCake_0() local
H A DPlatformVersionTest.java73 PlatformVersion anonymous = PlatformVersion.forMajorAndMinorVersions( in testTiramisu_0() local
122 PlatformVersion anonymous = PlatformVersion.forMajorAndMinorVersions( in testTiramisu_1() local
171 PlatformVersion anonymous = PlatformVersion.forMajorAndMinorVersions( in testTiramisu_2() local
220 PlatformVersion anonymous = PlatformVersion.forMajorAndMinorVersions( in testTiramisu_3() local
270 PlatformVersion anonymous = PlatformVersion.forMajorAndMinorVersions( in testUpSideDownCake_0() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DMethodTest.java171 Object anonymous = new InterfaceA() { in testImplementedInterfaceMethodOfAnonymousClass() local
180 Object anonymous = new Object() { in testPublicMethodOfAnonymousClass() local
189 Object anonymous = new Object() { in testGetMethodDoesNotReturnPrivateMethodOfAnonymousClass() local
201 Object anonymous = new Object() { in testGetDeclaredMethodReturnsPrivateMethodOfAnonymousClass() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/
H A DInvokableTest.java543 Class<?> anonymous = in testAnonymousClassDefaultConstructor() local
559 Class<?> anonymous = new Base("test", 0) {}.getClass(); in testAnonymousClassWithTwoParametersConstructor() local
584 Class<?> anonymous = in doTestStaticAnonymousClassDefaultConstructor() local
603 Class<?> anonymous = in AnonymousClassInConstructor() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/reflect/
H A DInvokableTest.java543 Class<?> anonymous = in testAnonymousClassDefaultConstructor() local
559 Class<?> anonymous = new Base("test", 0) {}.getClass(); in testAnonymousClassWithTwoParametersConstructor() local
584 Class<?> anonymous = in doTestStaticAnonymousClassDefaultConstructor() local
603 Class<?> anonymous = in AnonymousClassInConstructor() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dreflection.cpp100 bool anonymous = IsAnonymous(baseName); in addUniform() local
135 bool anonymous = IsAnonymous(name); in addPipeIOVariable() local
579 bool anonymous = false; in addDereferencedUniform() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp100 bool anonymous = IsAnonymous(baseName); in addUniform() local
135 bool anonymous = IsAnonymous(name); in addPipeIOVariable() local
579 bool anonymous = false; in addDereferencedUniform() local
/aosp_15_r20/external/mesa3d/docs/
H A Drepository.rst19 .. _anonymous: target
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/
H A DSubclassByteBuddyMockMakerTest.java40 Observer anonymous = new Observer() { in is_type_mockable_allow_anonymous() local
H A DInlineByteBuddyMockMakerTest.java248 Observer anonymous = new Observer() { in is_type_mockable_allows_anonymous() local
/aosp_15_r20/external/googleapis/google/apps/drive/activity/v2/
H A Dactor.proto35 AnonymousUser anonymous = 2; field
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/process_madvise/
H A Dprocess_madvise.h24 int anonymous; member
/aosp_15_r20/external/turbine/javatests/com/google/turbine/deps/
H A DTransitiveTest.java205 public void anonymous() throws Exception { in anonymous() method in TransitiveTest
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.h65 bool anonymous = false; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlow_energy_advertising_manager.cc126 bool anonymous, in StartAdvertising()
H A Dfake_adapter.cc157 bool anonymous, in StartAdvertising()
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py414 def anonymous(): function
424 def anonymous(): function
439 def anonymous(): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtestpatch.py414 def anonymous(): function
424 def anonymous(): function
439 def anonymous(): function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/
H A Dlow_energy_advertiser.h127 bool anonymous; member
/aosp_15_r20/build/blueprint/bootstrap/bpdoc/
H A Dbpdoc.go175 anonymous bool member
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DShared.java269 final String anonymous = activity.getString(R.string.anonymous_application); in getCallingAppName() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/
H A Dperipheral.cc159 bool anonymous = false; in Advertise() local
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp44 } anonymous; in testAnonymous() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dpredefined-expr.cpp502 NS::ContainerForAnonymousRecords anonymous; in main() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmessageformat2test_custom.cpp108 …LocalPointer<Person> anonymous(new Person(UnicodeString("Mx."), UnicodeString("Anonymous"), Unicod… in testCustomFunctionsComplexMessage() local

1234567