HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1001 - 1025 of 2119) sorted by null

<<41424344454647484950>>

  /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");
  /external/chromium/base/
stl_util-inl.h 250 // values from STL containers when they goes out of scope. This greatly
438 std::vector<T> SetToVector(const std::set<T>& values) {
440 result.reserve(values.size());
441 result.insert(result.begin(), values.begin(), values.end());
string_split.h 44 std::string* key, std::vector<std::string>* values);
  /external/chromium/chrome/browser/chromeos/
preferences.h 32 // This method will initialize Chrome OS settings to values in user prefs.
69 const std::vector<std::string>& values);
72 // values. Examples of |value|: "", "Control+space,Hiragana"
77 // Updates the mapping of modifier keys following current prefs values.
81 // current prefs values. We set the delay and interval at once since an
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 29 * @param {...string} The extra values to include in the formatted output.
70 * @param {...string} The extra values to include in the formatted output.
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 53 template<typename... Values> class tuple;
122 template<typename... Values>
123 tuple<typename make_tuple_result<Values>::type...>
124 make_tuple(const Values&... values) {
125 return tuple<typename make_tuple_result<Values>::type...>(values...);
128 template<typename... Values>
129 tuple<Values&...> tie(Values&... values)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
FieldCollection.java 50 return result.values (); // IntVector optimizes for the empty case
MethodCollection.java 50 return result.values (); // IntVector optimizes for the empty case
  /external/guava/src/com/google/common/collect/
Maps.java 436 * Returns an immutable map for which the {@link Map#values} are the given
440 * @param values the values to use when constructing the {@code Map}
446 * @throws NullPointerException if any elements of {@code values} is null, or
452 Iterable<V> values, Function<? super V, K> keyFunction) {
455 for (V value : values) {
625 transient Set<V> values;
649 @Override public Set<V> values() {
650 Set<V> result = values;
652 ? values = Collections.<V>unmodifiableSet(delegate.values()
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DefaultMapStorage.java 63 sortedAreaCodeMap.values().toArray(descriptions);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 33 cl::values(clEnumValN(ATT, "att", "Emit AT&T-style assembly"),
  /external/skia/src/animator/
SkDisplayApply.h 47 void applyValues(int animatorIndex, SkOperand* values, int count,
  /external/v8/test/mjsunit/
mirror-boolean.js 29 // Test the mirror object for boolean values
57 // Test all boolean values.
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.h 60 Vector<String> values; member in struct:WebKit::Plugin::Parameters
  /frameworks/base/core/java/android/content/
ContentValues.java 29 * This class is used to store a set of values that the {@link ContentResolver}
35 /** Holds the actual values */
39 * Creates an empty set of values using the default initial size
48 * Creates an empty set of values using the given initial size
50 * @param size the initial size of the set of values
57 * Creates a set of values copied from the given set
59 * @param from the values to copy
66 * Creates a set of values copied from the given HashMap. This is used
69 * @param values the values to start wit
    [all...]

Completed in 340 milliseconds

<<41424344454647484950>>