Home
last modified time | relevance | path

Searched defs:_class (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/javassist/src/test/javassist/
H A DSetterTest.java33 Class _class = clazz.toClass(capability); in testFieldGetter() local
51 Class _class = clazz.toClass(capability); in testFieldGetterSetter() local
71 Class _class = clazz.toClass(capability); in testStaticFieldGetter() local
90 Class _class = clazz.toClass(capability); in testStaticFieldGetterSetter() local
98 private void check(Class _class, Object object, boolean shouldBe) in check()
107 private void set(Class _class, Object object, boolean willBe) in set()
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXInput.h77 #define FindTypeAndClass(d,type,_class,classid,offset) \ argument
87 #define DeviceKeyPress(d,type,_class) \ argument
90 #define DeviceKeyRelease(d,type,_class) \ argument
93 #define DeviceButtonPress(d,type,_class) \ argument
96 #define DeviceButtonRelease(d,type,_class) \ argument
99 #define DeviceMotionNotify(d,type,_class) \ argument
102 #define DeviceFocusIn(d,type,_class) \ argument
105 #define DeviceFocusOut(d,type,_class) \ argument
108 #define ProximityIn(d,type,_class) \ argument
111 #define ProximityOut(d,type,_class) \ argument
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/extensions/
DXInput.h77 #define FindTypeAndClass(d,type,_class,classid,offset) \ argument
87 #define DeviceKeyPress(d,type,_class) \ argument
90 #define DeviceKeyRelease(d,type,_class) \ argument
93 #define DeviceButtonPress(d,type,_class) \ argument
96 #define DeviceButtonRelease(d,type,_class) \ argument
99 #define DeviceMotionNotify(d,type,_class) \ argument
102 #define DeviceFocusIn(d,type,_class) \ argument
105 #define DeviceFocusOut(d,type,_class) \ argument
108 #define ProximityIn(d,type,_class) \ argument
111 #define ProximityOut(d,type,_class) \ argument
[all …]
/aosp_15_r20/external/libwebsockets/lib/system/smd/
H A Dsmd.c39 lws_smd_msg_alloc(struct lws_context *ctx, lws_smd_class_t _class, size_t len) in lws_smd_msg_alloc()
285 lws_smd_msg_printf(struct lws_context *ctx, lws_smd_class_t _class, in lws_smd_msg_printf()
332 lws_smd_class_t _class, const char *format, ...) in lws_smd_ss_msg_printf()
373 lws_smd_class_t _class; in _lws_smd_ss_rx_forward() local
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-lws_smd/
H A Dmain.c33 smd_cb1int(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, in smd_cb1int()
47 smd_cb2int(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, in smd_cb2int()
66 smd_cb3int(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, in smd_cb3int()
/aosp_15_r20/external/rust/android-crates-io/crates/jni/tests/
Dexecutor.rs116 let _class = AutoLocal::new(env.find_class(MATH_CLASS).unwrap(), &env); localVariable
142 let _class = AutoLocal::new(env.find_class(MATH_CLASS).unwrap(), &env); localVariable
/aosp_15_r20/external/libkmsxx/py/tests/
H A Dsync.py27 def fire(_class): argument
39 def next_timeout(_class): argument
/aosp_15_r20/external/libwebsockets/lib/misc/
H A Ddir.c291 const char *_class; member
347 const char *_class, const char *filter, in lws_plugins_init()
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dcoap.py156 def _class(self): member in CoapCode
164 def from_class_and_detail(cls, _class, detail): argument
/aosp_15_r20/external/jackson-databind/src/test/resources/com/fasterxml/jackson/databind/deser/
H A DDummyProcessableContent.json2 "_class":"com.fasterxml.jackson.databind.deser.GenericContent", string
/aosp_15_r20/external/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c598 lws_smd_ss_cb(void *opaque, lws_smd_class_t _class, in lws_smd_ss_cb()
629 lws_smd_class_t _class; in lws_ss_smd_tx_cb() local
/aosp_15_r20/external/libwebsockets/lib/plat/unix/
H A Dunix-plugins.c36 const char *sofilename, const char *_class, in lws_plat_dlopen()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DClassKey.java27 private Class<?> _class; field in ClassKey
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
H A DNamedType.java13 protected final Class<?> _class; field in NamedType
/aosp_15_r20/external/libwebsockets/lib/plat/windows/
H A Dwindows-plugins.c38 const char *sofilename, const char *_class, in lws_plat_dlopen()
/aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
H A Dlws-minimal-esp32.c112 smd_cb(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, in smd_cb()
/aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
H A Dlws-minimal-esp32.c115 smd_cb(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, in smd_cb()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
H A DTypeKey.java14 protected Class<?> _class; field in TypeKey
/aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
H A Dlws-minimal-esp32.c145 smd_cb(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, in smd_cb()
/aosp_15_r20/external/emma/core/java12/com/vladium/util/exception/
H A DAbstractRuntimeException.java187 final Class _class = getClass (); in getMessage() local
H A DAbstractException.java187 final Class _class = getClass (); in getMessage() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
Dparser.py17 def __init__(self, _class=None, *, policy=compat32): argument
/aosp_15_r20/system/tools/xsdc/tests/
Dtests.cpp221 Class _class = *read(Resource("reference.xml").c_str()); in TEST_F() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
Dparser.py17 def __init__(self, _class=None, *, policy=compat32): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/email/
H A Dparser.py17 def __init__(self, _class=None, *, policy=compat32): argument

12345678910>>...12