HomeSort by relevance Sort by last modified time
    Searched refs:get_obj (Results 1 - 16 of 16) sorted by null

  /external/skia/src/utils/
SkLua.cpp 108 template <typename T> T* get_obj(lua_State* L, int index) { function
428 get_ref<SkCanvas>(L, 1)->drawPaint(*get_obj<SkPaint>(L, 2));
435 const SkPaint* paint = get_obj<SkPaint>(L, 3);
443 *get_obj<SkPaint>(L, 3));
451 *get_obj<SkPaint>(L, 5));
460 const SkPaint* ptr = get_obj<SkPaint>(L, index);
524 get_ref<SkCanvas>(L, 1)->drawPatch(cubics, colors, texs, *get_obj<SkPaint>(L, 5));
529 get_ref<SkCanvas>(L, 1)->drawPath(*get_obj<SkPath>(L, 2),
530 *get_obj<SkPaint>(L, 3));
560 *get_obj<SkPaint>(L, 5))
    [all...]
  /external/skqp/src/utils/
SkLua.cpp 108 template <typename T> T* get_obj(lua_State* L, int index) { function
428 get_ref<SkCanvas>(L, 1)->drawPaint(*get_obj<SkPaint>(L, 2));
435 const SkPaint* paint = get_obj<SkPaint>(L, 3);
443 *get_obj<SkPaint>(L, 3));
451 *get_obj<SkPaint>(L, 5));
460 const SkPaint* ptr = get_obj<SkPaint>(L, index);
524 get_ref<SkCanvas>(L, 1)->drawPatch(cubics, colors, texs, *get_obj<SkPaint>(L, 5));
529 get_ref<SkCanvas>(L, 1)->drawPath(*get_obj<SkPath>(L, 2),
530 *get_obj<SkPaint>(L, 3));
560 *get_obj<SkPaint>(L, 5))
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
sharedctypes.py 221 def get_obj(self): member in class:SynchronizedBase
  /external/python/cpython3/Lib/multiprocessing/
sharedctypes.py 201 def get_obj(self): member in class:SynchronizedBase
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
sharedctypes.py 216 def get_obj(self): member in class:SynchronizedBase
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
sharedctypes.py 216 def get_obj(self): member in class:SynchronizedBase
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 216 def get_obj(self): member in class:SynchronizedBase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 216 def get_obj(self): member in class:SynchronizedBase
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 860 obj1 = val1.get_obj()
864 obj2 = val2.get_obj()
869 obj3 = val3.get_obj()
874 self.assertFalse(hasattr(arr4, 'get_obj'))
880 self.assertFalse(hasattr(arr5, 'get_obj'))
946 obj1 = arr1.get_obj()
950 obj2 = arr2.get_obj()
955 obj3 = arr3.get_obj()
960 self.assertFalse(hasattr(arr4, 'get_obj'))
966 self.assertFalse(hasattr(arr5, 'get_obj'))
    [all...]
  /external/python/cpython3/Lib/
inspect.py 390 get_obj = None
396 get_obj = getattr(cls, name)
400 homecls = getattr(get_obj, "__objclass__", homecls)
409 if srch_obj is get_obj:
417 if srch_obj is get_obj:
431 obj = get_obj if get_obj is not None else dict_obj
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 949 obj1 = val1.get_obj()
953 obj2 = val2.get_obj()
958 obj3 = val3.get_obj()
963 self.assertFalse(hasattr(arr4, 'get_obj'))
969 self.assertFalse(hasattr(arr5, 'get_obj'))
1036 obj1 = arr1.get_obj()
1040 obj2 = arr2.get_obj()
1045 obj3 = arr3.get_obj()
1050 self.assertFalse(hasattr(arr4, 'get_obj'))
1056 self.assertFalse(hasattr(arr5, 'get_obj'))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 931 obj1 = val1.get_obj()
935 obj2 = val2.get_obj()
940 obj3 = val3.get_obj()
945 self.assertFalse(hasattr(arr4, 'get_obj'))
951 self.assertFalse(hasattr(arr5, 'get_obj'))
1018 obj1 = arr1.get_obj()
1022 obj2 = arr2.get_obj()
1027 obj3 = arr3.get_obj()
1032 self.assertFalse(hasattr(arr4, 'get_obj'))
1038 self.assertFalse(hasattr(arr5, 'get_obj'))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 931 obj1 = val1.get_obj()
935 obj2 = val2.get_obj()
940 obj3 = val3.get_obj()
945 self.assertFalse(hasattr(arr4, 'get_obj'))
951 self.assertFalse(hasattr(arr5, 'get_obj'))
1018 obj1 = arr1.get_obj()
1022 obj2 = arr2.get_obj()
1027 obj3 = arr3.get_obj()
1032 self.assertFalse(hasattr(arr4, 'get_obj'))
1038 self.assertFalse(hasattr(arr5, 'get_obj'))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 931 obj1 = val1.get_obj()
935 obj2 = val2.get_obj()
940 obj3 = val3.get_obj()
945 self.assertFalse(hasattr(arr4, 'get_obj'))
951 self.assertFalse(hasattr(arr5, 'get_obj'))
1018 obj1 = arr1.get_obj()
1022 obj2 = arr2.get_obj()
1027 obj3 = arr3.get_obj()
1032 self.assertFalse(hasattr(arr4, 'get_obj'))
1038 self.assertFalse(hasattr(arr5, 'get_obj'))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 931 obj1 = val1.get_obj()
935 obj2 = val2.get_obj()
940 obj3 = val3.get_obj()
945 self.assertFalse(hasattr(arr4, 'get_obj'))
951 self.assertFalse(hasattr(arr5, 'get_obj'))
1018 obj1 = arr1.get_obj()
1022 obj2 = arr2.get_obj()
1027 obj3 = arr3.get_obj()
1032 self.assertFalse(hasattr(arr4, 'get_obj'))
1038 self.assertFalse(hasattr(arr5, 'get_obj'))
    [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]

Completed in 619 milliseconds