HomeSort by relevance Sort by last modified time
    Searched refs:Values (Results 401 - 425 of 1153) sorted by null

<<11121314151617181920>>

  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 55 // class hierarchies), where the type of your parameter values.
58 // lifespan of the pointed values.
86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // begin+step+step, ...}. The values do not
89 // Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}.
90 // ValuesIn(container) - Yields values from a C-style array, an STL
94 // for the math savvy) of the values generated
101 // each with parameter values "meeny", "miny", and "moe".
105 Values("meeny", "miny", "moe"))
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h 55 // class hierarchies), where the type of your parameter values.
58 // lifespan of the pointed values.
86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // begin+step+step, ...}. The values do not
89 // Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}.
90 // ValuesIn(container) - Yields values from a C-style array, an STL
94 // for the math savvy) of the values generated
101 // each with parameter values "meeny", "miny", and "moe".
105 Values("meeny", "miny", "moe"))
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 52 // the type of your parameter values. TestWithParam<T> is itself derived
54 // you are responsible for managing the lifespan of the pointed values.
82 // Range(begin, end [, step]) - Yields values {begin, begin+step,
83 // begin+step+step, ...}. The values do not
85 // Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}.
86 // ValuesIn(container) - Yields values from a C-style array, an STL
90 // for the math savvy) of the values generated
97 // each with parameter values "meeny", "miny", and "moe".
101 Values("meeny", "miny", "moe"))
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-param-test.h 55 // class hierarchies), where the type of your parameter values.
58 // lifespan of the pointed values.
86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // begin+step+step, ...}. The values do not
89 // Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}.
90 // ValuesIn(container) - Yields values from a C-style array, an STL
94 // for the math savvy) of the values generated
101 // each with parameter values "meeny", "miny", and "moe".
105 Values("meeny", "miny", "moe"))
    [all...]
  /external/v8/testing/gtest/include/gtest/
gtest-param-test.h 55 // class hierarchies), where the type of your parameter values.
58 // lifespan of the pointed values.
86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // begin+step+step, ...}. The values do not
89 // Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}.
90 // ValuesIn(container) - Yields values from a C-style array, an STL
94 // for the math savvy) of the values generated
101 // each with parameter values "meeny", "miny", and "moe".
105 Values("meeny", "miny", "moe"))
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-param-test.h 55 // class hierarchies), where the type of your parameter values.
58 // lifespan of the pointed values.
86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // begin+step+step, ...}. The values do not
89 // Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}.
90 // ValuesIn(container) - Yields values from a C-style array, an STL
94 // for the math savvy) of the values generated
101 // each with parameter values "meeny", "miny", and "moe".
105 Values("meeny", "miny", "moe"))
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h 55 // class hierarchies), where the type of your parameter values.
58 // lifespan of the pointed values.
86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // begin+step+step, ...}. The values do not
89 // Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}.
90 // ValuesIn(container) - Yields values from a C-style array, an STL
94 // for the math savvy) of the values generated
101 // each with parameter values "meeny", "miny", and "moe".
105 Values("meeny", "miny", "moe"))
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h 55 // class hierarchies), where the type of your parameter values.
58 // lifespan of the pointed values.
86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // begin+step+step, ...}. The values do not
89 // Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}.
90 // ValuesIn(container) - Yields values from a C-style array, an STL
94 // for the math savvy) of the values generated
101 // each with parameter values "meeny", "miny", and "moe".
105 Values("meeny", "miny", "moe"))
    [all...]
  /build/soong/androidmk/cmd/androidmk/
