Home
last modified time | relevance | path

Searched refs:args (Results 5376 - 5400 of 10082) sorted by relevance

1...<<211212213214215216217218219220>>...404

/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dout.rs63 pub fn write_fmt(&self, args: Arguments) { in write_fmt()
65 Write::write_fmt(content, args).unwrap(); in write_fmt()
137 pub fn write_fmt(&mut self, args: Arguments) { in write_fmt()
138 Write::write_fmt(self, args).unwrap(); in write_fmt()
/third_party/python/Tools/c-analyzer/
H A Dtable-file.py123 args = parser.parse_args(argv)
124 ns = vars(args)
/third_party/python/Tools/scripts/
H A Dpep384_macrocheck.py23 def dprint(*args, **kw):
25 print(*args, **kw)
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dout.rs63 pub fn write_fmt(&self, args: Arguments) { in write_fmt()
65 Write::write_fmt(content, args).unwrap(); in write_fmt()
137 pub fn write_fmt(&mut self, args: Arguments) { in write_fmt()
138 Write::write_fmt(self, args).unwrap(); in write_fmt()
/third_party/python/Lib/test/
H A Dmock_socket.py150 def getaddrinfo(*args, **kw):
151 return socket_module.getaddrinfo(*args, **kw)
/third_party/python/Include/internal/
H A Dpycore_ceval.h45 extern PyObject* _PyEval_CallTracing(PyObject *func, PyObject *args);
81 PyObject* const* args, size_t argcount,
/third_party/python/Lib/multiprocessing/dummy/
H A D__init__.py36 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}):
37 threading.Thread.__init__(self, group, target, name, args, kwargs)
/third_party/python/Include/
H A Dceval.h15 PyObject *const *args, int argc,
29 PyObject *args,
/third_party/python/Lib/
H A Dgenericpath.py144 def _check_arg_types(funcname, *args):
146 for s in args:
/third_party/python/Lib/importlib/resources/
H A D_legacy.py17 def wrapper(*args, **kwargs):
25 return func(*args, **kwargs)
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_operator.py85 args = [obj.clone(), String(", " + ".".join([module, abc]))]
86 return Call(Name("isinstance"), args, prefix=node.prefix)
/third_party/python/Lib/idlelib/
H A Dmacosx.py125 def doOpenFile(*args):
126 for fn in args:
/third_party/python/Lib/ctypes/test/
H A Dtest_funcptr.py17 def func(*args):
18 return len(args)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcheck_spec_links.py70 def __init__(self, *args, **kwargs):
71 super().__init__(*args, **kwargs)
H A Dinterfacedocgenerator.py22 def __init__(self, *args, **kwargs):
23 super().__init__(*args, **kwargs)
H A Djsgenerator.py20 def __init__(self, *args, **kwargs):
22 super().__init__(*args, **kwargs)
H A Dpygenerator.py16 def __init__(self, *args, **kwargs):
17 super().__init__(*args, **kwargs)
H A Drubygenerator.py24 def __init__(self, *args, **kwargs):
25 super().__init__(*args, **kwargs)
/third_party/vk-gl-cts/external/amber/src/android_gradle/
H A Dgradlew137 eval $(echo args$i)=$(cygpath --path --ignore --mixed "$arg")
139 eval $(echo args$i)="\"$arg\""
157 # Escape application args
/third_party/skia/src/effects/
H A DSkShaderMaskFilter.cpp116 std::unique_ptr<GrFragmentProcessor> SkShaderMF::onAsFragmentProcessor(const GrFPArgs& args) const { in onAsFragmentProcessor()
117 return GrFragmentProcessor::MulInputByChildAlpha(as_SB(fShader)->asFragmentProcessor(args)); in onAsFragmentProcessor()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DCoroutine.hpp183 Coroutine<Return(Arguments...)>::operator()(Arguments... args) in operator ()() argument
191 auto handle = pfn(args...); in operator ()()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkObject.hpp126 DispatchableObject(Args... args) in DispatchableObject() argument
127 : object(args...) in DispatchableObject()
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew153 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
155 eval `echo args$i`="\"$arg\""
173 # Escape application args
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dutils.py90 ARGS = request.args.format(
101 ARGS = request.args.format(
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_https_get_parallel.c55 https_transfer_thread_adapter (void *args) in https_transfer_thread_adapter() argument
58 struct https_test_data *cargs = args; in https_transfer_thread_adapter()

Completed in 12 milliseconds

1...<<211212213214215216217218219220>>...404