Home
last modified time | relevance | path

Searched defs:class (Results 276 – 300 of 1191) sorted by relevance

1...<<11121314151617181920>>...48

/aosp_15_r20/cts/tests/framework/base/windowmanager/intent_tests/newDocumentCases/
H A Dtest-14.json7 "class": "android.server.wm.intent.Activities$DocumentLaunchNeverActivity", string
13 "class": "android.server.wm.intent.Activities$SingleInstanceActivity", string
21 "class": "android.server.wm.intent.Activities$DocumentLaunchNeverActivity", string
H A Dtest-15.json7 "class": "android.server.wm.intent.Activities$RegularActivity", string
13 "class": "android.server.wm.intent.Activities$DocumentLaunchIntoActivity", string
22 "class": "android.server.wm.intent.Activities$DocumentLaunchIntoActivity", string
H A Dtest-16.json7 "class": "android.server.wm.intent.Activities$RegularActivity", string
13 "class": "android.server.wm.intent.Activities$DocumentLaunchAlwaysActivity", string
22 "class": "android.server.wm.intent.Activities$DocumentLaunchAlwaysActivity", string
H A Dtest-17.json7 "class": "android.server.wm.intent.Activities$RegularActivity", string
13 "class": "android.server.wm.intent.Activities$DocumentLaunchIntoActivity", string
22 "class": "android.server.wm.intent.Activities$DocumentLaunchIntoActivity", string
/aosp_15_r20/cts/tests/framework/base/windowmanager/intent_tests/newTask/
H A Dtest-16.json6 "class": "android.server.wm.intent.Activities$RegularActivity", string
12 "class": "android.server.wm.intent.Activities$SingleInstanceActivity", string
20 "class": "android.server.wm.intent.Activities$RegularActivity", string
/aosp_15_r20/cts/tests/framework/base/windowmanager/intent_tests/forResult/
H A Dtest-11.json6 "class": "android.server.wm.intent.Activities$SingleTaskActivity", string
12 "class": "android.server.wm.intent.Activities$SingleInstanceActivity", string
20 "class": "android.server.wm.intent.Activities$SingleTaskActivity", string
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDasm-tree-5.0.3.jar ... String desc public java.util.List values static Class class$org$objectweb$asm$tree$ ...
HDasm-tree-5.0.4.jar ... String desc public java.util.List values static Class class$org$objectweb$asm$tree$ ...
HDcommons-logging-1.1.1.jar ... static org.apache.log4j.Priority traceLevel static Class class$org$apache$commons$logging$ ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/vectordrawable/vectordrawable-animated/1.2.0/
H A Dvectordrawable-animated-1.2.0-versionMetadata.json1 [{"class":"androidx.vectordrawable.graphics.drawable.Animatable2Compat.AnimationCallback","addedIn"… string
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-beta02/
H A Dgridlayout-1.1.0-beta02-versionMetadata.json1 [{"class":"androidx.gridlayout.widget.GridLayout.Alignment","addedIn":"1.0.0","methods":[],"fields"… string
/aosp_15_r20/external/elfutils/lib/
H A Deu-config.h35 # define rwlock_define(class,name) class pthread_rwlock_t name argument
36 # define once_define(class,name) class pthread_once_t name = PTHREAD_ONCE_INIT argument
52 # define rwlock_define(class,name) class int name argument
58 # define once_define(class,name) argument
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/heifwriter/heifwriter/1.1.0-alpha03/
H A Dheifwriter-1.1.0-alpha03-versionMetadata.json1 [{"class":"androidx.heifwriter.HeifWriter","addedIn":"1.0.0","methods":[{"method":"addBitmap(androi… string
/aosp_15_r20/external/perfmark/api/src/test/java/io/perfmark/
H A DCompatibilityTest.java260 …try (var c = (Closeable) perfMarkClz.getMethod("traceTask", Object.class, fnClz).invoke(null, new … in traceTask_namedFunction() argument
405 try (var stream = loader.getResourceAsStream(name.replace('.', '/') + ".class")) { in loadClass()
433 try (var stream = loader.getResourceAsStream(name.replace('.', '/') + ".class")) { in loadClass()
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dautoload.php7 function protobuf_autoloader_impl($class, $prefix) {
15 function protobuf_autoloader($class) {
/aosp_15_r20/external/protobuf/conformance/
H A Dautoload.php7 function protobuf_autoloader_impl($class, $prefix) {
15 function protobuf_autoloader($class) {
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/nfa/
H A Dcontiguous.rs193 let class = self.byte_classes.get(byte); in next_state() localVariable
660 let class = state[State::KIND].low_u16().high_u8(); in read() localVariable
717 let class = u32::from(classes.get(t.byte())); in write() localVariable
832 let class = chunk.to_ne_bytes()[i % 4]; in transitions() localVariable
849 let class = i.as_u8(); in transitions() localVariable
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/customview/customview/1.2.0-alpha03/
H A Dcustomview-1.2.0-alpha03-versionMetadata.json1 [{"class":"androidx.customview.widget.ViewDragHelper.Callback","addedIn":"1.0.0","methods":[{"metho… string
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp29 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; } argument
30 #define USESTATICMEMFUNC(class, func) void (*UNIQ(use)())() { return &class::func; } argument
31 #define USECLASS(class) void UNIQ(USE)() { class x; } argument
32 #define USECOPYASSIGN(class) class& (class::*UNIQ(use)())(class&) { return &class::operator=; } argument
33 #define USEMOVEASSIGN(class) class& (class::*UNIQ(use)())(class&&) { return &class::operator=; } argument
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/php/
H A Dautoload.php9 function protobuf_autoloader_impl($class, $prefix, $include_path) {
17 function protobuf_autoloader($class) {
/aosp_15_r20/external/protobuf/benchmarks/php/
H A Dautoload.php9 function protobuf_autoloader_impl($class, $prefix, $include_path) {
17 function protobuf_autoloader($class) {
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_verify.c613 struct cil_class *class = node->data; in __cil_verify_ordered_node_helper() local
1508 struct cil_class *class; in __cil_verify_permissionx() local
1562 struct cil_class *class = node->data; in __cil_verify_class() local
1792 static int __cil_verify_map_perm(struct cil_class *class, struct cil_perm *perm, struct cil_symtab_… in __cil_verify_map_perm()
1814 static int __cil_verify_perms(struct cil_class *class, struct cil_list *perms, struct cil_symtab_da… in __cil_verify_perms()
1946 struct cil_class *class; member
/aosp_15_r20/external/coreboot/src/security/intel/cbnt/
H A Dlogging.c65 uint32_t class : 6; member
82 uint32_t class : 6; member
92 uint32_t class : 6; member
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/commons-logging/commons-logging/1.2/
HDcommons-logging-1.2.jar ... logName protected volatile int currentLogLevel private volatile String shortLogName static Class class$java$lang$Thread static Class class ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/
HDcommons-logging-1.2.jar ... logName protected volatile int currentLogLevel private volatile String shortLogName static Class class$java$lang$Thread static Class class ...

1...<<11121314151617181920>>...48