Home
last modified time | relevance | path

Searched defs:framework_name (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/tools/unittests/testdata/
Dexpected_test_results1.json18 "framework_name": "standard_runner", string
43 "framework_name": "standard_runner", string
68 "framework_name": "standard_runner", string
95 "framework_name": "standard_runner", string
119 "framework_name": "standard_runner", string
143 "framework_name": "standard_runner", string
Dexpected_test_results2.json17 "framework_name": "standard_runner", string
41 "framework_name": "standard_runner", string
67 "framework_name": "standard_runner", string
90 "framework_name": "standard_runner", string
/third_party/gn/src/gn/
Dninja_target_command_util.h62 std::string_view framework_name = GetFrameworkName(s); in operator() local
Dconfig_values_generator.cc62 std::string_view framework_name = GetFrameworkName(framework); in GetFrameworksList() local
/third_party/node/deps/v8/tools/testrunner/
Dnum_fuzzer.py34 def framework_name(self): member in NumFuzzer
Dstandard_runner.py76 def framework_name(self): member in StandardTestRunner
Dbase_runner.py279 def framework_name(self): member in BaseTestRunner
/third_party/node/deps/v8/tools/testrunner/local/
Dtestsuite.py252 def Load(root, test_config, framework_name): argument
257 def __init__(self, name, root, test_config, framework_name): argument
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc995 string ProtobufFrameworkImportSymbol(const string& framework_name) { in ProtobufFrameworkImportSymbol()
1673 const string framework_name(ProtobufLibraryFrameworkName); in PrintRuntimeImports() local
1732 StringPiece framework_name = line.substr(0, offset); in ConsumeLine() local
/third_party/node/deps/v8/tools/testrunner/testproc/
Dprogress.py404 def __init__(self, framework_name): argument