/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
fuse.go | 42 if s0.Kind != BlockPlain || len(s0.Preds) != 1 || len(s0.Values) != 0 { 50 if s1.Kind != BlockPlain || len(s1.Preds) != 1 || len(s1.Values) != 0 { 65 for _, v := range ss.Values { 98 s0.Values = nil 104 s1.Values = nil 121 // move all of b's values to c. 122 for _, v := range b.Values { 124 c.Values = append(c.Values, v) 146 b.Values = ni [all...] |
print.go | 92 // Order of Values has been decided - print in that order. 93 for _, v := range b.Values { 103 for _, v := range b.Values { 112 // print rest of values in dependency order 113 for n < len(b.Values) { 116 for _, v := range b.Values { 133 for _, v := range b.Values {
|
/external/swiftshader/third_party/subzero/crosstest/ |
test_select_main.cpp | 36 volatile unsigned Values[] = { 41 static const size_t NumValues = sizeof(Values) / sizeof(*Values); 49 setElement(Value1, j, Values[Index() % NumValues]); 50 setElement(Value2, j, Values[Index() % NumValues]); 76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan); 77 static const size_t NumValues = sizeof(Values) / sizeof(*Values); 85 setElement(Value1, j, Values[Index() % NumValues]); 86 setElement(Value2, j, Values[Index() % NumValues]) [all...] |
/external/libvpx/libvpx/test/ |
avg_test.cc | 403 ::testing::Values(make_tuple(16, 16, 1, 8, &vpx_avg_8x8_c), 407 ::testing::Values(make_tuple(16, &vpx_satd_c), 414 ::testing::Values(make_tuple(16, &vp9_block_error_fp_c), 422 ::testing::Values(make_tuple(16, 16, 0, 8, &vpx_avg_8x8_sse2), 431 ::testing::Values(make_tuple(16, &vpx_int_pro_row_sse2, &vpx_int_pro_row_c), 438 ::testing::Values(make_tuple(16, &vpx_int_pro_col_sse2, &vpx_int_pro_col_c), 444 ::testing::Values(make_tuple(16, &vpx_satd_sse2), 451 ::testing::Values(make_tuple(16, &vp9_block_error_fp_sse2), 460 ::testing::Values(make_tuple(16, 16, 0, 8, &vpx_avg_8x8_neon), 469 ::testing::Values(make_tuple(16, &vpx_int_pro_row_neon, &vpx_int_pro_row_c) [all...] |
predict_test.cc | 286 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_c), 293 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_neon), 301 ::testing::Values(make_tuple(4, 4, &vp8_sixtap_predict4x4_mmx))); 306 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_sse2), 313 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_ssse3), 321 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_msa), 338 ::testing::Values(make_tuple(16, 16, &vp8_bilinear_predict16x16_c), 345 ::testing::Values(make_tuple(16, 16, &vp8_bilinear_predict16x16_neon), 353 ::testing::Values(make_tuple(8, 4, &vp8_bilinear_predict8x4_mmx), 359 ::testing::Values(make_tuple(16, 16, &vp8_bilinear_predict16x16_sse2) [all...] |
vp9_subtract_test.cc | 89 ::testing::Values(vpx_subtract_block_c)); 93 ::testing::Values(vpx_subtract_block_sse2)); 97 ::testing::Values(vpx_subtract_block_neon)); 101 ::testing::Values(vpx_subtract_block_msa));
|
hadamard_test.cc | 176 ::testing::Values(&vpx_hadamard_8x8_c)); 180 ::testing::Values(&vpx_hadamard_8x8_sse2)); 185 ::testing::Values(&vpx_hadamard_8x8_ssse3)); 190 ::testing::Values(&vpx_hadamard_8x8_neon)); 198 ::testing::Values(&vpx_hadamard_8x8_msa)); 204 ::testing::Values(&vpx_hadamard_8x8_vsx)); 264 ::testing::Values(&vpx_hadamard_16x16_c)); 268 ::testing::Values(&vpx_hadamard_16x16_sse2)); 273 ::testing::Values(&vpx_hadamard_16x16_vsx)); 278 ::testing::Values(&vpx_hadamard_16x16_neon)) [all...] |
/external/googletest/googletest/test/ |
gtest-param-test_test.cc | 62 using ::testing::Values; 137 // We cannot use EXPECT_EQ() here as the values may be tuples, 181 // generates an expected sequence of values. The general test pattern 364 ContainerType values; local 365 values.push_back(3); 366 values.push_back(5); 367 values.push_back(8); 368 const ParamGenerator<int> gen = ValuesIn(values); 377 ContainerType values; local 378 values.push_back(3) 391 ContainerType values; local 403 ContainerType values; local [all...] |
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/v8/testing/gtest/test/ |
gtest-param-test_test.cc | 62 using ::testing::Values; 137 // We cannot use EXPECT_EQ() here as the values may be tuples, 181 // generates an expected sequence of values. The general test pattern 364 ContainerType values; local 365 values.push_back(3); 366 values.push_back(5); 367 values.push_back(8); 368 const ParamGenerator<int> gen = ValuesIn(values); 377 ContainerType values; local 378 values.push_back(3) 391 ContainerType values; local 403 ContainerType values; local [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
print.go | 92 // Order of Values has been decided - print in that order. 93 for _, v := range b.Values { 103 for _, v := range b.Values { 112 // print rest of values in dependency order 113 for n < len(b.Values) { 116 for _, v := range b.Values { 133 for _, v := range b.Values {
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/ |
ArmPlatformSysConfigLib.h | 47 OUT UINT32* Values
|
/build/soong/androidmk/cmd/androidmk/ |
values.go | 25 Values: []bpparser.Expression{val1}, 29 Values: []bpparser.Expression{val1}, 98 Values: valList, 114 listValue.Values = append(listValue.Values, &bpparser.String{ 123 listValue.Values = append(listValue.Values, &bpparser.String{ 127 if len(listValue.Values) > 0 { 146 listValue.Values = append(listValue.Values, s [all...] |
/external/clang/unittests/ASTMatchers/Dynamic/ |
ParserTest.cpp | 41 Values.push_back(Value); 72 std::vector<VariantValue> Values; 86 EXPECT_EQ(5U, Sema.Values.size()); 87 EXPECT_EQ(0U, Sema.Values[0].getUnsigned()); 88 EXPECT_EQ(123U, Sema.Values[1].getUnsigned()); 89 EXPECT_EQ(31U, Sema.Values[2].getUnsigned()); 99 EXPECT_EQ(3ULL, Sema.Values.size()); 100 EXPECT_EQ("Foo", Sema.Values[0].getString()); 101 EXPECT_EQ("", Sema.Values[1].getString()); 136 EXPECT_EQ(1ULL, Sema.Values.size()) [all...] |
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
NaClBitcodeParser.h | 29 // "record" is a tag, and a vector of (unsigned integer) values. 35 // b) A vector of "values" defining the contents of the record. 51 // An entry contains two values, a "kind" and an "ID". The kind 57 // the values. 218 NaClBitcodeRecordData(unsigned Code, const NaClRecordVector &Values) 219 : Code(Code), Values(Values) {} 221 : Code(Record.Code), Values(Record.Values) {} 225 // The sequence of values defining the parsed record [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
ValueEnumerator.cpp | 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===// 54 unsigned FirstConstant = Values.size(); 120 OptimizeConstants(FirstConstant, Values.size()); 213 std::stable_sort(Values.begin()+CstStart, Values.begin()+CstEnd, P); 218 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd, 223 ValueMap[Values[CstStart].first] = CstStart+1; 227 /// EnumerateValueSymbolTable - Insert all of the values in the specified symbol 228 /// table into the values table [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
ValueEnumerator.cpp | 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===// 54 unsigned FirstConstant = Values.size(); 120 OptimizeConstants(FirstConstant, Values.size()); 213 std::stable_sort(Values.begin()+CstStart, Values.begin()+CstEnd, P); 218 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd, 223 ValueMap[Values[CstStart].first] = CstStart+1; 227 /// EnumerateValueSymbolTable - Insert all of the values in the specified symbol 228 /// table into the values table [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
ValueEnumerator.cpp | 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===// 54 unsigned FirstConstant = Values.size(); 120 OptimizeConstants(FirstConstant, Values.size()); 213 std::stable_sort(Values.begin()+CstStart, Values.begin()+CstEnd, P); 218 std::partition(Values.begin()+CstStart, Values.begin()+CstEnd, 223 ValueMap[Values[CstStart].first] = CstStart+1; 227 /// EnumerateValueSymbolTable - Insert all of the values in the specified symbol 228 /// table into the values table [all...] |
/external/autotest/server/cros/faft/config/ |
config.py | 18 It gets the default values from DEFAULTS.py which is found within 25 The DEFAULTS module must exist and contain a class named 'Values'. 27 The override module is optional. If it exists, it must contain a 'Values' 28 class. That class can inherit any other override's Values class. 46 self._precedence_list = [DEFAULTS.Values()] 51 overrides = overrides.Values() 87 str_list.append("--[ Resolved FAFT Config Values ]-------------------")
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p23.cpp | 13 void unexpanded_capture(Ts ...values) { 14 auto unexp = [values] {}; // expected-error{{initializer contains unexpanded parameter pack 'values'}} 18 void implicit_capture(Ts ...values) { 19 auto implicit = [&] { print(values...); }; 24 void do_print(Ts... values) { 25 auto bycopy = [values...]() { print(values...); }; 27 auto byref = [&values...]() { print(values...); } [all...] |
/external/compiler-rt/lib/profile/ |
InstrProfiling.c | 52 if (!DI->Values) 55 ValueProfNode **ValueCounters = (ValueProfNode **)DI->Values;
|
/external/google-breakpad/src/testing/gtest/samples/ |
sample7_unittest.cc | 46 using ::testing::Values; 109 // or bind them to a list of values which will be used as test parameters. 118 Values(&CreateOnTheFlyPrimeTable, &CreatePreCalculatedPrimeTable<1000>));
|
/external/google-breakpad/src/testing/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/googletest/googletest/samples/ |
sample7_unittest.cc | 46 using ::testing::Values; 109 // or bind them to a list of values which will be used as test parameters. 118 Values(&CreateOnTheFlyPrimeTable, &CreatePreCalculatedPrimeTable<1000>));
|
/external/llvm/include/llvm/IR/ |
LegacyPassNameParser.h | 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan); 89 // ValLessThan - Provide a sorting comparator for Values elements...
|