/external/chromium_org/chrome/tools/profile_reset/ |
D | jtl_parser_unittest.cc | 124 const char* source_code; in TEST() member 157 SCOPED_TRACE(cases[i].source_code); in TEST() 159 CreateParserFromVerboseText(cases[i].source_code)); in TEST() 166 const char* source_code; in TEST() member 190 SCOPED_TRACE(cases[i].source_code); in TEST() 195 cases[i].source_code, in TEST() 212 const char* source_code; in TEST() member 231 CreateParserFromVerboseText(cases[i].source_code)); in TEST() 255 const char* source_code; in TEST() member 273 CreateParserFromVerboseText(cases[i].source_code)); in TEST() [all …]
|
D | jtl_compiler_unittest.cc | 42 std::string source_code; in TEST() member 80 SCOPED_TRACE(cases[i].source_code); in TEST() 83 cases[i].source_code, kTestHashSeed, &bytecode, NULL)); in TEST() 143 std::string source_code; in TEST() member 159 SCOPED_TRACE(cases[i].source_code); in TEST() 163 cases[i].source_code, kTestHashSeed, &bytecode, &error)); in TEST() 175 std::string source_code; in TEST() member 180 SCOPED_TRACE(cases[i].source_code); in TEST() 184 cases[i].source_code, kTestHashSeed, &bytecode, &error)); in TEST()
|
D | jtl_compiler_frontend.cc | 81 std::string source_code; in main() local 82 if (!base::ReadFileToString(source_code_path, &source_code)) { in main() 90 if (!JtlCompiler::Compile(source_code, hash_seed, &bytecode, &error)) { in main()
|
D | jtl_compiler.h | 65 static bool Compile(const std::string& source_code,
|
D | jtl_compiler.cc | 200 bool JtlCompiler::Compile(const std::string& source_code, in Compile() argument 212 if (!JtlParser::RemoveCommentsAndAllWhitespace(source_code, in Compile()
|
/external/chromium_org/content/renderer/ |
D | websharedworker_proxy.cc | 56 const base::string16& source_code, in CreateWorkerContext() argument 81 route_id_, script_url, user_agent, source_code, in CreateWorkerContext() 127 const blink::WebString& source_code, in startWorkerContext() argument 133 script_url, true, name, user_agent, source_code, content_security_policy, in startWorkerContext()
|
D | websharedworker_proxy.h | 46 const blink::WebString& source_code, 75 const base::string16& source_code,
|
/external/chromium_org/content/worker/ |
D | websharedworker_stub.cc | 85 const base::string16& source_code, in OnStartWorkerContext() argument 93 impl_->startWorkerContext(url, name_, user_agent, source_code, in OnStartWorkerContext()
|
D | websharedworker_stub.h | 58 const base::string16& source_code,
|
/external/v8/test/cctest/ |
D | test-compiler.cc | 117 Handle<String> source_code(FACTORY->NewStringFromUtf8(CStrVector(source))); in Compile() local 119 Compiler::Compile(source_code, in Compile()
|
/external/chromium_org/v8/test/cctest/ |
D | test-compiler.cc | 104 Handle<String> source_code( in Compile() local 107 Compiler::Compile(source_code, in Compile()
|
/external/v8/src/ |
D | bootstrapper.cc | 85 Handle<String> source_code = in NativesSourceLookup() local 87 heap->natives_source_cache()->set(index, *source_code); in NativesSourceLookup() 1282 Handle<String> source_code = in CompileBuiltin() local 1284 return CompileNative(name, source_code); in CompileBuiltin() 1291 Handle<String> source_code = in CompileExperimentalBuiltin() local 1294 return CompileNative(name, source_code); in CompileExperimentalBuiltin() 2062 Handle<String> source_code = in InstallExtension() local 2066 source_code, in InstallExtension()
|
D | debug.cc | 744 Handle<String> source_code = in CompileDebuggerScript() local 751 function_info = Compiler::Compile(source_code, in CompileDebuggerScript()
|
/external/chromium_org/v8/src/ |
D | bootstrapper.cc | 88 Handle<String> source_code = in NativesSourceLookup() local 90 heap->natives_source_cache()->set(index, *source_code); in NativesSourceLookup() 1439 Handle<String> source_code = in CompileBuiltin() local 1441 return CompileNative(isolate, name, source_code); in CompileBuiltin() 1448 Handle<String> source_code = in CompileExperimentalBuiltin() local 1451 return CompileNative(isolate, name, source_code); in CompileExperimentalBuiltin() 2317 Handle<String> source_code = in InstallExtension() local 2321 source_code, in InstallExtension()
|
D | debug.cc | 780 Handle<String> source_code = in CompileDebuggerScript() local 788 function_info = Compiler::Compile(source_code, in CompileDebuggerScript()
|
/external/antlr/antlr-3.4/tool/ |
D | README.txt | 81 http://www.pragprog.com/titles/tpdsl/source_code
|
/external/chromium_org/chrome/browser/profile_resetter/ |
D | automatic_profile_resetter_unittest.cc | 535 void SetTestingProgram(const std::string& source_code) { in SetTestingProgram() argument 536 testing_program_ = source_code; in SetTestingProgram()
|