/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
MonitorThread.java | 661 Collection<ChunkHandler> values = mHandlerMap.values(); local 662 set = new HashSet<ChunkHandler>(values); 678 // trouble is that not all values for "event" may
|
/external/blktrace/btt/doc/ |
btt.tex | 217 issued requests (D) and the resultant ratio. We also provide values 238 between IOs. Values provided include the number of seeks (number of IOs 243 The first of the two sections displays values for Q2Q seek distances -- 255 We have almost exclusively seen median and mode values of 0, indicating 316 how the larger number of data values for device (8,0) dominates in 478 The activity data file contains a series of data values that indicate 480 processed. The values happen to be in a format easily handled by 488 points are presented with the first column (X values) being the time 489 (in seconds), and the second column (Y values) providing an on/off 490 type of setting. For each pair, the Y values have two settings of [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
ClassDefsSection.java | 62 return classDefs.values();
|
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDefsSection.java | 62 return classDefs.values();
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
TestAnnotations.java | 22 for (Annotation a : sorted.values()) {
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
RotationVectorDemo.java | 34 * {@link SensorEvent#values rotation vector sensor} 118 mRotationMatrix , event.values);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
AuthenticatorTest.java | 64 * @tests java.net.Authenticator.RequestorType#values() 67 RequestorType[] rt = RequestorType.values();
|
/external/chromium/chrome/browser/webdata/ |
autofill_table.h | 131 // Retrieves a vector of all values which have been recorded in the autofill 136 std::vector<string16>* values, 203 // Updates the database values for the specified profile. 207 // Updates the database values for the specified profile. Mulit-value aware. 223 // Updates the database values for the specified credit card. 254 // Removes empty values for autofill that were incorrectly stored in the DB
|
/external/doclava/src/com/google/doclava/ |
TodoFile.java | 175 for (PackageStats ps : packageStats.values()) {
|
/external/icu4c/i18n/ |
uspoof_conf.cpp | 429 uint16_t *values = local 437 values[i] = static_cast<uint16_t>(value); 440 rawData->fCFUStringIndex = (int32_t)((char *)values - (char *)rawData); 442 fSpoofImpl->fSpoofData->fCFUValues = values; 462 // While copying into the runtime array do some sanity checks on the values 487 // each consisting of a pair of 16 bit values, hence the divide by 2. 495 // addKeyEntry Construction of the confusable Key and Mapping Values tables. 540 // Includes adding entries to both the key table and the parallel values table. 558 // set the multiple-values flag on it.
|
/external/javassist/src/main/javassist/scopedpool/ |
ScopedClassPool.java | 190 Iterator it = registeredCLs.values().iterator();
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
PrecompiledTemplateLoader.java | 98 for (BaseCompiledTemplate template : templateMap.values()) {
|
/external/llvm/utils/TableGen/ |
TableGen.cpp | 64 cl::values(clEnumValN(PrintRecords, "print-records", 97 "Print enum values for a class"),
|
/external/markdown/markdown/ |
inlinepatterns.py | 105 """Set values of an element based on attribute definitions ({@id=123})."""
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 46 3. Query the current values of intermediate program values. 54 current program values to be queried (such as temporaries, input 108 6. Debuggers often allow one to modify intermediate program values, 227 values in <v>. If <name> doesn't exist in the program string, 312 be used to print the values of R0, R1, R2 and R3 while executing
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
TCPMessageProcessor.java | 184 Collection en = tcpMessageChannels.values();
|
/external/proguard/src/proguard/evaluation/ |
TracedStack.java | 165 // Account for the extra space required by Category 2 values. 178 // Account for the extra space required by Category 2 values. 318 Value value = this.values[index];
|
/external/skia/src/animator/ |
SkAnimatorScript2.cpp | 305 operand->fArray = new SkOpArray(SkAnimatorScript2::ToOpType(boxedValue->values.getType())); 306 int count = boxedValue->values.count(); 308 memcpy(operand->fArray->begin(), boxedValue->values.begin(), count * sizeof(SkOperand2)); 371 // !!! for SpiderMonkey, iterate through the enum values, and map them to globals 424 original = typedArray->values.getType(); 533 "<typedArray id='intArray' values='[1, 4, 6]' />" 553 { "intArray.values[0]", SkType_Int, 1 }, 567 { "0 ? intArray.values[0] : 1", SkType_Int, 1 },
|
/external/v8/test/mjsunit/ |
mirror-regexp.js | 29 // Test the mirror object for regular expression values 106 // Test Date values.
|
/external/valgrind/main/callgrind/ |
callgrind_control.in | 514 $totals_width = compute_CC_col_widths(values %totals); 528 $totals_width = compute_CC_col_widths(values %events);
|
/external/webkit/Source/WebKit/chromium/public/ |
WebGraphicsContext3D.h | 117 // Returns the last values passed to reshape(). 315 virtual void vertexAttrib1fv(WGC3Duint index, const WGC3Dfloat* values) = 0; 317 virtual void vertexAttrib2fv(WGC3Duint index, const WGC3Dfloat* values) = 0; 319 virtual void vertexAttrib3fv(WGC3Duint index, const WGC3Dfloat* values) = 0; 321 virtual void vertexAttrib4fv(WGC3Duint index, const WGC3Dfloat* values) = 0;
|
WebKitClient.h | 146 virtual void createIDBKeysFromSerializedValuesAndKeyPath(const WebVector<WebSerializedScriptValue>& values, const WebString& keyPath, WebVector<WebIDBKey>& keys) { }
|
/external/webkit/Source/WebKit/chromium/src/ |
GraphicsContext3DInternal.h | 220 void vertexAttrib1fv(GC3Duint index, GC3Dfloat* values); 222 void vertexAttrib2fv(GC3Duint index, GC3Dfloat* values); 224 void vertexAttrib3fv(GC3Duint index, GC3Dfloat* values); 226 void vertexAttrib4fv(GC3Duint index, GC3Dfloat* values);
|
/external/webkit/Source/WebKit2/Shared/mac/ |
ArgumentCodersMac.mm | 161 // Even though NSAttributedString is toll free bridged with CFAttributedStringRef, attributes' values may be not, so we should stay within this file's code. 246 // Even though NSDictionary is toll free bridged with CFDictionaryRef, values may be not, so we should stay within this file's code. 250 NSArray *values = [dictionary allValues]; 256 id value = [values objectAtIndex:i]; 261 // Ignore values we don't recognize.
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations_unittest.py | 404 def match(self, modifiers, expected_num_matches=-1, values=None, num_errors=0): 406 if values: 407 matcher = ModifierMatcher(self.FakeTestConfiguration(values)) 413 (modifiers, str(self.config.values()),
|