HomeSort by relevance Sort by last modified time
    Searched refs:objects (Results 276 - 300 of 1686) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_weakref.py 225 # callback". The "no callback" ref and proxy objects are supposed
320 "got wrong number of weak reference objects")
325 "got wrong number of weak reference objects")
329 "weak reference objects not unlinked from"
334 "got wrong number of weak reference objects for int")
401 # of all objects" occurs.
447 # objects are, since their __mro__ points back to them). I holds
505 # case, the objects reachable from the callback aren't also reachable
530 # objects reachable from the dying object (c1) isn't enough to stop
556 # Do something nasty in a weakref callback: resurrect objects
    [all...]
  /external/autotest/scheduler/shard/
shard_client_unittest.py 194 host = models.Host.objects.get(id=2)
198 suite_keyval = models.JobKeyval.objects.filter(job_id=0)[0]
204 host = models.Host.objects.get(id=2)
207 job = models.Job.objects.all()[0]
289 job2 = models.Job.objects.get(pk=job1_serialized['id'])
323 self.assertEqual(models.Host.objects.count(), 0)
  /external/python/cpython2/Lib/distutils/
cygwinccompiler.py 170 objects,
186 objects = copy.copy(objects or [])
203 temp_dir = os.path.dirname(objects[0])
233 objects.append(def_file)
249 objects,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cygwinccompiler.py 194 objects,
210 objects = copy.copy(objects or [])
227 temp_dir = os.path.dirname(objects[0])
257 objects.append(def_file)
273 objects,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cygwinccompiler.py 194 objects,
210 objects = copy.copy(objects or [])
227 temp_dir = os.path.dirname(objects[0])
257 objects.append(def_file)
273 objects,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 194 objects,
210 objects = copy.copy(objects or [])
227 temp_dir = os.path.dirname(objects[0])
257 objects.append(def_file)
273 objects,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 194 objects,
210 objects = copy.copy(objects or [])
227 temp_dir = os.path.dirname(objects[0])
257 objects.append(def_file)
273 objects,
  /build/make/target/product/
base.mk 161 # Note: it is acceptable to not have a dirty-image-objects file. In that case, the special bin
162 # for known dirty objects in the image will be empty.
164 frameworks/base/config/dirty-image-objects:system/etc/dirty-image-objects)
  /cts/apps/CameraITS/pymodules/its/
target.py 17 import its.objects
70 req = its.objects.manual_capture_request(sens, exp_time)
  /cts/apps/CameraITS/tests/inprog/
test_black_level.py 17 import its.objects
58 req = its.objects.manual_capture_request(100, 1*1000*1000)
test_param_black_level_lock.py 17 import its.objects
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 19 import its.objects
26 Looks at capture results and at the camera characteristics objects.
34 auto_req = its.objects.auto_capture_request()
  /cts/apps/CameraITS/tests/scene1/
test_raw_sensitivity.py 17 import its.objects
55 req = its.objects.manual_capture_request(s, e, f_dist)
  /cts/apps/CameraITS/tests/scene2/
test_num_faces.py 20 import its.objects
44 req = its.objects.auto_capture_request()
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 34 import org.apache.xpath.objects.XNodeSet;
35 import org.apache.xpath.objects.XObject;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncId.java 30 import org.apache.xpath.objects.XNodeSet;
31 import org.apache.xpath.objects.XObject;
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
FunctionPattern.java 29 import org.apache.xpath.objects.XNumber;
30 import org.apache.xpath.objects.XObject;
  /external/autotest/site_utils/
job_history.py 150 tasks = models.SpecialTask.objects.filter(
208 self.tko_job = tko_models.Job.objects.filter(afe_job_id=self.id)[0]
209 self.host = models.Host.objects.filter(
274 tasks = models.SpecialTask.objects.filter(
339 hqe = models.HostQueueEntry.objects.filter(job_id=hqe.job.id)[0]
350 for job in models.Job.objects.filter(parent_job_id=self.id):
352 job_hqe = models.HostQueueEntry.objects.filter(job_id=job.id)[0]
392 hqe = models.HostQueueEntry.objects.filter(job_id=job_id)[0]
  /external/freetype/src/psaux/
psobjs.h 96 void** objects,
103 void** objects,
  /external/pdfium/third_party/freetype/src/psaux/
psobjs.h 96 void** objects,
103 void** objects,
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithMailMessages.java 118 List<MailMessage> objects) {
119 super(context, resource, objects);
  /frameworks/support/samples/SupportEmojiDemos/src/com/example/android/support/text/emoji/
ListFragment.java 64 List<EmojiRepo.EmojiData> objects) {
65 super(context, resource, textViewResourceId, objects);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CheckableListAdapter.java 42 public CheckableListAdapter(Context context, int resource, List<CheckableItem> objects) {
43 super(context, resource, objects);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
mix-1.d 3 #name: Mixed-ISA objects.
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 377 objects = self._bluez.GetManagedObjects(
379 for path, ifaces in objects.iteritems():
453 objects = self._bluez.GetManagedObjects(
457 for path, ifaces in objects.iteritems():
459 devices.append(objects[path][self.BLUEZ_DEVICE_IFACE])
551 objects = self._bluez.GetManagedObjects(
553 props = objects[self._adapter.object_path][self.BLUEZ_ADAPTER_IFACE]
646 objects = self._bluez.GetManagedObjects(
649 for path, ifaces in objects.iteritems():
651 devices.append(objects[path][self.BLUEZ_DEVICE_IFACE]
    [all...]

Completed in 2234 milliseconds

<<11121314151617181920>>