HomeSort by relevance Sort by last modified time
    Searched refs:ob (Results 126 - 150 of 275) sorted by null

1 2 3 4 56 7 8 91011

  /frameworks/rs/
rsElement.cpp 354 ObjectBase *ob = obp[0]; local
355 if (ob) ob->incSysRef();
376 ObjectBase *ob = obp[0]; local
377 if (ob) ob->decSysRef();
rsContext.cpp 801 ObjectBase *ob = static_cast<ObjectBase *>(obj); local
802 rsc->assignName(ob, name, name_length);
806 ObjectBase *ob = static_cast<ObjectBase *>(optr); local
807 rsc->removeName(ob);
808 ob->decUserRef();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
weakref.py 262 def __new__(type, ob, callback, key):
263 self = ref.__new__(type, ob, callback)
267 def __init__(self, ob, callback, key):
268 super(KeyedRef, self).__init__(ob, callback)
pkgutil.py 35 ob = args[0]
37 cls = ob.__class__
39 cls = type(ob)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
weakref.py 223 def __new__(type, ob, callback, key):
224 self = ref.__new__(type, ob, callback)
228 def __init__(self, ob, callback, key):
229 super(KeyedRef, self).__init__(ob, callback)
pkgutil.py 35 ob = args[0]
37 cls = ob.__class__
39 cls = type(ob)
  /external/fio/t/
btrace2fio.c 924 struct btrace_out *ob = &pidb->o; local
926 oa->ios[i] += ob->ios[i];
927 oa->merges[i] += ob->merges[i];
928 oa->seq[i] += ob->seq[i];
929 oa->kib[i] += ob->kib[i];
930 oa->first_ttime[i] = min(oa->first_ttime[i], ob->first_ttime[i]);
931 oa->last_ttime[i] = max(oa->last_ttime[i], ob->last_ttime[i]);
932 merge_bs(&oa->bs[i], &oa->nr_bs[i], ob->bs[i], ob->nr_bs[i]);
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.cc 48 #define PyString_AsStringAndSize(ob, charpp, sizep) \
49 (PyUnicode_Check(ob)? \
50 ((*(charpp) = PyUnicode_AsUTF8AndSize(ob, (sizep))) == NULL? -1: 0): \
51 PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 184 int ob,len; local
188 e=xosfile_read_stamped_no_path(path,&ob,&ld,&ex,&len,&at,&ft);
190 switch (ob)
219 PyInt_FromLong((long) ob)); /*object type*/
  /prebuilts/gdb/darwin-x86/lib/python2.7/
weakref.py 223 def __new__(type, ob, callback, key):
224 self = ref.__new__(type, ob, callback)
228 def __init__(self, ob, callback, key):
229 super(KeyedRef, self).__init__(ob, callback)
pkgutil.py 35 ob = args[0]
37 cls = ob.__class__
39 cls = type(ob)
  /prebuilts/gdb/linux-x86/lib/python2.7/
weakref.py 223 def __new__(type, ob, callback, key):
224 self = ref.__new__(type, ob, callback)
228 def __init__(self, ob, callback, key):
229 super(KeyedRef, self).__init__(ob, callback)
pkgutil.py 35 ob = args[0]
37 cls = ob.__class__
39 cls = type(ob)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 223 def __new__(type, ob, callback, key):
224 self = ref.__new__(type, ob, callback)
228 def __init__(self, ob, callback, key):
229 super(KeyedRef, self).__init__(ob, callback)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 223 def __new__(type, ob, callback, key):
224 self = ref.__new__(type, ob, callback)
228 def __init__(self, ob, callback, key):
229 super(KeyedRef, self).__init__(ob, callback)
  /external/libmtp/src/
ptp.c 6511 PTPObject *ob; local
6530 PTPObject *ob; local
6548 PTPObject *ob = (PTPObject*)b; local
6644 PTPObject *ob; local
6894 PTPObject *ob; local
    [all...]
  /external/elfutils/libcpu/
i386_parse.y 769 #define obstack_grow_str(ob, str) obstack_grow (ob, str, strlen (str))
776 static struct obstack ob;
781 obstack_init (&ob);
804 obstack_1grow (&ob, '$');
808 obstack_grow_str (&ob, "!!!INVALID!!!");
819 obstack_grow_str (&ob, fieldname);
857 if (obstack_object_size (&ob) == 0)
858 obstack_grow_str (&ob, "string");
859 obstack_1grow (&ob, '\0')
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 799 put(Picklerobject *self, PyObject *ob)
801 if (Py_REFCNT(ob) < 2 || self->fast)
804 return put2(self, ob);
809 put2(Picklerobject *self, PyObject *ob)
830 if (!( py_ob_id = PyLong_FromVoidPtr(ob)))
841 PyTuple_SET_ITEM(t, 1, ob);
842 Py_INCREF(ob);
3006 PyObject *ob; local
4696 PyObject *callable = 0, *arg_tup = 0, *ob = 0; local
5706 PyObject *ob, *file, *res = NULL; local
5735 PyObject *ob, *file = 0, *res = NULL; local
5785 PyObject *ob, *file = 0, *res = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 801 put(Picklerobject *self, PyObject *ob)
803 if (Py_REFCNT(ob) < 2 || self->fast)
806 return put2(self, ob);
811 put2(Picklerobject *self, PyObject *ob)
832 if (!( py_ob_id = PyLong_FromVoidPtr(ob)))
843 PyTuple_SET_ITEM(t, 1, ob);
844 Py_INCREF(ob);
2987 PyObject *ob; local
4666 PyObject *callable = 0, *arg_tup = 0, *ob = 0; local
5679 PyObject *ob, *file, *res = NULL; local
5708 PyObject *ob, *file = 0, *res = NULL; local
5758 PyObject *ob, *file = 0, *res = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 770 put(Picklerobject *self, PyObject *ob)
772 if (Py_REFCNT(ob) < 2 || self->fast)
775 return put2(self, ob);
780 put2(Picklerobject *self, PyObject *ob)
802 if (!( py_ob_id = PyLong_FromVoidPtr(ob)))
813 PyTuple_SET_ITEM(t, 1, ob);
814 Py_INCREF(ob);
2955 PyObject *ob; local
4631 PyObject *callable = 0, *arg_tup = 0, *ob = 0; local
5644 PyObject *ob, *file, *res = NULL; local
5673 PyObject *ob, *file = 0, *res = NULL; local
5723 PyObject *ob, *file = 0, *res = NULL; local
    [all...]
  /external/python/cpython2/Lib/
weakref.py 277 def __new__(type, ob, callback, key):
278 self = ref.__new__(type, ob, callback)
282 def __init__(self, ob, callback, key):
283 super(KeyedRef, self).__init__(ob, callback)
pkgutil.py 35 ob = args[0]
37 cls = ob.__class__
39 cls = type(ob)
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixPath.java 737 public boolean equals(Object ob) {
738 if ((ob != null) && (ob instanceof UnixPath)) {
739 return compareTo((Path)ob) == 0;
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 126 let get_object ob =
127 match !ob with
  /external/pdfium/third_party/libtiff/
tif_ojpeg.c 1757 uint8* ob; local
    [all...]

Completed in 756 milliseconds

1 2 3 4 56 7 8 91011