HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 976 - 1000 of 2084) sorted by null

<<31323334353637383940>>

  /frameworks/base/tools/preload/
PrintHtmlDiff.java 43 for (Proc proc : root.processes.values()) {
55 for (LoadedClass loadedClass : root.loadedClasses.values()) {
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 120 * Private constructor to initialize the default values according to the
125 * Initialize the default state per specification. All byte values 'A'
133 * All byte values '\u0000' through '\u0020' are considered to be white
179 * <li>All byte values 'A' through 'Z', 'a' through 'z', and '&#92;u00A0'
181 * <li>All byte values '&#92;u0000' through '&#92;u0020' are considered to
602 // Values determined through experimentation
  /libcore/luni/src/main/java/java/util/jar/
Attributes.java 27 * The {@code Attributes} class is used to store values for manifest entries.
28 * Attribute keys are generally instances of {@code Attributes.Name}. Values
35 * {@link Attributes.Name}) of a JAR file manifest to arbitrary values. The
188 * Constructs an {@code Attributes} instance obtaining keys and values from
319 * @return the values associated with the removed key, {@code null} if not
337 * Returns a collection of all the values present in this {@code
340 * @return a collection of all values present.
342 public Collection<Object> values() { method in class:Attributes
343 return map.values();
372 * contain the same keys and values
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmProvider.java 99 public int update(Uri url, ContentValues values, String where, String[] whereArgs) {
108 count = db.update("alarms", values, "_id=" + rowId, null);
  /packages/apps/Email/tests/src/com/android/email/
MockSharedPreferences.java 127 public Editor putStringSet(String key, Set<String> values) {
128 mTempValues.put(key, values);
  /packages/apps/Mms/src/com/android/mms/
TempFileProvider.java 66 public Uri insert(Uri uri, ContentValues values) {
76 public int update(Uri uri, ContentValues values,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableCorpora.java 73 return Collections.unmodifiableCollection(mCorporaByName.values());
136 if (DBG) Log.d(TAG, "Updated corpora: " + mCorporaBySource.values());
  /sdk/common/src/com/android/resources/
FolderTypeRelationship.java 42 add(ResourceType.ARRAY, ResourceFolderType.VALUES);
43 add(ResourceType.ATTR, ResourceFolderType.VALUES);
44 add(ResourceType.BOOL, ResourceFolderType.VALUES);
45 add(ResourceType.COLOR, ResourceFolderType.VALUES);
47 add(ResourceType.DECLARE_STYLEABLE, ResourceFolderType.VALUES);
48 add(ResourceType.DIMEN, ResourceFolderType.VALUES);
49 add(ResourceType.DRAWABLE, ResourceFolderType.VALUES);
51 add(ResourceType.FRACTION, ResourceFolderType.VALUES);
52 add(ResourceType.ID, ResourceFolderType.VALUES);
53 add(ResourceType.INTEGER, ResourceFolderType.VALUES);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ImageLoader.java 101 for (ImageLoader loader : mInstances.values()) {
107 for (Image image : mLoadedImages.values()) {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 347 * through string attribute values.
370 // TODO(mesch): It is insufficient to split the values by simply
374 var values = expr.split(REGEXP_semicolon);
375 for (var i = 0, I = jsLength(values); i < I; ++i) {
376 var colon = values[i].indexOf(CHAR_colon);
380 var label = stringTrim(values[i].substr(0, colon));
381 var value = jsEvalToFunction(values[i].substr(colon + 1));
401 var values = expr.split(REGEXP_semicolon);
402 for (var i = 0, I = jsLength(values); i < I; ++i) {
403 if (values[i]) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 347 * through string attribute values.
370 // TODO(mesch): It is insufficient to split the values by simply
374 var values = expr.split(REGEXP_semicolon);
375 for (var i = 0, I = jsLength(values); i < I; ++i) {
376 var colon = values[i].indexOf(CHAR_colon);
380 var label = stringTrim(values[i].substr(0, colon));
381 var value = jsEvalToFunction(values[i].substr(colon + 1));
401 var values = expr.split(REGEXP_semicolon);
402 for (var i = 0, I = jsLength(values); i < I; ++i) {
403 if (values[i])
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 783 // The purpose of this code is to implement the WinIE quirk that allows unit types to be separated from their numeric values
2191 RefPtr<CSSValue> values[cMaxFillProperties]; local
2342 RefPtr<CSSValue> values[numProperties]; local
2400 RefPtr<CSSValue> values[numProperties]; local
2645 RefPtr<CSSValueList> values = CSSValueList::createCommaSeparated(); local
2668 RefPtr<CSSValueList> values = CSSValueList::createCommaSeparated(); local
2997 RefPtr<CSSValueList> values; local
3341 RefPtr<CSSValueList> values; local
3858 RefPtr<CSSValueList> values; local
3905 RefPtr<CSSValueList> values; local
3952 RefPtr<CSSValueList> values; local
4073 RefPtr<CSSValueList> values = CSSValueList::createCommaSeparated(); local
4702 RefPtr<CSSValueList> values; member in struct:WebCore::ShadowParseContext
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 262 normalize(event.values);
269 event.values[1] *= -1;
271 crossProduct(event.values, Z_AXIS, mCrossProd);
272 mAngle = (float) Math.acos(dotProduct(event.values, Z_AXIS));
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteStatementTest.java 82 ContentValues values = new ContentValues(); local
83 values.put("_id", i);
84 values.put("data", BLOBS[i]);
85 mDatabase.insert("blob_test", null, values);
103 "INSERT INTO test (data) VALUES ('" + STRING2 + "')");
157 "INSERT INTO test (data) VALUES ('" + STRING2 + "')");
162 statement = mDatabase.compileStatement("insert or ignore into test values(1, 1);");
195 mDatabase.execSQL("INSERT INTO test VALUES (1234, 'hello');");
224 mDatabase.execSQL("INSERT INTO test VALUES (1234, 'hello');");
  /cts/tests/tests/graphics/src/android/graphics/cts/
Canvas_VertexModeTest.java 46 method = "values",
51 VertexMode[] verMode = VertexMode.values();
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfo_DetailedStateTest.java 50 notes = "Test values().",
51 method = "values",
55 DetailedState[] expected = DetailedState.values();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java 51 return fieldIds.values();
MethodIdsSection.java 51 return methodIds.values();
ProtoIdsSection.java 51 return protoIds.values();
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 51 return fieldIds.values();
MethodIdsSection.java 51 return methodIds.values();
ProtoIdsSection.java 51 return protoIds.values();
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 196 EncodedValue[] values = annotation.getValues().clone(); local
199 values[i] = adjustEncodedValue(values[i]);
202 adjustType(annotation.getTypeIndex()), names, values);
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
AccessSourcer.java 100 for (Flag f : Flag.values()) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java 109 * @tests java.security.Provider#values()
112 // test method of java.security.provider.values
115 provTest.values().add("another property value");
116 fail("was able to modify the values collection");

Completed in 1129 milliseconds

<<31323334353637383940>>