HomeSort by relevance Sort by last modified time
    Searched full:tobj (Results 26 - 50 of 65) sorted by null

12 3

  /external/libjpeg-turbo/
turbojpeg-jni.c 974 jobject tobj; member in struct:_JNICustomFilterParams
984 jobject tobj=params->tobj, cfobj=params->cfobj; local
1083 jobject tobj, cfobj; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
stringer.go 84 fmt.Fprintf(out, "\tobj.A_ARCHSPECIFIC: %q,\n", sub[1])
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
stringer.go 84 fmt.Fprintf(out, "\tobj.A_ARCHSPECIFIC: %q,\n", sub[1])
  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java 265 Time tobj = new Time(); local
266 tobj.set(time);
267 return tobj.format("%Y-%m-%d %H:%M:%S");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g     [all...]
  /external/python/cpython3/Lib/test/
test_tarfile.py     [all...]
test_asyncore.py 172 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)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_asyncore.py 159 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/Lib/test/
test_asyncore.py 159 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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asyncore.py 160 tobj = testobj() variable in class:HelperFunctionTests.test_readwrite.testobj
161 self.assertEqual(getattr(tobj, expectedattr), False)
162 asyncore.readwrite(tobj, flag)
167 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_asyncore.py 160 tobj = testobj() variable in class:HelperFunctionTests.test_readwrite.testobj
161 self.assertEqual(getattr(tobj, expectedattr), False)
162 asyncore.readwrite(tobj, flag)
167 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 160 tobj = testobj() variable in class:HelperFunctionTests.test_readwrite.testobj
161 self.assertEqual(getattr(tobj, expectedattr), False)
162 asyncore.readwrite(tobj, flag)
167 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 160 tobj = testobj() variable in class:HelperFunctionTests.test_readwrite.testobj
161 self.assertEqual(getattr(tobj, expectedattr), False)
162 asyncore.readwrite(tobj, flag)
167 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
  /external/python/cpython3/Modules/cjkcodecs/
multibytecodec.c 203 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;
    [all...]
  /external/flatbuffers/src/
idl_gen_go.cpp 254 code += "\t\tobj = new(" + TypeName(field) + ")\n";
256 code += "\tobj.Init(rcv._tab.Bytes, rcv._tab.Pos+";
279 code += "\t\t\tobj = new(" + TypeName(field) + ")\n";
281 code += "\t\tobj.Init(rcv._tab.Bytes, x)\n";
331 code += "\t\tobj.Init(rcv._tab.Bytes, x)\n";
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 64 struct gl_texture_object *tObj = &t->base;
108 if (tObj->Target != GL_TEXTURE_1D) {
  /prebuilts/misc/common/swig/include/2.0.11/pike/
pike.swg 116 %typemap(out, pikedesc="tObj") SWIGTYPE*, SWIGTYPE &, SWIGTYPE [] "push_object(SWIG_NewPointerObj((void *) $1, $1_descriptor, $owner));";
132 %typemap(out, pikedesc="tObj") SWIGTYPE
  /external/boringssl/src/crypto/x509/
x509_lu.c 481 const X509_OBJECT *tobj, *pstmp; local
485 tobj = sk_X509_OBJECT_value(h, tidx);
486 if (x509_object_cmp(&tobj, &pstmp))
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
CapabilityPolling.java 668 Time tobj = new Time(); local
669 tobj.set(time);
670 return String.format("%s.%s", tobj.format("%m-%d %H:%M:%S"), time % 1000);
    [all...]
EABContactManager.java 773 Time tobj = new Time(); local
774 tobj.set(time);
775 return String.format("%s.%s", tobj.format("%m-%d %H:%M:%S"), time % 1000);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 476 struct gl_texture_object *tObj = ctx->Texture.Unit[u]._Current;
477 /* Note: If tObj is NULL, the sample function will be a simple
482 _swrast_choose_texture_sample_func(ctx, tObj,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 685 struct gl_texture_object *tObj = ctx->Texture.Unit[unit]._Current;
687 intel_buffer_object(tObj->BufferObject);
688 uint32_t size = tObj->BufferSize;
690 mesa_format format = tObj->_BufferObjectFormat;
696 bo = intel_bufferobj_buffer(brw, intel_obj, tObj->BufferOffset, size);
705 tObj->BufferOffset,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c 227 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,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c 225 PyObject *retobj = NULL, *retstr = NULL, *tobj; local
310 !PyUnicode_Check((tobj = PyTuple_GET_ITEM(retobj, 0))) ||
320 const Py_UNICODE *uraw = PyUnicode_AS_UNICODE(tobj);
323 PyUnicode_GET_SIZE(tobj), ERROR_STRICT,
    [all...]

Completed in 3988 milliseconds

12 3