/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_predicates.cpp | 123 napi_value argv[1] = { args[0] }; in New() local 129 NAPI_CALL(env, napi_new_instance(env, cons, argc, argv, &output)); in New()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_predicates.cpp | 150 napi_value argv[1] = { args[0] }; in InnerNew() local 156 NAPI_CALL(env, napi_new_instance(env, cons, argc, argv, &output)); in InnerNew()
|
/third_party/ffmpeg/fftools/ |
H A D | opt_common.c | 237 void show_banner(int argc, char **argv, const OptionDef *options) in show_banner() argument 239 int idx = locate_option(argc, argv, options, "version"); in show_banner()
|
/third_party/glfw/examples/ |
H A D | particles.c | 943 int main(int argc, char** argv) in main() argument 956 while ((ch = getopt(argc, argv, "fh")) != -1) in main()
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1341 // seen, it is removed from argv, and *argc is decremented. 1347 GTEST_API_ void InitGoogleTest(int* argc, char** argv); 1351 GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv); 1354 // there is no argc/argv. 2280 // int main(int argc, char** argv) { 2281 // ::testing::InitGoogleTest(&argc, argv);
|
/third_party/libuv/src/win/ |
H A D | util.c | 341 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() argument 342 return argv; in uv_setup_args()
|
/third_party/littlefs/scripts/ |
H A D | bench.py | 294 f.writeln("// Generated by %s:" % sys.argv[0]) 296 f.writeln("// %s" % ' '.join(sys.argv))
|
H A D | perf.py | 1145 if '-R' in sys.argv or '--record' in sys.argv:
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | compute.c | 1649 int main(int argc, char *argv[]) in main() argument 1653 unsigned tests = (argc > 1) ? strtoul(argv[1], NULL, 0) : ~0; in main()
|
/third_party/mesa3d/src/imagination/csbgen/ |
H A D | gen_pack_header.py | 1057 if len(sys.argv) < 2: 1061 input_file = sys.argv[1]
|
/third_party/node/lib/ |
H A D | _tls_wrap.js | 1458 .update(ArrayPrototypeJoin(process.argv, ' ')) 1556 .update(ArrayPrototypeJoin(process.argv, ' '))
|
/third_party/node/lib/internal/modules/cjs/ |
H A D | loader.js | 1238 * Resolved path to `process.argv[1]` will be lazily placed here 1334 if (process.argv[1]) { 1336 resolvedArgv = Module._resolveFilename(process.argv[1], null, false);
|
/third_party/nghttp2/src/ |
H A D | shrpx_connection_handler.cc | 651 char *const argv[] = { in start_ocsp_update() local 657 rv = exec_read_command(proc, argv); in start_ocsp_update()
|
H A D | util.cc | 823 char *get_exec_path(int argc, char **const argv, const char *cwd) { in get_exec_path() argument 828 auto argv0 = argv[0]; in get_exec_path()
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest.h | 1336 // seen, it is removed from argv, and *argc is decremented. 1342 GTEST_API_ void InitGoogleTest(int* argc, char** argv); 1346 GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv); 1349 // there is no argc/argv. 2273 // int main(int argc, char** argv) { 2274 // ::testing::InitGoogleTest(&argc, argv);
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 518 int main(int argc, char *argv[]) in main() argument 523 tst_parse_opts(argc, argv, Options, &help); in main()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | sparse-llvm.c | 1331 int main(int argc, char **argv) in main() argument 1338 symlist = sparse_initialize(argc, argv, &filelist); in main()
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 175 Handle<Object> argv[] = {name, value}; in InternalizeJsonProperty() local 178 isolate_, result, Execution::Call(isolate_, reviver_, holder, 2, argv), in InternalizeJsonProperty()
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest.h | 1482 // seen, it is removed from argv, and *argc is decremented. 1488 GTEST_API_ void InitGoogleTest(int* argc, char** argv); 1492 GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv); 1495 // there is no argc/argv. 2430 // int main(int argc, char** argv) {
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 214 int ocsp_main(int argc, char **argv) in ocsp_main() argument 264 prog = opt_init(argc, argv, ocsp_options); in ocsp_main()
|
H A D | pkcs12.c | 155 int pkcs12_main(int argc, char **argv) in pkcs12_main() argument 185 prog = opt_init(argc, argv, pkcs12_options); in pkcs12_main()
|
H A D | list.c | 1521 int list_main(int argc, char **argv) in list_main() argument 1557 prog = opt_init(argc, argv, list_options); in list_main()
|
H A D | x509.c | 253 int x509_main(int argc, char **argv) in x509_main() argument 305 prog = opt_init(argc, argv, x509_options); in x509_main()
|
/third_party/node/deps/uv/src/win/ |
H A D | util.c | 385 char** uv_setup_args(int argc, char** argv) { in uv_setup_args() argument 386 return argv; in uv_setup_args()
|
/third_party/python/ |
H A D | setup.py | 1581 if "--list-module-names" in sys.argv: 1583 sys.argv.remove("--list-module-names")
|