Searched defs:SELF (Results  1 – 13 of 13) sorted by relevance
| /external/python/cpython3/Include/ | 
| D | methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)  argument 55 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)  argument
  | 
| /external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ | 
| D | Name.java | 46   public static final Name SELF = new Name(".", ".");  field in Name
  | 
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ | 
| D | Axis.java | 117   public static final int SELF = 13;  field in Axis
  | 
| /external/python/cpython2/Include/ | 
| D | methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)  argument
  | 
| /external/cronet/third_party/protobuf/php/tests/proto/ | 
| D | test_reserved_message_upper.proto | 63 message SELF {}  message
  | 
| D | test_reserved_enum_value_upper.proto | 64   SELF = 78;  enumerator
  | 
| D | test_reserved_enum_upper.proto | 63 enum SELF { ZERO79 = 0; }  enum
  | 
| /external/protobuf/php/tests/proto/ | 
| D | test_reserved_enum_value_upper.proto | 65   SELF = 78;  enumerator
  | 
| D | test_reserved_message_upper.proto | 64 message SELF {}  message
  | 
| D | test_reserved_enum_upper.proto | 64 enum SELF { ZERO79 = 0; }  enum
  | 
| /external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/ | 
| D | JDK14LoggerAdapter.java | 582     static String SELF = JDK14LoggerAdapter.class.getName();  field in JDK14LoggerAdapter
  | 
| /external/clang/test/SemaCXX/ | 
| D | warn-unused-local-typedef.cpp | 223     typedef B SELF;  in typedefs_in_constructors()  typedef
  | 
| /external/python/cpython2/Modules/ | 
| D | clmodule.c | 33 #define SELF    ((clobject *) self)  macro
  |