/external/mesa3d/src/pixelflinger2/ |
shader.cpp | 130 std::map<ShaderKey, Instance *> instances; member in struct:Executable 198 for (std::map<ShaderKey, Instance *>::iterator it=shader->executable->instances.begin(); 199 it != shader->executable->instances.end(); it++) 201 shader->executable->instances.~map(); 454 shader->executable->instances = std::map<ShaderKey, Instance *>(); 459 Instance * instance = shader->executable->instances[shaderKey]; 561 shader->executable->instances[shaderKey] = instance; [all...] |
/libcore/luni/src/main/java/java/io/ |
ObjectStreamClass.java | [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 57 * <p>This factory will remember previously created <code>Log</code> instances 202 * The {@link org.apache.commons.logging.Log} instances that have 205 protected Hashtable instances = new Hashtable(); field in class:LogFactoryImpl 217 * implementation class that will be used to create new instances. 331 Log instance = (Log) instances.get(name); 334 instances.put(name, instance); 344 * instances returned by this factory. This is useful in environments 352 instances.clear(); 520 * new {@link org.apache.commons.logging.Log} instances.</p> [all...] |
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/view/ |
AbstractAndroidView.java | 133 * for started instances and removal of viewers 689 // update the collection for removing the stopped instances 694 // Remove not started instances from viewer [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Type.java | 25 * local, on a stack, or in a method descriptor. Instances of this 30 /** {@code non-null;} intern table mapping string descriptors to instances */ 488 * methods to get instances. 519 * methods to get instances. 668 * Gets the category. Most instances are category 1. {@code long}
|
/dalvik/dx/src/com/android/dx/rop/type/ |
Type.java | 25 * local, on a stack, or in a method descriptor. Instances of this 32 * instances 422 * methods to get instances. 453 * methods to get instances. 602 * Gets the category. Most instances are category 1. {@code long}
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
Type.java | 25 * local, on a stack, or in a method descriptor. Instances of this 32 * instances 422 * methods to get instances. 453 * methods to get instances. 602 * Gets the category. Most instances are category 1. {@code long}
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableSet.java | 53 * methods create hash-based instances, the {@link ImmutableSortedSet} subclass 58 * instances of this type are guaranteed to be immutable. 506 * This class is used to serialize all ImmutableSet instances, except for 536 * A builder for creating immutable set instances, especially {@code public 545 * Builder instances can be reused; it is safe to call {@link #build} multiple
|
ImmutableSortedMap.java | 53 * it has no public or protected constructors. Thus, instances of this class are 68 * multiple-entry instances, if it's deemed beneficial. 332 * A builder for creating immutable sorted map instances, especially {@code 345 * <p>Builder instances can be reused - it is safe to call {@link #build} 741 * Serialized type for all ImmutableSortedMap instances. It captures the
|
ImmutableSortedSet.java | 40 * Some instances are ordered by an explicit comparator, while others follow the 78 * it has no public or protected constructors. Thus, instances of this type are 460 * A builder for creating immutable sorted set instances, especially {@code 470 * Builder instances can be reused; it is safe to call {@link #build} multiple 668 * This class is used to serialize all ImmutableSortedSet instances,
|
ImmutableMap.java | 145 * A builder for creating immutable map instances, especially {@code public 158 * <p>Builder instances can be reused - it is safe to call {@link #build} 398 * Serialized type for all ImmutableMap instances. It captures the logical
|
ImmutableMultimap.java | 50 * it has no public or protected constructors. Thus, instances of this class 150 * A builder for creating immutable multimap instances, especially 161 * Builder instances can be reused; it is safe to call {@link #build} multiple
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarController.java | 84 private static WeakHashMap<Context, CalendarController> instances = field in class:CalendarController 282 synchronized (instances) { 283 CalendarController controller = instances.get(context); 286 instances.put(context, controller); 299 instances.remove(context); [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
gUnitBaseTest.java | 84 /** Use Reflection to create instances of lexer and parser */ 178 /** Use Reflection to create instances of lexer and parser */ 323 /** Use Reflection to create instances of lexer and parser */
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_manager_unittest.cc | 17 // Subclass of BrowserAccessibility that counts the number of instances. 82 // that exactly 3 instances were created. Note that the manager takes 94 // Delete the manager and test that all 3 instances are deleted.
|
/external/chromium/chrome/browser/metrics/ |
metrics_log.cc | 175 int instances = 0; local 176 plugin_dict->GetInteger(prefs::kStabilityPluginInstances, &instances); 177 WriteIntAttribute("instancecount", instances);
|
metrics_service.cc | 295 instances(0), 303 instances(0), 312 // The number of instances of this child process that have been created. 315 int instances; member in struct:MetricsService::ChildProcessStats 1702 int instances = 0; local [all...] |
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_mac.h | 236 // Methods associated with GPU-accelerated plug-in instances and the 276 // Forces the textures associated with any accelerated plugin instances 344 // Helper class for managing instances of accelerated plug-ins.
|
/external/clang/include/clang/Driver/ |
ArgList.h | 91 /// The ArgList class manages a list of Arg instances as well as 93 /// check for the presence of Arg instances for a particular Option 228 /// getAllArgValues - Get the values of all instances of the given argument
|
/external/guava/guava/src/com/google/common/io/ |
CharStreams.java | 59 * Returns a factory that will supply instances of {@link StringReader} that 77 * Returns a factory that will supply instances of {@link InputStreamReader}, 97 * Returns a factory that will supply instances of {@link OutputStreamWriter},
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableMultimap.java | 49 * it has no public or protected constructors. Thus, instances of this class 149 * A builder for creating immutable multimap instances, especially 160 * Builder instances can be reused; it is safe to call {@link #build} multiple
|
/external/icu4c/common/unicode/ |
unorm2.h | 26 * All instances of UNormalizer2 are unmodifiable/immutable. 27 * Instances returned by unorm2_getInstance() are singletons that must not be deleted by the caller. 168 * Do not close instances from unorm2_getInstance()!
|
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ |
EmulatorPlugin.java | 189 // What is needed to be done in such a case is to iterate on all TmL instances, looking for 347 * used to delegate stop action of the instances 398 * used to delegate start action of the instances
|
/external/clang/docs/ |
DriverInternals.html | 194 arguments (<tt>Arg</tt> instances). The driver expects to 202 metadata. The Arg instances themselves are lightweight and 208 parse to two Arg instances (a JoinedArg and a SeparateArg 216 <p>Arg instances themselves do not generally store the 219 copies. Instead, Arg instances are always embedded inside 252 Action instances for each task. The result is a list of
|
/libcore/luni/src/main/java/java/text/ |
NumberFormat.java | 129 * separate format instances for each thread. If multiple threads access a 272 * The number must be a subclass of {@code Number}. Instances of {@code Byte}, {@code Short}, 273 * {@code Integer}, and {@code Long} have {@code Number.longValue} invoked, as do instances of 308 * Returns an array of locales for which custom {@code NumberFormat} instances 742 * The instances of this inner class are used as attribute keys and values 746 * There is no public constructor in this class, the only instances are the
|