/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | searchndk.cpp | 283 napi_value args[2] = {nullptr};
in Lfind() local 284 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Lfind() 289 napi_get_value_int32(env, args[0], array);
in Lfind() 290 napi_get_value_int32(env, args[0], array + VALUE_ONE);
in Lfind() 291 napi_get_value_int32(env, args[0], array + VALUE_TWO);
in Lfind() 292 napi_get_value_int32(env, args[0], &key);
in Lfind()
|
H A D | uiondk.cpp | 51 napi_value args[1] = {nullptr};
in Readv() local 52 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Readv() 55 napi_get_value_int32(env, args[0], ¶m);
in Readv() 87 napi_value args[1] = {nullptr};
in Writev() local 88 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Writev() 90 napi_get_value_int32(env, args[0], ¶m);
in Writev()
|
/third_party/gn/src/gn/ |
H A D | command_refs.cc | 341 int RunRefs(const std::vector<std::string>& args) { 342 if (args.size() <= 1) { 356 if (!setup->DoSetup(args[0], false) || !setup->Run()) 361 for (size_t i = 1; i < args.size(); i++) { 362 if (args[i][0] == '@') { 366 base::ReadFileToString(UTF8ToFilePath(args[i].substr(1)), &contents); 368 Err(Location(), "Response file " + args[i].substr(1) + " not found.") 379 inputs.push_back(args[i]);
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralFormatUnitTest.java | 297 Object[] args = { "acme", null }; in TestPattern() 310 args[1] = new Integer(i); in TestPattern() 311 logln(pfmt.format(args)); in TestPattern() 344 Integer args[] = new Integer[1]; in TestExtendedPluralFormat() 348 args[0] = i; in TestExtendedPluralFormat() 349 result = mf.format(args); in TestExtendedPluralFormat()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | PluralFormatUnitTest.java | 295 Object[] args = { "acme", null }; in TestPattern() 308 args[1] = new Integer(i); in TestPattern() 309 logln(pfmt.format(args)); in TestPattern() 342 Integer args[] = new Integer[1]; in TestExtendedPluralFormat() 346 args[0] = i; in TestExtendedPluralFormat() 347 result = mf.format(args); in TestExtendedPluralFormat()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ReportAPI.java | 91 public static void main(String[] args) { in main() argument 97 for (int i = 0; i < args.length; ++i) { in main() 98 String arg = args[i]; in main() 100 oldFile = args[++i]; in main() 102 newFile = args[++i]; in main() 104 outFile = args[++i]; in main()
|
/third_party/node/lib/internal/fs/ |
H A D | streams.js | 57 stream.emit = function(...args) { 58 if (args[0] === 'open') { 61 ReflectApply(orgEmit, this, args); 62 } else if (args[0] === 'error') { 64 callback(args[1]); 66 ReflectApply(orgEmit, this, args);
|
/third_party/node/test/parallel/ |
H A D | test-util-isDeepStrictEqual.js | 11 constructor(...args) { 12 super(...args); 18 constructor(...args) { 19 super(...args); 293 const args = (function() { return arguments; })(); 294 notUtilIsDeepStrict([], args);
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 559 /* JPA two null args added */ in fuse_mount_sys() 610 int fuse_kern_mount(const char *mountpoint, struct fuse_args *args) in fuse_kern_mount() argument 627 if (args != NULL) { in fuse_kern_mount() 628 while (args->argv[sa.argc] != NULL) in fuse_kern_mount() 629 fuse_opt_add_arg(&sa, args->argv[sa.argc]); in fuse_kern_mount() 633 if (args && in fuse_kern_mount() 634 fuse_opt_parse(args, &mo, fuse_mount_opts, fuse_mount_opt_proc) == -1) in fuse_kern_mount()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.h | 147 // Call JSFunction or Callable |function| with |args| arguments, possibly 151 const RegListNodePair& args, 155 // including receiver) passed as |args|, possibly including the receiver 161 ConvertReceiverMode receiver_mode, TArgs... args); 163 // Call JSFunction or Callable |function| with |args| 168 const RegListNodePair& args, 172 // Call constructor |target| with |args| arguments (not including receiver). 176 TNode<Object> new_target, const RegListNodePair& args, 180 // Call constructor |target| with |args| arguments (not including 187 const RegListNodePair& args, [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_logic.c | 364 LLVMValueRef args[3]; in lp_build_select() local 412 args[0] = b; in lp_build_select() 413 args[1] = a; in lp_build_select() 414 args[2] = mask; in lp_build_select() 417 arg_type, args, ARRAY_SIZE(args), 0); in lp_build_select()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | impls.rs | 317 args, in eq() 329 args: args2, in eq() 340 && args.len() == args2.len() in eq() 341 && args.iter().zip(args2).all(|(arg, arg2)| { in eq() 373 args, in hash() 382 for arg in args { in hash()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | impls.rs | 317 args, in eq() 329 args: args2, in eq() 340 && args.len() == args2.len() in eq() 341 && args.iter().zip(args2).all(|(arg, arg2)| { in eq() 373 args, in hash() 382 for arg in args { in hash()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | impls.rs | 317 args, in eq() 329 args: args2, in eq() 340 && args.len() == args2.len() in eq() 341 && args.iter().zip(args2).all(|(arg, arg2)| { in eq() 373 args, in hash() 382 for arg in args { in hash()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | impls.rs | 317 args, in eq() 329 args: args2, in eq() 340 && args.len() == args2.len() in eq() 341 && args.iter().zip(args2).all(|(arg, arg2)| { in eq() 373 args, in hash() 382 for arg in args { in hash()
|
/third_party/python/Tools/iobench/ |
H A D | iobench.py | 282 def run_one_test(name, size, open_func, test_func, *args): 288 n, real, cpu = run_during(1.5, lambda: test_func(f, *args)) 301 args = tuple(f(name, size) for f in make_args) 303 open_func, test_func, *args) 444 options, args = parser.parse_args() 445 if args:
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | parser_generator.py | 140 def print(self, *args: object) -> None: 141 if not args: 145 print(*args, file=self.file) 303 def generic_visit(self, node: Iterable[Any], *args: Any, **kwargs: Any) -> Set[Any]: 308 names |= self.visit(item, *args, **kwargs) 310 names |= self.visit(value, *args, **kwargs)
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | impls.rs | 317 args, in eq() 329 args: args2, in eq() 340 && args.len() == args2.len() in eq() 341 && args.iter().zip(args2).all(|(arg, arg2)| { in eq() 373 args, in hash() 382 for arg in args { in hash()
|
/third_party/python/Lib/distutils/ |
H A D | _msvccompiler.py | 393 args = [self.cc] + compile_opts + pp_opts 395 args.append('/EHsc') 396 args.append(input_opt) 397 args.append("/Fo" + obj) 398 args.extend(extra_postargs) 401 self.spawn(args)
|
/third_party/python/Lib/ |
H A D | site.py | 273 def joinuser(*args): 274 return os.path.expanduser(os.path.join(*args)) 633 args = sys.argv[1:] 634 if not args: 652 if '--user-base' in args: 654 if '--user-site' in args:
|
H A D | warnings.py | 205 def _processoptions(args): 206 for arg in args: 458 args = [] 460 args.append("record=True") 462 args.append("module=%r" % self._module) 464 return "%s(%s)" % (name, ", ".join(args))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCaseUtil.hpp | 138 FunctionInstance1 (Context& context, const Args& args) in FunctionInstance1() argument 140 , m_args (args) in FunctionInstance1() 207 FunctionSupport1 (const Args& args) in FunctionSupport1() argument 208 : m_args(args) in FunctionSupport1() 227 void init (vk::SourceCollections& dst, const typename FunctionInstance1<Arg0>::Args& args) const { m_func(dst, args.arg0); } in init()
|
/third_party/skia/src/shaders/ |
H A D | SkPictureShader.cpp | 367 const GrFPArgs& args) const { in asFragmentProcessor() 369 auto ctx = args.fContext; in asFragmentProcessor() 370 auto lm = this->totalLocalMatrix(args.fPreLocalMatrix); in asFragmentProcessor() 371 SkColorType dstColorType = GrColorTypeToSkColorType(args.fDstColorInfo->colorType()); in asFragmentProcessor() 376 auto dstCS = ref_or_srgb(args.fDstColorInfo->colorSpace()); in asFragmentProcessor() 377 auto info = CachedImageInfo::Make(fTile, args.fMatrixProvider.localToDevice(), &lm, in asFragmentProcessor()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_singular_expression_test.cc | 102 EXPECT_EQ(c->args.size(), 0u); in TEST_F() 118 EXPECT_EQ(c->args.size(), 3u); in TEST_F() 119 EXPECT_TRUE(c->args[0]->Is<ast::IntLiteralExpression>()); in TEST_F() 120 EXPECT_TRUE(c->args[1]->Is<ast::IdentifierExpression>()); in TEST_F() 121 EXPECT_TRUE(c->args[2]->Is<ast::BinaryExpression>()); in TEST_F() 133 EXPECT_EQ(c->args.size(), 1u); in TEST_F()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/ |
H A D | permutate.go | 228 args := append([]interface{}{}, in.TemplateArguments...) 238 out = append(out, sem.FullyQualifiedName{Target: in.Target, TemplateArguments: args}) 239 args = append([]interface{}{}, in.TemplateArguments...) 288 args[i] = ty 290 args[i] = num 304 args[i] = f
|