Searched refs:values (Results 226 - 250 of 2560) sorted by relevance

1234567891011>>

/external/chromium_org/tools/perf/measurements/
H A Dpage_cycler_unittest.py165 values = results.all_page_specific_values
166 self.assertGreater(len(values), 2)
168 self.assertEqual(values[0].page, page)
170 self.assertEqual(values[0].name, '%s.page_load_time' % chart_name)
171 self.assertEqual(values[0].units, 'ms')
187 values = results.all_page_specific_values
188 self.assertGreater(len(values), 2)
190 self.assertEqual(values[0].page, page)
193 self.assertEqual(values[0].name, '%s.page_load_time' % chart_name)
194 self.assertEqual(values[
[all...]
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dpage_test_results.py57 values = []
59 values += run.values
61 values += self._current_page_run.values
62 return values
100 values = self.all_page_specific_values
101 return [v for v in values if isinstance(v, failure.FailureValue)]
105 values = self.all_page_specific_values
106 return [v for v in values i
[all...]
/external/chromium_org/tools/valgrind/
H A Dunused_suppressions.py16 for supps in supp.values():
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-arguments.js35 function checkArguments(frame, names, values) {
36 var argc = Math.max(names.length, values.length);
45 if (i < values.length) {
46 assertEquals(values[i], frame.argumentValue(i).value());
/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...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DFunctionExecutor.java19 import com.google.clearsilver.jsilver.values.Value;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_prim.h81 const static unsigned values[][2] = { local
103 ok = (*nr >= values[pipe_prim][0]);
104 if (values[pipe_prim][1])
105 *nr -= (*nr % values[pipe_prim][1]);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_cs.h98 #define OUT_CS_TABLE(values, count) do { \
99 memcpy(cs_copy->buf + cs_copy->cdw, values, count * 4); \
121 #define WRITE_CS_TABLE(values, count) do { \
123 memcpy(cs_copy->buf + cs_copy->cdw, (values), (count) * 4); \
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_debug.c96 va_list values; local
105 va_start( values, message );
106 vfprintf(stderr, message, values);
107 va_end( values );
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.c96 va_list values; local
105 va_start( values, message );
106 vfprintf(stderr, message, values);
107 va_end( values );
/external/nist-sip/java/javax/sip/
H A DDialogState.java14 return values()[state];
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSQLiteDatabaseTest.java33 ContentValues values = new ContentValues();
34 values.put("id", id);
35 values.put("name", "Norris");
37 long replaceId = database.replace("table_name", null, values);
H A DContentProviderOperationBuilderTest.java38 Map<String, Object> values = shadowBuilder.getValues();
39 assertThat(values.size(), is(3));
40 assertThat(values.get("stringTest").toString(), equalTo("bar"));
41 assertThat(Integer.parseInt(values.get("intTest").toString()), equalTo(5));
42 assertThat(Long.parseLong(values.get("longTest").toString()), equalTo(10L));
/external/skia/src/svg/
H A DSkSVGFeColorMatrix.cpp17 SVG_ATTRIBUTE(values)
/external/chromium_org/tools/relocation_packer/src/
H A Dleb128_unittest.cc13 std::vector<ELF::Xword> values; local
14 values.push_back(624485);
15 values.push_back(0);
16 values.push_back(1);
17 values.push_back(127);
18 values.push_back(128);
21 encoder.EnqueueAll(values);
/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java176 // values of these removes, but the cache should be empty after the removes, regardless.
193 Collection<Object> values = cache.asMap().values();
195 values.toArray(null);
207 cache.asMap().values().add(1);
214 cache.asMap().values().addAll(asList(1, 2));
226 Collection<Object> values = cache.asMap().values();
227 values.clear();
228 checkEmpty(values);
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dkeyboard_overlay.js8 * Auto-repeat delays (in ms) for the corresponding slider values, from
9 * long to short. The values were chosen to provide a large range while giving
18 * Auto-repeat intervals (in ms) for the corresponding slider values, from
137 * Sets the slider's value to the number in |values| that is closest to
141 * @param {!Array.<number>} values The array to search.
144 updateSliderFromValue_: function(id, value, values) {
145 var index = values.indexOf(value);
148 for (var i = 0; i < values.length; i++) {
149 if (Math.abs(values[i] - value) <
151 closestValue = values[
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp184 // Setup input values.
196 vector<float> values (numValues*scalarSize);
198 for (int ndx = 0; ndx < (int)values.size(); ndx++)
199 values[ndx] = float(minInt + (ndx % (maxInt-minInt+1)));
205 if (scalarSize == 1) gl.uniform1fv(location, numValues, &values[0]);
206 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]);
207 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]);
208 else if (scalarSize == 4) gl.uniform4fv(location, numValues, &values[0]);
215 vector<int> values (numValues*scalarSize);
217 for (int ndx = 0; ndx < (int)values
[all...]
/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.java45 public X500NameBuilder addMultiValuedRDN(ASN1ObjectIdentifier[] oids, String[] values) argument
47 ASN1Encodable[] vals = new ASN1Encodable[values.length];
51 vals[i] = template.stringToValue(oids[i], values[i]);
57 public X500NameBuilder addMultiValuedRDN(ASN1ObjectIdentifier[] oids, ASN1Encodable[] values) argument
63 avs[i] = new AttributeTypeAndValue(oids[i], values[i]);
/external/chromium_org/ui/webui/resources/js/
H A Di18n_template.js18 * * i18n-values is a list of attribute-value or property-value pairs.
21 * <span i18n-values="title:myTitle;.style.fontSize:fontSize"></span>
55 options.forEach(function(values) {
56 var option = typeof values == 'string' ? new Option(values) :
57 new Option(values[1], values[0]);
68 'i18n-values': function(element, attributeValue, obj) {
96 console.warn('i18n-values: Missing value for "' + propExpr + '"');
/external/chromium_org/v8/src/
H A Darguments.h169 Object** values = this->begin(); local
170 values[T::kThisIndex] = self;
171 values[T::kHolderIndex] = holder;
172 values[T::kDataIndex] = data;
173 values[T::kIsolateIndex] = reinterpret_cast<Object*>(isolate);
176 values[T::kReturnValueDefaultValueIndex] =
178 values[T::kReturnValueIndex] = isolate->heap()->the_hole_value();
179 DCHECK(values[T::kHolderIndex]->IsHeapObject());
180 DCHECK(values[T::kIsolateIndex]->IsSmi());
240 Object** values local
[all...]
/external/emma/core/java12/com/vladium/util/
H A DIntVector.java40 public int [] values () method in class:IntVector
128 final int [] values = new int [1 + (capacity << 1)];
131 for (int i = 0; i < capacity; ++ i) values [i] = m_values [i];
135 System.arraycopy (m_values, 0, values, 0, capacity);
138 m_values = values;
/external/ceres-solver/internal/ceres/
H A Dincomplete_lq_factorization_test.cc53 EXPECT_NEAR(expected.values()[i], actual.values()[i], tolerance);
86 double* values = matrix.mutable_values(); local
95 values[idx] = v;
140 EXPECT_EQ(matrix.values()[0], 5.0);
150 EXPECT_EQ(matrix.values()[idx], dense_vector(idx - matrix.rows()[1]));
163 EXPECT_EQ(matrix.values()[matrix.rows()[2]], 5);
164 EXPECT_EQ(matrix.values()[matrix.rows()[2] + 1], 3);
165 EXPECT_EQ(matrix.values()[matrix.rows()[2] + 2], 4);
178 EXPECT_EQ(matrix.values()[matri
[all...]
/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_fuzz_util.cc61 context->values.push_back("/");
62 context->values.push_back("/index.html");
63 context->values.push_back("200");
64 context->values.push_back("404");
65 context->values.push_back("");
66 context->values.push_back("baz=bing; foo=bar; garbage");
67 context->values.push_back("baz=bing; fizzle=fazzle; garbage");
68 context->values.push_back("rudolph=the-red-nosed-reindeer");
69 context->values.push_back("had=a;very_shiny=nose");
70 context->values
[all...]

Completed in 3044 milliseconds

1234567891011>>