/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8PromiseCustom.cpp | 473 v8::Handle<v8::Value> argv[] = { local 478 if (V8ScriptRunner::callFunction(init, getExecutionContext(), v8::Undefined(isolate), WTF_ARRAY_LENGTH(argv), argv, isolate).IsEmpty()) { 775 v8::Handle<v8::Value> argv[] = { local [all...] |
/external/chromium_org/v8/samples/ |
process.cc | 279 Handle<Value> argv[argc] = { request_obj }; local 282 Handle<Value> result = process->Call(context->Global(), argc, argv); 576 char* argv[], 580 string arg = argv[i]; 645 int main(int argc, char* argv[]) { 649 ParseOptions(argc, argv, options, &file);
|
/external/chromium_org/v8/src/ |
execution.cc | 117 Object*** argv = reinterpret_cast<Object***>(args); local 119 CALL_GENERATED_CODE(stub_entry, function_entry, func, recv, argc, argv); 155 Handle<Object> argv[], 183 return Invoke(false, func, receiver, argc, argv, pending_exception); 189 Handle<Object> argv[], 191 return Invoke(true, func, func->GetIsolate()->global_object(), argc, argv, 630 Handle<Object> argv[] = args; \ 635 ARRAY_SIZE(argv), argv, \
|
json-stringifier.h | 368 Handle<Object> argv[] = { key }; local 371 object = Execution::Call(isolate_, fun, object, 1, argv, &has_exception); 471 Handle<Object> argv[] = { key, object }; local 474 Execution::Call(isolate_, builtin, object, 2, argv, &has_exception);
|
/external/iproute2/ip/ |
ipxfrm.c | 664 char **argv = *argvp; local 667 if (get_u32(&mark->v, *argv, 0)) { 668 invarg("Illegal \"mark\" value\n", *argv); 677 if (strcmp(*argv, "mask") == 0) { 679 if (get_u32(&mark->m, *argv, 0)) { 680 invarg("Illegal \"mark\" mask\n", *argv); 689 *argvp = argv; 1005 char **argv = *argvp; local 1013 if (strcmp(*argv, "src") == 0) { 1016 get_prefix(&src, *argv, preferred_family) 1091 char **argv = *argvp; local 1115 char **argv = *argvp; local 1134 char **argv = *argvp; local 1149 char **argv = *argvp; local 1307 char **argv = *argvp; local 1390 char **argv = *argvp; local [all...] |
xfrm_state.c | 178 char **argv = *argvp; local 180 if (get_u32(seq, *argv, 0)) 181 invarg("\"SEQ\" is invalid", *argv); 186 *argvp = argv; 194 char **argv = *argvp; local 195 int len = strlen(*argv); 197 if (len > 2 && strncmp(*argv, "0x", 2) == 0) { 200 if (get_u8(&val, *argv, 16)) 201 invarg("\"FLAG\" is invalid", *argv); 205 if (strcmp(*argv, "noecn") == 0 [all...] |
/external/openssh/ |
sshconnect.c | 119 char *argv[10]; local 139 argv[0] = shell; 140 argv[1] = "-c"; 141 argv[2] = command_string; 142 argv[3] = NULL; 147 execv(argv[0], argv); 148 perror(argv[0]); [all...] |
/external/ppp/pppd/ |
ipv6cp.c | 323 setifaceid(argv) 324 char **argv; 334 arg = *argv; 1407 char *argv[8]; local [all...] |
/external/v8/src/ |
execution.cc | 116 Object*** argv = reinterpret_cast<Object***>(args); local 118 CALL_GENERATED_CODE(stub_entry, function_entry, func, recv, argc, argv); 147 Handle<Object> argv[], 173 return Invoke(false, func, receiver, argc, argv, pending_exception); 179 Handle<Object> argv[], 181 return Invoke(true, func, Isolate::Current()->global(), argc, argv, 584 Handle<Object> argv[] = args; \ 588 ARRAY_SIZE(argv), argv, \
|
/external/valgrind/main/lackey/ |
lk_main.c | 356 IRExpr** argv; local 362 argv = mkIRExprVec_1( mkIRExpr_HWord( (HWord)&detailCounts[op][typeIx] ) ); 365 argv); 470 IRExpr** argv; local 496 argv = mkIRExprVec_2( ev->addr, mkIRExpr_HWord( ev->size ) ); 499 argv ); [all...] |
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.c | 207 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[]) 213 static int hostapd_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[]) 219 static int hostapd_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[]) 270 static int hostapd_cli_cmd_sta(struct wpa_ctrl *ctrl, int argc, char *argv[]) 278 snprintf(buf, sizeof(buf), "STA %s", argv[0]); 284 char *argv[]) 292 snprintf(buf, sizeof(buf), "NEW_STA %s", argv[0]); 298 char *argv[]) 308 argv[0], argv[1]) 980 char *argv[max_args]; local [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 587 int _tmain(int argc, TCHAR **argv) 589 int main(int argc, char** argv) 669 argv[0]); 672 argv[0]); 693 szInFile = argv[1]; 694 szOutFile = argv[2]; 696 nOutformat = _wtoi(argv[3]); 697 nResizeMode = _wtoi(argv[4]); 699 nOutformat = atoi(argv[3]); 700 nResizeMode = atoi(argv[4]) 1563 char* argv[2]; local [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.c | 2074 char* argv[2]; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
argp.h | 193 starting at (STATE->argv + STATE->next). If success is returned, but 324 char **argv; 326 /* The index in ARGV of the next arg that to be parsed. May be modified. */ 338 /* If non-zero, the index in ARGV of the first argument following a special 352 /* The name used when printing messages. This is initialized to ARGV[0], 367 /* Don't ignore the first element of ARGV. Normally (and always unless 374 is set, ARGP_PARSE_ARGV0 is ignored, as ARGV[0] is used as the program 408 /* Parse the options strings in ARGC & ARGV according to the options in ARGP. 410 index in ARGV of the first unparsed option is returned in it. If an 320 char **argv; member in struct:argp_state
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
argp.h | 193 starting at (STATE->argv + STATE->next). If success is returned, but 324 char **argv; 326 /* The index in ARGV of the next arg that to be parsed. May be modified. */ 338 /* If non-zero, the index in ARGV of the first argument following a special 352 /* The name used when printing messages. This is initialized to ARGV[0], 367 /* Don't ignore the first element of ARGV. Normally (and always unless 374 is set, ARGP_PARSE_ARGV0 is ignored, as ARGV[0] is used as the program 408 /* Parse the options strings in ARGC & ARGV according to the options in ARGP. 410 index in ARGV of the first unparsed option is returned in it. If an 320 char **argv; member in struct:argp_state
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
argp.h | 193 starting at (STATE->argv + STATE->next). If success is returned, but 324 char **argv; 326 /* The index in ARGV of the next arg that to be parsed. May be modified. */ 338 /* If non-zero, the index in ARGV of the first argument following a special 352 /* The name used when printing messages. This is initialized to ARGV[0], 367 /* Don't ignore the first element of ARGV. Normally (and always unless 374 is set, ARGP_PARSE_ARGV0 is ignored, as ARGV[0] is used as the program 408 /* Parse the options strings in ARGC & ARGV according to the options in ARGP. 410 index in ARGV of the first unparsed option is returned in it. If an 320 char **argv; member in struct:argp_state
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 508 from sys import path, argv namespace 509 from sys import (path, argv) namespace 510 from sys import (path, argv,) namespace
|
py3_test_grammar.py | 478 from sys import path, argv namespace 479 from sys import (path, argv) namespace 480 from sys import (path, argv,) namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_grammar.py | 506 from sys import path, argv namespace 507 from sys import (path, argv) namespace 508 from sys import (path, argv,) namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 508 from sys import path, argv namespace 509 from sys import (path, argv) namespace 510 from sys import (path, argv,) namespace
|
py3_test_grammar.py | 478 from sys import path, argv namespace 479 from sys import (path, argv) namespace 480 from sys import (path, argv,) namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_grammar.py | 506 from sys import path, argv namespace 507 from sys import (path, argv) namespace 508 from sys import (path, argv,) namespace
|
/sdk/emulator/qtools/ |
trace_reader_base.h | 57 char **argv; // dynamically allocated array of args member in struct:PidEvent
|
/system/core/sh/ |
eval.c | 164 evalcmd(int argc, char **argv) 171 p = argv[1]; 174 ap = argv + 2; 634 parse_command_args(int argc, char **argv, int *use_syspath) 642 argv++; 645 cp = *argv; 649 argv++; 680 char **argv; local 700 (void) &argv; 749 argv = stalloc(sizeof (char *) * (argc + 1)) [all...] |
/system/netd/ |
BandwidthController.cpp | 173 const char *argv[MAX_CMD_ARGS]; local 208 argv[argc++] = tmp; 215 argv[argc] = NULL; 216 res = android_fork_execvp(argc, (char **)argv, &status, false, [all...] |