/third_party/ltp/testcases/kernel/mem/mtest05/ |
H A D | mmstress.c | 186 /* 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 D | modeprint.c | 308 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 D | system-jit-metadata-win.h | 116 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 D | v8-console.h | 131 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 D | etnaviv_compiler_nir.h | 62 #define compile_error(ctx, args...) ({ \ 63 printf(args); \
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_private.h | 222 #define compile_error(ctx, args...) \ 224 printf(args); \
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | store.h | 74 ... /* 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 D | Preprocess.pm | 14 my (%args) = @_; 16 my $pp = $args{PREPROCESSOR} || $self->{PREPROCESSOR};
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | tokens.rs | 262 args, in to_tokens() 270 args.to_tokens(tokens); in to_tokens()
|
/third_party/rust/crates/env_logger/src/fmt/ |
H A D | mod.rs | 23 //! 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 D | tokens.rs | 262 args, in to_tokens() 270 args.to_tokens(tokens); in to_tokens()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | tokens.rs | 262 args, in to_tokens() 270 args.to_tokens(tokens); in to_tokens()
|
/third_party/python/Tools/scripts/ |
H A D | generate_global_objects.py | 319 args = parser.parse_args() 320 main(**vars(args))
|
/third_party/protobuf/editors/ |
H A D | proto.vim | 80 command -nargs=+ HiLink hi link <args> 82 command -nargs=+ HiLink hi def link <args>
|
/third_party/python/Lib/ |
H A D | fileinput.py | 430 opts, args = getopt.getopt(sys.argv[1:], "ib:") 434 for line in input(args, inplace=inplace, backup=backup):
|
H A D | runpy.py | 42 def __exit__(self, *args): 60 def __exit__(self, *args):
|
/third_party/python/Lib/multiprocessing/ |
H A D | process.py | 80 def __init__(self, group=None, target=None, name=None, args=(), kwargs={}, 91 self._args = tuple(args)
|
/third_party/python/Lib/asyncio/ |
H A D | subprocess.py | 215 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 D | CLKernelCL.cpp | 209 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 D | clamped_math.h | 226 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 D | scriptgenerator.py | 40 def __init__(self, *args, **kwargs): 41 super().__init__(*args, **kwargs)
|
H A D | syncgenerator.py | 26 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 D | IntermNode_test.cpp | 63 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 D | SkArenaAlloc.h | 150 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 D | Preprocess.pm | 14 my (%args) = @_; 16 my $pp = $args{PREPROCESSOR} || $self->{PREPROCESSOR};
|