HomeSort by relevance Sort by last modified time
    Searched refs:Values (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/llvm/include/llvm/Support/
PassNameParser.h 83 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
88 // ValLessThan - Provide a sorting comparator for Values elements...
  /external/protobuf/gtest/samples/
sample7_unittest.cc 46 using ::testing::Values;
111 // or bind them to a list of values which will be used as test parameters.
120 Values(&CreateOnTheFlyPrimeTable, &CreatePreCalculatedPrimeTable<1000>));
sample8_unittest.cc 85 using ::testing::Values;
149 // or bind them to a list of values which will be used as test parameters.
155 // meaningful values for tests. We choose a small value (1), and a value that
161 Combine(Bool(), Values(1, 10)));
  /external/protobuf/gtest/test/
gtest_filter_unittest_.cc 130 INSTANTIATE_TEST_CASE_P(SeqP, ParamTest, testing::Values(1, 2));
131 INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6));
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
48 unsigned FirstConstant = Values.size();
107 OptimizeConstants(FirstConstant, Values.size());
155 std::stable_sort(Values.begin()+CstStart, Values.begin()+CstEnd, P);
159 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd,
164 ValueMap[Values[CstStart].first] = CstStart+1;
168 /// EnumerateValueSymbolTable - Insert all of the values in the specified symbol
169 /// table into the values table
    [all...]
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
10 // This class gives values and types Unique ID's.
49 ValueList Values;
70 /// When a function is incorporated, this is the size of the Values list
104 /// getFunctionConstantRange - Return the range of values that corresponds to
111 const ValueList &getValues() const { return Values; }
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
48 unsigned FirstConstant = Values.size();
107 OptimizeConstants(FirstConstant, Values.size());
155 std::stable_sort(Values.begin()+CstStart, Values.begin()+CstEnd, P);
159 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd,
164 ValueMap[Values[CstStart].first] = CstStart+1;
168 /// EnumerateValueSymbolTable - Insert all of the values in the specified symbol
169 /// table into the values table
    [all...]
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
10 // This class gives values and types Unique ID's.
49 ValueList Values;
70 /// When a function is incorporated, this is the size of the Values list
104 /// getFunctionConstantRange - Return the range of values that corresponds to
111 const ValueList &getValues() const { return Values; }
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter_unittest.cc 37 typedef std::set<SBPrefix> Values;
38 Values values; local
41 values.insert(value);
52 for (Values::const_iterator i = values.begin(); i != values.end(); ++i)
56 // we inserted, but of different values, and calculating what percentage are
62 if (values.count(value))
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp 28 template<int ...Values>
30 int values[5] = { Values... }; // expected-error{{excess elements in array initializer}} local
31 five_args(Values...); // expected-error{{no matching function for call to 'five_args'}}
multi-level-substitution.cpp 3 template<typename T, T ...Values> struct value_tuple {};
21 template<T ...Values>
22 void f(value_tuple<T, Values...> * = 0);
53 template<unsigned ...Values> struct unsigned_tuple { };
195 template<Types ...Values> // expected-error{{a non-type template parameter cannot have type 'float'}} \
198 typedef tuple<value_c<Types, Values>...> type;
p5.cpp 131 template<int ...Values>
135 Values; // expected-error{{expression contains unexpanded parameter pack 'Values'}}
141 (Values); // expected-error{{expression contains unexpanded parameter pack 'Values'}}
143 -Values; // expected-error{{expression contains unexpanded parameter pack 'Values'}}
148 __builtin_offsetof(OffsetMe, array[Values]); // expected-error{{expression contains unexpanded parameter pack 'Values'}}
238 void test_unexpanded_exprs(Types ...values) {
    [all...]
  /external/chromium/testing/gtest/samples/
sample8_unittest.cc 85 using ::testing::Values;
149 // or bind them to a list of values which will be used as test parameters.
155 // meaningful values for tests. We choose a small value (1), and a value that
161 Combine(Bool(), Values(1, 10)));
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest_.cc 49 using ::testing::Values;
146 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42));
  /external/gtest/samples/
sample8_unittest.cc 85 using ::testing::Values;
149 // or bind them to a list of values which will be used as test parameters.
155 // meaningful values for tests. We choose a small value (1), and a value that
161 Combine(Bool(), Values(1, 10)));
  /external/webkit/Source/JavaScriptCore/wtf/
HashIterators.h 41 typedef HashTableConstValuesIterator<HashTableType, KeyType, MappedType> Values;
53 Values values() { return Values(*this); } function in struct:WTF::HashTableConstIteratorAdapter
63 typedef HashTableValuesIterator<HashTableType, KeyType, MappedType> Values;
80 Values values() { return Values(*this); } function in struct:WTF::HashTableIteratorAdapter
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 119 Values.insert(Values.begin(), DI);
159 Values[i]->print(O);
327 for (unsigned i = 0, N = Values.size(); i < N; ++i)
328 Size += Values[i]->SizeOf(AP, AbbrevData[i].getForm());
346 for (unsigned i = 0, N = Values.size(); i < N; ++i)
347 Values[i]->EmitValue(Asm, AbbrevData[i].getForm());
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 3398 llvm::Constant *values[2] = { local
5612 llvm::Constant *values[] = { fn, GetMethodVarName(selector) }; local
    [all...]
  /external/jhead/
gpsinfo.c 191 double Values[3];
224 Values[a] = ConvertAnyFormat(ValuePtr+a*ComponentSize, Format);
227 sprintf(TempString, FmtString, Values[0], Values[1], Values[2]);
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 48 typedef SetVector<Value*> Values;
74 /// These values must be passed in as live-ins to the function.
85 void findInputsOutputs(Values &inputs, Values &outputs);
87 Function *constructFunction(const Values &inputs,
88 const Values &outputs,
97 Values &inputs,
98 Values &outputs);
129 // containing PHI nodes merging values from outside of the region, and a
131 // incoming values from inside of the region
    [all...]
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 119 int ArrayParam(int Values[100]) {
120 return EF1((int*)Values[50], (char*)1, &Values[50]);
  /external/guava/src/com/google/common/collect/
SingletonImmutableMap.java 92 private transient ImmutableCollection<V> values; field in class:SingletonImmutableMap
94 @Override public ImmutableCollection<V> values() { method in class:SingletonImmutableMap
95 ImmutableCollection<V> v = values;
96 return (v == null) ? (values = new Values<V>(singleValue)) : v;
100 private static class Values<V> extends ImmutableCollection<V> {
103 Values(V singleValue) {
  /external/v8/test/mjsunit/compiler/
binary-ops.js 28 // Values in distinct spans.
38 // Values in the same span.
48 // Values in distinct spans that alias.
  /frameworks/base/tools/localize/
Android.mk 19 Values.cpp \
  /external/chromium/chrome/common/extensions/
extension_icon_set_unittest.cc 37 TEST(ExtensionIconSet, Values) {

Completed in 651 milliseconds

12 3 4 5 6