Home
last modified time | relevance | path

Searched defs:check_call (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/third_party/wasm-api/example/
Dtable.c51 void check_call(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call() function
Dmemory.c35 void check_call(wasm_func_t* func, wasm_val_t args[], int32_t expected) { in check_call() function
Dglobal.c40 #define check_call(func, type, expected) \ macro
/third_party/skia/tools/skqp/
Dcreate_apk.py55 def check_call(cmd, **kwargs): function
/third_party/skia/experimental/tools/
Dpdf-comparison.py72 def check_call(cmd, **kwargs): function
/third_party/python/Lib/
Dsubprocess.py398 def check_call(*popenargs, **kwargs): function