Home
last modified time | relevance | path

Searched defs:check_call (Results 1 – 7 of 7) 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/ltp/tools/sparse/sparse-src/
Dscheck.c265 static bool check_call(Btor *btor, BoolectorNode **pre, struct instruction *insn) in check_call() function
/third_party/python/Lib/
Dsubprocess.py354 def check_call(*popenargs, **kwargs): function