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

1 2 3 4 5 6 7 8 9

  /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/chromium/base/debug/
leak_tracker.h 20 // LeakTracker is a helper to verify that all instances of a class
25 // instances of that class.
37 // Next, when we believe all instances of net::URLRequest have been deleted:
41 // Should the check fail (because there are live instances of net::URLRequest),
42 // then the allocation callstack for each leaked instances is dumped to
68 instances()->Append(this);
85 for (LinkNode<LeakTracker<T> >* node = instances()->head();
86 node != instances()->end();
113 for (LinkNode<LeakTracker<T> >* node = instances()->head();
114 node != instances()->end()
    [all...]
  /external/chromium_org/base/debug/
leak_tracker.h 19 // LeakTracker is a helper to verify that all instances of a class
24 // instances of that class.
36 // Next, when we believe all instances of net::URLRequest have been deleted:
40 // Should the check fail (because there are live instances of net::URLRequest),
41 // then the allocation callstack for each leaked instances is dumped to
68 instances()->Append(this);
85 for (LinkNode<LeakTracker<T> >* node = instances()->head();
86 node != instances()->end();
113 for (LinkNode<LeakTracker<T> >* node = instances()->head();
114 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/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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/modulator/
CatRom2.java 43 private static Map<Integer, CatRom2> instances = new HashMap<Integer, CatRom2>(); field in class:CatRom2
60 if (!CatRom2.instances.containsKey(sampleRate)) {
61 CatRom2.instances.put(sampleRate, new CatRom2(sampleRate));
63 return CatRom2.instances.get(sampleRate);
  /external/eigen/test/
exceptions.cpp 33 instances--;
38 instances++;
68 static int instances; member in class:ScalarWithExceptions
72 int ScalarWithExceptions::instances = 0; member in class:ScalarWithExceptions
78 int before = ScalarWithExceptions::instances; \
83 VERIFY(ScalarWithExceptions::instances==before && "memory leak detected in " && EIGEN_MAKESTRING(OP)); \
103 VERIFY(ScalarWithExceptions::instances==0 && "global memory leak detected in " && EIGEN_MAKESTRING(OP)); \
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexBuffer.h 33 GLsizei instances, unsigned int offset) = 0;
37 GLsizei instances) const = 0;
63 bool reserveVertexSpace(const gl::VertexAttribute &attribute, GLsizei count, GLsizei instances);
70 virtual int storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, GLsizei instances);
113 int storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, GLsizei instances);
VertexBuffer9.h 28 virtual bool storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, GLsizei instances,
32 virtual unsigned int getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances) const;
85 static unsigned int spaceRequired(const gl::VertexAttribute &attrib, std::size_t count, GLsizei instances);
VertexBuffer.cpp 90 int VertexBufferInterface::storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, GLsizei instances)
98 if (!mVertexBuffer->storeVertexAttributes(attrib, start, count, instances, mWritePosition))
104 mWritePosition += mVertexBuffer->getSpaceRequired(attrib, count, instances);
128 bool VertexBufferInterface::reserveVertexSpace(const gl::VertexAttribute &attribute, GLsizei count, GLsizei instances)
130 unsigned int requiredSpace = mVertexBuffer->getSpaceRequired(attribute, count, instances);
236 int StaticVertexBufferInterface::storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, GLsizei instances)
242 return VertexBufferInterface::storeVertexAttributes(attrib, start, count, instances);
VertexDeclarationCache.h 28 GLenum applyDeclaration(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary, GLsizei instances, GLsizei *repeatDraw);
VertexBuffer11.h 28 virtual bool storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, GLsizei instances,
32 virtual unsigned int getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances) const;
VertexDataManager.h 49 GLenum prepareVertexData(const gl::VertexAttribute attribs[], gl::ProgramBinary *programBinary, GLint start, GLsizei count, TranslatedAttribute *outAttribs, GLsizei instances);
  /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 76 ReferredObject[] instances = new ReferredObject[INSTANCE_COUNT]; local
79 instances[i] = new ReferredObject();
83 instances = null;
  /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"
  /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/chrome/browser/
site_details.h 24 std::vector<content::SiteInstance*> instances; member in struct:SiteData
site_details.cc 33 for (size_t i = 0; i < site_data->instances.size(); ++i) {
34 if (instance->IsRelatedSiteInstance(site_data->instances[i])) {
35 primary = site_data->instances[i];
42 site_data->instances.push_back(instance);
  /external/smack/src/org/jivesoftware/smackx/
GatewayManager.java 30 private static Map<Connection,GatewayManager> instances = field in class:GatewayManager
125 synchronized(instances){
126 if(instances.containsKey(connection)){
127 return instances.get(connection);
130 instances.put(connection, instance);
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 41 import android.provider.CalendarContract.Instances;
2115 Cursor instances = getInstances(timeZone, rangeStart, rangeEnd, projection, local
2121 Cursor instances; local
2437 Cursor instances = getInstances(timeZone, "2003-08-05T00:00:00", "2003-08-31T11:59:59", local
2522 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
2711 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
2880 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
2968 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
3063 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
3312 Cursor instances = mContentResolver.query(uri, projection, where, null, local
3366 Cursor instances = mContentResolver.query(uri, projection, where, null, local
3400 Cursor instances = getInstances(timeZone, startWhen, endWhen, local
3562 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.cpp 77 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); local
78 const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
79 for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGViewportContainer.cpp 70 const HashSet<SVGElementInstance*>& instances = correspondingElement->instancesForElement(); local
71 ASSERT(!instances.isEmpty());
74 const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
75 for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
  /external/chromium_org/chrome/test/pyautolib/
chrome_driver_factory.py 5 """Factory that creates ChromeDriver instances for pyauto."""
17 """"Factory that creates ChromeDriver instances for pyauto.
75 The port all ChromeDriver instances returned from NewChromeDriver() will

Completed in 1123 milliseconds

1 2 3 4 5 6 7 8 9