/external/expat/bcb5/ |
outline.mak | 10 # It is recommended to use the IDE to change any of the values in this
|
xmlwf.mak | 10 # It is recommended to use the IDE to change any of the values in this
|
/external/guava/src/com/google/common/collect/ |
AbstractBiMap.java | 213 @Override public Set<V> values() { method 230 final Iterator<V> iterator = delegate.values().iterator();
|
/external/libffi/src/x86/ |
win32.S | 77 # obliged to handle floating-point values. 188 # obliged to handle floating-point values.
|
/external/v8/test/mjsunit/ |
array-shift.js | 50 // Note that shift copies values from prototype into the array.
|
big-array-literal.js | 56 // Check that the properties have the expected values.
|
big-object-literal.js | 59 // Check that the properties have the expected values.
|
mirror-error.js | 85 // Test Date values.
|
mirror-string.js | 29 // Test the mirror object for string values
|
object-define-property.js | 59 // Values 107 // that it has the default descriptor values. 114 // have all default values (according to 8.6.1). 124 // with default values if called with non existing property (otherwise 488 // other allowed values
|
/external/v8/tools/ |
csvparser.js | 56 * Parses a line of CSV-encoded values. Returns an array of fields.
|
/external/webkit/LayoutTests/storage/domstorage/script-tests/ |
complex-keys.js | 1 description("Test dom storage with many different types of keys (as opposed to values)");
|
/external/webkit/WebCore/platform/graphics/mac/ |
ComplexTextControllerATSUI.cpp | 212 ATSUAttributeValuePtr values[] = { &lineLayoutOptions, &rtl, &overrideSpecifier }; local 214 status = ATSUSetLayoutControls(atsuTextLayout, 3, tags, sizes, values);
|
/external/webkit/WebKit/chromium/src/ |
GraphicsContext3D.cpp | [all...] |
/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 130 attributeValues:(NSArray *)values 149 RetainPtr<NSMutableArray> mutableValues(AdoptNS, [values mutableCopy]); 156 [self setAttributeKeys:keys andValues:values]; 225 - (void)setAttributeKeys:(NSArray *)keys andValues:(NSArray *)values
|
/frameworks/base/core/java/android/os/ |
BatteryStats.java | 537 public final String[] values; field in class:BatteryStats.BitDescription 543 this.values = null; 546 public BitDescription(int mask, int shift, String name, String[] values) { 550 this.values = values; [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduHeaders.java | 568 EncodedStringValue[] values = new EncodedStringValue[list.size()]; local 569 return list.toArray(values);
|
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
AnnotationTest.java | 69 for (List<Method> eqList : eqs.values()) { 83 for (List<Method> eqList : neqs.values()) {
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
IdentityHashMapTest.java | 41 // tests with null keys and values 151 * @tests java.util.IdentityHashMap#values() 154 // tests with null keys and values 164 Collection valueset = map.values(); 223 * @tests java.util.IdentityHashMap#values() 236 Collection vals = map.values();
|
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
ConcurrentHashMapTest.java | 79 * containsValue returns true for held values 165 * Values.toArray contains all values 169 Collection v = map.values(); 195 * values collection contains all values 199 Collection s = map.values(); 323 * size returns the correct values
|
/packages/apps/Camera/src/com/android/camera/ |
CameraSettings.java | 155 CharSequence[] values = videoQuality.getEntryValues(); local 157 if (VIDEO_QUALITY_MMS.equals(values[i])) { 208 // show only integer values for exposure compensation
|
/prebuilt/common/ddmlib/ |
ddmlib-prebuilt.jar | |
/prebuilt/common/swing-worker/ |
swing-worker-1.1.jar | |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
DisplayLog.java | 132 * Adds an {@link EventContainer} to the log. Only add the values/occurrences defined by 134 * only the values are displayed (as they mark an event occurrence anyway). 229 EventValueDescription[] values = logParser.getEventInfoMap().get(event.mTag); local 231 EventValueDescription valueDescription = values[descriptor.valueIndex];
|
/build/tools/droiddoc/src/ |
SinceTagger.java | 60 for (String version : xmlToName.values()) {
|