Searched refs:arg (Results 276 - 300 of 2541) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/coregrind/m_ume/
H A Dscript.c87 Char* arg = NULL; local
117 /* skip space before arg */
121 /* arg is from here to eol */
122 arg = cp;
130 if (arg != NULL && *arg != '\0') {
131 info->interp_args = VG_(strdup)("ume.ls.2", arg);
/external/jpeg/
H A Dltmain.sh79 arg="$1"
82 case "$arg" in
83 -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
91 eval "$prev=\"\$$prev \$arg\""
94 eval "$prev=\$arg"
104 case "$arg" in
148 $echo "$modename: unrecognized option \`$arg'" 1>&2
154 nonopt="$arg"
173 for arg
175 case "$arg" i
[all...]
H A Dckconfig.c116 int test2function (void) /* check void arg list */
243 int is_char_signed (int arg) argument
245 int is_char_signed (arg)
246 int arg;
249 if (arg == 189) { /* expected result for unsigned char */
252 else if (arg != -67) { /* expected result for signed char */
261 int is_shifting_signed (long arg) argument
263 int is_shifting_signed (arg)
264 long arg;
268 long res = arg >>
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh79 arg="$1"
82 case "$arg" in
83 -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
91 eval "$prev=\"\$$prev \$arg\""
94 eval "$prev=\$arg"
104 case "$arg" in
148 $echo "$modename: unrecognized option \`$arg'" 1>&2
154 nonopt="$arg"
173 for arg
175 case "$arg" i
[all...]
H A Dckconfig.c116 int test2function (void) /* check void arg list */
243 int is_char_signed (int arg) argument
245 int is_char_signed (arg)
246 int arg;
249 if (arg == 189) { /* expected result for unsigned char */
252 else if (arg != -67) { /* expected result for signed char */
261 int is_shifting_signed (long arg) argument
263 int is_shifting_signed (arg)
264 long arg;
268 long res = arg >>
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/common/
H A DTraceEvent.java274 * @param arg The arguments of the event.
276 public static void instant(String name, String arg) { argument
277 if (sEnabled) nativeInstant(name, arg);
304 * @param arg The arguments of the event.
307 public static void startAsync(String name, long id, String arg) { argument
308 if (sEnabled) nativeStartAsync(name, id, arg);
335 * @param arg The arguments of the event.
338 public static void finishAsync(String name, long id, String arg) { argument
339 if (sEnabled) nativeFinishAsync(name, id, arg);
363 * @param arg Th
365 begin(String name, String arg) argument
390 end(String name, String arg) argument
412 nativeInstant(String name, String arg) argument
413 nativeBegin(String name, String arg) argument
414 nativeEnd(String name, String arg) argument
415 nativeStartAsync(String name, long id, String arg) argument
416 nativeFinishAsync(String name, long id, String arg) argument
[all...]
/external/iptables/extensions/
H A Dlibipt_addrtype.c84 static void parse_types(const char *arg, uint16_t *mask) argument
88 while ((comma = strchr(arg, ',')) != NULL) {
89 if (comma == arg || !parse_type(arg, comma-arg, mask))
91 "addrtype: bad type `%s'", arg);
92 arg = comma + 1;
95 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mas
[all...]
H A Dlibipt_SAME.c41 char *dash, *arg; local
44 arg = strdup(orig_arg);
45 if (arg == NULL)
48 dash = strchr(arg, '-');
53 ip = xtables_numeric_to_ipaddr(arg);
56 arg);
69 arg, dash+1);
70 free(arg);
86 parse_to(cb->arg, &mr->range[mr->rangesize]);
/external/libvpx/libvpx/vp8/common/x86/
H A Dvariance_impl_ssse3.asm47 movsxd rax, dword ptr arg(5) ; xoffset
55 movsxd rdx, dword ptr arg(6) ; yoffset
63 mov rsi, arg(0) ;ref_ptr
64 mov rdi, arg(2) ;src_ptr
65 movsxd rcx, dword ptr arg(4) ;Height
84 add rsi, dword ptr arg(1) ;ref_pixels_per_line
86 movsxd r8, dword ptr arg(1) ;ref_pixels_per_line
87 movsxd r9, dword ptr arg(3) ;src_pixels_per_line
137 add rsi, dword ptr arg(1) ;ref_pixels_per_line
138 add rdi, dword ptr arg(
[all...]
H A Dsad_sse2.asm29 mov rsi, arg(0) ;src_ptr
30 mov rdi, arg(2) ;ref_ptr
32 movsxd rax, dword ptr arg(1) ;src_stride
33 movsxd rdx, dword ptr arg(3) ;ref_stride
103 mov rsi, arg(0) ;src_ptr
104 mov rdi, arg(2) ;ref_ptr
106 movsxd rbx, dword ptr arg(1) ;src_stride
107 movsxd rdx, dword ptr arg(3) ;ref_stride
117 cmp eax, arg(4)
166 mov rsi, arg(
[all...]
/external/chromium/base/
H A Dcommand_line.cc42 void Lowercase(std::string* arg) { argument
43 transform(arg->begin(), arg->end(), arg->begin(), tolower);
48 std::wstring WindowsStyleQuote(const std::wstring& arg) { argument
51 if (arg.find_first_of(L" \\\"") == std::wstring::npos) {
53 return arg;
58 for (size_t i = 0; i < arg.size(); ++i) {
59 if (arg[i] == '\\') {
62 for (; end < arg
206 const std::string& arg = argv_[i]; local
455 std::wstring arg; local
[all...]
H A Dgmock_unittest.cc90 int arg = 0; local
91 mock.OutputParam(&arg);
92 EXPECT_EQ(5, arg);
102 int arg = 0; local
103 mock.OutputParam(&arg);
104 EXPECT_EQ(5, arg);
/external/iproute2/tc/
H A Dm_police.c48 static void explain1(char *arg) argument
50 fprintf(stderr, "Illegal \"%s\"\n", arg);
75 int police_action_a2n(char *arg, int *result) argument
79 if (matches(arg, "continue") == 0)
81 else if (matches(arg, "drop") == 0)
83 else if (matches(arg, "shot") == 0)
85 else if (matches(arg, "pass") == 0)
87 else if (strcmp(arg, "ok") == 0)
89 else if (matches(arg, "reclassify") == 0)
91 else if (matches(arg, "pip
103 get_police_result(int *action, int *result, char *arg) argument
322 print_police(struct action_util *a, FILE *f, struct rtattr *arg) argument
369 tc_print_police(FILE *f, struct rtattr *arg) argument
[all...]
/external/iproute2/ip/
H A Dxfrm_monitor.c46 struct nlmsghdr *n, void *arg)
48 FILE *fp = (FILE*)arg;
107 struct nlmsghdr *n, void *arg)
109 FILE *fp = (FILE*)arg;
137 struct nlmsghdr *n, void *arg)
140 FILE *fp = (FILE*)arg;
175 struct nlmsghdr *n, void *arg)
177 FILE *fp = (FILE*)arg;
210 void xfrm_ae_flags_print(__u32 flags, void *arg) argument
212 FILE *fp = (FILE*)arg;
45 xfrm_acquire_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
106 xfrm_state_flush_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
136 xfrm_policy_flush_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
174 xfrm_report_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
239 xfrm_ae_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
270 xfrm_mapping_print(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
292 xfrm_accept_msg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
[all...]
H A Dipmonitor.c38 struct nlmsghdr *n, void *arg)
40 FILE *fp = (FILE*)arg;
48 print_route(who, n, arg);
55 print_linkinfo(who, n, arg);
61 print_addrinfo(who, n, arg);
67 print_addrlabel(who, n, arg);
73 print_neigh(who, n, arg);
79 print_prefix(who, n, arg);
85 print_rule(who, n, arg);
37 accept_msg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtFunction.java94 Expression arg = (Expression) m_argVec.elementAt(i);
96 arg.fixupVariables(vars, globalsSize);
197 Expression arg = (Expression) m_argVec.elementAt(i);
199 XObject xobj = arg.execute(xctxt);
226 * @param arg non-null expression that represents the argument.
232 public void setArg(Expression arg, int argNum) argument
235 m_argVec.addElement(arg);
236 arg.exprSetParent(this);
309 Expression arg = (Expression) m_argVec.elementAt(i);
311 arg
[all...]
/external/bison/lib/
H A Dprintf-parse.c88 size_t a_allocated; /* allocated elements of a->arg */
98 a->arg = a->direct_alloc_arg;
115 memory = (argument *) (a->arg != a->direct_alloc_arg \
116 ? realloc (a->arg, memory_size) \
121 if (a->arg == a->direct_alloc_arg) \
122 memcpy (memory, a->arg, a->count * sizeof (argument)); \
123 a->arg = memory; \
126 a->arg[a->count++].type = TYPE_NONE; \
127 if (a->arg[n].type == TYPE_NONE) \
128 a->arg[
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dbitstate.cc27 int arg; member in struct:re2::Job
44 void Push(int id, const char* p, int arg);
119 // Push the triple (id, p, arg) onto the stack, growing it if necessary.
120 void BitState::Push(int id, const char* p, int arg) { argument
129 // Only check ShouldVisit when arg == 0.
130 // When arg > 0, we are continuing a previous visit.
131 if (arg == 0 && !ShouldVisit(id, p))
137 j->arg = arg;
152 int arg local
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc50 static bool HasName(ThreadContextBase *tctx, void *arg) { argument
51 char *name = (char*)arg;
55 static bool HasUid(ThreadContextBase *tctx, void *arg) { argument
56 uptr uid = (uptr)arg;
60 static void MarkUidAsPresent(ThreadContextBase *tctx, void *arg) { argument
61 bool *arr = (bool*)arg;
167 void OnJoined(void *arg) { argument
168 uptr shard = (uptr)arg;
171 void OnStarted(void *arg) { argument
172 uptr shard = (uptr)arg;
175 OnCreated(void *arg) argument
183 RunThread(void *arg) argument
[all...]
/external/regex-re2/re2/
H A Dbitstate.cc27 int arg; member in struct:re2::Job
44 void Push(int id, const char* p, int arg);
119 // Push the triple (id, p, arg) onto the stack, growing it if necessary.
120 void BitState::Push(int id, const char* p, int arg) { argument
129 // Only check ShouldVisit when arg == 0.
130 // When arg > 0, we are continuing a previous visit.
131 if (arg == 0 && !ShouldVisit(id, p))
137 j->arg = arg;
152 int arg local
[all...]
/external/kernel-headers/original/asm-x86/xen/
H A Dhypercall.h173 HYPERVISOR_sched_op(int cmd, unsigned long arg) argument
175 return _hypercall2(int, sched_op, cmd, arg);
205 HYPERVISOR_memory_op(unsigned int cmd, void *arg) argument
207 return _hypercall2(int, memory_op, cmd, arg);
229 HYPERVISOR_event_channel_op(int cmd, void *arg) argument
231 int rc = _hypercall2(int, event_channel_op, cmd, arg);
235 memcpy(&op.u, arg, sizeof(op.u));
237 memcpy(arg, &op.u, sizeof(op.u));
243 HYPERVISOR_xen_version(int cmd, void *arg) argument
245 return _hypercall2(int, xen_version, cmd, arg);
255 HYPERVISOR_physdev_op(int cmd, void *arg) argument
306 HYPERVISOR_nmi_op(unsigned long op, unsigned long arg) argument
367 MULTI_memory_op(struct multicall_entry *mcl, unsigned int cmd, void *arg) argument
[all...]
/external/chromium_org/base/
H A Dgmock_unittest.cc90 int arg = 0; local
91 mock.OutputParam(&arg);
92 EXPECT_EQ(5, arg);
102 int arg = 0; local
103 mock.OutputParam(&arg);
104 EXPECT_EQ(5, arg);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
H A Dpprthred.h64 ** tight. This call invokes "start(obj,arg)" and returns when the
95 ** will be applied to the argument, arg, when called. Setting the procedure
98 typedef void (*PRThreadDumpProc)(PRFileDesc *fd, PRThread *t, void *arg);
100 PRThread* thread, PRThreadDumpProc dump, void *arg);
152 void (*start)(void *arg),
153 void *arg,
222 ** Enumeration function that applies "func(thread,i,arg)" to each active
228 typedef PRStatus (PR_CALLBACK *PREnumerator)(PRThread *t, int i, void *arg);
229 NSPR_API(PRStatus) PR_EnumerateThreads(PREnumerator func, void *arg);
/external/chromium_org/tools/perf/
H A Drun_measurement114 def GetModernizedTestName(self, arg):
115 if arg not in old_benchmark_names:
116 return arg
119 arg,
120 old_benchmark_names.get(arg)))
121 return old_benchmark_names[arg]
/external/chromium_org/v8/src/
H A Dflags.cc293 // Helper function to parse flags: Takes an argument arg and splits it into
295 // if the arg started with "-no" or "--no". The buffer may be used to NUL-
297 static void SplitArgument(const char* arg, argument
307 if (arg != NULL && *arg == '-') {
309 arg++; // remove 1st '-'
310 if (*arg == '-') {
311 arg++; // remove 2nd '-'
312 if (arg[0] == '\0') {
318 if (arg[
[all...]

Completed in 3703 milliseconds

<<11121314151617181920>>