HomeSort by relevance Sort by last modified time
    Searched full:instances (Results 1 - 25 of 3780) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/asus/flo/
sec_config 2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
time_to_object_instance_map.js 16 * Tracks all the instances associated with a given ID over its lifetime.
28 this.instances = [];
33 if (this.instances.length == 0) {
34 this.instances.push(this.createObjectInstanceFunction_(
36 this.instances[0].creationTsWasExplicit = true;
37 return this.instances[0];
40 var lastInstance = this.instances[this.instances.length - 1];
48 this.instances.push(lastInstance);
53 if (this.instances.length == 0)
    [all...]
object_snapshot.js 11 * Initialization of snapshots and instances is three phased:
13 * 1. Instances and snapshots are constructed. This happens during event
17 * 2. Instances and snapshtos are preinitialized. This happens after implicit
24 * 3. Instances and snapshtos are initialized. At this point, {id_ref:
  /frameworks/base/core/java/android/gesture/
Learner.java 37 * Retrieve all the instances
39 * @return instances
51 ArrayList<Instance> instances = mInstances; local
52 int count = instances.size();
54 Instance instance = instances.get(i);
56 instances.remove(instance);
63 * Remove all the instances of a category
69 final ArrayList<Instance> instances = mInstances; local
70 final int count = instances.size();
73 final Instance instance = instances.get(i)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
InstanceOnlyModifierDebuggee.java 66 logWriter.println("Create instances");
67 final TestClass[] instances = new TestClass[10]; local
68 for (int i = 0; i < instances.length; ++i) {
69 instances[i] = new TestClass();
73 INSTANCE_ONLY = instances[instances.length - 1];
84 for (int i = 0; i < instances.length; ++i) {
85 instances[i].eventTestMethod();
89 for (int i = 0; i < instances.length; ++i) {
90 instances[i].throwAndCatchException()
    [all...]
  /external/lldb/source/Core/
PluginManager.cpp 286 ABIInstances &instances = GetABIInstances (); local
288 ABIInstances::iterator pos, end = instances.end();
289 for (pos = instances.begin(); pos != end; ++ pos)
293 instances.erase(pos);
305 ABIInstances &instances = GetABIInstances (); local
306 if (idx < instances.size())
307 return instances[idx].create_callback;
317 ABIInstances &instances = GetABIInstances (); local
319 ABIInstances::iterator pos, end = instances.end();
320 for (pos = instances.begin(); pos != end; ++ pos
392 DisassemblerInstances &instances = GetDisassemblerInstances (); local
411 DisassemblerInstances &instances = GetDisassemblerInstances (); local
423 DisassemblerInstances &instances = GetDisassemblerInstances (); local
504 DynamicLoaderInstances &instances = GetDynamicLoaderInstances (); local
523 DynamicLoaderInstances &instances = GetDynamicLoaderInstances (); local
535 DynamicLoaderInstances &instances = GetDynamicLoaderInstances (); local
609 EmulateInstructionInstances &instances = GetEmulateInstructionInstances (); local
628 EmulateInstructionInstances &instances = GetEmulateInstructionInstances (); local
640 EmulateInstructionInstances &instances = GetEmulateInstructionInstances (); local
709 OperatingSystemInstances &instances = GetOperatingSystemInstances (); local
728 OperatingSystemInstances &instances = GetOperatingSystemInstances (); local
740 OperatingSystemInstances &instances = GetOperatingSystemInstances (); local
814 LanguageRuntimeInstances &instances = GetLanguageRuntimeInstances (); local
833 LanguageRuntimeInstances &instances = GetLanguageRuntimeInstances (); local
845 LanguageRuntimeInstances &instances = GetLanguageRuntimeInstances (); local
923 ObjectFileInstances &instances = GetObjectFileInstances (); local
942 ObjectFileInstances &instances = GetObjectFileInstances (); local
953 ObjectFileInstances &instances = GetObjectFileInstances (); local
963 ObjectFileInstances &instances = GetObjectFileInstances (); local
975 ObjectFileInstances &instances = GetObjectFileInstances (); local
994 ObjectFileInstances &instances = GetObjectFileInstances (); local
1070 ObjectContainerInstances &instances = GetObjectContainerInstances (); local
1089 ObjectContainerInstances &instances = GetObjectContainerInstances (); local
1101 ObjectContainerInstances &instances = GetObjectContainerInstances (); local
1117 ObjectContainerInstances &instances = GetObjectContainerInstances (); local
1185 LogInstances &instances = GetLogInstances (); local
1204 LogInstances &instances = GetLogInstances (); local
1215 LogInstances &instances = GetLogInstances (); local
1227 LogInstances &instances = GetLogInstances (); local
1302 PlatformInstances &instances = GetPlatformInstances (); local
1312 PlatformInstances &instances = GetPlatformInstances (); local
1324 PlatformInstances &instances = GetPlatformInstances (); local
1343 PlatformInstances &instances = GetPlatformInstances (); local
1355 PlatformInstances &instances = GetPlatformInstances (); local
1373 PlatformInstances &instances = GetPlatformInstances (); local
1446 ProcessInstances &instances = GetProcessInstances (); local
1456 ProcessInstances &instances = GetProcessInstances (); local
1468 ProcessInstances &instances = GetProcessInstances (); local
1487 ProcessInstances &instances = GetProcessInstances (); local
1500 ProcessInstances &instances = GetProcessInstances (); local
1573 SymbolFileInstances &instances = GetSymbolFileInstances (); local
1592 SymbolFileInstances &instances = GetSymbolFileInstances (); local
1604 SymbolFileInstances &instances = GetSymbolFileInstances (); local
1678 SymbolVendorInstances &instances = GetSymbolVendorInstances (); local
1697 SymbolVendorInstances &instances = GetSymbolVendorInstances (); local
1710 SymbolVendorInstances &instances = GetSymbolVendorInstances (); local
1783 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances (); local
1802 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances (); local
1815 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances (); local
1833 DynamicLoaderInstances &instances = GetDynamicLoaderInstances (); local
1846 PlatformInstances &instances = GetPlatformInstances (); local
1859 ProcessInstances &instances = GetProcessInstances(); local
    [all...]
  /device/lge/hammerhead/
sec_config 2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */
  /external/arduino/libraries/Wire/
keywords.txt 23 # Instances (KEYWORD2)
  /external/chromium_org/tools/telemetry/
README 1 telemetry provides automation of chrome instances on top of the
  /external/smack/src/org/jivesoftware/smack/filter/
package.html 1 <body>Allows {@link org.jivesoftware.smack.PacketCollector} and {@link org.jivesoftware.smack.PacketListener} instances to filter for packets with particular attributes.</body
  /external/chromium_org/third_party/sqlite/src/test/
tkt1435.test 32 CREATE TABLE Instances(
41 INSERT INTO "Instances"
43 INSERT INTO "Instances"
45 INSERT INTO "Instances"
47 INSERT INTO "Instances"
78 select row, pinned from tlList, Instances, Versions, Flavors
80 Instances.troveName = tlList.name
82 and Instances.versionId = Versions.versionId
85 and Instances.flavorId = Flavors.flavorId
95 CREATE INDEX InstancesNameIdx ON Instances(troveName)
    [all...]
  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 57 instances(NULL)
78 for(InstanceList * instances = eps->instances; instances != NULL;)
80 InstanceList * next = instances->next;
81 delete instances;
82 instances = next;
166 for(InstanceList * instances = eps->instances; instances != NULL; instances = instances->next
    [all...]
  /external/chromium_org/base/debug/
leak_tracker.h 21 // LeakTracker is a helper to verify that all instances of a class
26 // instances of that class.
38 // Next, when we believe all instances of net::URLRequest have been deleted:
42 // Should the check fail (because there are live instances of net::URLRequest),
43 // then the allocation callstack for each leaked instances is dumped to
70 instances()->Append(this);
87 for (LinkNode<LeakTracker<T> >* node = instances()->head();
88 node != instances()->end();
115 for (LinkNode<LeakTracker<T> >* node = instances()->head();
116 node != instances()->end()
    [all...]
  /device/moto/shamu/
sec_config 2 /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 7 /* limit the number of max occuring instances of same component,
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
InstancesTest.java 37 static final String thisCommandName = "ReferenceType.Instances command";
57 * ReferenceType.Instances command and checks that returned reachable
90 //maxInstances is maximum number of instances to return.
124 //Get the number of instances that returned.
126 assertEquals(thisCommandName + "returned instances number is wrong.",
147 logWriter.println("=> CHECK: PASSED: expected instances are returned:");
148 logWriter.println("=> Returned reachable instances number is" + expectedReachableObjNum);
157 * This testcase exercises ReferenceType.Instances command. <BR>
160 * ReferenceType.Instances command and checks that returned reachable
161 * objects are expected ones. Maximum number of instances is zero, so all instance
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
ReferringObjectsTest.java 63 * for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects
64 * command and checks that returned instances are equal to the expected referrer objects. Since maxReferrers
65 * equals zero, all instances are returned.
75 * for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects
76 * command and checks that returned instances are equal to the expected referrer objects. Since maxReferrers
77 * is more than the number of referrer objects, all instances are returned.
87 * for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObjects
88 * command and checks that returned instances are equal to the expected referrer objects. Since maxReferrers
89 * is less than the number of referrer objects, the number of instances returned is equal to maxReferrers.
99 * for this class by ReferenceType.Instances command, then performs ObjectReference.ReferringObject
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
web_contents_information.h 23 // category of WebContentses owned by some service. The instances are expected
33 // Retrieve all known WebContents instances from the service we're tracking.
40 // Start listening to the creation of new WebContents instances from
45 // Stop listening to creation of new WebContents instances.
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLExtensionName.h 10 // Extension names are needed to properly wrap instances in JavaScript objects.
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
VertexBuffer9.h 29 GLint start, GLsizei count, GLsizei instances, unsigned int offset);
31 virtual bool getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances, unsigned int *outSpaceRequired) const;
48 static bool spaceRequired(const gl::VertexAttribute &attrib, std::size_t count, GLsizei instances,
  /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...]
  /external/chromium_org/content/browser/worker_host/
worker_service_impl.cc 159 for (WorkerProcessHost::Instances::const_iterator instance =
160 iter->instances().begin(); instance != iter->instances().end();
164 WorkerProcessHost::Instances::const_iterator first_instance =
165 iter->instances().begin();
166 if (first_instance == iter->instances().end())
271 for (WorkerProcessHost::Instances::iterator i = queued_workers_.begin();
316 for (WorkerProcessHost::Instances::iterator i = queued_workers_.begin();
363 for (WorkerProcessHost::Instances::iterator iter = queued_workers_.begin();
382 // Remove any queued instances of this worker and copy over the filter t
545 const WorkerProcessHost::Instances& instances = (*iter)->instances(); local
    [all...]
  /dalvik/hit/src/com/android/hit/
Main.java 85 Instance[] instances = Queries.instancesOf(state, "java.lang.String"); local
87 System.out.println("There are " + instances.length + " Strings.");
91 Instance[] instances = Queries.allInstancesOf(state, local
94 System.out.println("There are " + instances.length
95 + " instances of Drawables and its subclasses.");
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
VertexBuffer.h 34 GLint start, GLsizei count, GLsizei instances, unsigned int offset) = 0;
35 virtual bool getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances,
60 bool reserveVertexSpace(const gl::VertexAttribute &attribute, GLsizei count, GLsizei instances);
67 GLint start, GLsizei count, GLsizei instances, unsigned int *outStreamOffset);
113 GLint start, GLsizei count, GLsizei instances, unsigned int *outStreamOffset);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
VertexBuffer11.cpp 70 GLint start, GLsizei count, GLsizei instances, unsigned int offset)
106 if (instances == 0 || attrib.mDivisor == 0)
128 GLsizei instances, unsigned int *outSpaceRequired) const
133 if (instances == 0 || attrib.mDivisor == 0)
139 if (static_cast<unsigned int>(instances) < std::numeric_limits<unsigned int>::max() - (attrib.mDivisor - 1))
142 elementCount = rx::roundUp(static_cast<unsigned int>(instances), attrib.mDivisor);
146 elementCount = instances / attrib.mDivisor;

Completed in 1328 milliseconds

1 2 3 4 5 6 7 8 91011>>