Searched defs:values (Results 51 - 75 of 708) sorted by relevance

1234567891011>>

/external/jsilver/src/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/llvm/unittests/IR/
H A DWaymarkTest.cpp29 Value * values[22]; local
30 std::transform(tail, tail + 22, values, char2constant);
34 const CallInst *A = CallInst::Create(F.get(), makeArrayRef(values));
/external/lzma/CPP/7zip/Common/
H A DMethodProps.cpp52 NWindows::NCOM::CPropVariant *values = new NWindows::NCOM::CPropVariant[numProps]; local
60 NWindows::NCOM::CPropVariant &value = values[i];
71 res = setCoderProperties->SetCoderProperties(&propIDs.Front(), values, numProps);
75 delete []values;
78 delete []values;
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp39 CPropVariant *values = new CPropVariant[properties.Size()]; local
64 values[i] = propVariant;
70 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size()));
74 delete []values;
77 delete []values;
/external/marisa-trie/tests/
H A Dio-test.cc28 double values[] = { 345, 456 }; local
29 writer.write(values, 2);
30 EXCEPT(writer.write(values, 1U << 30), MARISA_SIZE_ERROR);
55 double values[3]; local
56 reader.read(values, 3);
57 ASSERT(values[0] == 345);
58 ASSERT(values[1] == 456);
59 ASSERT(values[2] == 567);
72 const double *values; local
73 mapper.map(&values,
112 double values[] = { 456, 567, 678 }; local
134 double values[3]; local
165 double values[3] = { 456, 567, 678 }; local
182 double values[3]; local
204 double values[3] = { 456, 567, 678 }; local
215 double values[3]; local
[all...]
H A Dvector-test.cc18 std::vector<int> values; local
20 values.push_back(std::rand());
32 for (std::size_t i = 0; i < values.size(); ++i) {
33 vec.push_back(values[i]);
34 ASSERT(vec[i] == values[i]);
35 ASSERT(static_cast<const marisa::Vector<int> &>(vec)[i] == values[i]);
38 ASSERT(vec.size() == values.size());
42 + ((sizeof(int) * values.size())));
45 == values.front());
47 == values
130 marisa::Vector<marisa::UInt32> values; local
[all...]
/external/marisa-trie/v0_1_5/tests/
H A Dio-test.cc29 double values[] = { 345, 456 }; local
30 writer.write(values, 2);
31 EXCEPT(writer.write(values, 1U << 30), MARISA_ALPHA_SIZE_ERROR);
56 double values[3]; local
57 reader.read(values, 3);
58 ASSERT(values[0] == 345);
59 ASSERT(values[1] == 456);
60 ASSERT(values[2] == 567);
73 const double *values; local
74 mapper.map(&values,
113 double values[] = { 456, 567, 678 }; local
135 double values[3]; local
166 double values[3] = { 456, 567, 678 }; local
183 double values[3]; local
205 double values[3] = { 456, 567, 678 }; local
216 double values[3]; local
[all...]
H A Dvector-test.cc18 std::vector<int> values; local
20 values.push_back(std::rand());
32 for (std::size_t i = 0; i < values.size(); ++i) {
33 vec.push_back(values[i]);
34 ASSERT(vec[i] == values[i]);
36 values[i]);
39 ASSERT(vec.size() == values.size());
43 + ((sizeof(int) * values.size())));
46 == values.front());
48 == values
134 marisa_alpha::Vector<marisa_alpha::UInt32> values; local
[all...]
/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/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/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DAnnotationNode.java55 * two elements String array (for enumeration values), a
56 * {@link AnnotationNode}, or a {@link List} of values of one of the
60 public List values; field in class:AnnotationNode
74 * @param values where the visited values must be stored.
76 AnnotationNode(final List values) { argument
77 this.values = values;
85 if (values == null) {
86 values
[all...]
/external/mockito/src/org/mockito/internal/stubbing/
H A DBaseStubbing.java19 public OngoingStubbing<T> thenReturn(T value, T... values) { argument
21 if (values == null) {
24 for (T v: values) {
/external/mockito/src/org/mockito/stubbing/
H A DOngoingStubbing.java52 * Sets consecutive return values to be returned when the method is called. E.g:
62 * @param values next return values
66 OngoingStubbing<T> thenReturn(T value, T... values); argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DConnectionSpecTest.java209 private static Set<String> createSet(String... values) { argument
210 return new LinkedHashSet<String>(Arrays.asList(values));
/external/parameter-framework/bindings/c/
H A DParameterFramework.h118 const char **values; //< Must not be null. member in struct:__anon13049
182 * (who then impact parameter values according to the configuration) when
/external/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.h63 PyObject* values; member in struct:google::protobuf::python::ExtensionDict
76 // Gets the number of extension values in this ExtensionDict as a python object.
/external/robolectric/src/main/java/android/os/
H A DShadowAsyncTaskBridge.java25 public void onProgressUpdate(Progress... values) { argument
26 asyncTask.onProgressUpdate(values);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DSQLite_Test.java16 ContentValues values; field in class:SQLite_Test
22 values = new ContentValues();
23 values.put("name", "Chuck");
24 values.put("int_value", 33);
25 values.put("float_value", (float) 1.5);
26 values.put("byte_data", byteData);
31 SQLite.SQLStringAndBindings insertString = buildInsertString("table_name", values, SQLiteDatabase.CONFLICT_NONE);
38 SQLite.SQLStringAndBindings insertString = buildUpdateString("table_name", values, "id=?", new String[]{"1234"});
57 SQLStringAndBindings columnValuesClause = buildColumnValuesClause(values);
65 SQLStringAndBindings columnAssignmentsClause = buildColumnAssignmentsClause(values);
[all...]
/external/skia/src/animator/
H A DSkDisplayTypes.h96 SkTypedArray values; member in class:SkDisplayArray
/external/v8/test/mjsunit/es6/
H A Dmirror-collections.js79 var values = setMirror.values(); variable
80 assertEquals(2, values.length);
81 assertSame(o2, values[0]);
82 assertEquals(undefined, values[1]);
126 assertTrue(weakSetMirror.values().length <= 5);
130 var values = weakSetMirror.values();
131 assertEquals(2, values.length);
133 for (var i = 0; i < values
[all...]
/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/valgrind/none/tests/ppc32/
H A Dldst_multiple.c17 static uint32_t values[] = { variable
85 r14 = (HWord_t)values;
103 * load the last two values into r30 - r31.
138 ::"b"(values));
140 RESTORE_REGS(values);
/external/valgrind/none/tests/ppc64/
H A Dldst_multiple.c17 static uint32_t values[] = { variable
85 r14 = (HWord_t)values;
103 * load the last two values into r30 - r31.
138 ::"b"(values));
140 RESTORE_REGS(values);

Completed in 694 milliseconds

1234567891011>>