Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 8900) sorted by relevance

12345678910>>...356

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DVisitor.java30 void visitStackInstruction( StackInstruction obj ); in visitStackInstruction()
33 void visitLocalVariableInstruction( LocalVariableInstruction obj ); in visitLocalVariableInstruction()
36 void visitBranchInstruction( BranchInstruction obj ); in visitBranchInstruction()
39 void visitLoadClass( LoadClass obj ); in visitLoadClass()
42 void visitFieldInstruction( FieldInstruction obj ); in visitFieldInstruction()
45 void visitIfInstruction( IfInstruction obj ); in visitIfInstruction()
48 void visitConversionInstruction( ConversionInstruction obj ); in visitConversionInstruction()
51 void visitPopInstruction( PopInstruction obj ); in visitPopInstruction()
54 void visitStoreInstruction( StoreInstruction obj ); in visitStoreInstruction()
57 void visitTypedInstruction( TypedInstruction obj ); in visitTypedInstruction()
[all …]
DEmptyVisitor.java28 public void visitStackInstruction( final StackInstruction obj ) { in visitStackInstruction()
33 public void visitLocalVariableInstruction( final LocalVariableInstruction obj ) { in visitLocalVariableInstruction()
38 public void visitBranchInstruction( final BranchInstruction obj ) { in visitBranchInstruction()
43 public void visitLoadClass( final LoadClass obj ) { in visitLoadClass()
48 public void visitFieldInstruction( final FieldInstruction obj ) { in visitFieldInstruction()
53 public void visitIfInstruction( final IfInstruction obj ) { in visitIfInstruction()
58 public void visitConversionInstruction( final ConversionInstruction obj ) { in visitConversionInstruction()
63 public void visitPopInstruction( final PopInstruction obj ) { in visitPopInstruction()
68 public void visitJsrInstruction( final JsrInstruction obj ) { in visitJsrInstruction()
73 public void visitGotoInstruction( final GotoInstruction obj ) { in visitGotoInstruction()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DStringRepresentation.java120 private String toString(final Node obj) { in toString()
143 public void visitCode(final Code obj) { in visitCode()
152 public void visitAnnotation(final Annotations obj) in visitAnnotation()
163 public void visitLocalVariableTypeTable(final LocalVariableTypeTable obj) in visitLocalVariableTypeTable()
171 public void visitCodeException(final CodeException obj) { in visitCodeException()
176 public void visitConstantClass(final ConstantClass obj) { in visitConstantClass()
181 public void visitConstantDouble(final ConstantDouble obj) { in visitConstantDouble()
186 public void visitConstantFieldref(final ConstantFieldref obj) { in visitConstantFieldref()
191 public void visitConstantFloat(final ConstantFloat obj) { in visitConstantFloat()
196 public void visitConstantInteger(final ConstantInteger obj) { in visitConstantInteger()
[all …]
DPass2Verifier.java379 public void visitJavaClass(final JavaClass obj) { in visitJavaClass()
440 public void visitConstantClass(final ConstantClass obj) { in visitConstantClass()
448 public void visitConstantFieldref(final ConstantFieldref obj) { in visitConstantFieldref()
456 public void visitConstantMethodref(final ConstantMethodref obj) { in visitConstantMethodref()
464 public void visitConstantInterfaceMethodref(final ConstantInterfaceMethodref obj) { in visitConstantInterfaceMethodref()
472 public void visitConstantString(final ConstantString obj) { in visitConstantString()
479 public void visitConstantInteger(final ConstantInteger obj) { in visitConstantInteger()
486 public void visitConstantFloat(final ConstantFloat obj) { in visitConstantFloat()
493 public void visitConstantLong(final ConstantLong obj) { in visitConstantLong()
500 public void visitConstantDouble(final ConstantDouble obj) { in visitConstantDouble()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DVisitor.java29 void visitCode(Code obj); in visitCode()
31 void visitCodeException(CodeException obj); in visitCodeException()
33 void visitConstantClass(ConstantClass obj); in visitConstantClass()
35 void visitConstantDouble(ConstantDouble obj); in visitConstantDouble()
37 void visitConstantFieldref(ConstantFieldref obj); in visitConstantFieldref()
39 void visitConstantFloat(ConstantFloat obj); in visitConstantFloat()
41 void visitConstantInteger(ConstantInteger obj); in visitConstantInteger()
43 void visitConstantInterfaceMethodref(ConstantInterfaceMethodref obj); in visitConstantInterfaceMethodref()
45 void visitConstantInvokeDynamic(ConstantInvokeDynamic obj); in visitConstantInvokeDynamic()
47 void visitConstantLong(ConstantLong obj); in visitConstantLong()
[all …]
DEmptyVisitor.java37 public void visitAnnotation(final Annotations obj) in visitAnnotation()
45 public void visitParameterAnnotation(final ParameterAnnotations obj) in visitParameterAnnotation()
53 public void visitAnnotationEntry(final AnnotationEntry obj) in visitAnnotationEntry()
61 public void visitAnnotationDefault(final AnnotationDefault obj) in visitAnnotationDefault()
66 public void visitCode(final Code obj) in visitCode()
71 public void visitCodeException(final CodeException obj) in visitCodeException()
76 public void visitConstantClass(final ConstantClass obj) in visitConstantClass()
81 public void visitConstantDouble(final ConstantDouble obj) in visitConstantDouble()
86 public void visitConstantFieldref(final ConstantFieldref obj) in visitConstantFieldref()
91 public void visitConstantFloat(final ConstantFloat obj) in visitConstantFloat()
[all …]
/external/apache-commons-bcel/src/test/java/org/apache/bcel/visitors/
DCounterVisitor.java170 public void visitAnnotation(final Annotations obj) in visitAnnotation()
176 public void visitAnnotationDefault(final AnnotationDefault obj) in visitAnnotationDefault()
182 public void visitAnnotationEntry(final AnnotationEntry obj) in visitAnnotationEntry()
188 public void visitCode(final Code obj) in visitCode()
194 public void visitCodeException(final CodeException obj) in visitCodeException()
200 public void visitConstantClass(final ConstantClass obj) in visitConstantClass()
206 public void visitConstantDouble(final ConstantDouble obj) in visitConstantDouble()
212 public void visitConstantFieldref(final ConstantFieldref obj) in visitConstantFieldref()
218 public void visitConstantFloat(final ConstantFloat obj) in visitConstantFloat()
224 public void visitConstantInteger(final ConstantInteger obj) in visitConstantInteger()
[all …]
/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/
DCustomSerializersProtobufTest.kt35 val obj = BList(listOf(B(1), B(2), B(3))) in writeCustomList() constant
43 val obj = BList(listOf(B(1), B(2), B(3))) in readCustomList() constant
51 val obj = C(1, 2) in writeCustomInvertedOrder() constant
58 val obj = C(1, 2) in readCustomInvertedOrder() constant
65 val obj = C(b = 2) in writeCustomOmitDefault() constant
72 val obj = C(b = 2) in readCustomOmitDefault() constant
79 val obj = CList1(listOf(C(a = 1), C(b = 2), C(3, 4))) in writeOptionalList1() constant
86 val obj = CList1(listOf(C(a = 1), C(b = 2), C(3, 4))) in readOptionalList1() constant
93 val obj = CList2(7, listOf(C(a = 5), C(b = 6), C(7, 8))) in writeOptionalList2a() constant
100 val obj = CList2(7, listOf(C(a = 5), C(b = 6), C(7, 8))) in readOptionalList2a() constant
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
Dvulkan_json_data.hpp312 static void print_VkBool32(VkBool32 obj, const std::string &str, bool commaNeeded = true) in print_VkBool32()
319 static void print_VkBool32(const VkBool32 *obj, const std::string &str, bool commaNeeded = true) in print_VkBool32()
327 static void print_VkDeviceAddress(VkDeviceAddress obj, const std::string &str, bool commaNeeded = t… in print_VkDeviceAddress()
334 static void print_VkDeviceAddress(const VkDeviceAddress *obj, const std::string &str, bool commaNee… in print_VkDeviceAddress()
342 static void print_VkDeviceSize(VkDeviceSize obj, const std::string &str, bool commaNeeded = true) in print_VkDeviceSize()
349 static void print_VkDeviceSize(const VkDeviceSize *obj, const std::string &str, bool commaNeeded = … in print_VkDeviceSize()
357 static void print_VkFlags(VkFlags obj, const std::string &str, bool commaNeeded = true) in print_VkFlags()
364 static void print_VkFlags(const VkFlags *obj, const std::string &str, bool commaNeeded = true) in print_VkFlags()
372 static void print_VkSampleMask(VkSampleMask obj, const std::string &str, bool commaNeeded = true) in print_VkSampleMask()
379 static void print_VkSampleMask(const VkSampleMask *obj, const std::string &str, bool commaNeeded = … in print_VkSampleMask()
[all …]
Dvulkan_json_parser.hpp122 static void parse_size_t(const char *s, Json::Value &obj, size_t &o) in parse_size_t()
128 static void parse_char(const char *s, Json::Value &obj, char o[]) in parse_char()
134 static void parse_char(const char *s, Json::Value &obj, const char *const *) in parse_char()
137 static void parse_char(const char *s, Json::Value &obj, const char **o) in parse_char()
146 static void parse_int32_t(const char *s, Json::Value &obj, int32_t &o) in parse_int32_t()
151 static void parse_uint32_t(const char *s, Json::Value &obj, uint32_t &o) in parse_uint32_t()
202 static void parse_uint8_t(const char *s, Json::Value &obj, uint8_t &o) in parse_uint8_t()
207 static void parse_uint64_t(const char *s, Json::Value &obj, uint64_t &o) in parse_uint64_t()
218 static void parse_float(const char *s, Json::Value &obj, float &o) in parse_float()
231 static void parse_int(const char *s, Json::Value &obj, int &o) in parse_int()
[all …]
/external/libnl/lib/
Dobject.c37 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) in obj_ops()
111 struct nl_object *nl_object_clone(struct nl_object *obj) in nl_object_clone()
176 void nl_object_free(struct nl_object *obj) in nl_object_free()
210 void nl_object_get(struct nl_object *obj) in nl_object_get()
221 void nl_object_put(struct nl_object *obj) in nl_object_put()
242 int nl_object_shared(struct nl_object *obj) in nl_object_shared()
258 void nl_object_mark(struct nl_object *obj) in nl_object_mark()
267 void nl_object_unmark(struct nl_object *obj) in nl_object_unmark()
277 int nl_object_is_marked(struct nl_object *obj) in nl_object_is_marked()
294 void nl_object_dump(struct nl_object *obj, struct nl_dump_params *params) in nl_object_dump()
[all …]
/external/kotlinx.serialization/formats/hocon/src/test/kotlin/kotlinx/serialization/hocon/
DHoconValuesTest.kt71 val obj = deserializeConfig("c=f, s=foo", StringConfig.serializer()) in deserialize string types() constant
78 val obj = deserializeConfig("e = A, b=true", OtherConfig.serializer()) in deserialize other types() constant
92 val obj = deserializeConfig("""e = "A", b="true" """, OtherConfig.serializer()) in deserialize other types from strings() constant
99 val obj = deserializeConfig("", WithDefault.serializer()) in deserialize default values() constant
106 val obj = deserializeConfig("i = 42, s = bar", WithDefault.serializer()) in overwrite default values() constant
113 val obj = deserializeConfig("i = 10, s = null", WithNullable.serializer()) in deserialize nullable types() constant
120 val obj = deserializeConfig("i = 10, s = null", WithNullable.serializer().nullable)!! in deserialize nullable types with nullable serializer() constant
134 val obj = deserializeConfig(configString, WithNullableList.serializer()) in deserialize complex nullable values() constant
145 val obj = deserializeConfig(configString, WithList.serializer()) in deserialize list of integer string values() constant
152 val obj = deserializeConfig(configString, WithMap.serializer()) in deserialize map with integers() constant
[all …]
DHoconNamingConventionTest.kt28 …val obj = deserializeConfig("a-char-value = t, a-string-value = test", CaseConfig.serializer(), tr… in testDeserializeUsingNamingConvention() constant
35 val obj = CaseConfig(aCharValue = 't', aStringValue = "test") in testSerializeUsingNamingConvention() constant
43 val obj = deserializeConfig("an-id-value = 42", SerialNameConfig.serializer(), true) in testDeserializeUsingSerialNameInsteadOfNamingConvention() constant
49 val obj = SerialNameConfig(anIDValue = 42) in testSerializeUsingSerialNameInsteadOfNamingConvention() constant
58 val obj = deserializeConfig(configString, CaseWithInnerConfig.serializer(), true) in testDeserializeInnerValuesUsingNamingConvention() constant
68 val obj = CaseWithInnerConfig( in testSerializeInnerValuesUsingNamingConvention() constant
/external/liblc3/test/
Dctypes.h38 #define to_scalar(obj, t, ptr) \ argument
41 #define to_1d_ptr(obj, t, n, ptr) \ argument
44 #define to_2d_ptr(obj, t, n1, n2, ptr) \ argument
47 #define to_1d_copy(obj, t, ptr, n) \ argument
50 #define to_2d_copy(obj, t, ptr, n1, n2) \ argument
58 #define new_scalar(obj, ptr) \ argument
77 static PyObject *__to_scalar(PyObject *obj, int t, void *ptr) in __to_scalar()
90 static PyObject *__to_1d_ptr(PyObject *obj, int t, int n, void **ptr) in __to_1d_ptr()
102 static PyObject *__to_2d_ptr(PyObject *obj, int t, int n1, int n2, void **ptr) in __to_2d_ptr()
115 static PyObject *__to_1d_copy(PyObject *obj, int t, void *v, int n) in __to_1d_copy()
[all …]
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-vtables-single-inheritance.cpp23 void use(A *obj) { obj->f(); } in use()
43 void use(B *obj) { obj->f(); } in use()
58 void use(C *obj) { obj->f(); } in use()
73 void use(D *obj) { obj->f(); } in use()
93 void use(E *obj) { obj->i(); } in use()
111 void use(F *obj) { obj->i(); } in use()
132 void use(G *obj) { obj->j(); } in use()
152 void use(I *obj) { obj->f(); } in use()
171 void use(J *obj) { obj->foo(42); } in use()
190 void use(K *obj) { obj->foo(42.0f); } in use()
[all …]
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/
DJsonCustomSerializersTest.kt133 val obj = BList(listOf(B(1), B(2), B(3))) in <lambda>() constant
141 val obj = BList(listOf(B(1), B(2), B(3))) in <lambda>() constant
149 val obj = listOf(B(1), B(2), B(3)) in <lambda>() constant
157 val obj = listOf(B(1), B(2), B(3)) in <lambda>() constant
165 val obj = C(1, 2) in <lambda>() constant
172 val obj = C(b = 2) in <lambda>() constant
179 val obj = C(1, 2) in <lambda>() constant
186 val obj = C(b = 2) in <lambda>() constant
193 val obj = listOf(C(a = 1), C(b = 2), C(3, 4)) in <lambda>() constant
200 val obj = listOf(C(a = 1), C(b = 2), C(3, 4)) in <lambda>() constant
[all …]
/external/sdv/vsomeip/third_party/boost/move/test/
Dcopy_move_optimization.cpp17 class obj class
22 obj() in obj() function in obj
30 obj(const obj &) in obj() argument
36 obj(BOOST_RV_REF(obj)) in obj() argument
41 obj& operator =(BOOST_COPY_ASSIGN_REF(obj)) in operator =()
47 obj& operator =(BOOST_RV_REF(obj)) in operator =()
62 void consume(obj){} in consume() argument
/external/javassist/src/test/javassist/
DJvstTest.java146 Object obj = make(cc.getName()); in testFieldInit() local
167 Object obj = make(cc.getName()); in testFieldInit2() local
210 Object obj = make(cc.getName()); in testCalleeBefore() local
228 Object obj = make(cc.getName()); in testCalleeAfter() local
256 Object obj = make(cc.getName()); in testCalleeAfter2() local
271 Object obj = make(cc.getName()); in testCalleeAfter3() local
283 Object obj = make(cc.getName()); in testCalleeCatch() local
311 Object obj = make(cc.getName()); in testProceed() local
355 Object obj = make(cc.getName()); in testProceed2() local
367 Object obj = make(cc.getName()); in testProceed3() local
[all …]
/external/fonttools/Snippets/
Dprint-json.py23 def visitObject(self, obj): argument
35 def visitAttr(self, obj, attr, value): argument
42 def visitList(self, obj, *args, **kwargs): argument
54 def visitDict(self, obj, *args, **kwargs): argument
66 def visitLeaf(self, obj): argument
107 def visit(self, obj): argument
113 def visit(visitor, obj, attr, value): argument
118 def visit(self, obj): argument
124 def visit(self, obj): argument
130 def visit(self, obj): argument
[all …]
/external/libchrome/base/threading/
Dthread_collision_warner.h106 #define DFAKE_MUTEX(obj) \ argument
110 #define DFAKE_SCOPED_LOCK(obj) \ argument
114 #define DFAKE_SCOPED_RECURSIVE_LOCK(obj) \ argument
117 #define DFAKE_SCOPED_LOCK_THREAD_LOCKED(obj) \ argument
122 #define DFAKE_MUTEX(obj) typedef void InternalFakeMutexType##obj argument
123 #define DFAKE_SCOPED_LOCK(obj) ((void)0) argument
124 #define DFAKE_SCOPED_RECURSIVE_LOCK(obj) ((void)0) argument
125 #define DFAKE_SCOPED_LOCK_THREAD_LOCKED(obj) ((void)0) argument
/external/cronet/base/threading/
Dthread_collision_warner.h104 #define DFAKE_MUTEX(obj) \ argument
108 #define DFAKE_SCOPED_LOCK(obj) \ argument
112 #define DFAKE_SCOPED_RECURSIVE_LOCK(obj) \ argument
116 #define DFAKE_SCOPED_LOCK_THREAD_LOCKED(obj) \ argument
121 #define DFAKE_MUTEX(obj) typedef void InternalFakeMutexType##obj argument
122 #define DFAKE_SCOPED_LOCK(obj) ((void)0) argument
123 #define DFAKE_SCOPED_RECURSIVE_LOCK(obj) ((void)0) argument
124 #define DFAKE_SCOPED_LOCK_THREAD_LOCKED(obj) ((void)0) argument
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
DKMEncoder.java82 private void encode(short obj) { in encode()
299 private void encodeCoseMap(short obj) { in encodeCoseMap()
303 private void encodeKeyParam(short obj) { in encodeKeyParam()
307 private void encodeKeyChar(short obj) { in encodeKeyChar()
311 private void encodeVeriToken(short obj) { in encodeVeriToken()
315 private void encodeHwAuthToken(short obj) { in encodeHwAuthToken()
319 private void encodeHmacSharingParam(short obj) { in encodeHmacSharingParam()
323 private void encodeArray(short obj) { in encodeArray()
337 private void encodeMap(short obj) { in encodeMap()
348 private void encodeAsMap(short obj) { in encodeAsMap()
[all …]
/external/libxml2/python/
Dlibxml_wrap.h88 xmlNodePtr obj; member
97 xmlXPathContextPtr obj; member
105 xmlXPathParserContextPtr obj; member
114 xmlParserCtxtPtr obj; member
122 xmlValidCtxtPtr obj; member
131 xmlCatalogPtr obj; member
141 xmlRegexpPtr obj; member
151 xmlTextReaderPtr obj; member
159 xmlTextReaderLocatorPtr obj; member
168 xmlErrorPtr obj; member
[all …]
/external/webrtc/sdk/android/native_api/jni/
Dscoped_java_ref.h40 jobject obj() const { return obj_; } in obj() function
53 explicit JavaRef(jobject obj) : obj_(obj) {} in JavaRef()
63 T obj() const { return static_cast<T>(obj_); } in obj() function
67 explicit JavaRef(T obj) : JavaRef<jobject>(obj) {} in JavaRef()
79 explicit JavaParamRef(T obj) : JavaRef<T>(obj) {} in JavaParamRef()
80 JavaParamRef(JNIEnv*, T obj) : JavaRef<T>(obj) {} in JavaParamRef()
118 ScopedJavaLocalRef(JNIEnv* env, T obj) : JavaRef<T>(obj), env_(env) {} in ScopedJavaLocalRef()
136 T obj = static_cast<T>(obj_); in Release() local
155 void Reset(T obj, OwnershipPolicy policy) { in Reset()
211 T obj = static_cast<T>(obj_); in Release() local
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
DKMEncoder.java82 private void encode(short obj) { in encode()
299 private void encodeCoseMap(short obj) { in encodeCoseMap()
303 private void encodeKeyParam(short obj) { in encodeKeyParam()
307 private void encodeKeyChar(short obj) { in encodeKeyChar()
311 private void encodeVeriToken(short obj) { in encodeVeriToken()
315 private void encodeHwAuthToken(short obj) { in encodeHwAuthToken()
319 private void encodeHmacSharingParam(short obj) { in encodeHmacSharingParam()
323 private void encodeArray(short obj) { in encodeArray()
337 private void encodeMap(short obj) { in encodeMap()
348 private void encodeAsMap(short obj) { in encodeAsMap()
[all …]

12345678910>>...356