HomeSort by relevance Sort by last modified time
    Searched refs:instances (Results 201 - 225 of 501) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/math/rand/
gen_cooked.go 8 // which is used for seeding all instances of rand.Source.
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_perfcounter.c 80 unsigned instances; member in struct:si_pc_block
344 /* Both the number of instances and selectors varies between chips of the same
713 unsigned instances = block->instances; local
717 instances = 2;
725 instances,
  /external/v8/src/runtime/
runtime-debug.cc 1256 Handle<FixedArray> instances; local
1308 List<Handle<JSObject> > instances; local
1363 List<Handle<JSObject> > instances; local
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 394 * Creates {@link ThreadPolicy} instances. Methods whose names start
659 // Map from class to max number of allowed instances in memory.
676 * Creates {@link VmPolicy} instances. Methods whose names start
714 * Set an upper bound on how many instances of a class can be in memory
1778 long instances = instanceCounts[i]; local
2478 long instances = VMDebug.countInstancesOfClass(klass, false); local
    [all...]
  /system/libvintf/
parse_xml.cpp 462 appendTextElements(root, "instance", intf.instances, d);
465 std::vector<std::string> instances; variable
467 !parseTextElements(root, "instance", &instances)) {
470 intf->instances.clear();
471 intf->instances.insert(instances.begin(), instances.end());
472 if (intf->instances.size() != instances.size()) {
473 this->mLastError = "Duplicated instances in " + intf->name
    [all...]
  /art/tools/ahat/src/
ObjectHandler.java 280 List<AhatInstance> instances = inst.getDominated(); local
281 if (instances != null) {
282 DominatedList.render(mSnapshot, doc, query, DOMINATED_OBJECTS_ID, instances);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_refactor.py 42 def check_instances(self, instances, classes):
43 for inst, cls in zip(instances, classes):
45 self.fail("%s are not instances of %s" % instances, classes)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_tcs.cpp 127 if (tcs_prog_data->instances > 1) {
424 prog_data->instances = DIV_ROUND_UP(nir->info->tess.tcs_vertices_out, 8);
426 prog_data->instances = DIV_ROUND_UP(nir->info->tess.tcs_vertices_out, 2);
  /external/python/cpython2/Lib/lib2to3/tests/
test_refactor.py 43 def check_instances(self, instances, classes):
44 for inst, cls in zip(instances, classes):
46 self.fail("%s are not instances of %s" % instances, classes)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 42 def check_instances(self, instances, classes):
43 for inst, cls in zip(instances, classes):
45 self.fail("%s are not instances of %s" % instances, classes)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 42 def check_instances(self, instances, classes):
43 for inst, cls in zip(instances, classes):
45 self.fail("%s are not instances of %s" % instances, classes)
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 57 * <p>This factory will remember previously created <code>Log</code> instances
207 * The {@link org.apache.commons.logging.Log} instances that have
210 protected Hashtable instances = new Hashtable(); field in class:LogFactoryImpl
222 * implementation class that will be used to create new instances.
336 Log instance = (Log) instances.get(name);
339 instances.put(name, instance);
349 * instances returned by this factory. This is useful in environments
357 instances.clear();
525 * new {@link org.apache.commons.logging.Log} instances.</p>
    [all...]
  /external/autotest/client/site_tests/desktopui_SonicExtension/
config_json_iterator.py 18 This class reads and combines input JSON instances into one based on the
  /external/mesa3d/src/gallium/drivers/radeon/
r600_query.h 185 /* Expose per-instance groups instead of summing all instances (within
189 /* Expose per-SE groups instead of summing instances across SEs. */
199 /* Describes a hardware block with performance counters. Multiple instances of
204 * instances, or
280 unsigned instances, void *data);
  /art/tools/ahat/src/heapdump/
Diff.java 151 * Recursively create place holder instances for the given instance and
176 * Recursively diff two dominator trees of instances.
182 private static void instances(List<AhatInstance> a, List<AhatInstance> b, method in class:Diff
191 // Group instances of the same equivalence class together.
255 * This requires that instances have already been diffed. In particular, we
325 // Diff the instances of each snapshot.
327 instances(a.getRooted(), b.getRooted(), placeholders);
330 // This requires the instances have already been diffed.
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.h 100 uint8_t instances)
108 (instances << 24);
  /external/python/cpython2/PC/VS9.0/
rt.bat 11 rem All leading instances of these switches are shifted off, and
  /external/python/cpython2/PCbuild/
rt.bat 11 rem All leading instances of these switches are shifted off, and
  /test/vts-testcase/hal/treble/vintf/
vts_treble_vintf_test.cpp 206 auto instances = vendor_manifest_->getInstances(hal_name, iface_name); local
207 EXPECT_FALSE(instances.empty())
  /compatibility/cdd/7_hardware-compatibility/
7_9_virtual-reality.md 71 (equivalent to 4 instances of 1920x1080@30fps-10Mbps or 2 instances of
76 4 instances of 1920x1080@30fps-5Mbps).
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/
aws-java-sdk-elasticloadbalancing-1.11.18.jar 
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 78 private static WeakHashMap<Context, WeakReference<CalendarController>> instances = field in class:CalendarController
284 synchronized (instances) {
286 WeakReference<CalendarController> weakController = instances.get(context);
293 instances.put(context, new WeakReference(controller));
306 instances.remove(context);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 34 import android.provider.CalendarContract.Instances;
48 CalendarInstancesHelper.InstancesList instances = get(syncIdKey); local
49 if (instances == null) {
50 instances = new CalendarInstancesHelper.InstancesList();
51 put(syncIdKey, instances);
53 instances.add(values);
77 * Instances whose event_id field matches one of those events.
80 Instances._ID + " IN " +
81 "(SELECT " + Tables.INSTANCES + "." + Instances._ID + " as _id"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 135 ``False``, some chunks written to ``fp`` may be ``unicode`` instances.
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
225 ``encoding`` is the character encoding for str instances, default is UTF-8.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 133 may be ``unicode`` instances, subject to normal Python ``str`` to
156 ``encoding`` is the character encoding for str instances, default is UTF-8.
216 ``encoding`` is the character encoding for str instances, default is UTF-8.

Completed in 1011 milliseconds

1 2 3 4 5 6 7 891011>>