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

  /external/chromium_org/chrome/tools/profile_reset/
jtl_parser_unittest.cc 61 const char kSourceCode[] = "";
64 scoped_ptr<JtlParser> parser(CreateParserFromVerboseText(kSourceCode));
69 const char kSourceCode[] = "foo";
72 scoped_ptr<JtlParser> parser(CreateParserFromVerboseText(kSourceCode));
77 const char kSourceCode[] = " \r f\to o ( true ) ";
80 scoped_ptr<JtlParser> parser(CreateParserFromVerboseText(kSourceCode));
89 const char kSourceCode[] = "a\nbb\n \nccc \n\n d( \n e \n )";
95 scoped_ptr<JtlParser> parser(CreateParserFromVerboseText(kSourceCode));
104 const char kSourceCode[] =
114 scoped_ptr<JtlParser> parser(CreateParserFromVerboseText(kSourceCode));
    [all...]
jtl_compiler_unittest.cc 89 const char kSourceCode[] =
105 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, NULL));
110 const char kSourceCode[] = "any()\n.\nnon_existent_instruction\n(\n)\n;\n";
115 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, &error));
194 const char kSourceCode[] = "any().\ngo(\"ok\", \"stray quote).break();";
199 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, &error));
206 const char kSourceCode[] = "any().\ngo()missing_separator();";
211 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, &error));

Completed in 33 milliseconds