/third_party/node/deps/undici/src/lib/ |
H A D | balanced-pool.js | 89 pool.on('disconnect', (...args) => { 90 const err = args[2]
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | nested_subcommands.rs | 173 fn make(args: &[&str]) -> Option<SubSubCmdWithOption> { in sub_sub_cmd_with_option() 174 SubSubCmdWithOption::try_parse_from(args).ok() in sub_sub_cmd_with_option()
|
/third_party/python/Tools/scripts/ |
H A D | generate_token.py | 265 def main(op, infile='Grammar/Tokens', *args): 267 make(infile, *args)
|
/third_party/python/Lib/test/support/ |
H A D | warnings_helper.py | 54 def wrapper(self, *args, **kwargs): 57 return test(self, *args, **kwargs)
|
/third_party/python/Lib/asyncio/ |
H A D | windows_utils.py | 130 def __init__(self, args, stdin=None, stdout=None, stderr=None, **kwds): 153 super().__init__(args, stdin=stdin_rfd, stdout=stdout_wfd,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | conventions.py | 82 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): 97 return self._implMakeProseList(elements, fmt, with_verb, *args, **kwargs)
|
H A D | json_h_generator.py | 75 def __init__(self, *args, **kwargs): 76 super().__init__(*args, **kwargs)
|
H A D | spirvcapgenerator.py | 28 SpirvCapabilityOutputGenerator(errFile, warnFile, diagFile) - args as for 33 def __init__(self, *args, **kwargs): 34 super().__init__(*args, **kwargs)
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Types.hpp | 96 constexpr vec(T arg0, ARGS... args) in vec() argument 97 : v{ arg0, args... } in vec()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | store.h | 60 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */); 61 int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd, va_list args); 226 va_list args);
|
/third_party/skia/tests/ |
H A D | PathRendererCacheTests.cpp | 51 skgpu::v1::PathRenderer::DrawPathArgs args{rContext, in draw_path() 61 pr->drawPath(args); in draw_path()
|
/third_party/skia/third_party/externals/angle2/util/capture/ |
H A D | frame_capture_test_utils.h | 121 typename std::result_of<FuncT(ArgsT...)>::type callFunc(const char *funcName, ArgsT... args) in callFunc() argument 130 return typedFunc(args...); in callFunc()
|
/third_party/python/Lib/test/ |
H A D | test_script_helper.py | 47 self.assertEqual('bail out of unittest', err.args[0]) 66 self.assertEqual('bail out of unittest', err.args[0])
|
H A D | test_winsound.py | 21 def wrapper(*args, **kwargs): 23 ret = func(*args, **kwargs)
|
/third_party/python/Lib/test/libregrtest/ |
H A D | utils.py | 94 def regrtest_threading_excepthook(args): 97 support.print_warning(f"Uncaught thread exception: {args.exc_type.__name__}") 102 orig_threading_excepthook(args)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 138 INITIALIZE_PASS(NVPTXLowerArgs, "nvptx-lower-args", 229 for (Argument &Arg : F.args()) { in runOnKernelFunction() 240 // Device functions only need to copy byval args into local memory. 242 for (Argument &Arg : F.args()) in runOnDeviceFunction()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | call_expression_test.cc | 34 const auto& vec = stmt->args; in TEST_F() 61 const auto& vec = stmt->args; in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver_constants.cc | 74 if (call->args.empty()) { in EvaluateConstantValue() 92 for (auto* expr : call->args) { in EvaluateConstantValue()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | wrap_arrays_in_structs.cc | 90 auto args = utils::Transform( in Run() 94 auto* arr_ctor = ctx.dst->Construct(array_ty, args); in Run()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | exportClassExtendingIntersection.js | 4 export type Constructor<T> = new (...args: any[]) => T; 116 export type Constructor<T> = new (...args: any[]) => T;
|
/third_party/python/Objects/ |
H A D | interpreteridobject.c | 74 interpid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in interpid_new() argument 79 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interpid_new()
|
H A D | picklebufobject.c | 70 picklebuf_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in picklebuf_new() argument 76 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O:PickleBuffer", in picklebuf_new()
|
/third_party/python/Lib/distutils/ |
H A D | file_util.py | 205 (num, msg) = e.args 217 (num, msg) = e.args
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | mocking_bit_gen.h | 126 // [fn](auto... args) { return fn->Call(std::move(args)...)} 135 inline ResultT operator()(Args... args) { in operator ()() 136 return fn->Call(std::move(args)...); in operator ()() 207 // InvokeMock(FastTypeIdType, args, result) is the entrypoint for invoking
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hash_policy_traits.h | 93 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() 94 Policy::construct(alloc, slot, std::forward<Args>(args)...); in construct() 140 // constructed). We would like an API that allows us to say: `key(args...)`
|