HomeSort by relevance Sort by last modified time
    Searched refs:Values (Results 251 - 275 of 1405) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare);
89 // ValCompare - Provide a sorting comparator for Values elements...
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
ModuleUtils.h 65 /// \brief Adds global values to the llvm.used list.
66 void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values);
68 /// \brief Adds global values to the llvm.compiler.used list.
69 void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare);
89 // ValCompare - Provide a sorting comparator for Values elements...
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
ModuleUtils.h 65 /// \brief Adds global values to the llvm.used list.
66 void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values);
68 /// \brief Adds global values to the llvm.compiler.used list.
69 void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values);
  /prebuilts/ndk/r16/sources/third_party/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>));
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/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));
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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));
  /build/blueprint/parser/
modify.go 25 for _, v := range list.Values {
36 list.Values = append(list.Values, &String{
45 for i, v := range list.Values {
51 list.Values = append(list.Values[:i], list.Values[i+1:]...)
  /external/llvm/lib/Analysis/
StratifiedSets.h 95 Values = std::move(Other.Values);
102 : Values(std::move(Map)), Links(std::move(Links)) {}
105 auto Iter = Values.find(Elem);
106 if (Iter == Values.end())
117 DenseMap<T, StratifiedInfo> Values;
305 for (auto &Pair : Values) {
350 return StratifiedSets<T>(std::move(Values), std::move(StratLinks));
403 DenseMap<T, StratifiedInfo> Values;
409 auto Pair = Values.insert(std::make_pair(ToAdd, Info))
    [all...]
  /external/swiftshader/third_party/subzero/crosstest/
test_icmp_main.cpp 34 volatile unsigned Values[] = {
40 const static size_t NumValues = sizeof(Values) / sizeof(*Values);
76 TypeUnsigned Value1 = Values[i];
77 TypeUnsigned Value2 = Values[j];
94 // This is the 64-bit version. Test values are synthesized from
95 // the 32-bit values in Values[].
102 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]
    [all...]
test_bitmanip_main.cpp 32 volatile uint64 Values[] = {
46 const static size_t NumValues = sizeof(Values) / sizeof(*Values);
67 Type Value = static_cast<Type>(Values[i]);
97 Type Value = static_cast<Type>(Values[i]);
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
AnnotationTest.java 39 import annotations.Values;
55 TestClassLoader cl = new TestClassLoader("annotations.Values",
57 Class c = cl.loadClass("annotations.Values");
117 assertEquals(Values.class.getName(), c.getName());
189 assertEquals(Values.class.getName(), c[0].getName());
190 assertEquals(Values.class.getName(), c[1].getName());
196 + annotations.Values.class.getName().replace('.', '/')
  /external/libvpx/libvpx/test/
idct_test.cc 156 INSTANTIATE_TEST_CASE_P(C, IDCTTest, ::testing::Values(vp8_short_idct4x4llm_c));
160 ::testing::Values(vp8_short_idct4x4llm_neon));
165 ::testing::Values(vp8_short_idct4x4llm_mmx));
170 ::testing::Values(vp8_short_idct4x4llm_msa));
175 ::testing::Values(vp8_short_idct4x4llm_mmi));
avg_test.cc 435 ::testing::Values(make_tuple(16, 16, 1, 8, &vpx_avg_8x8_c),
439 ::testing::Values(make_tuple(16, &vpx_satd_c),
446 ::testing::Values(make_tuple(16, &vp9_block_error_fp_c),
454 ::testing::Values(make_tuple(16, 16, 0, 8, &vpx_avg_8x8_sse2),
463 ::testing::Values(make_tuple(16, &vpx_int_pro_row_sse2, &vpx_int_pro_row_c),
470 ::testing::Values(make_tuple(16, &vpx_int_pro_col_sse2, &vpx_int_pro_col_c),
476 ::testing::Values(make_tuple(16, &vpx_satd_sse2),
483 ::testing::Values(make_tuple(16, &vp9_block_error_fp_sse2),
491 ::testing::Values(make_tuple(16, &vpx_satd_avx2),
498 ::testing::Values(make_tuple(16, &vp9_block_error_fp_avx2)
    [all...]
pp_filter_test.cc 126 // Filter values are set in blocks of 16 for Y and 8 for U/V. Each macroblock
136 // block pixels to random values.
440 ::testing::Values(vpx_post_proc_down_and_across_mb_row_c));
443 ::testing::Values(vpx_mbpost_proc_across_ip_c));
446 ::testing::Values(vpx_mbpost_proc_down_c));
451 ::testing::Values(vpx_post_proc_down_and_across_mb_row_sse2));
454 ::testing::Values(vpx_mbpost_proc_across_ip_sse2));
457 ::testing::Values(vpx_mbpost_proc_down_sse2));
463 ::testing::Values(vpx_post_proc_down_and_across_mb_row_neon));
466 ::testing::Values(vpx_mbpost_proc_across_ip_neon))
    [all...]
minmax_test.cc 118 INSTANTIATE_TEST_CASE_P(C, MinMaxTest, ::testing::Values(&vpx_minmax_8x8_c));
122 ::testing::Values(&vpx_minmax_8x8_sse2));
127 ::testing::Values(&vpx_minmax_8x8_neon));
132 ::testing::Values(&vpx_minmax_8x8_msa));
test_vector_test.cc 134 ::testing::Values(1), // Single thread.
143 ::testing::Values(
157 ::testing::Values(1), // Single thread.
165 ::testing::Values(
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 22 for _, v := range b.Values {
53 // Step 2: Compute which values are live across blocks.
56 for _, v := range b.Values {
80 if len(b.Values) != 1 {
83 v := b.Values[0]
123 for _, w := range t.Values {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 22 for _, v := range b.Values {
53 // Step 2: Compute which values are live across blocks.
56 for _, v := range b.Values {
80 if len(b.Values) != 1 {
83 v := b.Values[0]
123 for _, w := range t.Values {
  /external/swiftshader/third_party/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...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 176 // Models integer literals as a sequence of bits. Used to read integer values
331 /// Install names for all global values without names. Called after the global
710 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues();
711 if (Values.size() == Size)
720 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues();
721 if (Values.size() >= LowerLimit)
731 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues();
732 if (Values.size() <= UpperLimit)
866 const NaClBitcodeRecord::RecordVector &Values = Record.GetValues();
872 uint64_t Size = Values[0]
    [all...]
  /cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
BroadcastRpc.java 18 import static android.os.cts.batterysaving.common.Values.getCommReceiver;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/
ArmPlatformSysConfigLibNull.c 34 * for setting and for reading out values
62 OUT UINT32* Values
  /external/autotest/server/cros/faft/config/
DEFAULTS.py 5 """Default configuration values for FAFT tests go into this file.
7 For the ability to override these values on a platform specific basis, please
12 class Values(object):
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 19 template<Types ...Values> struct Inner;

Completed in 2013 milliseconds

<<11121314151617181920>>