/third_party/skia/third_party/externals/jinja2/ |
H A D | nativetypes.py | 79 def render(self, *args, **kwargs): 86 vars = dict(*args, **kwargs)
|
/third_party/skia/src/shaders/gradients/ |
H A D | SkRadialGradient.cpp | 78 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 D | SlabAllocator.h | 174 T* Allocate(Args&&... args) { in Allocate() argument 176 return new (ptr) T(std::forward<Args>(args)...); in Allocate()
|
H A D | HashUtils.h | 59 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 D | test_utils.h | 100 ProcessHandle(const std::vector<const char *> &args, ProcessOutputCapture captureOutput); 124 Process *LaunchProcess(const std::vector<const char *> &args, ProcessOutputCapture captureOutput);
|
H A D | test_utils.cpp | 67 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__.py | 66 def __init__(self, *args, **kw): 70 Exception.__init__(self, *args, **kw)
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | event_bench.cpp | 40 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 D | spirv_reduce_mutator.h | 67 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.py | 61 def __invoke(self, *args): 63 subprocess.call(self.__invocation + list(args), stdout=sys.stderr)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | recursiveTypeRelations.js | 20 const args = classNames.map(arg => { 54 var args = classNames.map(function (arg) {
|
H A D | assignFromStringInterface2.js | 18 replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string; 20 replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string;
|
H A D | mixinIntersectionIsValidbaseType.js | 2 export type Constructor<T extends object = object> = new (...args: any[]) => T; 5 init(...args: any[]): void;
|
H A D | jsxEmitWithAttributes.js | 21 export function createElement(args: any[]) { 62 function createElement(args) {
|
H A D | jsxFactoryAndReactNamespace.js | 21 export function createElement(args: any[]) { 62 function createElement(args) {
|
H A D | jsxFactoryIdentifier.js | 21 export function createElement(args: any[]) { 63 function createElement(args) {
|
H A D | jsxFactoryNotIdentifierOrQualifiedName.js | 21 export function createElement(args: any[]) { 62 function createElement(args) {
|
H A D | jsxFactoryNotIdentifierOrQualifiedName2.js | 21 export function createElement(args: any[]) { 62 function createElement(args) {
|
H A D | jsxFactoryQualifiedName.js | 21 export function createElement(args: any[]) { 62 function createElement(args) {
|
/third_party/protobuf/python/ |
H A D | stubout.py | 107 for args in self.stubs: 108 setattr(*args)
|
/third_party/python/Modules/clinic/ |
H A D | _randommodule.c.h | 39 _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 D | modargs.h | 35 /* 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 D | test_tree.py | 39 def yview(widget, *args): 40 self.assertTupleEqual(widget.expected, args)
|
/third_party/python/Lib/unittest/ |
H A D | signals.py | 60 def inner(*args, **kwargs): 64 return method(*args, **kwargs)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | node_hash_policy.h | 23 // 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()
|