Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/profile_resetter/
Dautomatic_profile_resetter_unittest.cc249 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()
252 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()
256 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()
260 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()
265 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()
270 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()
275 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()
278 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()
281 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()
284 bytecode += OP_END_OF_SENTENCE; in ConstructProgram()
[all …]
Djtl_instructions.h35 #define OP_END_OF_SENTENCE std::string(1, '\x31') macro
Djtl_interpreter_unittest.cc604 OP_END_OF_SENTENCE + in TEST()
/external/chromium_org/chrome/tools/profile_reset/
Djtl_compiler_unittest.cc77 {"break;", OP_STOP_EXECUTING_SENTENCE + OP_END_OF_SENTENCE}}; in TEST()
99 OP_STORE_BOOL(GetHash("x"), VALUE_TRUE) + OP_END_OF_SENTENCE + in TEST()
101 OP_STORE_HASH(GetHash("y"), GetHash("1")) + OP_END_OF_SENTENCE; in TEST()