Searched defs:check_call (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| D | table.c | 51 void check_call(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call() function
|
| D | memory.c | 35 void check_call(wasm_func_t* func, wasm_val_t args[], int32_t expected) { in check_call() function
|
| D | global.c | 40 #define check_call(func, type, expected) \ macro
|
| /third_party/skia/tools/skqp/ |
| D | create_apk.py | 55 def check_call(cmd, **kwargs): function
|
| /third_party/skia/experimental/tools/ |
| D | pdf-comparison.py | 72 def check_call(cmd, **kwargs): function
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | scheck.c | 265 static bool check_call(Btor *btor, BoolectorNode **pre, struct instruction *insn) in check_call() function
|
| /third_party/python/Lib/ |
| D | subprocess.py | 354 def check_call(*popenargs, **kwargs): function
|