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

  /external/skia/src/utils/
SkLua.cpp 89 template <typename T> T* get_obj(lua_State* L, int index) { function
471 get_ref<SkCanvas>(L, 1)->drawPaint(*get_obj<SkPaint>(L, 2));
478 const SkPaint* paint = get_obj<SkPaint>(L, 3);
486 *get_obj<SkPaint>(L, 3));
494 *get_obj<SkPaint>(L, 5));
503 const SkPaint* ptr = get_obj<SkPaint>(L, index);
567 get_ref<SkCanvas>(L, 1)->drawPatch(cubics, colors, texs, nullptr, *get_obj<SkPaint>(L, 5));
572 get_ref<SkCanvas>(L, 1)->drawPath(*get_obj<SkPath>(L, 2),
573 *get_obj<SkPaint>(L, 3));
603 *get_obj<SkPaint>(L, 5))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
submit.py 29 self.input_bucket = self.sd.get_obj('input_bucket')
30 self.output_bucket = self.sd.get_obj('output_bucket')
31 self.output_domain = self.sd.get_obj('output_domain')
32 self.queue = self.sd.get_obj('input_queue')
bs.py 71 iq = self.sd.get_obj('input_queue')
81 ob = self.sd.get_obj('output_bucket')
82 ib = self.sd.get_obj('input_bucket')
129 iq = self.sd.get_obj('input_queue')
132 ob = self.sd.get_obj('output_bucket')
133 ib = self.sd.get_obj('input_bucket')
153 d = self.sd.get_obj('output_domain')
sonofmmm.py 44 self.output_bucket = self.sd.get_obj('output_bucket')
45 self.input_bucket = self.sd.get_obj('input_bucket')
servicedef.py 64 def get_obj(self, name): member in class:ServiceDef
result.py 41 self.queue = self.sd.get_obj('output_queue')
42 self.domain = self.sd.get_obj('output_domain')
105 bucket = self.sd.get_obj('output_bucket')
service.py 45 self.input_queue = self.sd.get_obj('input_queue')
46 self.output_queue = self.sd.get_obj('output_queue')
47 self.output_domain = self.sd.get_obj('output_domain')
  /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
  /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...]

Completed in 371 milliseconds