Home
last modified time | relevance | path

Searched refs:args (Results 5701 - 5725 of 12097) sorted by relevance

1...<<221222223224225226227228229230>>...484

/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)
/third_party/typescript/tests/baselines/reference/
H A DrecursiveTypeRelations.js20 const args = classNames.map(arg => {
54 var args = classNames.map(function (arg) {
H A DassignFromStringInterface2.js18 replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string;
20 replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string;
H A DmixinIntersectionIsValidbaseType.js2 export type Constructor<T extends object = object> = new (...args: any[]) => T;
5 init(...args: any[]): void;
H A DjsxEmitWithAttributes.js21 export function createElement(args: any[]) {
62 function createElement(args) {
H A DjsxFactoryAndReactNamespace.js21 export function createElement(args: any[]) {
62 function createElement(args) {
H A DjsxFactoryIdentifier.js21 export function createElement(args: any[]) {
63 function createElement(args) {
H A DjsxFactoryNotIdentifierOrQualifiedName.js21 export function createElement(args: any[]) {
62 function createElement(args) {
H A DjsxFactoryNotIdentifierOrQualifiedName2.js21 export function createElement(args: any[]) {
62 function createElement(args) {
H A DjsxFactoryQualifiedName.js21 export function createElement(args: any[]) {
62 function createElement(args) {
/third_party/protobuf/python/
H A Dstubout.py107 for args in self.stubs:
108 setattr(*args)
/third_party/python/Modules/clinic/
H A D_randommodule.c.h39 _random_Random_seed(RandomObject *self, PyObject *const *args, Py_ssize_t nargs) in _random_Random_seed() argument
50 n = args[0]; in _random_Random_seed()
/third_party/pulseaudio/src/pulsecore/
H A Dmodargs.h35 /* Parse the string args. The NULL-terminated array keys contains all valid arguments. */
36 pa_modargs *pa_modargs_new(const char *args, const char* const keys[]);
37 /* Parse the string args, and add any keys that are not already present. */
38 int pa_modargs_append(pa_modargs *ma, const char *args, const char* const* valid_keys);
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_tree.py39 def yview(widget, *args):
40 self.assertTupleEqual(widget.expected, args)
/third_party/python/Lib/unittest/
H A Dsignals.py60 def inner(*args, **kwargs):
64 return method(*args, **kwargs)
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dnode_hash_policy.h23 // value_type* new_element(Alloc* alloc, Args&&... args) const;
56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct()
57 *slot = Policy::new_element(alloc, std::forward<Args>(args)...); in construct()

Completed in 13 milliseconds

1...<<221222223224225226227228229230>>...484