HomeSort by relevance Sort by last modified time
    Searched refs:source_code (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/tools/profile_reset/
jtl_parser_unittest.cc 124 const char* source_code; member in struct:__anon10631::TestCase
157 SCOPED_TRACE(cases[i].source_code);
159 CreateParserFromVerboseText(cases[i].source_code));
166 const char* source_code; member in struct:__anon10631::TestCase
190 SCOPED_TRACE(cases[i].source_code);
195 cases[i].source_code,
212 const char* source_code; member in struct:__anon10631::TestCase
231 CreateParserFromVerboseText(cases[i].source_code));
255 const char* source_code; member in struct:__anon10631::TestCase
273 CreateParserFromVerboseText(cases[i].source_code));
286 const char* source_code; member in struct:__anon10631::TestCase
318 const char* source_code; member in struct:__anon10631::TestCase
    [all...]
jtl_compiler.h 60 // Compiles text-based JTL source code contained in |source_code| into JTL
65 static bool Compile(const std::string& source_code,
jtl_compiler_unittest.cc 42 std::string source_code; member in struct:__anon10629::TestCase
80 SCOPED_TRACE(cases[i].source_code);
83 cases[i].source_code, kTestHashSeed, &bytecode, NULL));
143 std::string source_code; member in struct:__anon10629::TestCase
159 SCOPED_TRACE(cases[i].source_code);
163 cases[i].source_code, kTestHashSeed, &bytecode, &error));
175 std::string source_code; member in struct:__anon10629::TestCase
180 SCOPED_TRACE(cases[i].source_code);
184 cases[i].source_code, kTestHashSeed, &bytecode, &error));
jtl_compiler_frontend.cc 81 std::string source_code; local
82 if (!base::ReadFileToString(source_code_path, &source_code)) {
90 if (!JtlCompiler::Compile(source_code, hash_seed, &bytecode, &error)) {
jtl_compiler.cc 201 bool JtlCompiler::Compile(const std::string& source_code,
213 if (!JtlParser::RemoveCommentsAndAllWhitespace(source_code,
  /external/chromium_org/third_party/closure_compiler/
compiler_customization_test.py 33 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/
test-linkage.cc 32 Handle<String> source_code = isolate->factory() local
36 source_code, Handle<String>(), 0, 0, false,
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 60 Handle<String> source_code = isolate->factory()->NewStringFromUtf8( local
63 source_code, Handle<String>(), 0, 0, false,
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.h 249 void InjectStyleSheet(const std::string& source_code, bool all_frames);
test_runner.cc 185 void InjectStyleSheet(const std::string& source_code, bool all_frames);
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 57 Handle<String> source_code = isolate_->factory() local
60 heap->natives_source_cache()->set(index, *source_code);
1376 Handle<String> source_code = local
1385 Handle<String> source_code; local
2374 Handle<String> source_code = local
    [all...]
debug.cc 736 Handle<String> source_code =
746 source_code, script_name, 0, 0, false, context, NULL, NULL,
    [all...]
  /external/lldb/source/Expression/
ClangUserExpression.cpp 448 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))
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_unittest.cc 535 void SetTestingProgram(const std::string& source_code) {
536 testing_program_ = source_code;
    [all...]

Completed in 190 milliseconds