Searched defs:values (Results 201 - 225 of 454) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/
H A Didbbindingutilities_browsertest.cc30 std::vector<WebKit::WebIDBKey> values; local
33 serialized_values, key_path, &values);
35 ASSERT_EQ(size_t(2), values.size());
36 ASSERT_EQ(WebKit::WebIDBKey::StringType, values[0].type());
37 ASSERT_EQ(UTF8ToUTF16("zoo"), values[0].string());
38 ASSERT_EQ(WebKit::WebIDBKey::InvalidType, values[1].type());
41 values.clear();
44 serialized_values, key_path, &values);
46 ASSERT_EQ(size_t(2), values.size());
47 ASSERT_EQ(WebKit::WebIDBKey::InvalidType, values[
144 OnIDBKeysFromValuesAndKeyPathSucceeded( int id, const std::vector<IndexedDBKey>& values) argument
[all...]
H A Dprocess_info_snapshot_mac.cc241 uint64_t values[4]; local
243 for (i = 0; i < arraysize(values); i++) {
244 in >> values[i]; local
258 values[i] *= scale;
260 if (i != arraysize(values))
264 proc_info.rss = values[0];
265 proc_info.rshrd = values[1];
266 proc_info.rprvt = values[2];
267 proc_info.vsize = values[3];
322 uint64_t values[ local
325 in >> values[i]; local
[all...]
/external/chromium/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc13 #include "base/values.h"
97 std::vector<string16> values; local
98 profile.GetMultiInfo(type, &values);
100 for (size_t i = 0; i < values.size(); ++i) {
101 (*list)->Set(i, Value::CreateStringValue(values[i]));
105 // Set the multi-valued element for |type| from input |list| values.
109 std::vector<string16> values(list->GetSize());
113 values[i] = value;
115 profile->SetMultiInfo(type, values);
/external/chromium/net/base/
H A Dx509_cert_types_mac.cc139 std::vector<std::string>* values[]) {
142 values[oid]->push_back(value);
149 void SetSingle(const std::vector<std::string>& values, argument
152 LOG_IF(WARNING, values.size() > 1) << "Didn't expect multiple values";
153 if (!values.empty())
154 *single_value = values[0];
201 // Now scan the structs and add the values to my string vectors.
206 std::vector<std::string>* values[] = { local
214 DCHECK(arraysize(kOIDs) == arraysize(values));
137 AddTypeValuePair(const CSSM_OID type, const std::string& value, std::vector<std::string>* values[]) argument
273 std::vector<std::string>* values[] = { local
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp124 make_tuple(const Values&... values) { argument
125 return tuple<typename make_tuple_result<Values>::type...>(values...);
129 tuple<Values&...> tie(Values&... values) { argument
130 return tuple<Values&...>(values...);
H A Dp4.cpp76 int values[5] = { Values... }; // expected-error{{excess elements in array initializer}} local
/external/clang/test/Sema/
H A Dflexible-array-init.c4 int values[]; // expected-note 4{{initialized flexible array member 'values' is here}} member in struct:one
/external/dbus/dbus/
H A Ddbus-address.c48 DBusList *values; /**< List of values */ member in struct:DBusAddressEntry
162 link = _dbus_list_get_first_link (&entry->values);
168 link = _dbus_list_get_next_link (&entry->values, link);
170 _dbus_list_clear (&entry->values);
247 DBusList *values, *keys; local
250 values = _dbus_list_get_first_link (&entry->values);
254 _dbus_assert (values != NULL);
257 return _dbus_string_get_const_data (values
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DBuildResults.java41 double[][] values; field in class:BuildResults
60 * Clean values when several measures has been done for the same build.
63 int length = this.values.length;
65 int vLength = this.values[dim_id].length;
68 IStatus status = new Status(IStatus.WARNING, PerformanceTestPlugin.PLUGIN_ID, "Clean "+vLength+" values for "+this.parent+">"+this.name+" ("+this.count[dim_id]+" measures)..."); //$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$//$NON-NLS-4$ //$NON-NLS-5$
74 this.average[dim_id] += this.values[dim_id][i];
79 double deviation= this.average[dim_id] - this.values[dim_id][i];
83 this.values[dim_id] = null;
86 if (this.values[i] != null) {
90 this.values
[all...]
/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java34 // entry memory -- which does not make sense if the set of key values is not
66 * {@link #get} should check for and remove all mappings whose soft values
69 * {@link #put} should check for and remove all mappings whose soft values
123 * Returns the number of key-value mappings in this map. Some of the values
136 * the values may have been cleared already but not removed from the table).<P>
400 public Collection values () method in class:SoftValueMap
402 throw new UnsupportedOperationException ("not implemented: values");
529 if (m_size > newSize) System.out.println ("DEBUG: rehash() cleared " + (m_size - newSize) + " values, new size = " + newSize);
539 * Removes all entries whose soft values have been cleared _and_ enqueued.
605 private int m_size; // number of values i
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DAbstractBiMap.java220 @Override public Set<V> values() { method in class:AbstractBiMap
237 final Iterator<V> iterator = delegate.values().iterator();
H A DImmutableBiMap.java27 * not permit null keys or values. An {@code ImmutableBiMap} and its inverse
68 * @throws IllegalArgumentException if duplicate keys or values are added
77 * @throws IllegalArgumentException if duplicate keys or values are added
88 * @throws IllegalArgumentException if duplicate keys or values are added
99 * @throws IllegalArgumentException if duplicate keys or values are added
147 * keys or values are not allowed, and will cause {@link #build} to fail.
155 * Associates all of the given map's keys and values in the built bimap.
156 * Duplicate keys or values are not allowed, and will cause {@link #build}
169 * @throws IllegalArgumentException if duplicate keys or values were added
247 * Returns an immutable set of the values i
250 @Override public ImmutableSet<V> values() { method in class:ImmutableBiMap
[all...]
H A DImmutableListMultimap.java35 * iteration order. Does not permit null keys or values.
179 @Override public Builder<K, V> putAll(K key, Iterable<? extends V> values) { argument
180 super.putAll(key, values);
184 @Override public Builder<K, V> putAll(K key, V... values) { argument
185 super.putAll(key, values);
275 * Returns an immutable list of the values for the given key. If no mappings
277 * returned. The values are in the same order as the parameters used to build
328 K key, Iterable<? extends V> values) {
334 * key, the number of values for that key, and the key's values
327 replaceValues( K key, Iterable<? extends V> values) argument
[all...]
H A DImmutableMap.java35 * order. Does not permit null keys or values.
48 * cached values to short-circuit a slow {@code equals} algorithm.
133 * immutable entry with those values.
207 * Associates all of the given map's keys and values in the built map.
368 * Returns an immutable collection of the values in this map. The values are
372 public abstract ImmutableCollection<V> values(); method in class:ImmutableMap
388 // not caching hash code since it could change if map values are mutable
404 private final Object[] values; field in class:ImmutableMap.SerializedForm
407 values
[all...]
H A DImmutableSetMultimap.java40 * iteration order. Does not permit null keys or values.
223 @Override public Builder<K, V> putAll(K key, Iterable<? extends V> values) { argument
225 for (V value : values) {
231 @Override public Builder<K, V> putAll(K key, V... values) { argument
232 return putAll(key, Arrays.asList(values));
257 * Specifies the ordering of the generated multimap's values for each key.
324 Collection<? extends V> values = entry.getValue();
326 ? ImmutableSet.copyOf(values)
327 : ImmutableSortedSet.copyOf(valueComparator, values);
338 // Returned by get() when values ar
409 replaceValues( K key, Iterable<? extends V> values) argument
[all...]
H A DOrdering.java71 * Returns a serializable ordering that uses the natural order of the values.
116 * comparator. Null values in the list are not supported.
119 * receives an input parameter that isn't among the provided values.
121 * <p>The generated comparator is serializable if all the provided values are
124 * @param valuesInOrder the values that the returned comparator will be able
127 * @throws NullPointerException if any of the provided values is null
129 * duplicate values (according to {@link Object#equals})
140 * imposes a "partial ordering" over the type {@code T}. Null values in the
144 * receives an input parameter that isn't among the provided values.
146 * <p>The generated comparator is serializable if all the provided values ar
456 quicksortLeastK( E[] values, int left, int right, int k) argument
468 partition( E[] values, int left, int right, int pivotIndex) argument
[all...]
H A DRegularImmutableTable.java64 @Override public final ImmutableCollection<V> values() { method in class:RegularImmutableTable
78 return values().contains(value);
156 // use a dense table if more than half of the cells have values
176 * {@link ImmutableMap.Builder}s ready for values.
279 private final V[][] values; field in class:RegularImmutableTable.DenseImmutableTable
298 this.values = array;
306 V existingValue = values[rowIndex][columnIndex];
309 values[rowIndex][columnIndex] = cell.getValue();
322 for (int i = 0; i < values.length; i++) {
323 V value = values[
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java787 * values of all its input futures, if all succeed. If any input fails, the
810 * values of all its input futures, if all succeed. If any input fails, the
833 * values of all its successful input futures. The list of results is in the
853 * values of all its successful input futures. The list of results is in the
1280 List<V> values; field in class:Futures.ListFuture
1295 this.values = Lists.newArrayListWithCapacity(futures.size());
1307 // By now the values array has either been set as the Future's value,
1309 ListFuture.this.values = null;
1320 set(Lists.newArrayList(values));
1326 values
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractBiMap.java216 @Override public Set<V> values() { method in class:AbstractBiMap
233 final Iterator<V> iterator = delegate.values().iterator();
H A DImmutableMap.java269 public ImmutableCollection<V> values() { method in class:ImmutableMap
273 return cachedValues = ImmutableCollection.unsafeDelegate(delegate.values());
H A DImmutableMultimap.java38 * An immutable {@link Multimap}. Does not permit null keys or values.
118 * value orderings, allows duplicate values, and performs better than
133 * duplicate values,
196 * Stores a collection of values with the same key in the built multimap.
198 * @throws NullPointerException if {@code key}, {@code values}, or any
199 * element in {@code values} is null. The builder is left in an invalid
202 public Builder<K, V> putAll(K key, Iterable<? extends V> values) { argument
204 for (V value : values) {
211 * Stores an array of values with the same key in the built multimap.
216 public Builder<K, V> putAll(K key, V... values) { argument
330 replaceValues(K key, Iterable<? extends V> values) argument
380 putAll(K key, Iterable<? extends V> values) argument
571 private transient ImmutableCollection<V> values; field in class:ImmutableMultimap
579 public ImmutableCollection<V> values() { method in class:ImmutableMultimap
[all...]
H A DImmutableSetMultimap.java35 * iteration order. Does not permit null keys or values.
218 @Override public Builder<K, V> putAll(K key, Iterable<? extends V> values) { argument
220 for (V value : values) {
226 @Override public Builder<K, V> putAll(K key, V... values) { argument
227 return putAll(key, Arrays.asList(values));
252 * Specifies the ordering of the generated multimap's values for each key.
319 Collection<? extends V> values = entry.getValue();
321 ? ImmutableSet.copyOf(values)
322 : ImmutableSortedSet.copyOf(valueComparator, values);
333 // Returned by get() when values ar
404 replaceValues( K key, Iterable<? extends V> values) argument
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeMap.java230 @Override public Collection<V> values() { method in class:SafeTreeMap
231 return delegate.values();
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingMapTest.java87 @Override public Collection<V> values() { method in class:ForwardingMapTest.StandardImplForwardingMap
223 forward().values();
224 assertEquals("[values]", getCalls());
338 @Override public Collection<Boolean> values() {
342 callAllPublicMethods(Collection.class, forward.values());
H A DSynchronizedMapTest.java111 @Override public Collection<V> values() { method in class:SynchronizedMapTest.TestMap
113 return super.values();
191 Collection<Integer> values = map.values();
192 assertTrue(values instanceof SynchronizedCollection);
193 assertSame(mutex, ((SynchronizedCollection<?>) values).mutex);

Completed in 593 milliseconds

1234567891011>>