/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.hpp | 145 argument_range args(); 146 const_argument_range args() const;
|
/third_party/node/lib/internal/webstreams/ |
H A D | util.js | 190 function ensureIsPromise(fn, thisArg, ...args) { 192 const value = FunctionPrototypeCall(fn, thisArg, ...args);
|
/third_party/node/lib/ |
H A D | os.js | 64 return hideStackFrames(function checkError(...args) { 66 const ret = fn(...args, ctx);
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone.h | 106 T* New(Args&&... args) { in New() argument 108 return new (memory) T(std::forward<Args>(args)...); in New()
|
/third_party/node/deps/v8/tools/ |
H A D | gen-inlining-tests.py | 458 def write(*args): 459 return print(*args, file=FILE)
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | gen_exceptions.js | 130 if (!program.args.length) { 138 for (const outputFile of program.args) {
|
/third_party/node/test/common/ |
H A D | heap.js | 210 function validateSnapshotNodes(...args) { 211 return recordState().validateSnapshotNodes(...args);
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 486 * @param args argument vector 492 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args, 663 * The function may use and remove options from 'args' that belong 670 * @param args the command line arguments 674 struct fuse_fs *(*factory)(struct fuse_args *args, struct fuse_fs *fs[]);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | reldatefmt.h | 719 Args... args) const; 725 Args... args) const;
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.h | 844 * @param args List of arguments 852 const char *format, va_list args) 916 * @param args List of arguments 926 const char *format, va_list args)
|
/third_party/libevdev/export_include/libevdev/ |
H A D | libevdev.h | 844 * @param args List of arguments 852 const char *format, va_list args) 916 * @param args List of arguments 926 const char *format, va_list args)
|
/third_party/ltp/testcases/kernel/sched/tool/ |
H A D | trace_sched.c | 192 void *thread_func(void *args) in thread_func() argument 204 (thread_sched_t *) args; in thread_func()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-type-hint-lowering.h | 130 LoweringResult ReduceCallOperation(const Operator* op, Node* const* args, 135 LoweringResult ReduceConstructOperation(const Operator* op, Node* const* args,
|
/third_party/node/deps/v8/src/base/ |
H A D | small-vector.h | 123 void emplace_back(Args&&... args) { in emplace_back() argument 126 new (end) T(std::forward<Args>(args)...); in emplace_back()
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86asm.pl | 161 { my $args=join(',',@_); 162 if ($args =~ /xmm([0-7]),xmm([0-7]),([x0-9a-f]+)/)
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 26 my $variable = $query->method(... args ...); 29 my @variable = $query->method(... args ...);
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
H A D | CommandLineMain.java | 86 public static void main(String[] args) throws IOException { in main() argument 87 CommandLineMain clm = CommandLine.populateCommand(new CommandLineMain(), args); in main()
|
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
H A D | _info.py | 23 args = (f'{a}={getattr(self, a)!r}' 25 return f'{type(self).__name__}({", ".join(args)})' 62 args = (f'{a}={getattr(self, a)!r}' 64 return f'{type(self).__name__}({", ".join(args)})'
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | first_sets.py | 136 args = argparser.parse_args() 139 grammar, parser, tokenizer = build_parser(args.grammar_file)
|
/third_party/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 26 my $variable = $query->method(... args ...); 29 my @variable = $query->method(... args ...);
|
/third_party/python/Lib/email/ |
H A D | _policybase.py | 56 args = [ "{}={!r}".format(name, value) 58 return "{}({})".format(self.__class__.__name__, ', '.join(args))
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_outwin.py | 124 eq(gfl.args, (str(__file__), 21)) 131 eq(gfl.args, (str(__file__), 42))
|
/third_party/openssl/crypto/perlasm/ |
H A D | x86asm.pl | 161 { my $args=join(',',@_); 162 if ($args =~ /xmm([0-7]),xmm([0-7]),([x0-9a-f]+)/)
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | safe_math_shared_impl.h | 199 constexpr auto CL_ABBR##OP_NAME(const L lhs, const R rhs, const Args... args) \ 201 return CL_ABBR##MathOp<CLASS##OP_NAME##Op, L, R, Args...>(lhs, rhs, args...); \
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SymbolEnv.h | 131 void assign(const Name &name, size_t argCount, const TemplateArg *args); 171 TIntermSequence &args,
|