android.go 139 return len(list.Values) == 0
187 Values: []bpparser.Expression{value},
191 for _, v := range val.Values {
200 l.(*bpparser.List).Values = append(l.(*bpparser.List).Values, value)
342 for _, v := range val.(*bpparser.List).Values {
430 for _, v := range val.(*bpparser.List).Values {
445 misc.Values = append(misc.Values, v)
452 if len(misc.Values) > 0
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 303 Values: array [0..3] of Integer;
306 Values[0] := 111;
307 Values[1] := 222;
308 Values[2] := 333;
309 Values[3] := 444;
310 FIList.AddRange(Values);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse.go 13 // Values are just relinked, nothing is deleted. A subsequent deadcode
16 // Two values are equivalent if they satisfy the following definition:
26 // The algorithm searches for a partition of f's values into
35 for _, v := range b.Values {
40 continue // memory values can never cse
54 for _, v := range b.Values {
55 // Use negative equivalence class #s for unique values.
190 for _, v := range b.Values {
191 // New values are created when selectors are copied to
192 // a new block. We can safely ignore those new values,
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse.go 13 // Values are just relinked, nothing is deleted. A subsequent deadcode
16 // Two values are equivalent if they satisfy the following definition:
26 // The algorithm searches for a partition of f's values into
35 for _, v := range b.Values {
40 continue // memory values can never cse
54 for _, v := range b.Values {
55 // Use negative equivalence class #s for unique values.
190 for _, v := range b.Values {
191 // New values are created when selectors are copied to
192 // a new block. We can safely ignore those new values,
    [all...]
  /external/autotest/utils/
tko_publish.py 17 options = optparse.Values()
  /external/libvpx/libvpx/test/
alt_ref_aq_segment_test.cc 154 ::testing::Values(::libvpx_test::kOnePassGood,
cpu_speed_test.cc 152 ::testing::Values(::libvpx_test::kTwoPassGood,
invalid_file_test.cc 198 ::testing::Values(
  /external/llvm/include/llvm/MC/
MCDwarf.h 190 /// -5 was chosen to give a reasonable range of values.
353 std::vector<char> Values;
357 Values(V.begin(), V.end()) {
486 return StringRef(&Values[0], Values.size());
  /external/llvm/include/llvm/TableGen/
Record.h 11 // types, values, and high-level data structures.
69 /// Return true if all values of 'this' type can be converted to the specified
171 /// 'list<Ty>' - Represent a list of values, all of which must be of
247 /// We also explicitly include "first" and "last" values for each
252 /// and IK_LastXXXInit be their own values, but that would degrade
295 /// This virtual method should be overridden by values that may
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.h 128 void hashBlockData(const DIE::const_value_range &Values);
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 76 public ICollection<TValue> Values
78 get { return wrapped.Values; }
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 45 using ::testing::Values;
  /external/swiftshader/third_party/subzero/crosstest/
test_cast_main.cpp 132 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
133 static const size_t NumValues = sizeof(Values) / sizeof(*Values);
139 Value[j] = Values[Index() % NumValues];
  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 254 /// Defines a sequence of byte values as a data initializer.
278 const llvm::NaClBitcodeRecord::RecordVector &Values)
279 : Initializer(DataInitializerKind), ContentsSize(Values.size()),
286 for (SizeT I = 0; I < Values.size(); ++I)
287 Contents[I] = static_cast<int8_t>(Values[I]);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/TableGen/
Record.h 11 // types, values, and high-level data structures.
79 /// Return true if all values of 'this' type can be converted to the specified
186 /// 'list<Ty>' - Represent a list of values, all of which must be of
267 /// We also explicitly include "first" and "last" values for each
272 /// and IK_LastXXXInit be their own values, but that would degrade
317 /// This virtual method should be overridden by values that may
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/TableGen/
Record.h 11 // types, values, and high-level data structures.
79 /// Return true if all values of 'this' type can be converted to the specified
186 /// 'list<Ty>' - Represent a list of values, all of which must be of
267 /// We also explicitly include "first" and "last" values for each
272 /// and IK_LastXXXInit be their own values, but that would degrade
317 /// This virtual method should be overridden by values that may
    [all...]

Completed in 1106 milliseconds

<<11121314151617181920>>