Home
last modified time | relevance | path

Searched refs:args (Results 7251 - 7275 of 10334) sorted by relevance

1...<<291292293294295296297298299300>>...414

/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c186 /* Input: void *args - argments passed to the exec routine by */
190 static void *thread_fault(void *args) in thread_fault() argument
192 long *local_args = args; /* local pointer to list of arguments */ in thread_fault()
207 /* The way it was, args could be overwritten by subsequent uses in thread_fault()
212 * args). in thread_fault()
380 /* The way it was, args could be overwritten by subsequent uses in map_and_thread()
385 * args). in map_and_thread()
400 /* Yield until new thread is done with args. in map_and_thread()
/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c308 static void args(int argc, char **argv) in args() function
393 args(argc, argv); in main()
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-metadata-win.h116 constexpr auto JoinFields(T1 field1, T2 field2, Ts... args) { in JoinFields() argument
118 return JoinFields(bytes, args...); in JoinFields()
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.h131 v8::debug::ConsoleCallArguments args(info); in call()
132 (data->first->*func)(args, v8::debug::ConsoleContext()); in call()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h62 #define compile_error(ctx, args...) ({ \
63 printf(args); \
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h222 #define compile_error(ctx, args...) \
224 printf(args); \
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dstore.h74 ... /* args */);
76 va_list args);
300 (OSSL_STORE_LOADER_CTX *ctx, int cmd, va_list args);
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm14 my (%args) = @_;
16 my $pp = $args{PREPROCESSOR} || $self->{PREPROCESSOR};
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtokens.rs262 args, in to_tokens()
270 args.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/env_logger/src/fmt/
H A Dmod.rs23 //! record.args())
91 /// builder.format(|buf, record| writeln!(buf, "{}: {}", record.level(), record.args()));
342 None => write!(self.buf, "{}{}", record.args(), self.suffix), in write_args()
383 write!(wrapper, "{}", record.args())?; in write_args()
412 .args(format_args!("log\nmessage")) in write_target()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtokens.rs262 args, in to_tokens()
270 args.to_tokens(tokens); in to_tokens()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtokens.rs262 args, in to_tokens()
270 args.to_tokens(tokens); in to_tokens()
/third_party/python/Tools/scripts/
H A Dgenerate_global_objects.py319 args = parser.parse_args()
320 main(**vars(args))
/third_party/protobuf/editors/
H A Dproto.vim80 command -nargs=+ HiLink hi link <args>
82 command -nargs=+ HiLink hi def link <args>
/third_party/python/Lib/
H A Dfileinput.py430 opts, args = getopt.getopt(sys.argv[1:], "ib:")
434 for line in input(args, inplace=inplace, backup=backup):
H A Drunpy.py42 def __exit__(self, *args):
60 def __exit__(self, *args):
/third_party/python/Lib/multiprocessing/
H A Dprocess.py80 def __init__(self, group=None, target=None, name=None, args=(), kwargs={},
91 self._args = tuple(args)
/third_party/python/Lib/asyncio/
H A Dsubprocess.py215 async def create_subprocess_exec(program, *args, stdin=None, stdout=None,
223 program, *args,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp209 info.args.resize(info.numArgs); in createInfo()
214 ArgInfo &arg = info.args[index]; in createInfo()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dclamped_math.h226 constexpr auto ClampMathOp(const L lhs, const R rhs, const Args... args) in ClampMathOp() argument
228 return ClampMathOp<M>(ClampMathOp<M>(lhs, rhs), args...); in ClampMathOp()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dscriptgenerator.py40 def __init__(self, *args, **kwargs):
41 super().__init__(*args, **kwargs)
H A Dsyncgenerator.py26 SyncOutputGenerator(errFile, warnFile, diagFile) - args as for
31 def __init__(self, *args, **kwargs):
32 super().__init__(*args, **kwargs)
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DIntermNode_test.cpp63 TFunction *createTestFunction(const TType &returnType, const TIntermSequence &args) in createTestFunction() argument
70 for (TIntermNode *arg : args) in createTestFunction()
/third_party/skia/src/core/
H A DSkArenaAlloc.h150 T* make(Args&&... args) { in make() argument
152 return new(objStart) T(std::forward<Args>(args)...); in make()
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm14 my (%args) = @_;
16 my $pp = $args{PREPROCESSOR} || $self->{PREPROCESSOR};

Completed in 42 milliseconds

1...<<291292293294295296297298299300>>...414