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

1 23 4 5 6 7 8 910

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 134 GLint first, GLsizei count, GLsizei instances) = 0;
138 virtual void drawArrays(GLenum mode, GLsizei count, GLsizei instances, bool transformFeedbackActive) = 0;
140 gl::Buffer *elementArrayBuffer, const TranslatedIndexData &indexInfo, GLsizei instances) = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.h 84 GLint first, GLsizei count, GLsizei instances);
88 virtual void drawArrays(GLenum mode, GLsizei count, GLsizei instances, bool transformFeedbackActive);
90 gl::Buffer *elementArrayBuffer, const TranslatedIndexData &indexInfo, GLsizei instances);
210 void drawTriangleFan(GLsizei count, GLenum type, const GLvoid *indices, int minIndex, gl::Buffer *elementArrayBuffer, int instances);
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 61 InstanceList * instances; member in struct:PluginEntryPointList
  /external/smack/src/org/jivesoftware/smackx/
ServiceDiscoveryManager.java 61 private static Map<Connection, ServiceDiscoveryManager> instances = field in class:ServiceDiscoveryManager
100 return instances.get(connection);
182 instances.put(connection, this);
192 instances.remove(connection);
  /external/chromium_org/chrome/browser/devtools/
devtools_ui_bindings.cc 288 DevToolsUIBindingsList* instances = g_instances.Pointer();
289 for (DevToolsUIBindingsList::iterator it(instances->begin());
290 it != instances->end(); ++it) {
369 DevToolsUIBindingsList* instances = g_instances.Pointer(); local
371 std::find(instances->begin(), instances->end(), this));
372 DCHECK(it != instances->end());
373 instances->erase(it);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbgnubbyfactory.js 7 * instances.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
type.pxd 18 # instances of types derived from the standard type object. Return
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAppWidgetManager.java 27 private static AppSingletonizer<AppWidgetManager> instances = new AppSingletonizer<AppWidgetManager>(AppWidgetManager.class) { field in class:ShadowAppWidgetManager
67 return instances.getInstance(context);
  /frameworks/base/core/java/android/os/
StrictMode.java 335 * Creates {@link ThreadPolicy} instances. Methods whose names start
546 // Map from class to max number of allowed instances in memory.
563 * Creates {@link VmPolicy} instances. Methods whose names start
601 * Set an upper bound on how many instances of a class can be in memory
1463 long instances = VMDebug.countInstancesOfClass(klass, false); local
2046 long instances = VMDebug.countInstancesOfClass(klass, false); local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.h 85 GLint first, GLsizei count, GLsizei instances);
90 virtual void drawArrays(GLenum mode, GLsizei count, GLsizei instances, bool transformFeedbackActive);
92 gl::Buffer *elementArrayBuffer, const TranslatedIndexData &indexInfo, GLsizei instances);
  /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/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_provider.py 17 File system instances are memoized to maintain the in-memory caches across
  /external/chromium_org/v8/test/mjsunit/
function-prototype.js 29 // prototype used for instances in that case should be the initial
94 // that this is in difference to ES3, which specified that function instances
  /external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java 83 private static Map<Connection, EntityCapsManager> instances = Collections field in class:EntityCapsManager
233 instances.put(connection, this);
239 instances.remove(weakRefConnection.get());
339 EntityCapsManager entityCapsManager = instances.get(connection);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1493017.js 37 // remove all references to instances of C.
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 664 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = instancesForElement(); local
665 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end();
666 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = instances.begin(); it != end; ++it) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /external/bison/build-aux/
install-sh 422 # Don't fail if two instances are running concurrently.
436 # Don't fail if two instances are running concurrently.

Completed in 2789 milliseconds

1 23 4 5 6 7 8 910