Searched defs:check_call (Results 1 – 6 of 6) 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 | global.c | 40 #define check_call(func, type, expected) \ macro
|
| D | memory.c | 35 void check_call(wasm_func_t* func, wasm_val_t args[], int32_t expected) { in check_call() function
|
| /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/python/Lib/ |
| D | subprocess.py | 398 def check_call(*popenargs, **kwargs): function
|