/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]);
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
partial_run_mgr_test.cc | 144 ::testing::Values(
|
/external/tensorflow/tensorflow/core/lib/hash/ |
crc32c_test.cc | 59 TEST(CRC, Values) { ASSERT_NE(Value("a", 1), Value("foo", 3)); }
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
cbor.h | 159 template <typename... Keys, typename... Values> 160 Map<MapElement<Keys, Values>...> map(const MapElement<Keys, Values>&... elements) { 161 return Map<MapElement<Keys, Values>...>(elements...);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/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-4579689/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/linux-x86/clang-4053586/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/linux-x86/clang-4579689/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
func_test.go | 29 // and the Blocks or Values used in the Func can be accessed 31 // fun.blocks["entry"] or fun.values["deadval"] 48 // and their values must correspond. 49 // Requires that values and predecessors are in the same order, even 51 // TODO(matloob): Allow values and predecessors to be in different 70 // This makes the assumption that aux values can be compared 72 // TODO(matloob): Aux values may be *gc.Sym pointers in the near 97 if len(fb.Values) != len(gb.Values) { 100 for i := range fb.Values { [all...] |
schedule_test.go | 42 for _, v := range b.Values { 81 order := storeOrder(fun.f.Blocks[0].Values, fun.f.newSparseSet(fun.f.NumValues()), make([]int32, fun.f.NumValues()))
|
/prebuilts/go/darwin-x86/src/reflect/ |
example_test.go | 18 // It must work in terms of reflect.Values so that it is possible 28 // into Values, calls swap, and then turns swap's result slice 29 // into the values returned by the new function.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
func_test.go | 29 // and the Blocks or Values used in the Func can be accessed 31 // fun.blocks["entry"] or fun.values["deadval"] 48 // and their values must correspond. 49 // Requires that values and predecessors are in the same order, even 51 // TODO(matloob): Allow values and predecessors to be in different 70 // This makes the assumption that aux values can be compared 72 // TODO(matloob): Aux values may be *gc.Sym pointers in the near 97 if len(fb.Values) != len(gb.Values) { 100 for i := range fb.Values { [all...] |
schedule_test.go | 42 for _, v := range b.Values { 81 order := storeOrder(fun.f.Blocks[0].Values, fun.f.newSparseSet(fun.f.NumValues()), make([]int32, fun.f.NumValues()))
|
/prebuilts/go/linux-x86/src/reflect/ |
example_test.go | 18 // It must work in terms of reflect.Values so that it is possible 28 // into Values, calls swap, and then turns swap's result slice 29 // into the values returned by the new function.
|