Searched defs:values (Results 276 - 300 of 967) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/test/cctest/compiler/
H A Dvalue-helper.h21 // A collection of utilities related to numerical and heap values, including
22 // example input values of various types, including int32_t, uint32_t, double,
65 static const double values[] = { local
74 return std::vector<double>(&values[0], &values[arraysize(values)]);
78 std::vector<uint32_t> values = uint32_vector(); local
79 return std::vector<int32_t>(values.begin(), values.end());
97 static const double values[] local
[all...]
/external/clang/test/SemaCXX/
H A Duninit-variables.cpp87 double *values = next->foo(0); local
91 values[0] = e;
/external/clang/utils/analyzer/
H A DCmpRuns.py107 def values(self): member in class:multidict
108 return self.data.values()
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLNullSession.java42 private final HashMap<String, Object> values = new HashMap<String, Object>(); field in class:SSLNullSession
137 return values.get(name);
142 return values.keySet().toArray(new String[values.size()]);
159 Object old = values.put(name, value);
174 Object old = values.remove(name);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntList.java29 private int[] values; field in class:IntList
34 /** whether the values are currently sorted */
87 values = new int[initialCapacity];
103 result = (result * 31) + values[i];
131 if (values[i] != otherList.values[i]) {
150 sb.append(values[i]);
177 return values[n];
198 values[n] = value;
219 values[siz
[all...]
/external/e2fsprogs/e2fsck/
H A Dprofile_helpers.c8 * list of sections or relations, or accessing multiple values from a
147 struct profile_string_list values; local
154 if ((retval = init_list(&values)))
161 add_to_list(&values, value);
164 if (values.num == 0) {
169 end_list(&values, ret_values);
173 end_list(&values, 0);
188 struct profile_string_list values; local
195 if ((retval = init_list(&values)))
202 add_to_list(&values, nam
224 struct profile_string_list values; local
[all...]
/external/eigen/test/
H A DdenseLM.cpp33 int m = Base::values();
59 int m = Base::values();
80 int m = Base::values();
151 int values = 1000; local
152 DenseLM<T> dense_gaussian(inputs, values);
154 VectorType x(values);
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffVector.h45 inline AutoDiffVector(const ValueType& values) argument
46 : m_values(values)
67 inline AutoDiffVector(const ValueType& values, const JacobianType& jac) argument
68 : m_values(values), m_jacobian(jac)
73 : m_values(other.values()), m_jacobian(other.jacobian())
77 : m_values(other.values()), m_jacobian(other.jacobian())
83 m_values = other.values();
90 m_values = other.values();
95 inline const ValueType& values() const { return m_values; } function in class:Eigen::AutoDiffVector
96 inline ValueType& values() { retur function in class:Eigen::AutoDiffVector
[all...]
/external/eigen/unsupported/test/
H A Dautodiff.cpp46 TestFunc1(int inputs, int values) : m_inputs(inputs), m_values(values) {} argument
49 int values() const { return m_values; } function in struct:TestFunc1
63 if(values()>2)
67 if (inputs()>2 && values()>2)
90 if(values()>2)
95 if (inputs()>2 && values()>2)
110 typename Func::ValueType y(f.values()), yref(f.values());
111 typename Func::JacobianType j(f.values(),
[all...]
/external/elfutils/0.153/lib/
H A Dcolor.c43 /* Option values. */
99 } values[] = local
111 const int nvalues = sizeof (values) / sizeof (values[0]);
114 if (strcmp (arg, values[i].str) == 0)
116 color_mode = values[i].mode;
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java299 PropertiesImpl (final HashMap values, final IMapper mapper) argument
302 m_valueMap = values != null ? values : new HashMap ();
/external/fio/
H A Djson.h31 struct json_value **values; member in struct:json_array
77 (obj->values[obj->value_cnt - 1]->object)
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableTable.java119 @Override public ImmutableCollection<Object> values() { method in class:EmptyImmutableTable
H A DForwardingMap.java44 * Objects#equal} to test equality for both keys and values. This may not be
119 public Collection<V> values() { method in class:ForwardingMap
120 return delegate().values();
222 * A sensible implementation of {@link Map#values} in terms of the following
226 * may wish to override {@link ForwardingMap#values} to forward to this
H A DForwardingMultimap.java102 public boolean putAll(K key, Iterable<? extends V> values) { argument
103 return delegate().putAll(key, values);
122 public Collection<V> replaceValues(K key, Iterable<? extends V> values) { argument
123 return delegate().replaceValues(key, values);
132 public Collection<V> values() { method in class:ForwardingMultimap
133 return delegate().values();
H A DForwardingTable.java135 public Collection<V> values() { method in class:ForwardingTable
136 return delegate().values();
H A DLinkedHashMultimap.java45 * replaceValues} return collections that iterate through the values in the
47 * {@code values} iterate across the key-value mappings in the order they were
53 * iteration order. However, if you remove all values associated with a key and
60 * <p>Keys and values may be null. All optional multimap methods are supported,
95 * the specified numbers of keys and values without rehashing.
98 * @param expectedValuesPerKey the expected average number of values per key
146 * <p>Creates an empty {@code LinkedHashSet} for a collection of values for
149 * @return a new {@code LinkedHashSet} containing a collection of values for
162 * @param key key to associate with values in the collection
164 * values fo
187 createEntries(Collection<E> values) argument
205 addAll(Collection<? extends V> values) argument
254 removeAll(Collection<?> values) argument
262 retainAll(Collection<?> values) argument
323 replaceValues( @ullable K key, Iterable<? extends V> values) argument
351 @Override public Collection<V> values() { method in class:LinkedHashMultimap
[all...]
H A DMultimap.java29 * values with a single key. If you call {@link #put} twice, with the same key
30 * but different values, the multimap contains mappings from the key to both
31 * values.
33 * <p>The methods {@link #get}, {@link #keySet}, {@link #keys}, {@link #values},
55 * @param <V> the type of mapped values
69 * Returns {@code true} if the multimap contains any values for the specified
122 * Stores a collection of values with the same key.
125 * @param values values to store in the multimap
128 boolean putAll(@Nullable K key, Iterable<? extends V> values); argument
151 replaceValues(@ullable K key, Iterable<? extends V> values) argument
212 Collection<V> values(); method in interface:Multimap
[all...]
H A DRange.java56 * <li>{@code (-∞..+∞) = all values}
66 * <p>The values {@code a} and {@code b} used above are called <i>endpoints</i>.
191 * values.
218 * Returns {@code true} if every element in {@code values} is {@linkplain
221 public boolean containsAll(Iterable<? extends C> values) { argument
222 if (Iterables.isEmpty(values)) {
227 if (values instanceof SortedSet) {
228 SortedSet<? extends C> set = cast(values);
235 for (C value : values) {
352 * {@code (5..7)} is {@code [1..7)}. Note that the span may contain values
[all...]
H A DRanges.java80 * Returns a range that contains all values strictly greater than {@code
91 * Returns a range that contains all values greater than or equal to
102 * Returns a range that contains all values greater than or equal to
114 * Returns a range that contains all values strictly greater than {@code
148 * Returns a range that contains all values strictly less than {@code
156 * Returns a range that contains all values less than or equal to
180 * Returns a range that contains all values strictly greater than {@code
188 * Returns a range that contains all values greater than or equal to
227 * {@linkplain Range#contains(Comparable) contains} all of the given values.
232 * @throws NoSuchElementException if {@code values} i
235 encloseAll( Iterable<C> values) argument
[all...]
H A DRegularImmutableMap.java246 private transient ImmutableCollection<V> values; field in class:RegularImmutableMap
248 @Override public ImmutableCollection<V> values() { method in class:RegularImmutableMap
249 ImmutableCollection<V> v = values;
250 return (v == null) ? (values = new Values<V>(this)) : v;
H A DSingletonImmutableTable.java115 @Override public ImmutableCollection<V> values() { method in class:SingletonImmutableTable
H A DTable.java51 * @param <V> the type of the mapped values
174 * @return the corresponding map from column keys to values
188 * @return the corresponding map from row keys to values
203 * Returns a set of row keys that have one or more values in the table.
211 * Returns a set of column keys that have one or more values in the table.
219 * Returns a collection of all values, which may contain duplicates. Changes
223 * @return collection of values
225 Collection<V> values(); method in interface:Table
229 * column keys to values. Changes to the returned map will update this table.
238 * values
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java114 @Override public ImmutableSet<V> values() { method in class:ImmutableBiMap
H A DImmutableListMultimap.java30 * iteration order. Does not permit null keys or values.
174 @Override public Builder<K, V> putAll(K key, Iterable<? extends V> values) { argument
175 super.putAll(key, values);
179 @Override public Builder<K, V> putAll(K key, V... values) { argument
180 super.putAll(key, values);
270 * Returns an immutable list of the values for the given key. If no mappings
272 * returned. The values are in the same order as the parameters used to build
323 K key, Iterable<? extends V> values) {
322 replaceValues( K key, Iterable<? extends V> values) argument

Completed in 515 milliseconds

<<11121314151617181920>>