Home
last modified time | relevance | path

Searched refs:VALUE_TRUE (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter_unittest.cc61 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
70 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
79 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
89 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
99 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
110 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
124 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
140 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE), in TEST()
153 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE) + in TEST()
165 OP_STORE_BOOL(VAR_HASH_1, VALUE_TRUE) + in TEST()
[all …]
Djtl_instructions.h13 #define VALUE_TRUE std::string(1, '\x01') macro
Dautomatic_profile_resetter_unittest.cc216 std::string EncodeBool(bool value) { return value ? VALUE_TRUE : VALUE_FALSE; } in EncodeBool()
263 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit2"), VALUE_TRUE); in ConstructProgram()
264 bytecode += OP_STORE_BOOL(GetHash("had_prompted_already"), VALUE_TRUE); in ConstructProgram()
268 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit3"), VALUE_TRUE); in ConstructProgram()
269 bytecode += OP_STORE_BOOL(GetHash("had_prompted_already"), VALUE_TRUE); in ConstructProgram()
273 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit4"), VALUE_TRUE); in ConstructProgram()
274 bytecode += OP_STORE_BOOL(GetHash("had_prompted_already"), VALUE_TRUE); in ConstructProgram()
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstBoolean.java30 public static final CstBoolean VALUE_TRUE = new CstBoolean(true); field in CstBoolean
40 return value ? VALUE_TRUE : VALUE_FALSE; in make()
54 return VALUE_TRUE; in make()
/external/chromium_org/chrome/tools/profile_reset/
Djtl_compiler_unittest.cc50 OP_STORE_BOOL(GetHash("name"), VALUE_TRUE)}, in TEST()
52 OP_COMPARE_STORED_BOOL(GetHash("name"), VALUE_TRUE, VALUE_FALSE)}, in TEST()
65 {"compare_bool(true).", OP_COMPARE_NODE_BOOL(VALUE_TRUE)}, in TEST()
99 OP_STORE_BOOL(GetHash("x"), VALUE_TRUE) + OP_END_OF_SENTENCE + in TEST()
100 OP_COMPARE_STORED_BOOL(GetHash("x"), VALUE_TRUE, VALUE_FALSE) + in TEST()