Searched refs:T_ERR (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/tests/unit-core/ |
D | test-api-binary-operations-arithmetics.c | 26 #define T_ERR(op, lsh, rhs) \ macro 247 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (err1), jerry_acquire_value (err1)), in main() 248 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (err1), jerry_create_undefined ()), in main() 249 T_ERR (JERRY_BIN_OP_ADD, jerry_create_undefined (), jerry_acquire_value (err1)), in main() 257 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (obj3), jerry_create_undefined ()), in main() 258 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (obj3), jerry_create_null ()), in main() 259 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (obj3), jerry_create_boolean (true)), in main() 260 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (obj3), jerry_create_boolean (false)), in main() 261 T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (obj3), jerry_acquire_value (obj2)), in main() 262 …T_ERR (JERRY_BIN_OP_ADD, jerry_acquire_value (obj3), jerry_create_string ((const jerry_char_t *) "… in main()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.c | 117 typedef enum { T_OK, T_ERR, T_DONE } TRISTATE; enumerator 2297 state = T_ERR; in enqueue_action() 2348 state = T_ERR; in enqueue_action() 2376 state = T_ERR; in enqueue_action() 3349 state = T_ERR; in backoverlap() 3392 state = (likelyop((LOG_RECORD*)fullrec) ? T_OK : T_ERR); in backoverlap() 3411 if (optb && (state == T_ERR)) in backoverlap() 3427 state = (optb ? T_OK : T_ERR); in backoverlap() 3450 state = T_ERR; in backward_rcrd() 3502 state = T_ERR; in backward_rcrd() [all …]
|