/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 | 71 ::testing::Values(TestParam("/system/fonts/NotoSansCJK-Regular.ttc", 0),
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
gtest_list_tests_unittest_.cc | 105 testing::Values(MyType("one line"),
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
check.go | 109 for _, v := range b.Values { 118 // Check to make sure aux values make sense. 210 // TODO: check for cycles in values 236 // Check to make sure all Values referenced are in the function. 238 for _, v := range b.Values { 266 for _, v := range b.Values { 306 for _, v := range b.Values { 316 for _, v := range b.Values { 329 for _, v := range b.Values { 342 for _, v := range b.Values { [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
check.go | 109 for _, v := range b.Values { 118 // Check to make sure aux values make sense. 210 // TODO: check for cycles in values 236 // Check to make sure all Values referenced are in the function. 238 for _, v := range b.Values { 266 for _, v := range b.Values { 306 for _, v := range b.Values { 316 for _, v := range b.Values { 329 for _, v := range b.Values { 342 for _, v := range b.Values { [all...] |
/external/llvm/unittests/ADT/ |
TinyPtrVectorTest.cpp | 56 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { 57 for (size_t i = 0, e = Values.size(); i != e; ++i) 58 V.push_back(Values[i]); 68 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { 69 EXPECT_EQ(Values.empty(), V.empty()); 70 EXPECT_EQ(Values.size(), V.size()); 71 for (size_t i = 0, e = Values.size(); i != e; ++i) { 72 EXPECT_EQ(Values[i], V[i]); 73 EXPECT_EQ(Values[i], *std::next(V.begin(), i)); 75 EXPECT_EQ(V.end(), std::next(V.begin(), Values.size())) [all...] |
/bootable/recovery/tests/component/ |
verifier_test.cpp | 189 ::testing::Values( 197 ::testing::Values( 205 ::testing::Values( 213 ::testing::Values( 220 ::testing::Values(
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
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'}} 245 void test_unexpanded_exprs(Types ...values) { [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | 75 // PrintOptionValues - Print option values. 76 // With -print-options print the difference between option values and defaults. 77 // With -print-all-options print all option values. 89 /// Literal options are used by some parsers to register special option values. 494 // Non-class option values. 562 // values - For custom data types, allow specifying a group of values together 563 // as the values that go into the mapping that the option handler uses. Note 564 // that the values list must always have a 0 at the end of the list to indicate 571 SmallVector<std::pair<const char *, std::pair<int, const char *>>, 4> Values; 598 values(const char *Arg, DataType Val, const char *Desc, ...) { function in namespace:llvm [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
CommandLine.h | 72 // PrintOptionValues - Print option values. 73 // With -print-options print the difference between option values and defaults. 74 // With -print-all-options print all option values. 382 // Non-class option values. 443 // values - For custom data types, allow specifying a group of values together 444 // as the values that go into the mapping that the option handler uses. Note 445 // that the values list must always have a 0 at the end of the list to indicate 453 SmallVector<std::pair<const char *, std::pair<int, const char *> >,4> Values; 459 Values.push_back(std::make_pair(EnumName, std::make_pair(Val, Desc))) 480 ValuesClass<DataType> END_WITH_NULL values(const char *Arg, DataType Val, function in namespace:llvm::cl [all...] |
/external/libvpx/libvpx/test/ |
fdct8x8_test.cc | 480 // Random values less than the threshold, either positive or negative 636 ::testing::Values( 642 ::testing::Values(make_tuple(&vpx_fdct8x8_c, 650 ::testing::Values( 666 ::testing::Values( 675 ::testing::Values(make_tuple(&vpx_fdct8x8_neon, 681 ::testing::Values( 691 ::testing::Values(make_tuple(&vpx_fdct8x8_sse2, 696 ::testing::Values( 706 ::testing::Values(make_tuple(&vpx_fdct8x8_sse2, &vpx_idct8x8_64_add_c, 0 [all...] |
vp9_intrapred_test.cc | 58 // Fill edges with random data, try first with saturated values. 136 ::testing::Values( 200 ::testing::Values(IntraPredParam(&vpx_d45_predictor_16x16_ssse3, 231 ::testing::Values( 305 ::testing::Values(IntraPredParam(&vpx_dc_predictor_4x4_dspr2, 326 ::testing::Values( 384 ::testing::Values( 473 ::testing::Values( 515 ::testing::Values( 557 ::testing::Values( [all...] |
dct16x16_test.cc | 567 // Random values less than the threshold, either positive or negative 752 ::testing::Values( 758 ::testing::Values(make_tuple(&vpx_fdct16x16_c, 766 ::testing::Values( 782 ::testing::Values( 792 ::testing::Values(make_tuple(&vpx_fdct16x16_neon, 799 ::testing::Values(make_tuple(&vpx_fdct16x16_sse2, 803 ::testing::Values(make_tuple(&vp9_fht16x16_sse2, &vp9_iht16x16_256_add_sse2, 816 ::testing::Values( 827 ::testing::Values( [all...] |
lpf_test.cc | 411 ::testing::Values(make_tuple(&vpx_highbd_lpf_horizontal_4_sse2, 462 ::testing::Values( 479 ::testing::Values(make_tuple(&vpx_lpf_horizontal_16_avx2, 489 ::testing::Values(make_tuple(&vpx_highbd_lpf_horizontal_4_dual_sse2, 516 ::testing::Values(make_tuple(&vpx_lpf_horizontal_4_dual_sse2, 531 ::testing::Values(make_tuple(&vpx_highbd_lpf_horizontal_4_neon, 581 ::testing::Values(make_tuple(&vpx_highbd_lpf_horizontal_4_dual_neon, 608 ::testing::Values( 621 ::testing::Values(make_tuple(&vpx_lpf_horizontal_8_dual_neon, 635 ::testing::Values( [all...] |
codec_factory.h | 163 ::testing::Values(static_cast<const libvpx_test::CodecFactory *>( \ 259 ::testing::Values(static_cast<const libvpx_test::CodecFactory *>( \
|
/build/soong/bpfix/bpfix/ |
bpfix.go | 194 if len(srcs.Values) == 0 { 197 src, ok := srcs.Values[0].(*parser.String) 344 if len(aval.Values) > 0 { 364 for _, item := range items.Values { 366 for _, removal := range removals.Values { 377 items.Values[writeIndex] = item 381 items.Values = items.Values[:writeIndex] 406 return found && len(list.Values) > 0
|
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
Record.h | 11 // types, values, and high-level data structures. 79 /// typeIsConvertibleTo - Return true if all values of 'this' type can be 116 // all values of type 'RHS' can be converted to the 'this' type. 306 // ListRecTy - 'list<Ty>' - Represent a list of values, all of which must be of 308 /// ListRecTy - 'list<Ty>' - Represent a list of values, all of which must 499 /// isComplete - This virtual method should be overridden by values that may 811 std::vector<Init*> Values; 817 : TypedInit(ListRecTy::get(EltTy)), Values(Range.begin(), Range.end()) {} 827 unsigned getSize() const { return Values.size(); } 829 assert(i < Values.size() && "List element index out of range!") [all...] |
/cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/ |
CommReceiver.java | 18 import static android.os.cts.batterysaving.common.Values.KEY_REQUEST_FOREGROUND; 19 import static android.os.cts.batterysaving.common.Values.getTestService;
|
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/ |
BatterySaverBgServiceTest.java | 18 import static android.os.cts.batterysaving.common.Values.APP_25_PACKAGE; 19 import static android.os.cts.batterysaving.common.Values.getRandomInt;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
optparse.py | 30 'Values',
189 format string controlling how short options with values are
779 def process(self, opt, value, values, parser):
789 self.action, self.dest, opt, value, values, parser)
791 def take_action(self, action, dest, opt, value, values, parser):
793 setattr(values, dest, value)
795 setattr(values, dest, self.const)
797 setattr(values, dest, True)
799 setattr(values, dest, False)
801 values.ensure_value(dest, []).append(value) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
optparse.py | 30 'Values',
189 format string controlling how short options with values are
778 def process(self, opt, value, values, parser):
788 self.action, self.dest, opt, value, values, parser)
790 def take_action(self, action, dest, opt, value, values, parser):
792 setattr(values, dest, value)
794 setattr(values, dest, self.const)
796 setattr(values, dest, True)
798 setattr(values, dest, False)
800 values.ensure_value(dest, []).append(value) [all...] |
/external/clang/test/CXX/temp/temp.param/ |
p15-cxx0x.cpp | 172 template<T... Values> struct apply { }; 174 template <class... T, T... Values> struct static_array; // expected-error {{must be the last}}
|
/external/clang/test/SemaCXX/ |
array-bounds.cpp | 167 switch (myVal) { // expected-warning {{enumeration values 'enumB_X' and 'enumB_Z' not handled in switch}} 173 // Test that if all the values of an enum covered, that the 'default' branch 175 enum Values { A, B, C, D }; 176 void test_all_enums_covered(enum Values v) {
|