/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/ |
gtest_xml_output_unittest_.cc | 48 using ::testing::Values; 148 INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42));
|
gtest_list_tests_unittest_.cc | 105 testing::Values(MyType("one line"),
|
/external/libvpx/libvpx/test/ |
dct16x16_test.cc | 567 // Random values less than the threshold, either positive or negative 812 ::testing::Values( 818 ::testing::Values(make_tuple(&vpx_fdct16x16_c, 826 ::testing::Values( 841 ::testing::Values(make_tuple(&vpx_highbd_fdct16x16_1_c, VPX_BITS_8), 847 ::testing::Values( 853 ::testing::Values(make_tuple(&vpx_fdct16x16_1_c, 860 ::testing::Values(make_tuple(&vpx_fdct16x16_c, &vpx_idct16x16_256_add_neon, 867 ::testing::Values(make_tuple(&vpx_fdct16x16_sse2, 871 ::testing::Values(make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2 [all...] |
active_map_test.cc | 89 ::testing::Values(::libvpx_test::kRealTime),
|
borders_test.cc | 83 ::testing::Values(::libvpx_test::kTwoPassGood));
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
stackalloc.go | 15 // live[b.id] = live values at the end of block b. 20 values []stackValState 21 interfere [][]ID // interfere[v.id] = values that interfere with v. 26 nArgSlot, // Number of Values sourced to arg slot 27 nNotNeed, // Number of Values not needing a stack slot 28 nNamedSlot, // Number of Values using a named stack slot 29 nReuse, // Number of values reusing a stack slot 46 for i := range s.values { 47 s.values[i] = stackValState{} 74 // all Values that did not get a register [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
stackalloc.go | 15 // live[b.id] = live values at the end of block b. 20 values []stackValState 21 interfere [][]ID // interfere[v.id] = values that interfere with v. 26 nArgSlot, // Number of Values sourced to arg slot 27 nNotNeed, // Number of Values not needing a stack slot 28 nNamedSlot, // Number of Values using a named stack slot 29 nReuse, // Number of values reusing a stack slot 46 for i := range s.values { 47 s.values[i] = stackValState{} 74 // all Values that did not get a register [all...] |
/external/llvm/include/llvm/IR/ |
Instructions.h | 843 ArrayRef<Value *> IdxList, unsigned Values, 846 ArrayRef<Value *> IdxList, unsigned Values, 859 unsigned Values = 1 + unsigned(IdxList.size()); 867 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
Instructions.h | 847 ArrayRef<Value *> IdxList, unsigned Values, 850 ArrayRef<Value *> IdxList, unsigned Values, 864 unsigned Values = 1 + unsigned(IdxList.size()); 872 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
Instructions.h | 847 ArrayRef<Value *> IdxList, unsigned Values, 850 ArrayRef<Value *> IdxList, unsigned Values, 864 unsigned Values = 1 + unsigned(IdxList.size()); 872 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
Instructions.h | 847 ArrayRef<Value *> IdxList, unsigned Values, 850 ArrayRef<Value *> IdxList, unsigned Values, 864 unsigned Values = 1 + unsigned(IdxList.size()); 872 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Instructions.h | 847 ArrayRef<Value *> IdxList, unsigned Values, 850 ArrayRef<Value *> IdxList, unsigned Values, 864 unsigned Values = 1 + unsigned(IdxList.size()); 872 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
Instructions.h | 847 ArrayRef<Value *> IdxList, unsigned Values, 850 ArrayRef<Value *> IdxList, unsigned Values, 864 unsigned Values = 1 + unsigned(IdxList.size()); 872 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
Instructions.h | 847 ArrayRef<Value *> IdxList, unsigned Values, 850 ArrayRef<Value *> IdxList, unsigned Values, 864 unsigned Values = 1 + unsigned(IdxList.size()); 872 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
Instructions.h | 847 ArrayRef<Value *> IdxList, unsigned Values, 850 ArrayRef<Value *> IdxList, unsigned Values, 864 unsigned Values = 1 + unsigned(IdxList.size()); 872 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Instructions.h | 847 ArrayRef<Value *> IdxList, unsigned Values, 850 ArrayRef<Value *> IdxList, unsigned Values, 864 unsigned Values = 1 + unsigned(IdxList.size()); 872 return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values, [all...] |
/external/clang/test/CXX/temp/temp.param/ |
p9-0x.cpp | 8 template<int ...Values = 0> // expected-error{{template parameter pack cannot have a default argument}}
|
/external/compiler-rt/lib/profile/ |
InstrProfilingValue.c | 88 * values allowd. */ 99 if (!COMPILER_RT_BOOL_CMPXCHG(&Data->Values, 0, Mem)) { 116 PROF_WARN("Unable to track new values: %s. " 140 if (!PData->Values) { 145 ValueProfNode **ValueCounters = (ValueProfNode **)PData->Values; 173 * the number of values tracked is reduced to only one, this 188 * number of tracked values per value site. Alternatively, a more 270 ValueProfNode **Nodes = (ValueProfNode **)Data->Values;
|
/external/googletest/googletest/test/ |
gtest_list_tests_unittest_.cc | 105 testing::Values(MyType("one line"),
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
bpf_dsl.h | 221 template <typename... Values> 222 Caser<T> CasesImpl(ResultExpr result, const Values&... values) const; 243 #define SANDBOX_BPF_DSL_CASES(values, result) \ 244 CasesImpl(result, SANDBOX_BPF_DSL_CASES_HELPER values) 290 // Prevent sign-extension of negative int32_t values. 307 template <typename... Values> 308 Caser<T> Caser<T>::CasesImpl(ResultExpr result, const Values&... values) const { 314 elser_.ElseIf(AnyOf((arg_ == values)...), std::move(result))) [all...] |
/external/v8/testing/gtest/test/ |
gtest_list_tests_unittest_.cc | 105 testing::Values(MyType("one line"),
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_list_tests_unittest_.cc | 105 testing::Values(MyType("one line"),
|
/frameworks/minikin/tests/stresstest/ |
FontFamilyTest.cpp | 72 ::testing::Values(
|
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/ |
gtest_list_tests_unittest_.cc | 105 testing::Values(MyType("one line"),
|
/external/swiftshader/third_party/subzero/crosstest/ |
test_sync_atomic_main.cpp | 36 volatile uint64 Values[] = { 49 const static size_t NumValues = sizeof(Values) / sizeof(*Values); 78 Type Value1 = static_cast<Type>(Values[i]); 80 Type Value2 = static_cast<Type>(Values[j]); 123 Type Value1 = static_cast<Type>(Values[i]); 125 Type Value2 = static_cast<Type>(Values[j]); 196 // Just test a few values, otherwise it takes a *really* long time.
|