Home
last modified time | relevance | path

Searched defs:SELF (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/external/python/cpython3/Include/
Dmethodobject.h66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument
73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmethodobject.h66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument
73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmethodobject.h66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument
73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmethodobject.h66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument
73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmethodobject.h66 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument
73 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DName.java46 public static final Name SELF = new Name(".", "."); field in Name
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DAxis.java117 public static final int SELF = 13; field in Axis
/aosp_15_r20/external/python/cpython2/Include/
Dmethodobject.h48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument
/aosp_15_r20/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/jul/
H A DJDK14LoggerAdapter.java212 static String SELF = JDK14LoggerAdapter.class.getName(); field in JDK14LoggerAdapter
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/proto/
H A Dtest_reserved_enum_value_upper.proto65 SELF = 78; enumerator
H A Dtest_reserved_message_upper.proto64 message SELF {} message
H A Dtest_reserved_enum_upper.proto64 enum SELF { ZERO79 = 0; } enum
/aosp_15_r20/external/protobuf/php/tests/proto/
H A Dtest_reserved_message_upper.proto64 message SELF {} message
H A Dtest_reserved_enum_value_upper.proto65 SELF = 78; enumerator
H A Dtest_reserved_enum_upper.proto64 enum SELF { ZERO79 = 0; } enum
/aosp_15_r20/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/
DChatManager.java58 public static final String SELF = "self"; field in ChatManager
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_comptime.py19 SELF = None variable
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp223 typedef B SELF; in typedefs_in_constructors() typedef
/aosp_15_r20/external/python/cpython2/Modules/
Dclmodule.c33 #define SELF ((clobject *) self) macro
/aosp_15_r20/out/soong/.intermediates/external/slf4j/slf4j-jdk14/android_common_apex33/turbine/
Dslf4j-jdk14.jarorg/slf4j/ILoggerFactory.class <Unknown> package org.slf4j public abstract org.slf4j ...
/aosp_15_r20/out/soong/.intermediates/external/slf4j/slf4j-jdk14/android_common_apex33/javac/
Dslf4j-jdk14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/aosp_15_r20/prebuilts/misc/common/droiddriver/
HDdroiddriver-0.9.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
HDdroiddriver-1.0.0-BETA1.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/appium/ io/ ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjimfs-1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/error_prone/jimfs/
HDjimfs-1.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

1234