Home
last modified time | relevance | path

Searched refs:args (Results 4751 - 4775 of 10019) sorted by relevance

1...<<191192193194195196197198199200>>...401

/third_party/python/Include/internal/
H A Dpycore_pylifecycle.h81 const struct _PyArgv *args);
84 const struct _PyArgv *args);
/third_party/python/Lib/
H A D_sitebuiltins.py101 def __call__(self, *args, **kwds):
103 return pydoc.help(*args, **kwds)
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_dict.py68 args = head + [pytree.Node(syms.trailer,
73 new = pytree.Node(syms.power, args)
H A Dfix_exitfunc.py30 def __init__(self, *args):
31 super(FixExitfunc, self).__init__(*args)
/third_party/python/Lib/test/
H A Dinspect_fodder.py85 def __call__(self, *args):
86 return args
H A Dsignalinterproctester.py44 args = [sys.executable, '-I', '-c', code]
45 return subprocess.Popen(args)
/third_party/python/Lib/email/
H A Dparser.py83 def __init__(self, *args, **kw):
99 self.parser = Parser(*args, **kw)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktConstexprVectorUtil.hpp60 inline constexpr explicit ConstexprVector(const _arg_t& arg1, const _args_t&... args) noexcept :
61 values{arg1, args...},
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DMacroExpander.h51 std::vector<MacroArg> *args,
54 const std::vector<MacroArg> &args,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcheck_html_xrefs.py49 args = parser.parse_args() variable
51 for filename in args.files:
H A DindexExt.py51 args = parser.parse_args() variable
53 tree = etree.parse(args.registry)
/third_party/skia/src/gpu/gl/
H A DGrGLContext.h96 GrGLContext(ConstructorArgs&& args) : INHERITED(std::move(args)) {} in GrGLContext() argument
/third_party/skia/src/gpu/
H A DGrDeferredProxyUploader.h102 GrTDeferredProxyUploader(Args&&... args) in GrTDeferredProxyUploader() argument
103 : fData(std::make_unique<T>(std::forward<Args>(args)...)) { in GrTDeferredProxyUploader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacroExpander.h54 std::vector<MacroArg> *args,
57 const std::vector<MacroArg> &args,
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_parser.hpp54 T &set(uint32_t id, P &&... args) in set() argument
57 auto &var = variant_set<T>(ir.ids[id], std::forward<P>(args)...); in set()
/third_party/skia/third_party/externals/jinja2/
H A Dnativetypes.py79 def render(self, *args, **kwargs):
86 vars = dict(*args, **kwargs)
/third_party/skia/src/shaders/gradients/
H A DSkRadialGradient.cpp78 const GrFPArgs& args) const { in asFragmentProcessor()
79 return GrGradientShader::MakeRadial(*this, args); in asFragmentProcessor()
/third_party/skia/third_party/externals/dawn/src/common/
H A DSlabAllocator.h174 T* Allocate(Args&&... args) { in Allocate() argument
176 return new (ptr) T(std::forward<Args>(args)...); in Allocate()
H A DHashUtils.h59 void HashCombine(size_t* hash, const T& value, const Args&... args) { in HashCombine() argument
61 HashCombine(hash, args...); in HashCombine()
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils.h100 ProcessHandle(const std::vector<const char *> &args, ProcessOutputCapture captureOutput);
124 Process *LaunchProcess(const std::vector<const char *> &args, ProcessOutputCapture captureOutput);
H A Dtest_utils.cpp67 ProcessHandle::ProcessHandle(const std::vector<const char *> &args, in ProcessHandle() argument
69 : mProcess(LaunchProcess(args, captureOutput)) in ProcessHandle()
/third_party/python/Lib/xml/dom/
H A D__init__.py66 def __init__(self, *args, **kw):
70 Exception.__init__(self, *args, **kw)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Devent_bench.cpp40 BENCHMARK_REGISTER_F(Schedule, Event)->Apply(Schedule::args<512>); variable
74 BENCHMARK_REGISTER_F(Schedule, EventBaton)->Apply(Schedule::args<262144>); variable
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_reduce_mutator.h67 void MaybeAddFinder(Args&&... args) { in MaybeAddFinder() argument
69 finders_.push_back(std::make_unique<T>(std::forward<Args>(args)...)); in MaybeAddFinder()
/third_party/skia/tools/skpbench/
H A D_adb.py61 def __invoke(self, *args):
63 subprocess.call(self.__invocation + list(args), stdout=sys.stderr)

Completed in 12 milliseconds

1...<<191192193194195196197198199200>>...401