| /external/javassist/src/test/javassist/ |
| D | JvstTest2.java | 41 Object obj = make(cc.getName()); in testInsertAt() local 69 Object obj = make(cc.getName()); in testInsertLocal() local 77 CtMethod m = CtNewMethod.make( in testStaticMember() local 109 Object obj = make(cc.getName()); in testStaticMember() local 149 Object obj = make(cc.getName()); in testStaticMember2() local 165 Object obj = make(cc.getName()); in testSuperCall() local 197 CtMethod m = cc2.getDeclaredMethod("foo"); in testReplaceClassName() local 223 Object obj = make(cc.getName()); in testCodeGen() local 251 Object obj = make(cc.getName()); in testCodeGen2() local 420 Object obj = make(target.getName()); in testIncOp() local [all …]
|
| D | JvstTest.java | 146 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 …]
|
| D | JvstTest4.java | 34 Object obj = make(cc.getName()); in testInsertLocalVars() local 49 Object obj = make(cc.getName()); in testCodeConv() local 65 Object obj = make(cc.getName()); in testCodeConv2() local 96 Object obj = make(cc.getName()); in testInsGap() local 136 Object obj = make(cc.getName()); in testRename() local 146 Object obj = make(cc.getName()); in testRename2() local 153 CtMethod m = cc.getDeclaredMethod("foo"); in testJIRA93() local 164 Object obj = make(cc.getName()); in testJIRA93() local 177 Object obj = make(cc.getName()); in testNewRemover() local 234 Object obj = make("test4.WrittenFile"); in testClassFileWriter() local [all …]
|
| D | JvstTest5.java | 26 … CtMethod m = CtNewMethod.make("public static int run(){ return $class.getName().length(); }", cc); in testDollarClassInStaticMethod() local 31 Object obj = make(cc.getName()); in testDollarClassInStaticMethod() local 38 …CtMethod m = CtNewMethod.make("public int run(){ return test5.DefaultMethodIntf.super.foo(); }", c… in testSuperDefaultMethodCall() local 45 Object obj = make(cc.getName()); in testSuperDefaultMethodCall() local 55 Object obj = make(cc.getName()); in testTypeAnno() local 66 Object obj = make(cc.getName()); in testJIRA241() local 88 CtMethod m = cc.getDeclaredMethod("say"); in testJIRA242() local 104 Object obj = make(cc.getName()); in testJIRA242() local 113 Object obj = make(cc.getName()); in testJIRA249() local 135 Object obj = make(cc.getName()); in testInnerClassAttributeRemove() local [all …]
|
| D | JvstTest3.java | 159 Object obj = make(cc.getName()); in testInnerClassMethod() local 196 Object obj = make(cc.getName()); in testReplaceNew() local 273 Object obj = make(cc2.getName()); in testConstructorToMethod() local 378 Object obj = make(cc.getName()); in testRecursiveReplace() local 412 Object obj = make(cc.getName()); in testRecursiveReplace2() local 435 Object obj = make(cc.getName()); in testMethodLookup() local 565 Object obj = make(cc.getName()); in testMethodRedirect() local 585 Object obj = make(cc.getName()); in testMethodRedirect2() local 629 CtMethod m = cc.getDeclaredMethod("foo"); in testTransformRead() local 635 Object obj = make(cc.getName()); in testTransformRead() local [all …]
|
| /external/tensorflow/tensorflow/python/autograph/pyct/ |
| D | inspect_utils.py | 120 def _fix_linecache_record(obj): argument 147 def getimmediatesource(obj): argument 244 def _get_unbound_function(m): argument 254 def getdefiningclass(m, owner_class): argument 269 def getmethodclass(m): argument
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowMessageTest.java | 31 Message m = new Message(); in testGetData() local 41 Message m = new Message(); in testPeekData() local 49 Message m = new Message(); in testGetTarget() local 58 Message m = new Message(); in testCopyFrom() local 79 Message m = Message.obtain(); in testObtain() local 86 Message m = Message.obtain(h); in testObtainWithHandler() local 94 Message m = Message.obtain(h, what); in testObtainWithHandlerAndWhat() local 105 Object obj = "test"; in testObtainWithHandlerWhatAndObject() local 106 Message m = Message.obtain(h, what, obj); in testObtainWithHandlerWhatAndObject() local 120 Message m = Message.obtain(h, what, arg1, arg2); in testObtainWithHandlerWhatAndTwoArgs() local [all …]
|
| /external/protobuf/php/tests/ |
| D | test_util.php | 52 public static function setTestMessage(TestMessage $m) 132 public static function setTestMessage2(TestMessage $m) 213 public static function assertTestMessage(TestMessage $m) 396 public static function setTestPackedMessage($m) 428 public static function assertTestPackedMessage($m) 528 private static function appendHelper($obj, $func_suffix, $value) 538 private static function kvUpdateHelper($obj, $func_suffix, $key, $value)
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | performance-move-const-arg-trivially-copyable.cpp | 37 NoMoveSemantics obj; in moveToConstReferencePositives() local 52 TriviallyCopyable obj; in g() local 67 auto f = [](MoveSemantics m) { in lambda1() 86 MoveSemantics m; in functionInvocation() local 93 auto f = [callback = std::move(callback)](MoveSemantics m) mutable { in lambda2()
|
| D | bugprone-argument-comment-gmock.cpp | 57 #define MOCK_METHOD2(m, ...) GMOCK_METHOD2_(, , , m, __VA_ARGS__) argument 58 #define MOCK_CONST_METHOD2(m, ...) GMOCK_METHOD2_(, const, , m, __VA_ARGS__) argument 59 #define GMOCK_EXPECT_CALL_IMPL_(obj, call) \ argument 61 #define EXPECT_CALL(obj, call) GMOCK_EXPECT_CALL_IMPL_(obj, call) argument 84 MockDerived m; in test_gmock_expectations() local 124 MockDerived m; in test_gmock_direct_calls() local
|
| D | performance-move-const-arg.cpp | 49 TriviallyCopyable obj; in g() local 122 NoMoveSemantics obj; in moveToConstReferencePositives() local 163 void templateFunction(T obj) { in templateFunction() 167 #define M3(T, obj) \ argument 216 auto f = [](MoveSemantics m) { in lambda1() 235 MoveSemantics m; in functionInvocation() local 242 auto f = [callback = std::move(callback)](MoveSemantics m) mutable { in lambda2()
|
| /external/python/cpython3/Objects/ |
| D | abstract.c | 17 type_error(const char *msg, PyObject *obj) in type_error() 51 PySequenceMethods *m; in PyObject_Size() local 148 PyMappingMethods *m; in PyObject_GetItem() local 202 PyMappingMethods *m; in PyObject_SetItem() local 234 PyMappingMethods *m; in PyObject_DelItem() local 284 PyObject_CheckBuffer(PyObject *obj) in PyObject_CheckBuffer() 295 PyObject_CheckReadBuffer(PyObject *obj) in PyObject_CheckReadBuffer() 312 as_read_buffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_len) in as_read_buffer() 330 PyObject_AsCharBuffer(PyObject *obj, in PyObject_AsCharBuffer() 337 int PyObject_AsReadBuffer(PyObject *obj, in PyObject_AsReadBuffer() [all …]
|
| /external/tensorflow/tensorflow/python/client/ |
| D | debug_events_writer_wrapper.cc | 26 PYBIND11_MODULE(_pywrap_debug_events_writer, m) { in PYBIND11_MODULE() argument 43 [](const std::string& dump_root, const py::object obj) { in PYBIND11_MODULE() 53 [](const std::string& dump_root, const py::object& obj) { in PYBIND11_MODULE() 63 [](const std::string& dump_root, const py::object& obj) { in PYBIND11_MODULE() 73 [](const std::string& dump_root, const py::object& obj) { in PYBIND11_MODULE() 83 [](const std::string& dump_root, const py::object& obj) { in PYBIND11_MODULE() 93 [](const std::string& dump_root, const py::object& obj) { in PYBIND11_MODULE()
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
| D | Configurator.java | 194 protected static Object getObjectContaining(Object obj, String path) throws in getObjectContaining() 209 Method m = getGetter(obj.getClass(), lhs); in getObjectContaining() local 258 public static void configure(Context ctx, Object obj, int xmlFileId) { in configure() 283 public static void configure(Context ctx, Object obj, HashMap<String, String> params) { in configure() 305 protected static void configure(Context ctx, Object obj, String key, String value) in configure() 312 Method m = getSetter(o.getClass(), fieldId); in configure() local
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
| D | ConstructorTest.java | 35 Map<String, String> m = (Map<String, String>) map; in testMapOrder() local 49 Object obj = construct(data); in testGetBeanAssumeClass() local 63 Object obj = construct(data); in testGetConstructorBean() local 77 Object obj = construct(data); in testGetConstructorFromScalar() local
|
| /external/clang/test/CodeGenCXX/ |
| D | microsoft-abi-vtables-single-inheritance.cpp | 23 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/llvm-project/clang/test/CodeGenCXX/ |
| D | microsoft-abi-vtables-single-inheritance.cpp | 23 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/mesa3d/src/gallium/frontends/clover/core/ |
| D | resource.cpp | 50 resource::resource(clover::device &dev, memory_obj &obj) : in resource() 91 erase_if([&](const mapping &m) { in del_map() 153 root_resource::root_resource(clover::device &dev, memory_obj &obj, in root_resource() 205 root_resource::root_resource(clover::device &dev, memory_obj &obj, in root_resource() 241 mapping::mapping(mapping &&m) : in mapping() function in mapping 257 mapping::operator=(mapping m) { in operator =()
|
| /external/apache-http/src/org/apache/http/client/utils/ |
| D | CloneUtils.java | 45 public static Object clone(final Object obj) throws CloneNotSupportedException { in clone() 51 Method m; in clone() local
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
| D | X9FieldID.java | 44 public X9FieldID(int m, int k1) in X9FieldID() 64 public X9FieldID(int m, int k1, int k2, int k3) in X9FieldID() 105 public static X9FieldID getInstance(Object obj) in getInstance()
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/ |
| D | X9FieldID.java | 46 public X9FieldID(int m, int k1) in X9FieldID() 66 public X9FieldID(int m, int k1, int k2, int k3) in X9FieldID() 107 public static X9FieldID getInstance(Object obj) in getInstance()
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/ |
| D | X9FieldID.java | 46 public X9FieldID(int m, int k1) in X9FieldID() 66 public X9FieldID(int m, int k1, int k2, int k3) in X9FieldID() 107 public static X9FieldID getInstance(Object obj) in getInstance()
|
| /external/javassist/src/test/testproxy/ |
| D | ProxyTester.java | 31 public Object invoke(Object self, Method m, Method proceed, in invoke() 43 public Object invoke(Object self, Method m, Method proceed, in invoke() 71 Target obj = (Target)c.getConstructor().newInstance(); in testTarget() local 98 Target1 obj = (Target1)c.getConstructor().newInstance(); in testTarget1() local 110 Object obj = (Object)c.getConstructor().newInstance(); in testObject() local 123 Object obj = (Object)c.getConstructor().newInstance(); in testSetter() local 185 Target3 obj = (Target3)c.getConstructor().newInstance(); in testInterface() local 199 Target3 obj = (Target3)c.getConstructor().newInstance(); in test2Interfaces() local 225 Target3 obj = (Target3)c.getConstructor().newInstance(); in testFilter() local 248 TargetInit obj = (TargetInit)c.getConstructor().newInstance(); in testInit() local [all …]
|
| /external/python/cpython3/Modules/ |
| D | _curses_panel.c | 33 _curses_panel_clear(PyObject *m) in _curses_panel_clear() 40 _curses_panel_traverse(PyObject *m, visitproc visit, void *arg) in _curses_panel_traverse() 48 _curses_panel_free(void *m) in _curses_panel_free() 260 PyObject *tp, *obj; in PyCursesPanel_Dealloc() local 430 _curses_panel_panel_set_userptr(PyCursesPanelObject *self, PyObject *obj) in _curses_panel_panel_set_userptr() 457 PyObject *obj; in _curses_panel_panel_userptr_impl() local 642 PyObject *m, *d, *v; in PyInit__curses_panel() local
|
| /external/python/cpython2/Objects/ |
| D | abstract.c | 15 type_error(const char *msg, PyObject *obj) in type_error() 63 PySequenceMethods *m; in PyObject_Size() local 137 PyMappingMethods *m; in PyObject_GetItem() local 165 PyMappingMethods *m; in PyObject_SetItem() local 197 PyMappingMethods *m; in PyObject_DelItem() local 245 PyObject_AsCharBuffer(PyObject *obj, in PyObject_AsCharBuffer() 279 PyObject_CheckReadBuffer(PyObject *obj) in PyObject_CheckReadBuffer() 291 int PyObject_AsReadBuffer(PyObject *obj, in PyObject_AsReadBuffer() 324 int PyObject_AsWriteBuffer(PyObject *obj, in PyObject_AsWriteBuffer() 360 PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags) in PyObject_GetBuffer() [all …]
|