/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | OwnedMonitorsTest.java | 88 TaggedObject tobj = reply.getNextValueAsTaggedObject(); in testOwnedMonitors001() local 91 + JDWPConstants.Tag.getName(tobj.tag) + "(" + tobj.tag + ") " in testOwnedMonitors001() 92 + "ID: " + tobj.objectID); in testOwnedMonitors001() 97 packet.setNextValueAsObjectID(tobj.objectID); in testOwnedMonitors001()
|
D | CurrentContendedMonitorTest.java | 80 TaggedObject tobj = reply.getNextValueAsTaggedObject(); in testCurrentContendedMonitor001() local 83 + JDWPConstants.Tag.getName(tobj.tag) + "(" + tobj.tag + ") " in testCurrentContendedMonitor001() 84 + "ID: " + tobj.objectID); in testCurrentContendedMonitor001() 89 packet.setNextValueAsObjectID(tobj.objectID); in testCurrentContendedMonitor001()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tex_copy.c | 41 struct radeon_tex_obj *tobj, in do_copy_texsubimage() argument 75 radeon_validate_texture_miptree(ctx, &tobj->base.Sampler, &tobj->base); in do_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex_copy.c | 41 struct radeon_tex_obj *tobj, in do_copy_texsubimage() argument 75 radeon_validate_texture_miptree(ctx, &tobj->base.Sampler, &tobj->base); in do_copy_texsubimage()
|
/external/python/cpython3/Lib/test/ |
D | test_tarfile.py | 1636 with tarfile.open(tmpname, self.mode) as tobj: 1637 tobj.add(self.file_path) 1639 with self.taropen(tmpname) as tobj: 1640 names = tobj.getnames() 1645 with tarfile.open(tmpname, self.mode) as tobj: 1646 tobj.add(self.file_path) 1649 tobj = tarfile.open(tmpname, self.mode) 1651 with self.taropen(tmpname) as tobj: 1652 names = tobj.getnames() 1657 with self.taropen(tmpname, "x") as tobj: [all …]
|
D | test_asyncore.py | 169 tobj = testobj() 170 self.assertEqual(getattr(tobj, expectedattr), False) 171 asyncore.readwrite(tobj, flag) 176 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
|
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 1034 jobject tobj; member 1044 jobject tobj = params->tobj, cfobj = params->cfobj; in JNICustomFilter() local 1089 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter() 1147 jobject tobj, cfobj; in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() local 1149 BAILIF0(tobj = (*env)->GetObjectArrayElement(env, tobjs, i)); in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() 1150 BAILIF0(_cls = (*env)->GetObjectClass(env, tobj)); in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() 1152 t[i].op = (*env)->GetIntField(env, tobj, _fid); in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() 1154 t[i].options = (*env)->GetIntField(env, tobj, _fid); in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() 1156 t[i].r.x = (*env)->GetIntField(env, tobj, _fid); in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() 1158 t[i].r.y = (*env)->GetIntField(env, tobj, _fid); in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() [all …]
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 197 PyObject *retobj = NULL, *retstr = NULL, *tobj; in multibytecodec_encerror() local 294 (!PyUnicode_Check((tobj = PyTuple_GET_ITEM(retobj, 0))) && !PyBytes_Check(tobj)) || in multibytecodec_encerror() 302 if (PyUnicode_Check(tobj)) { in multibytecodec_encerror() 305 retstr = multibytecodec_encode(codec, state, tobj, in multibytecodec_encerror() 312 Py_INCREF(tobj); in multibytecodec_encerror() 313 retstr = tobj; in multibytecodec_encerror()
|
/external/python/cpython2/Lib/test/ |
D | test_asyncore.py | 159 tobj = testobj() 160 self.assertEqual(getattr(tobj, expectedattr), False) 161 asyncore.readwrite(tobj, flag) 166 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509_lu.c | 482 const X509_OBJECT *tobj, *pstmp; in x509_object_idx_cnt() local 486 tobj = sk_X509_OBJECT_value(h, tidx); in x509_object_idx_cnt() 487 if (x509_object_cmp(&tobj, &pstmp)) in x509_object_idx_cnt()
|
/external/boringssl/src/crypto/x509/ |
D | x509_lu.c | 482 const X509_OBJECT *tobj, *pstmp; in x509_object_idx_cnt() local 486 tobj = sk_X509_OBJECT_value(h, tidx); in x509_object_idx_cnt() 487 if (x509_object_cmp(&tobj, &pstmp)) in x509_object_idx_cnt()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.c | 227 PyObject *retobj = NULL, *retstr = NULL, *tobj; in multibytecodec_encerror() local 312 !PyUnicode_Check((tobj = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_encerror() 321 const Py_UNICODE *uraw = PyUnicode_AS_UNICODE(tobj); in multibytecodec_encerror() 324 PyUnicode_GET_SIZE(tobj), ERROR_STRICT, in multibytecodec_encerror()
|
/external/vulkan-headers/registry/ |
D | reg.py | 604 tobj = self.typedict[name] 605 write(' Type', name, '->', etree.tostring(tobj.elem)[0:maxlen], file=filehandle)
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1996.pat.txt | 20319 2tobj
|
D | hyph-de-ch-1901.pat.txt | 20204 2tobj
|
D | hyph-de-1901.pat.txt | 20396 2tobj
|
/external/guice/extensions/struts2/lib/ |
D | freemarker-2.3.16.jar | META-INF/
META-INF/MANIFEST.MF
freemarker/
freemarker/cache/
freemarker/ ... |