/external/swiftshader/third_party/LLVM/utils/FileCheck/ |
D | FileCheck.cpp | 437 struct CheckString { struct 453 CheckString(const Pattern &P, SMLoc L, bool isCheckNext) in CheckString() argument 495 std::vector<CheckString> &CheckStrings) { in ReadCheckFile() 583 CheckStrings.push_back(CheckString(P, in ReadCheckFile() 591 CheckStrings.push_back(CheckString(Pattern(true), in ReadCheckFile() 606 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed() 652 std::vector<CheckString> CheckStrings; in main() 687 const CheckString &CheckStr = CheckStrings[StrNo]; in main()
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 616 struct CheckString { struct 635 CheckString(const Pattern &P, StringRef S, SMLoc L) in CheckString() argument 867 std::vector<CheckString> &CheckStrings) { in ReadCheckFile() 1033 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed() 1063 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check() 1112 bool CheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() 1151 bool CheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() 1179 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() 1201 size_t CheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag() 1330 std::vector<CheckString> CheckStrings; in main() [all …]
|
/external/libchrome/base/trace_event/ |
D | memory_allocator_dump_unittest.cc | 75 void CheckString(const MemoryAllocatorDump* dump, in CheckString() function 90 CheckString(dump, name, MemoryAllocatorDump::kTypeScalar, expected_units, in CheckScalar() 148 CheckString(root_heap, "attr2", MemoryAllocatorDump::kTypeString, "units2", in TEST()
|
/external/python/cpython2/Lib/sqlite3/test/ |
D | factory.py | 207 def CheckString(self): member in TextFactoryTests 239 def CheckString(self): member in TextFactoryTestsWithEmbeddedZeroBytes
|
D | types.py | 44 def CheckString(self): member in SqliteTypeTests 154 def CheckString(self): member in DeclTypesTests
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.h | 341 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor);
|
D | map_container.cc | 163 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapKey() 276 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapValueRef()
|
D | message.cc | 654 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor) { in CheckAndGetInteger() function 702 ScopedPyObjectPtr encoded_string(CheckString(arg, descriptor)); in CheckAndGetInteger()
|
/external/v8/src/compiler/ |
D | simplified-operator.h | 389 const Operator* CheckString(); in NON_EXPORTED_BASE()
|
D | js-typed-lowering.cc | 145 Node* left_input = graph()->NewNode(simplified()->CheckString(), left(), in CheckInputsToString() 151 Node* right_input = graph()->NewNode(simplified()->CheckString(), right(), in CheckInputsToString() 659 graph()->NewNode(simplified()->CheckString(), first, effect, control); in ReduceCreateConsString() 667 graph()->NewNode(simplified()->CheckString(), second, effect, control); in ReduceCreateConsString()
|
D | opcodes.h | 320 V(CheckString) \
|
D | simplified-operator.cc | 510 V(CheckString, 1, 1) \
|
D | js-native-context-specialization.cc | 630 receiver = effect = graph()->NewNode(simplified()->CheckString(), in ReduceNamedAccess() 927 receiver = effect = graph()->NewNode(simplified()->CheckString(), receiver, in ReduceElementAccess()
|