Searched refs:values (Results 426 - 450 of 2102) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/tools/gn/
H A Dconfig_values_extractors.h18 const ConfigValues& values,
22 const std::vector<T>& v = (values.*getter)();
28 // all values from the target itself and all configs that apply, and writes
39 // First write the values from the config itself.
49 // Writes the values out as strings with no transformation.
17 ConfigValuesToStream( const ConfigValues& values, const std::vector<T>& (ConfigValues::* getter)() const, const Writer& writer, std::ostream& out) argument
/external/chromium_org/tools/perf/benchmarks/
H A Dsunspider.py35 for key, values in r.iteritems():
36 results.Add(key, 'ms', values, data_type='unimportant')
/external/clang/test/PCH/
H A Dexprs.h46 extern double values[];
47 typedef typeof(values[2]) array_subscript;
/external/clang/test/SemaCXX/
H A Duninit-variables.cpp87 double *values = next->foo(0); local
91 values[0] = e;
/external/clang/tools/scan-view/
H A DReporter.py56 def __init__(self, n, values):
58 self.values = values
69 o[1]) for o in self.values]))
224 values = eval(data)
229 if len(values) != 2 or not isinstance(values[0], int):
232 bugID,message = values
/external/guava/guava/src/com/google/common/collect/
H A DAbstractListMultimap.java43 * values
56 * <p>Because the values for a given key may have duplicates and follow the
67 * <p>Because the values for a given key may have duplicates and follow the
78 * <p>Because the values for a given key may have duplicates and follow the
83 @Nullable K key, Iterable<? extends V> values) {
84 return (List<V>) super.replaceValues(key, values);
102 * has {@link List} values.
112 * contain the same values in the same order. If the value orderings disagree,
82 replaceValues( @ullable K key, Iterable<? extends V> values) argument
H A DAbstractSetMultimap.java41 * values
54 * <p>Because a {@code SetMultimap} has unique values for a given key, this
65 * <p>Because a {@code SetMultimap} has unique values for a given key, this
76 * <p>Because a {@code SetMultimap} has unique values for a given key, this
87 * <p>Because a {@code SetMultimap} has unique values for a given key, this
91 * <p>Any duplicates in {@code values} will be stored in the multimap once.
94 @Nullable K key, Iterable<? extends V> values) {
95 return (Set<V>) super.replaceValues(key, values);
102 * has {@link Set} values.
124 * contain the same values
93 replaceValues( @ullable K key, Iterable<? extends V> values) argument
[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...]
/external/harfbuzz_ng/src/
H A Dgen-indic-table.py15 values = [{} for f in files] variable
38 values[i][t] = values[i].get (t, 0) + 1
46 values[i][v] = values[i].get (v, 0) + 1
81 # Shorten values
93 # Add some of the values, to make them more readable, and to avoid duplicates
104 vv = values[i].keys ()
119 values[i][v], v)
198 vv = values[
[all...]
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSRecordClass.java112 for (DNSRecordClass aClass : DNSRecordClass.values()) {
126 for (DNSRecordClass aClass : DNSRecordClass.values()) {
/external/junit/src/org/junit/experimental/theories/internal/
H A DParameterizedAssertionError.java29 Collection<Object> values) {
31 Iterator<Object> iter = values.iterator();
28 join(String delimiter, Collection<Object> values) argument
/external/libvorbis/doc/
H A D10-tables.tex9 lookup table consiting of the following values (read left to right
/external/llvm/test/MC/ARM/
H A Drelocated-mapping.s3 @ Implementation-detail test (unfortunately): values that are relocated do not
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_cb.h121 #define OUT_CB_TABLE(values, count) do { \
122 memcpy(cs_ptr, values, count * sizeof(uint32_t)); \
/external/oprofile/libop/tests/
H A Dmangle_tests.c20 struct mangle_values values; member in struct:test_input
52 char * result = op_mangle_filename(&test->values);
/external/proguard/src/proguard/classfile/
H A DClassPool.java110 Iterator iterator = classes.values().iterator();
126 Iterator iterator = sortedClasses.values().iterator();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPreferenceTest.java137 int[] values = { 0, 1, 2, 2011 };
139 for(int order : values) {
158 boolean[] values = { true, false };
160 for( boolean shouldPersist : values ) {
170 int[] values = { 0, 1, 2, 2011 };
172 for(int persistedInt : values) {
214 Integer[] values = { 0, 1, 2, 2011 };
216 for(Integer newValue : values) {
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java71 public Uri insert(Uri uri, ContentValues values) { argument
90 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/external/v8/test/mjsunit/
H A Dfunction-prototype.js28 // Test that we can set function prototypes to non-object values. The
39 var values = [123, "asdf", true]; variable
41 values.forEach(TestNonObjectPrototype);
44 // Test moving between non-object and object values.
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEColorMatrixElement.cpp35 DEFINE_ANIMATED_NUMBER_LIST(SVGFEColorMatrixElement, SVGNames::valuesAttr, Values, values)
40 REGISTER_LOCAL_ANIMATED_PROPERTY(values)
143 // Use defaults if values is empty (SVG 1.1 15.10).
160 SVGNumberList& values = valuesCurrentValue(); local
161 unsigned size = values.size();
168 filterValues = values.toFloatVector();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c181 float * values = c->Constants[i].u.Immediate; local
184 i, values[0],values[1], values[2], values[3]);
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Duniform_initializer_utils.cpp56 << ", exepected data values = " << data_size
63 static const int values[] = { variable
77 /* Set the initial data values for the generated constant.
82 const unsigned idx = (i + data_index_base) % Elements(values);
87 data.i[i] = values[idx];
90 data.f[i] = float(values[idx]);
93 data.b[i] = bool(values[idx]);
160 /* Set the initial data values for the generated constant.
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c181 float * values = c->Constants[i].u.Immediate; local
184 i, values[0],values[1], values[2], values[3]);
/external/mesa3d/src/glsl/tests/
H A Duniform_initializer_utils.cpp56 << ", exepected data values = " << data_size
63 static const int values[] = { variable
77 /* Set the initial data values for the generated constant.
82 const unsigned idx = (i + data_index_base) % Elements(values);
87 data.i[i] = values[idx];
90 data.f[i] = float(values[idx]);
93 data.b[i] = bool(values[idx]);
160 /* Set the initial data values for the generated constant.
/external/nist-sip/java/gov/nist/core/
H A DDuplicateNameValueList.java35 * This is a Duplicate Name Value List that will allow multiple values map to the same key.
75 Iterator<NameValue> iterator = nameValueMap.values().iterator();
191 Iterator<NameValue> it = this.nameValueMap.values().iterator();
204 return this.nameValueMap.values().iterator();
253 public Collection<NameValue> values() { method in class:DuplicateNameValueList
254 return this.nameValueMap.values();

Completed in 879 milliseconds

<<11121314151617181920>>