Searched defs:values (Results 26 - 50 of 454) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkScalar.cpp14 const SkScalar values[], int length) {
17 SkASSERT(values != NULL);
25 // Could use sentinel values to eliminate conditionals, but since the
28 return values[length-1];
30 return values[0];
35 return SkScalarInterp(values[right-1], values[right], fract);
13 SkScalarInterpFunc(SkScalar searchKey, const SkScalar keys[], const SkScalar values[], int length) argument
/external/webkit/Source/WebCore/storage/
H A DIDBKeyPathBackendImpl.cpp35 void IDBKeyPathBackendImpl::createIDBKeysFromSerializedValuesAndKeyPath(const Vector<RefPtr<SerializedScriptValue>&, 0> values, const String& keyPath, Vector<RefPtr<IDBKey>, 0>& keys) argument
/external/webkit/Source/WebCore/storage/chromium/
H A DIDBKeyPathBackendImpl.cpp37 void IDBKeyPathBackendImpl::createIDBKeysFromSerializedValuesAndKeyPath(const Vector<RefPtr<SerializedScriptValue>, 0>& values, const String& keyPath, Vector<RefPtr<IDBKey>, 0>& keys) argument
39 PlatformBridge::createIDBKeysFromSerializedValuesAndKeyPath(values, keyPath, keys);
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedTransformListPropertyTearOff.h49 static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, SVGTransformList& values) argument
52 return adoptRef(new SVGAnimatedTransformListPropertyTearOff(contextElement, attributeName, values));
55 SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, SVGTransformList& values) argument
56 : SVGAnimatedListPropertyTearOff<SVGTransformList>(contextElement, attributeName, values)
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKArray.cpp39 WKArrayRef WKArrayCreate(WKTypeRef* values, size_t numberOfValues) argument
41 RefPtr<ImmutableArray> array = ImmutableArray::create(reinterpret_cast<APIObject**>(const_cast<void**>(values)), numberOfValues);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DDoubleKeyMap.java34 /** Get all values associated with primary key */
35 public Collection<Value> values(Key1 k1) { method in class:DoubleKeyMap
38 return data2.values();
53 public Collection<Value> values() { method in class:DoubleKeyMap
55 for (Map<Key2, Value> k2 : data.values()) {
56 for (Value v : k2.values()) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameBuilder.java39 public X500NameBuilder addMultiValuedRDN(ASN1ObjectIdentifier[] oids, String[] values) argument
41 ASN1Encodable[] vals = new ASN1Encodable[values.length];
45 vals[i] = template.stringToValue(oids[i], values[i]);
51 public X500NameBuilder addMultiValuedRDN(ASN1ObjectIdentifier[] oids, ASN1Encodable[] values) argument
57 avs[i] = new AttributeTypeAndValue(oids[i], values[i]);
/external/chromium/base/
H A Dstring_split_unittest.cc16 std::vector<std::string> values; member in class:base::SplitStringIntoKeyValuesTest
22 &key, &values));
24 EXPECT_TRUE(values.empty());
30 &key, &values));
32 EXPECT_TRUE(values.empty());
38 &key, &values));
40 ASSERT_EQ(1U, values.size());
46 &key, &values));
48 ASSERT_EQ(1U, values.size());
49 EXPECT_EQ("value1, value2 value3", values[
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_override_apitest.cc25 ListValue* values = NULL; local
26 if (!overrides->GetList("history", &values))
30 for (size_t i = 0; i < values->GetSize(); ++i) {
32 if (!values->GetString(i, &value))
/external/easymock/src/org/easymock/
H A DCapture.java35 private final List<T> values = new ArrayList<T>(2); field in class:Capture
58 values.clear();
65 return !values.isEmpty();
77 if (values.isEmpty()) {
80 if (values.size() > 1) {
84 return values.get(values.size() - 1);
88 * Return all captured values. It returns the actual list so you can modify
91 * @return The currently captured values
94 return values;
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DAbstractSortedSetMultimap.java42 * values
53 * Returns a collection view of all values associated with a key. If no
60 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
69 * Removes all values associated with a given key. The returned collection is
72 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
81 * Stores a collection of values with the same key, replacing any existing
82 * values for that key. The returned collection is immutable.
84 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
88 * <p>Any duplicates in {@code values} will be stored in the multimap once.
91 K key, Iterable<? extends V> values) {
90 replaceValues( K key, Iterable<? extends V> values) argument
119 @Override public Collection<V> values() { method in class:AbstractSortedSetMultimap
[all...]
H A DBiMap.java28 * its values as well as that of its keys. This constraint enables bimaps to
30 * as this bimap but with reversed keys and values.
88 * <p>Because a bimap has unique values, this method returns a {@link Set},
93 Set<V> values(); method in interface:BiMap
97 * values to its associated key. The two bimaps are backed by the same data;
H A DForwardingListMultimap.java51 @Override public List<V> replaceValues(K key, Iterable<? extends V> values) { argument
52 return delegate().replaceValues(key, values);
H A DForwardingSetMultimap.java53 @Override public Set<V> replaceValues(K key, Iterable<? extends V> values) { argument
54 return delegate().replaceValues(key, values);
H A DForwardingSortedSetMultimap.java53 K key, Iterable<? extends V> values) {
54 return delegate().replaceValues(key, values);
52 replaceValues( K key, Iterable<? extends V> values) argument
H A DListMultimap.java29 * the insertion ordering of values for a given key.
32 * each return a {@link List} of values. Though the method signature doesn't say
33 * so explicitly, the map returned by {@link #asMap} has {@code List} values.
43 * <p>Because the values for a given key may have duplicates and follow the
53 * <p>Because the values for a given key may have duplicates and follow the
63 * <p>Because the values for a given key may have duplicates and follow the
68 List<V> replaceValues(K key, Iterable<? extends V> values); argument
74 * has {@link List} values.
83 * contain the same values in the same order. If the value orderings disagree,
H A DSetMultimap.java32 * each return a {@link Set} of values, while {@link #entries} returns a {@code
34 * the map returned by {@link #asMap} has {@code Set} values.
44 * <p>Because a {@code SetMultimap} has unique values for a given key, this
54 * <p>Because a {@code SetMultimap} has unique values for a given key, this
64 * <p>Because a {@code SetMultimap} has unique values for a given key, this
68 * <p>Any duplicates in {@code values} will be stored in the multimap once.
71 Set<V> replaceValues(K key, Iterable<? extends V> values); argument
76 * <p>Because a {@code SetMultimap} has unique values for a given key, this
87 * has {@link Set} values.
96 * contain the same values
[all...]
H A DSortedSetMultimap.java30 * A {@code SetMultimap} whose set of values for a given key are kept sorted;
37 * each return a {@link SortedSet} of values, while {@link Multimap#entries()}
40 * values.
50 * Returns a collection view of all values associated with a key. If no
57 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
65 * Removes all values associated with a given key.
67 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
75 * Stores a collection of values with the same key, replacing any existing
76 * values for that key.
78 * <p>Because a {@code SortedSetMultimap} has unique sorted values fo
85 replaceValues(K key, Iterable<? extends V> values) argument
[all...]
/external/hamcrest/src/org/hamcrest/
H A DDescription.java27 * Appends a list of values to the description.
30 T... values);
33 * Appends a list of values to the description.
36 Iterable<T> values);
43 Iterable<? extends SelfDescribing> values);
29 appendValueList(String start, String separator, String end, T... values) argument
35 appendValueList(String start, String separator, String end, Iterable<T> values) argument
42 appendList(String start, String separator, String end, Iterable<? extends SelfDescribing> values) argument
/external/hamcrest/src/org/hamcrest/core/
H A DDescribedAs.java18 private final Object[] values; field in class:DescribedAs
22 public DescribedAs(String descriptionTemplate, Matcher<T> matcher, Object[] values) { argument
25 this.values = values.clone();
39 description.appendValue(values[argIndex]);
52 public static <T> Matcher<T> describedAs(String description, Matcher<T> matcher, Object... values) { argument
53 return new DescribedAs<T>(description, matcher, values);
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DNumberValue.java17 package com.google.clearsilver.jsilver.values;
H A DStringValue.java17 package com.google.clearsilver.jsilver.values;
H A DVariableValue.java17 package com.google.clearsilver.jsilver.values;
H A DVariantValue.java17 package com.google.clearsilver.jsilver.values;
23 * Base class for values of variant types (i.e. those that can be treated as different types at
51 // TODO: Cache the result for constant values (or just get rid of this class)
/external/libffi/testsuite/libffi.call/
H A Dfloat.c24 void *values[MAX_ARGS]; local
33 values[0] = &si1;
35 values[1] = &f;
37 values[2] = &d;
39 values[3] = &ld;
52 ffi_call(&cif, FFI_FN(floating), &rint, values);

Completed in 369 milliseconds

1234567891011>>