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

1 2 3 4 5 6 7 8 910

  /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...]
  /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...]
InstanceLearner.java 46 ArrayList<Instance> instances = getInstances(); local
47 int count = instances.size();
50 Instance sample = instances.get(i);
  /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...]
  /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...]
  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 360 private static Map<Condition, ErrorSpecification> instances = errorSpecifications(); field in class:XMPPError.ErrorSpecification
369 Map<Condition, ErrorSpecification> instances = new HashMap<Condition, ErrorSpecification>(22); local
370 instances.put(Condition.interna_server_error, new ErrorSpecification(
372 instances.put(Condition.forbidden, new ErrorSpecification(Condition.forbidden,
374 instances.put(Condition.bad_request, new XMPPError.ErrorSpecification(
376 instances.put(Condition.item_not_found, new XMPPError.ErrorSpecification(
378 instances.put(Condition.conflict, new XMPPError.ErrorSpecification(
380 instances.put(Condition.feature_not_implemented, new XMPPError.ErrorSpecification(
382 instances.put(Condition.gone, new XMPPError.ErrorSpecification(
384 instances.put(Condition.jid_malformed, new XMPPError.ErrorSpecification
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
VertexBuffer9.h 29 GLint start, GLsizei count, GLsizei instances, unsigned int offset);
31 virtual gl::Error getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances, unsigned int *outSpaceRequired) const;
48 gl::Error spaceRequired(const gl::VertexAttribute &attrib, std::size_t count, GLsizei instances,
VertexDeclarationCache.h 29 gl::Error applyDeclaration(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary, GLsizei instances, GLsizei *repeatDraw);
VertexBuffer9.cpp 66 GLint start, GLsizei count, GLsizei instances, unsigned int offset)
83 gl::Error error = spaceRequired(attrib, count, instances, &mapSize);
113 if (instances == 0 || attrib.divisor == 0)
137 gl::Error VertexBuffer9::getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances,
140 return spaceRequired(attrib, count, instances, outSpaceRequired);
190 gl::Error VertexBuffer9::spaceRequired(const gl::VertexAttribute &attrib, std::size_t count, GLsizei instances,
199 if (instances == 0 || attrib.divisor == 0)
206 elementCount = rx::UnsignedCeilDivide(static_cast<unsigned int>(instances), attrib.divisor);
VertexDeclarationCache.cpp 43 gl::Error VertexDeclarationCache::applyDeclaration(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary, GLsizei instances, GLsizei *repeatDraw)
50 if (instances == 0)
58 instances = 1;
64 if (instances > 0)
104 if (instances > 0)
109 *repeatDraw = instances;
126 frequency = D3DSTREAMSOURCE_INDEXEDDATA | instances;
163 if (instances == 0 || instancedAttribute == gl::MAX_VERTEX_ATTRIBS)
  /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/eigen/test/
exceptions.cpp 33 instances--;
38 instances++;
68 static int instances; member in class:ScalarWithExceptions
76 int ScalarWithExceptions::instances = 0; member in class:ScalarWithExceptions
82 int before = ScalarWithExceptions::instances; \
87 VERIFY(ScalarWithExceptions::instances==before && "memory leak detected in " && EIGEN_MAKESTRING(OP)); \
107 VERIFY(ScalarWithExceptions::instances==0 && "global memory leak detected in " && EIGEN_MAKESTRING(OP)); \
  /external/chromium_org/chrome/browser/devtools/
devtools_window_testing.cc 34 DevToolsWindowTestings* instances = g_instances.Pointer(); local
36 std::find(instances->begin(), instances->end(), this));
37 DCHECK(it != instances->end());
38 instances->erase(it);
57 DevToolsWindowTestings* instances = g_instances.Pointer();
58 for (DevToolsWindowTestings::iterator it(instances->begin());
59 it != instances->end();
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
VertexBuffer11.h 29 GLint start, GLsizei count, GLsizei instances, unsigned int offset);
31 virtual gl::Error getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances,
VertexBuffer11.cpp 69 GLint start, GLsizei count, GLsizei instances, unsigned int offset)
107 if (instances == 0 || attrib.divisor == 0)
123 GLsizei instances, unsigned int *outSpaceRequired) const
128 if (instances == 0 || attrib.divisor == 0)
135 elementCount = rx::UnsignedCeilDivide(static_cast<unsigned int>(instances), attrib.divisor);
  /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/content/public/android/javatests/src/org/chromium/content/common/
CleanupReferenceTest.java 78 ReferredObject[] instances = new ReferredObject[instanceCount]; local
81 instances[i] = new ReferredObject();
85 instances = null;
87 assertTrue(instances == null);
  /hardware/libhardware/include/hardware/
bt_mce.h 33 int num_instances, btmce_mas_instance_t *instances);
48 /** search for MAS instances on remote device */
  /external/chromium_org/chrome/browser/metrics/
plugin_metrics_provider.cc 71 instances(0),
80 instances(0),
90 // The number of instances of this child process that have been created.
93 int instances; member in struct:PluginMetricsProvider::ChildProcessStats
179 int instances = 0; local
180 plugin_dict->GetInteger(prefs::kStabilityPluginInstances, &instances);
181 if (instances > 0)
182 plugin_stability->set_instance_count(instances);
246 if (stats.instances) {
247 int instances = 0 local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
VertexBuffer.h 40 GLint start, GLsizei count, GLsizei instances, unsigned int offset) = 0;
41 virtual gl::Error getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances,
66 gl::Error reserveVertexSpace(const gl::VertexAttribute &attribute, GLsizei count, GLsizei instances);
73 GLint start, GLsizei count, GLsizei instances, unsigned int *outStreamOffset);
119 GLint start, GLsizei count, GLsizei instances, unsigned int *outStreamOffset);
VertexDataManager.h 56 gl::ProgramBinary *programBinary, GLint start, GLsizei count, TranslatedAttribute *outAttribs, GLsizei instances);
64 GLsizei instances) const;
74 GLsizei instances);
  /packages/providers/CalendarProvider/
maketests.py 103 instances = [] variable
107 instances.append((startTime,endTime))
109 instances = map(fixInstance, instances) variable
110 instances.sort()
122 for i in instances:
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateElement.cpp 146 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); local
147 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end();
148 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = instances.begin(); it != end; ++it) {
230 // If the target element has instances, update them as well, w/o requiring the <use> tree to be rebuilt.
231 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); local
232 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end();
233 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = instances.begin(); it != end; ++it) {
250 // If the target element has instances, update them as well, w/o requiring the <use> tree to be rebuilt.
251 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); local
252 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end()
278 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); local
    [all...]
  /external/chromium_org/tools/
diagnose-me.py 38 instances = stdout.split()
39 if len(instances) > 1:
41 + '\n'.join(' - ' + i for i in instances) + "\n"
  /external/chromium_org/chrome/browser/
site_details.h 24 std::vector<content::SiteInstance*> instances; member in struct:SiteData

Completed in 984 milliseconds

1 2 3 4 5 6 7 8 910