Home
last modified time | relevance | path

Searched refs:args (Results 5626 - 5650 of 10019) sorted by relevance

1...<<221222223224225226227228229230>>...401

/third_party/node/deps/undici/src/lib/
H A Dbalanced-pool.js89 pool.on('disconnect', (...args) => {
90 const err = args[2]
/third_party/rust/crates/clap/tests/derive/
H A Dnested_subcommands.rs173 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 Dgenerate_token.py265 def main(op, infile='Grammar/Tokens', *args):
267 make(infile, *args)
/third_party/python/Lib/test/support/
H A Dwarnings_helper.py54 def wrapper(self, *args, **kwargs):
57 return test(self, *args, **kwargs)
/third_party/python/Lib/asyncio/
H A Dwindows_utils.py130 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 Dconventions.py82 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs):
97 return self._implMakeProseList(elements, fmt, with_verb, *args, **kwargs)
H A Djson_h_generator.py75 def __init__(self, *args, **kwargs):
76 super().__init__(*args, **kwargs)
H A Dspirvcapgenerator.py28 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 DTypes.hpp96 constexpr vec(T arg0, ARGS... args) in vec() argument
97 : v{ arg0, args... } in vec()
/third_party/openssl/ohos_lite/include/openssl/
H A Dstore.h60 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 DPathRendererCacheTests.cpp51 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 Dframe_capture_test_utils.h121 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 Dtest_script_helper.py47 self.assertEqual('bail out of unittest', err.args[0])
66 self.assertEqual('bail out of unittest', err.args[0])
H A Dtest_winsound.py21 def wrapper(*args, **kwargs):
23 ret = func(*args, **kwargs)
/third_party/python/Lib/test/libregrtest/
H A Dutils.py94 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 DNVPTXLowerArgs.cpp138 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 Dcall_expression_test.cc34 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 Dresolver_constants.cc74 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 Dwrap_arrays_in_structs.cc90 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 DexportClassExtendingIntersection.js4 export type Constructor<T> = new (...args: any[]) => T;
116 export type Constructor<T> = new (...args: any[]) => T;
/third_party/python/Objects/
H A Dinterpreteridobject.c74 interpid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in interpid_new() argument
79 if (!PyArg_ParseTupleAndKeywords(args, kwds, in interpid_new()
H A Dpicklebufobject.c70 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 Dfile_util.py205 (num, msg) = e.args
217 (num, msg) = e.args
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dmocking_bit_gen.h126 // [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 Dhash_policy_traits.h93 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...)`

Completed in 14 milliseconds

1...<<221222223224225226227228229230>>...401