Home
last modified time | relevance | path

Searched refs:OP_NAVIGATE (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter_unittest.cc69 OP_NAVIGATE(KEY_HASH_1) + in TEST()
78 OP_NAVIGATE(KEY_HASH_2) + in TEST()
87 OP_NAVIGATE(KEY_HASH_1) + in TEST()
88 OP_NAVIGATE(KEY_HASH_2) + in TEST()
97 OP_NAVIGATE(KEY_HASH_1) + in TEST()
98 OP_NAVIGATE(KEY_HASH_2) + in TEST()
107 OP_NAVIGATE(KEY_HASH_1) + in TEST()
109 OP_NAVIGATE(KEY_HASH_4) + in TEST()
121 OP_NAVIGATE(KEY_HASH_1) + in TEST()
123 OP_NAVIGATE(KEY_HASH_4) + in TEST()
[all …]
Dautomatic_profile_resetter_unittest.cc261 bytecode += OP_NAVIGATE(GetHash("memento_value_in_prefs")); in ConstructProgram()
266 bytecode += OP_NAVIGATE(GetHash("memento_value_in_local_state")); in ConstructProgram()
271 bytecode += OP_NAVIGATE(GetHash("memento_value_in_file")); in ConstructProgram()
358 bytecode += OP_NAVIGATE(GetHash("preferences")); in ConstructProgramToCheckPreferences()
359 bytecode += OP_NAVIGATE(GetHash("testing")); in ConstructProgramToCheckPreferences()
360 bytecode += OP_NAVIGATE(GetHash("preference")); in ConstructProgramToCheckPreferences()
365 bytecode += OP_NAVIGATE(GetHash("local_state")); in ConstructProgramToCheckPreferences()
366 bytecode += OP_NAVIGATE(GetHash("testing")); in ConstructProgramToCheckPreferences()
367 bytecode += OP_NAVIGATE(GetHash("preference")); in ConstructProgramToCheckPreferences()
372 bytecode += OP_NAVIGATE(GetHash("preferences_iuc")); in ConstructProgramToCheckPreferences()
[all …]
Djtl_instructions.h15 #define OP_NAVIGATE(key) std::string(1, '\x00') + key macro
/external/chromium_org/chrome/tools/profile_reset/
Djtl_compiler_unittest.cc45 {"go(\"foo\").", OP_NAVIGATE(GetHash("foo"))}, in TEST()
46 {"go(\"has whitespace\t\").", OP_NAVIGATE(GetHash("has whitespace\t"))}, in TEST()
97 OP_NAVIGATE(GetHash("foo")) + in TEST()
98 OP_NAVIGATE(GetHash("bar")) + in TEST()