Searched refs:source_code (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_parser_unittest.cc124 const char* source_code; member in struct:__anon6006::TestCase
157 SCOPED_TRACE(cases[i].source_code);
159 CreateParserFromVerboseText(cases[i].source_code));
166 const char* source_code; member in struct:__anon6006::TestCase
190 SCOPED_TRACE(cases[i].source_code);
195 cases[i].source_code,
212 const char* source_code; member in struct:__anon6006::TestCase
231 CreateParserFromVerboseText(cases[i].source_code));
255 const char* source_code; member in struct:__anon6006::TestCase
273 CreateParserFromVerboseText(cases[i].source_code));
286 const char* source_code; member in struct:__anon6006::TestCase
318 const char* source_code; member in struct:__anon6006::TestCase
[all...]
H A Djtl_compiler.h60 // Compiles text-based JTL source code contained in |source_code| into JTL
65 static bool Compile(const std::string& source_code,
H A Djtl_compiler_unittest.cc42 std::string source_code; member in struct:__anon6004::TestCase
80 SCOPED_TRACE(cases[i].source_code);
83 cases[i].source_code, kTestHashSeed, &bytecode, NULL));
143 std::string source_code; member in struct:__anon6004::TestCase
159 SCOPED_TRACE(cases[i].source_code);
163 cases[i].source_code, kTestHashSeed, &bytecode, &error));
175 std::string source_code; member in struct:__anon6004::TestCase
180 SCOPED_TRACE(cases[i].source_code);
184 cases[i].source_code, kTestHashSeed, &bytecode, &error));
H A Djtl_compiler_frontend.cc81 std::string source_code; local
82 if (!base::ReadFileToString(source_code_path, &source_code)) {
90 if (!JtlCompiler::Compile(source_code, hash_seed, &bytecode, &error)) {
H A Djtl_compiler.cc201 bool JtlCompiler::Compile(const std::string& source_code, argument
213 if (!JtlParser::RemoveCommentsAndAllWhitespace(source_code,
/external/chromium_org/third_party/closure_compiler/
H A Dcompiler_customization_test.py33 def _runChecker(self, source_code):
35 FileCache._cache[file_path] = source_code
38 def _runCheckerTestExpectError(self, source_code, expected_error):
39 _, output = self._runChecker(source_code)
45 def _runCheckerTestExpectSuccess(self, source_code):
46 return_code, output = self._runChecker(source_code)
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-linkage.cc32 Handle<String> source_code = isolate->factory() local
36 source_code, Handle<String>(), 0, 0, false,
/external/chromium_org/v8/test/cctest/
H A Dtest-compiler.cc60 Handle<String> source_code = isolate->factory()->NewStringFromUtf8( local
63 source_code, Handle<String>(), 0, 0, false,
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.h249 void InjectStyleSheet(const std::string& source_code, bool all_frames);
H A Dtest_runner.cc185 void InjectStyleSheet(const std::string& source_code, bool all_frames);
773 void TestRunnerBindings::InjectStyleSheet(const std::string& source_code, argument
776 runner_->InjectStyleSheet(source_code, all_frames);
2210 void TestRunner::InjectStyleSheet(const std::string& source_code, argument
2213 WebString::fromUTF8(source_code),
/external/chromium_org/v8/src/
H A Dbootstrapper.cc57 Handle<String> source_code = isolate_->factory() local
60 heap->natives_source_cache()->set(index, *source_code);
1376 Handle<String> source_code = local
1378 return CompileNative(isolate, name, source_code);
1385 Handle<String> source_code; local
1387 isolate, source_code, factory->NewStringFromAscii(
1390 return CompileNative(isolate, name, source_code);
2374 Handle<String> source_code = local
2380 source_code,
H A Ddebug.cc736 Handle<String> source_code =
746 source_code, script_name, 0, 0, false, context, NULL, NULL,
/external/lldb/source/Expression/
H A DClangUserExpression.cpp448 std::unique_ptr<ExpressionSourceCode> source_code (ExpressionSourceCode::CreateWrapped(m_expr_prefix.c_str(), m_expr_text.c_str()));
459 if (!source_code->GetText(m_transformed_text, lang_type, m_const_object, m_static_method))
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_unittest.cc535 void SetTestingProgram(const std::string& source_code) { argument
536 testing_program_ = source_code;

Completed in 4522 milliseconds