Home
last modified time | relevance | path

Searched refs:pcall (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c114 static int pcall(struct pymelem *pymelem, const char *attr, PyObject *args, PyObject **_res) in pcall() function
189 res = pcall(pymelem, fcn, obj1, NULL); in is_ops()
202 err = pcall(pymelem, attr, obj1, &res); in get_x_range_ops()
243 return pcall(pymelem, "opsGetRange", obj1, NULL); in set_range_ops()
257 err = pcall(pymelem, attr, obj1, &res); in get_x_ops()
317 err = pcall(pymelem, "opsGetDBVol", obj1, &res); in ask_dB_vol_ops()
363 return pcall(pymelem, "opsSetVolume", obj1, NULL); in set_volume_ops()
376 return pcall(pymelem, "opsSetSwitch", obj1, NULL); in set_switch_ops()
391 return pcall(pymelem, "opsSetDB", obj1, NULL); in set_dB_ops()
406 err = pcall(pymele in enum_item_name_ops()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp352 CallInst *pcall = in lowerPrintfForGpu() local
363 dyn_cast<ICmpInst>(Builder.CreateICmpNE(pcall, zeroIntPtr, "")); in lowerPrintfForGpu()
384 nullptr, pcall, ZeroIdxList, "PrintBuffID", Brnch)); in lowerPrintfForGpu()
401 nullptr, pcall, FourthIdxList, "PrintBuffGep", Brnch)); in lowerPrintfForGpu()
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js1139 const pcall = (res, rej) => {
1160 const p = new Promise(pcall).then(cb, eb);
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js1136 const pcall = (res, rej) => {
1157 const p = new Promise(pcall).then(cb, eb);

Completed in 6 milliseconds