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

<<11121314151617181920>>

  /external/python/cpython2/Lib/distutils/
msvccompiler.py 354 macros, objects, extra_postargs, pp_opts, build = \
365 for obj in objects:
433 return objects
439 objects,
446 (objects, output_dir) = self._fix_object_args (objects, output_dir)
450 if self._need_link (objects, output_filename):
451 lib_args = objects + ['/OUT:' + output_filename]
466 objects,
480 (objects, output_dir) = self._fix_object_args (objects, output_dir
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvccompiler.py 354 macros, objects, extra_postargs, pp_opts, build = \
365 for obj in objects:
433 return objects
439 objects,
446 (objects, output_dir) = self._fix_object_args (objects, output_dir)
450 if self._need_link (objects, output_filename):
451 lib_args = objects + ['/OUT:' + output_filename]
466 objects,
480 (objects, output_dir) = self._fix_object_args (objects, output_dir
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvccompiler.py 354 macros, objects, extra_postargs, pp_opts, build = \
365 for obj in objects:
433 return objects
439 objects,
446 (objects, output_dir) = self._fix_object_args (objects, output_dir)
450 if self._need_link (objects, output_filename):
451 lib_args = objects + ['/OUT:' + output_filename]
466 objects,
480 (objects, output_dir) = self._fix_object_args (objects, output_dir
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 354 macros, objects, extra_postargs, pp_opts, build = \
365 for obj in objects:
433 return objects
439 objects,
446 (objects, output_dir) = self._fix_object_args (objects, output_dir)
450 if self._need_link (objects, output_filename):
451 lib_args = objects + ['/OUT:' + output_filename]
466 objects,
480 (objects, output_dir) = self._fix_object_args (objects, output_dir
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 354 macros, objects, extra_postargs, pp_opts, build = \
365 for obj in objects:
433 return objects
439 objects,
446 (objects, output_dir) = self._fix_object_args (objects, output_dir)
450 if self._need_link (objects, output_filename):
451 lib_args = objects + ['/OUT:' + output_filename]
466 objects,
480 (objects, output_dir) = self._fix_object_args (objects, output_dir
    [all...]
  /external/autotest/scheduler/shard/
shard_client.py 72 - Find objects that the Host/Job objects depend on: Labels, AclGroups, Users,
75 7. Send these objects to the slave.
79 1. Deserialize the objects sent from the master and persist them to the local
90 ids of all hosts. This is used to not send objects repeatedly. For more
145 """Save objects returned by a heartbeat to the local database.
189 job_models = models.Job.objects.filter(
209 models.Host.objects.filter(id__in=incorrect_host_ids).delete()
238 job_ids = list(models.Job.objects.filter(
242 for job_to_upload in models.Job.objects.filter(pk__in=job_ids).all()
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 91 objects.insert(object);
96 objects.erase(object);
101 if (objects.find(object) != objects.end()) {
298 // Mark all objects remaining in the list as terminated, unless
301 size_t count = objects.size();
302 ALOGW_IF(count, "eglTerminate() called w/ %zu objects remaining", count);
303 for (auto o : objects) {
308 objects.clear();
  /art/tools/ahat/src/heapdump/
AhatArrayInstance.java 29 // are stored as an array of objects, though we could potentially save space
46 Object[] objects = array.getValues(); local
47 final AhatInstance[] insts = new AhatInstance[objects.length];
48 for (int i = 0; i < objects.length; i++) {
49 if (objects[i] != null) {
50 Instance ref = (Instance)objects[i];
  /external/autotest/frontend/tko/
models.py 182 objects = model_logic.ExtendedManager() variable in class:Job
218 objects = model_logic.ExtendedManager() variable in class:Test
228 TestAttribute.objects.get(test=self, attribute=attribute,
247 objects = model_logic.ExtendedManager() variable in class:TestAttribute
263 objects = model_logic.ExtendedManager() variable in class:IterationAttribute
278 objects = model_logic.ExtendedManager() variable in class:IterationResult
293 objects = model_logic.ExtendedManager() variable in class:TestLabel
370 TestLabel.objects.filter(name__in=label_names)
407 label_query = TestLabel.objects.filter(name=label_name)
408 query_set = Test.objects.join_custom_field(query_set, label_query
726 objects = TestViewManager() variable in class:TestView
    [all...]
  /external/autotest/site_utils/
server_manager.py 65 servers = server_models.Server.objects.filter(
72 server_models.ServerRole.objects.create(server=server, role=role)
153 servers = server_models.Server.objects.filter(
204 server = server_models.Server.objects.create(
207 server_models.ServerRole.objects.create(server=server, role=role)
  /cts/apps/CameraITS/tests/scene1/
test_crop_region_raw.py 18 import its.objects
51 zoom = min(3.0, its.objects.get_max_digital_zoom(props))
67 req = its.objects.manual_capture_request(s,e, 0.0, True, props)
test_param_noise_reduction.py 18 import its.objects
59 req = its.objects.manual_capture_request(s, e)
83 req = its.objects.manual_capture_request(s, e)
  /cts/apps/CameraITS/tests/scene3/
test_reprocess_edge_enhancement.py 18 import its.objects
58 req = its.objects.manual_capture_request(sensitivity, exp)
113 size = its.objects.get_available_output_sizes("jpg", props)[0]
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
DeviceListFragment.java 108 * @param objects
111 List<WifiP2pDevice> objects) {
112 super(context, textViewResourceId, objects);
113 items = objects;
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 108 * @param objects
111 List<WifiP2pDevice> objects) {
112 super(context, textViewResourceId, objects);
113 items = objects;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprIteratorSimple.java 31 import org.apache.xpath.objects.XNodeSet;
116 result = (org.apache.xpath.objects.XNodeSet) expr.execute(xctxt);
123 result = (org.apache.xpath.objects.XNodeSet) expr.execute(xctxt);
  /external/autotest/client/cros/tendo/
peerd_dbus_helper.py 89 objects = dbus_util.dbus2primitive(dbus_objects)
91 for path, interfaces in objects.iteritems()
98 for path, interfaces in objects.iteritems()
  /external/autotest/contrib/
always_failing_tests.py 45 statuses = {s.status_idx: s.word for s in tko_models.Status.objects.all()}
48 tests = tko_models.Test.objects.select_related('job'
86 afe_jobs = afe_models.Job.objects.select_related('parent_job')\
  /external/autotest/frontend/server/
models.py 39 objects = model_logic.ExtendedManager() variable in class:Server
117 objects = model_logic.ExtendedManager() variable in class:ServerRole
131 objects = model_logic.ExtendedManager() variable in class:ServerAttribute
  /external/mockito/src/main/java/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 149 public static HashCodeAndEqualsSafeSet of(Iterable<Object> objects) {
151 if (objects != null) {
152 for (Object mock : objects) {
  /external/v8/tools/
generate-builtins-tests.py 116 objects = json.loads(output)
119 for obj_name in objects:
121 obj = objects[obj_name]
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
ToArrayOpTest.java 69 Object[] objects = exerciseTerminalOps(data, s -> s.map(i -> (Integer) (i + i)), s -> s.toArray()); local
70 assertTrue(objects.length == data.size());
78 Object[] objects = exerciseTerminalOps(data, s -> s.sorted(), s -> s.toArray()); local
79 assertTrue(objects.length == data.size());
87 Object[] objects = exerciseTerminalOps(data, local
90 assertTrue(objects.length == data.size() * 2);
241 int[] objects = exerciseTerminalOps(data,
244 assertTrue(objects.length == data.size() * 2);
314 long[] objects = exerciseTerminalOps(data,
317 assertTrue(objects.length == data.size() * 2)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 9 // Per-thread (in Go, per-P) cache for small objects.
22 // Allocator cache for tiny objects w/o pointers.
42 local_largefree uintptr // bytes freed for large objects (>maxsmallsize)
43 local_nlargefree uintptr // number of frees for large objects (>maxsmallsize)
44 local_nsmallfree [_NumSizeClasses]uintptr // number of frees for small objects (<=maxsmallsize)
73 // dummy MSpan that contains no free objects.
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 9 // Per-thread (in Go, per-P) cache for small objects.
22 // Allocator cache for tiny objects w/o pointers.
42 local_largefree uintptr // bytes freed for large objects (>maxsmallsize)
43 local_nlargefree uintptr // number of frees for large objects (>maxsmallsize)
44 local_nsmallfree [_NumSizeClasses]uintptr // number of frees for small objects (<=maxsmallsize)
73 // dummy MSpan that contains no free objects.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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,

Completed in 1489 milliseconds

<<11121314151617181920>>