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

  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_unittest.cc 17 const char kTestHashSeed[] = "test-hash-seed";
22 return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);
83 cases[i].source_code, kTestHashSeed, &bytecode, NULL));
105 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, NULL));
115 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, &error));
132 kSourceCodes[i], kTestHashSeed, &bytecode, &error));
163 cases[i].source_code, kTestHashSeed, &bytecode, &error));
184 cases[i].source_code, kTestHashSeed, &bytecode, &error));
199 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, &error));
211 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, &error))
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_unittest.cc 43 const char kTestHashSeed[] = "testing-hash-seed";
212 return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);
584 SetTestingHashSeed(kTestHashSeed);
673 SetTestingHashSeed(kTestHashSeed);
687 SetTestingHashSeed(kTestHashSeed);
703 SetTestingHashSeed(kTestHashSeed);
720 SetTestingHashSeed(kTestHashSeed);
738 SetTestingHashSeed(kTestHashSeed);
762 SetTestingHashSeed(kTestHashSeed);
781 SetTestingHashSeed(kTestHashSeed);
    [all...]

Completed in 29 milliseconds