Home
last modified time | relevance | path

Searched refs:args (Results 9726 - 9750 of 12296) sorted by relevance

1...<<381382383384385386387388389390>>...492

/third_party/python/Lib/test/
H A Dtest_cgi.py32 self.err.args == anExc.args)
H A Dtest_mimetypes.py288 def mimetypes_cmd(self, *args, **kwargs):
289 support.patch(self, sys, "argv", [sys.executable, *args])
/third_party/python/Lib/
H A Dsunau.py178 def __exit__(self, *args):
331 def __exit__(self, *args):
H A Dwave.py295 def __exit__(self, *args):
452 def __exit__(self, *args):
/third_party/python/Lib/idlelib/
H A Dconfig_key.py76 def showerror(self, *args, **kwargs):
78 messagebox.showerror(*args, **kwargs)
H A Ddebugger_r.py302 def call(self, methodname, /, *args, **kwargs):
303 ##print("*** IdbProxy.call %s %s %s" % (methodname, args, kwargs))
304 value = self.conn.remotecall(self.oid, methodname, args, kwargs)
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dchecked_math.h322 constexpr auto CheckMathOp(const L lhs, const R rhs, const Args... args) in CheckMathOp() argument
324 return CheckMathOp<M>(CheckMathOp<M>(lhs, rhs), args...); in CheckMathOp()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DUtilsHLSL.cpp1111 TString DisambiguateFunctionName(const TIntermSequence *args) in DisambiguateFunctionName() argument
1114 for (TIntermNode *arg : *args) in DisambiguateFunctionName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DItaniumDemangle.cpp311 template<typename T, typename ...Args> T *makeNode(Args &&...args) { in makeNode() argument
313 T(std::forward<Args>(args)...); in makeNode()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcgenerator.py166 def __init__(self, *args, **kwargs):
167 super().__init__(*args, **kwargs)
H A Ddocgenerator.py149 def __init__(self, *args, **kwargs):
150 super().__init__(*args, **kwargs)
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go63 // If args is not empty, message and args will be passed to Sprintf.
64 func NewErrorf(code int64, format string, args ...interface{}) *Error {
67 Message: fmt.Sprintf(format, args...),
/third_party/skia/src/core/
H A DSkRecorder.cpp90 void SkRecorder::append(Args&&... args) { in append() argument
94 new (fRecord->append<T>()) T{std::forward<Args>(args)...}; in append()
H A DSkTBlockList.h86 T& emplace_back(Args&&... args) { in emplace_back() argument
87 return *new (this->pushItem()) T(std::forward<Args>(args)...); in emplace_back()
H A DSkMaskFilter.cpp311 SkMaskFilterBase::asFragmentProcessor(const GrFPArgs& args) const { in asFragmentProcessor()
312 auto fp = this->onAsFragmentProcessor(args); in asFragmentProcessor()
/third_party/skia/src/effects/imagefilters/
H A DSkBlendImageFilter.cpp309 GrFPArgs args(rContext, SkSimpleMatrixProvider(SkMatrix::I()), &info.colorInfo()); in filterImageGPU()
311 fp = as_BB(fBlender)->asFragmentProcessor(std::move(fgFP), std::move(fp), args); in filterImageGPU()
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h26 #define PROV_CIPHER_FUNC(type, name, args) typedef type (* OSSL_##name##_fn)args
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.h382 Constraint* make_constraint(Args&&... args) { in make_constraint() argument
384 std::unique_ptr<Constraint>(new T(std::forward<Args>(args)...))); in make_constraint()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.h382 Constraint* make_constraint(Args&&... args) { in make_constraint() argument
384 std::unique_ptr<Constraint>(new T(std::forward<Args>(args)...))); in make_constraint()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go63 // If args is not empty, message and args will be passed to Sprintf.
64 func NewErrorf(code int64, format string, args ...interface{}) *Error {
67 Message: fmt.Sprintf(format, args...),
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-win.c12 - handle quoted command-line args (especially filenames with spaces)
169 char *args[1024]; /* arbitrary limit, but should suffice */ in WinMain() local
170 char *p, *q, **argv = args; in WinMain()
296 if (argv[1]) /* shouldn't be any more args after filename */ in WinMain()
/third_party/skia/third_party/externals/icu/source/tools/icuswap/
H A Dicuswap.cpp81 printError(void *context, const char *fmt, va_list args) { in printError() argument
82 vfprintf((FILE *)context, fmt, args); in printError()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() argument
52 vfprintf((FILE *)context, fmt, args); in printError()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDrawCallPerf.cpp120 DrawCallParam MakeParam(Ts... args) { in MakeParam() argument
127 AssignParam(std::get<Ts>(paramTuple), args)..., in MakeParam()
/third_party/python/Lib/tkinter/
H A Dsimpledialog.py382 def __init__(self, *args, **kw):
388 _QueryDialog.__init__(self, *args, **kw)

Completed in 25 milliseconds

1...<<381382383384385386387388389390>>...492