Searched refs:arg (Results 351 - 375 of 2936) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/remoting/protocol/
H A Dinput_filter_unittest.cc18 return arg.usb_keycode() == static_cast<uint32>(usb_keycode) &&
19 arg.pressed() == pressed;
23 return arg.text() == text;
27 return arg.x() == x && arg.y() == y;
/external/chromium_org/tools/ipc_fuzzer/
H A Dplay_testcase.py80 for arg in args.chrome_args:
81 if arg.find('=') != -1:
82 switch, value = arg.split('=', 1)
86 chrome_command.append(arg)
91 command_line = ' '.join(['\'' + arg + '\'' for arg in chrome_command])
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc47 void ThreadContextBase::SetJoined(void *arg) { argument
53 OnJoined(arg);
62 void ThreadContextBase::SetStarted(uptr _os_id, void *arg) { argument
65 OnStarted(arg);
69 bool _detached, u32 _parent_tid, void *arg) {
77 OnCreated(arg);
122 void *arg) {
153 parent_tid, arg);
158 void *arg) {
164 cb(tctx, arg);
68 SetCreated(uptr _user_id, u64 _unique_id, bool _detached, u32 _parent_tid, void *arg) argument
121 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg) argument
157 RunCallbackForEachThreadLocked(ThreadCallback cb, void *arg) argument
168 FindThread(FindThreadCallback cb, void *arg) argument
179 FindThreadContextLocked(FindThreadCallback cb, void *arg) argument
189 FindThreadContextByOsIdCallback(ThreadContextBase *tctx, void *arg) argument
238 JoinThread(u32 tid, void *arg) argument
268 StartThread(u32 tid, uptr os_id, void *arg) argument
[all...]
/external/elfutils/0.153/libdw/
H A Dlibdw_visit_scopes.c99 __libdw_visit_scopes (depth, root, previsit, postvisit, arg)
104 void *arg;
115 previsit, postvisit, arg);
124 int result = (*previsit) (depth + 1, &child, arg);
169 int result = (*postvisit) (depth + 1, &child, arg);
/external/libunwind/src/ptrace/
H A D_UPT_access_fpreg.c32 int write, void *arg)
35 struct UPT_info *ui = arg;
76 int write, void *arg)
78 struct UPT_info *ui = arg;
111 int write, void *arg)
31 _UPT_access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
75 _UPT_access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
110 _UPT_access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
/external/nanopb-c/tests/callbacks/
H A Dencode_callbacks.c9 bool encode_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) argument
19 bool encode_int32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) argument
27 bool encode_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) argument
37 bool encode_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) argument
47 bool encode_repeatedstring(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) argument
/external/strace/test/
H A Dthreaded_execve.c55 size_t stack_size, int flags, void *arg, ...);
58 #define clone2(func, stack_base, size, flags, arg...) \
59 clone(func, stack_base, flags, arg)
61 #define clone2(func, stack_base, size, flags, arg...) \
62 clone(func, (stack_base) + (size), flags, 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/base/android/java/src/org/chromium/base/
H A DTraceEvent.java217 * @param arg The arguments of the event.
219 public static void instant(String name, String arg) { argument
220 if (sEnabled) nativeInstant(name, arg);
245 * @param arg The arguments of the event.
247 public static void startAsync(String name, long id, String arg) { argument
248 if (sEnabled) nativeStartAsync(name, id, arg);
273 * @param arg The arguments of the event.
275 public static void finishAsync(String name, long id, String arg) { argument
276 if (sEnabled) nativeFinishAsync(name, id, arg);
303 * @param arg Th
305 begin(String name, String arg) argument
330 end(String name, String arg) argument
352 nativeInstant(String name, String arg) argument
353 nativeBegin(String name, String arg) argument
354 nativeEnd(String name, String arg) argument
357 nativeStartAsync(String name, long id, String arg) argument
358 nativeFinishAsync(String name, long id, String arg) argument
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdswitch.c316 set_quality_ratings (j_compress_ptr cinfo, char *arg, boolean force_baseline)
327 if (*arg) {
329 if (sscanf(arg, "%d%c", &val, &ch) < 1)
339 while (*arg && *arg++ != ',') /* advance to next segment of arg string */
356 set_quant_slots (j_compress_ptr cinfo, char *arg)
367 if (*arg) {
369 if (sscanf(arg, "%d%c", &val, &ch) < 1)
379 while (*arg
[all...]
H A Dcjpeg.c220 char * arg; local
241 arg = argv[argn];
242 if (*arg != '-') {
250 arg++; /* advance past switch marker character */
252 if (keymatch(arg, "arithmetic", 1)) {
262 } else if (keymatch(arg, "baseline", 1)) {
266 } else if (keymatch(arg, "dct", 2)) {
279 } else if (keymatch(arg, "debug", 1) || keymatch(arg, "verbose", 1)) {
294 } else if (keymatch(arg, "grayscal
[all...]
/external/chromium_org/third_party/libvpx/source/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...]
/external/iptables/extensions/
H A Dlibxt_addrtype.c86 static void parse_types(const char *arg, uint16_t *mask) argument
90 while ((comma = strchr(arg, ',')) != NULL) {
91 if (comma == arg || !parse_type(arg, comma-arg, mask))
93 "addrtype: bad type `%s'", arg);
94 arg = comma + 1;
97 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mas
[all...]
H A Dlibipt_SAME.c42 char *dash, *arg; local
45 arg = strdup(orig_arg);
46 if (arg == NULL)
49 dash = strchr(arg, '-');
54 ip = xtables_numeric_to_ipaddr(arg);
57 arg);
70 arg, dash+1);
71 free(arg);
87 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...]
/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/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/iproute2/ip/
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
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...]
/external/libunwind/src/x86/
H A DGinit.c65 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
72 void *arg)
142 void *arg)
166 const struct cursor *c = (const struct cursor *)arg;
191 void *arg)
194 ucontext_t *uc = ((struct cursor *)arg)->uc;
221 int write, void *arg)
223 ucontext_t *uc = ((struct cursor *)arg)->uc;
255 void *arg)
71 get_dyn_info_list_addr(unw_addr_space_t as, unw_word_t *dyn_info_list_addr, void *arg) argument
141 access_mem(unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, void *arg) argument
190 access_reg(unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, void *arg) argument
220 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
253 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) argument
/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/WebKit/Source/modules/filesystem/
H A DDOMFileSystem.h129 DispatchCallbackRefPtrArgTask(CB* callback, PassRefPtrWillBeRawPtr<CBArg> arg) argument
131 , m_callbackArg(arg)
148 DispatchCallbackPtrArgTask(CB* callback, CBArg* arg) argument
150 , m_callbackArg(arg)
167 DispatchCallbackNonPtrArgTask(CB* callback, const CBArg& arg) argument
169 , m_callbackArg(arg)
204 void DOMFileSystem::scheduleCallback(ExecutionContext* executionContext, CB* callback, PassRefPtrWillBeRawPtr<CBArg> arg) argument
208 executionContext->postTask(adoptPtr(new DispatchCallbackRefPtrArgTask<CB, CBArg>(callback, arg)));
212 void DOMFileSystem::scheduleCallback(ExecutionContext* executionContext, CB* callback, CBArg* arg) argument
216 executionContext->postTask(adoptPtr(new DispatchCallbackPtrArgTask<CB, CBArg>(callback, arg)));
220 scheduleCallback(ExecutionContext* executionContext, CB* callback, const HeapVector<CBArg>& arg) argument
228 scheduleCallback(ExecutionContext* executionContext, CB* callback, const CBArg& arg) argument
[all...]

Completed in 1953 milliseconds

<<11121314151617181920>>