/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | out.rs | 63 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 D | table-file.py | 123 args = parser.parse_args(argv) 124 ns = vars(args)
|
/third_party/python/Tools/scripts/ |
H A D | pep384_macrocheck.py | 23 def dprint(*args, **kw): 25 print(*args, **kw)
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | out.rs | 63 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 D | mock_socket.py | 150 def getaddrinfo(*args, **kw): 151 return socket_module.getaddrinfo(*args, **kw)
|
/third_party/python/Include/internal/ |
H A D | pycore_ceval.h | 45 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__.py | 36 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 D | ceval.h | 15 PyObject *const *args, int argc, 29 PyObject *args,
|
/third_party/python/Lib/ |
H A D | genericpath.py | 144 def _check_arg_types(funcname, *args): 146 for s in args:
|
/third_party/python/Lib/importlib/resources/ |
H A D | _legacy.py | 17 def wrapper(*args, **kwargs): 25 return func(*args, **kwargs)
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_operator.py | 85 args = [obj.clone(), String(", " + ".".join([module, abc]))] 86 return Call(Name("isinstance"), args, prefix=node.prefix)
|
/third_party/python/Lib/idlelib/ |
H A D | macosx.py | 125 def doOpenFile(*args): 126 for fn in args:
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_funcptr.py | 17 def func(*args): 18 return len(args)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | check_spec_links.py | 70 def __init__(self, *args, **kwargs): 71 super().__init__(*args, **kwargs)
|
H A D | interfacedocgenerator.py | 22 def __init__(self, *args, **kwargs): 23 super().__init__(*args, **kwargs)
|
H A D | jsgenerator.py | 20 def __init__(self, *args, **kwargs): 22 super().__init__(*args, **kwargs)
|
H A D | pygenerator.py | 16 def __init__(self, *args, **kwargs): 17 super().__init__(*args, **kwargs)
|
H A D | rubygenerator.py | 24 def __init__(self, *args, **kwargs): 25 super().__init__(*args, **kwargs)
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/ |
H A D | gradlew | 137 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 D | SkShaderMaskFilter.cpp | 116 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 D | Coroutine.hpp | 183 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 D | VkObject.hpp | 126 DispatchableObject(Args... args) in DispatchableObject() argument 127 : object(args...) in DispatchableObject()
|
/third_party/skia/third_party/externals/libwebp/ |
H A D | gradlew | 153 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 D | utils.py | 90 ARGS = request.args.format( 101 ARGS = request.args.format(
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_https_get_parallel.c | 55 https_transfer_thread_adapter (void *args) in https_transfer_thread_adapter() argument 58 struct https_test_data *cargs = args; in https_transfer_thread_adapter()
|