Searched refs:tobj (Results 1 - 23 of 23) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DCurrentContendedMonitorTest.java80 TaggedObject tobj = reply.getNextValueAsTaggedObject();
83 + JDWPConstants.Tag.getName(tobj.tag) + "(" + tobj.tag + ") "
84 + "ID: " + tobj.objectID);
89 packet.setNextValueAsObjectID(tobj.objectID);
H A DOwnedMonitorsTest.java88 TaggedObject tobj = reply.getNextValueAsTaggedObject();
91 + JDWPConstants.Tag.getName(tobj.tag) + "(" + tobj.tag + ") "
92 + "ID: " + tobj.objectID);
97 packet.setNextValueAsObjectID(tobj.objectID);
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DContacts.java300 Time tobj = new Time();
301 tobj.set(time);
302 return String.format("%s.%s", tobj.format("%m-%d %H:%M:%S"), time % 1000);
H A DPollingTask.java216 Time tobj = new Time();
217 tobj.set(time);
218 return String.format("%s.%s", tobj.format("%m-%d %H:%M:%S"), time % 1000);
H A DCapabilityPolling.java668 Time tobj = new Time();
669 tobj.set(time);
670 return String.format("%s.%s", tobj.format("%m-%d %H:%M:%S"), time % 1000);
H A DEABContactManager.java773 Time tobj = new Time();
774 tobj.set(time);
775 return String.format("%s.%s", tobj.format("%m-%d %H:%M:%S"), time % 1000);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c41 struct radeon_tex_obj *tobj,
75 radeon_validate_texture_miptree(ctx, &tobj->base.Sampler, &tobj->base);
40 do_copy_texsubimage(struct gl_context *ctx, struct radeon_tex_obj *tobj, radeon_texture_image *timg, GLint dstx, GLint dsty, struct radeon_renderbuffer *rrb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c41 struct radeon_tex_obj *tobj,
75 radeon_validate_texture_miptree(ctx, &tobj->base.Sampler, &tobj->base);
40 do_copy_texsubimage(struct gl_context *ctx, struct radeon_tex_obj *tobj, radeon_texture_image *timg, GLint dstx, GLint dsty, struct radeon_renderbuffer *rrb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/libjpeg-turbo/
H A Dturbojpeg-jni.c974 jobject tobj; member in struct:_JNICustomFilterParams
984 jobject tobj=params->tobj, cfobj=params->cfobj; local
1027 planeRegionObj, componentIndex, transformIndex, tobj);
1083 jobject tobj, cfobj; local
1085 bailif0(tobj=(*env)->GetObjectArrayElement(env, tobjs, i));
1086 bailif0(_cls=(*env)->GetObjectClass(env, tobj));
1088 t[i].op=(*env)->GetIntField(env, tobj, _fid);
1090 t[i].options=(*env)->GetIntField(env, tobj, _fid);
1092 t[i].r.x=(*env)->GetIntField(env, tobj, _fi
[all...]
/external/python/cpython3/Modules/cjkcodecs/
H A Dmultibytecodec.c203 PyObject *retobj = NULL, *retstr = NULL, *tobj; local
300 (!PyUnicode_Check((tobj = PyTuple_GET_ITEM(retobj, 0))) && !PyBytes_Check(tobj)) ||
308 if (PyUnicode_Check(tobj)) {
311 retstr = multibytecodec_encode(codec, state, tobj,
318 Py_INCREF(tobj);
319 retstr = tobj;
/external/boringssl/src/crypto/x509/
H A Dx509_lu.c481 const X509_OBJECT *tobj, *pstmp; local
485 tobj = sk_X509_OBJECT_value(h, tidx);
486 if (x509_object_cmp(&tobj, &pstmp))
/external/python/cpython3/Lib/test/
H A Dtest_tarfile.py1489 with tarfile.open(tmpname, self.mode) as tobj:
1490 tobj.add(self.file_path)
1492 with self.taropen(tmpname) as tobj:
1493 names = tobj.getnames()
1498 with tarfile.open(tmpname, self.mode) as tobj:
1499 tobj.add(self.file_path)
1502 tobj = tarfile.open(tmpname, self.mode)
1504 with self.taropen(tmpname) as tobj:
1505 names = tobj.getnames()
1510 with self.taropen(tmpname, "x") as tobj
[all...]
H A Dtest_asyncore.py172 tobj = testobj() variable in class:HelperFunctionTests.test_readwrite.testobj
173 self.assertEqual(getattr(tobj, expectedattr), False)
174 asyncore.readwrite(tobj, flag)
179 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
/external/python/cpython2/Lib/test/
H A Dtest_asyncore.py159 tobj = testobj() variable in class:HelperFunctionTests.test_readwrite.testobj
160 self.assertEqual(getattr(tobj, expectedattr), False)
161 asyncore.readwrite(tobj, flag)
166 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
/external/python/cpython2/Modules/cjkcodecs/
H A Dmultibytecodec.c227 PyObject *retobj = NULL, *retstr = NULL, *tobj; local
312 !PyUnicode_Check((tobj = PyTuple_GET_ITEM(retobj, 0))) ||
322 const Py_UNICODE *uraw = PyUnicode_AS_UNICODE(tobj);
325 PyUnicode_GET_SIZE(tobj), ERROR_STRICT,
/external/vulkan-validation-layers/scripts/
H A Dreg.py412 tobj = self.typedict[name]
413 write(' Type', name, '->', etree.tostring(tobj.elem)[0:maxlen], file=filehandle)
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2304 milliseconds