HomeSort by relevance Sort by last modified time
    Searched refs:CheckType (Results 1 - 25 of 49) sorted by null

1 2

  /system/core/init/
property_type_test.cpp 25 EXPECT_TRUE(CheckType("string", ""));
26 EXPECT_TRUE(CheckType("string", "-234"));
27 EXPECT_TRUE(CheckType("string", "234"));
28 EXPECT_TRUE(CheckType("string", "true"));
29 EXPECT_TRUE(CheckType("string", "false"));
30 EXPECT_TRUE(CheckType("string", "45645634563456345634563456"));
31 EXPECT_TRUE(CheckType("string", "some other string"));
35 EXPECT_FALSE(CheckType("int", ""));
36 EXPECT_FALSE(CheckType("int", "abc"));
37 EXPECT_FALSE(CheckType("int", "-abc"))
    [all...]
property_type.h 25 bool CheckType(const std::string& type_string, const std::string& value);
property_type.cpp 31 bool CheckType(const std::string& type_string, const std::string& value) {
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.h 75 bool CheckType(clang::QualType type, CheckDetails* details) const;
CheckIPCVisitor.cpp 97 // See CheckType() for specifics.
120 if (CheckType(arg_type, &details)) {
132 // See CheckType() above for specifics.
210 bool CheckIPCVisitor::CheckType(QualType type, CheckDetails* details) const {
266 CheckType(arg.getAsType(), details);
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 141 // If we have a CheckType/CheckChildType/Record node followed by a
149 Matcher *CheckType = MatcherPtr.release();
150 Matcher *CheckOpcode = CheckType->takeNext();
155 CheckOpcode->setNext(CheckType);
156 CheckType->setNext(Tail);
357 Matcher::CheckType));
364 // If the CheckType isn't at the start of the list, see if we can move
394 // If all the options are CheckType's, we can form the SwitchType, woot.
401 Matcher::CheckType));
DAGISelMatcher.h 64 CheckType, // Fail if not correct type.
120 case CheckType:
159 // to them. For example, we'll pass in a CheckType node as an argument to
487 : Matcher(CheckType), Type(type), ResNo(resno) {}
493 return N->getKind() == CheckType;
507 /// every child does a CheckType, but is much faster.
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherOpt.cpp 152 // If we have a CheckType/CheckChildType/Record node followed by a
160 Matcher *CheckType = MatcherPtr.take();
161 Matcher *CheckOpcode = CheckType->takeNext();
166 CheckOpcode->setNext(CheckType);
167 CheckType->setNext(Tail);
422 Matcher::CheckType));
429 // If the CheckType isn't at the start of the list, see if we can move
458 // If all the options are CheckType's, we can form the SwitchType, woot.
465 Matcher::CheckType));
DAGISelMatcher.h 61 CheckType, // Fail if not correct type.
129 case CheckType:
167 // to them. For example, we'll pass in a CheckType node as an argument to
503 : Matcher(CheckType), Type(type), ResNo(resno) {}
509 return N->getKind() == CheckType;
526 /// every child does a CheckType, but is much faster.
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 83 enum CheckType {
103 Check::CheckType CheckTy;
128 Pattern(Check::CheckType Ty)
161 Check::CheckType getCheckTy() const { return CheckTy; }
628 // Check::CheckType CheckTy;
700 static size_t CheckTypeSize(Check::CheckType Ty) {
731 static Check::CheckType FindCheckType(StringRef Buffer, StringRef Prefix) {
782 Check::CheckType &CheckTy,
787 Check::CheckType FirstTy = Check::CheckNone;
840 Check::CheckType &CheckTy
    [all...]
  /external/tensorflow/tensorflow/core/lib/gtl/
array_slice_test.cc 408 void CheckType(const T& value) {
415 CheckType<IntSlice::iterator>(slice.begin());
416 CheckType<IntSlice::const_iterator>(const_slice.end());
417 CheckType<IntSlice::const_reverse_iterator>(const_slice.rbegin());
418 CheckType<IntSlice::reverse_iterator>(slice.rend());
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 373 msg_type.CheckType(test, None, name, file_desc)
381 def CheckType(self, test, msg_desc, name, file_desc):
406 def CheckType(self, test, containing_type_desc, name, file_desc):
420 subtype.CheckType(test, desc, name, file_desc)
  /external/tensorflow/tensorflow/core/framework/
tensor.h 464 void CheckType(DataType expected_dtype) const;
681 CheckType(DataTypeToEnum<T>::v());
690 CheckType(DataTypeToEnum<T>::v());
709 CheckType(DataTypeToEnum<T>::v());
  /external/tensorflow/tensorflow/core/graph/
graph_test.cc 330 static void CheckType(Node* node, bool b) {
342 CheckType(graph_.source_node(), graph_.source_node()->IsSource());
343 CheckType(graph_.sink_node(), graph_.sink_node()->IsSink());
344 CheckType(op, op->IsOp());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopAccessAnalysis.h 673 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopAccessAnalysis.h 673 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopAccessAnalysis.h 673 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopAccessAnalysis.h 673 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopAccessAnalysis.h 663 ScalarEvolution &SE, bool CheckType = true);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopAccessAnalysis.h 673 ScalarEvolution &SE, bool CheckType = true);

Completed in 532 milliseconds

1 2