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

<<11121314151617181920>>

/external/valgrind/main/cachegrind/
H A Dcg-arch.c114 Bool VG_(str_clo_cache_opt)(Char *arg, argument
121 if VG_STR_CLO(arg, "--I1", tmp_str) {
122 parse_cache_opt(clo_I1c, arg, tmp_str);
124 } else if VG_STR_CLO(arg, "--D1", tmp_str) {
125 parse_cache_opt(clo_D1c, arg, tmp_str);
127 } else if (VG_STR_CLO(arg, "--L2", tmp_str) || // for backwards compatibility
128 VG_STR_CLO(arg, "--LL", tmp_str)) {
129 parse_cache_opt(clo_LLc, arg, tmp_str);
/external/valgrind/main/drd/tests/
H A Datomic_var.c37 static void* thread_func_1(void* arg) argument
44 static void* thread_func_2(void* arg) argument
H A Dpth_barrier_race.c22 static void* thread(void* arg) argument
/external/valgrind/main/helgrind/tests/
H A Dbar_trivial.c17 void* child_fn ( void* arg )
19 long r, n = (long)arg;
H A Dtc14_laog_dinphils.c12 void* dine ( void* arg )
15 long left = (long)arg;
/external/libppp/src/
H A Dncp.c442 ncp_Show(struct cmdargs const *arg) argument
444 struct ncp *ncp = &arg->bundle->ncp;
448 prompt_Printf(arg->prompt, "Next queued AF: %s\n",
453 prompt_Printf(arg->prompt, "\n");
454 route_ShowSticky(arg->prompt, ncp->route, "Sticky routes", 1);
457 prompt_Printf(arg->prompt, "\nDefaults:\n");
458 prompt_Printf(arg->prompt, " sendpipe: ");
460 prompt_Printf(arg->prompt, "%-20ld\n", ncp->cfg.sendpipe);
462 prompt_Printf(arg->prompt, "unspecified\n");
463 prompt_Printf(arg
[all...]
/external/openssl/include/openssl/
H A Dtls1.h301 #define SSL_set_tlsext_debug_arg(ssl, arg) \
302 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0, (void *)arg)
307 #define SSL_get_tlsext_status_exts(ssl, arg) \
308 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
310 #define SSL_set_tlsext_status_exts(ssl, arg) \
311 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
313 #define SSL_get_tlsext_status_ids(ssl, arg) \
314 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
316 #define SSL_set_tlsext_status_ids(ssl, arg) \
317 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
[all...]
/external/openssl/ssl/
H A Dtls1.h301 #define SSL_set_tlsext_debug_arg(ssl, arg) \
302 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0, (void *)arg)
307 #define SSL_get_tlsext_status_exts(ssl, arg) \
308 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
310 #define SSL_set_tlsext_status_exts(ssl, arg) \
311 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg)
313 #define SSL_get_tlsext_status_ids(ssl, arg) \
314 SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
316 #define SSL_set_tlsext_status_ids(ssl, arg) \
317 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg)
[all...]
/external/v8/src/
H A Dflags.cc268 // Helper function to parse flags: Takes an argument arg and splits it into
270 // if the arg started with "-no" or "--no". The buffer may be used to NUL-
272 static void SplitArgument(const char* arg, argument
282 if (arg != NULL && *arg == '-') {
284 arg++; // remove 1st '-'
285 if (*arg == '-') {
286 arg++; // remove 2nd '-'
287 if (arg[0] == '\0') {
293 if (arg[
[all...]
/external/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py43 for arg, exp in zip(cmds[0].arguments, expected):
44 assert arg == exp
61 for arg, exp in zip(cmds[i].arguments, expected[i]['line']):
62 assert arg == exp
/external/clang/test/CodeGen/
H A Dannotations-builtin.c41 char **arg = (char**) __builtin_annotation((int) argv, "annotation_a"); local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunrc.cmd17 Run RC file, name is in the first arg, second arg is either PATH
21 parse arg name path rest
37 parse arg name path dir
/external/expat/xmlwf/
H A Dwin32filemap.c27 void (*processor)(const void *, size_t, const TCHAR *, void *arg),
28 void *arg)
54 processor(&c, 0, name, arg);
71 processor(p, size, name, arg);
26 filemap(const TCHAR *name, void (*processor)(const void *, size_t, const TCHAR *, void *arg), void *arg) argument
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DEventHandlerTest.java183 * @param arg argument to record.
185 public void recordingMethod(Object arg) { argument
190 methodArgument = arg;
193 public void exceptionThrowingMethod(Object arg) throws Exception { argument
201 public void errorThrowingMethod(Object arg) { argument
/external/openfst/src/include/fst/script/
H A Dconnect.h20 #include <fst/script/arg-packs.h>
H A Dinvert.h20 #include <fst/script/arg-packs.h>
/external/valgrind/main/include/
H A Dpub_tool_replacemalloc.h66 extern Bool VG_(replacement_malloc_process_cmd_line_option) ( Char* arg );
/external/valgrind/main/none/tests/x86/
H A Dfxtract.c5 double arg, res1, res2; variable
11 "\tfldl " VG_SYM(arg) "\n"
20 arg = x * 1.414213562373049;
23 printf("%17.10e -> %14.10f %14.10f\n", arg, res1, res2);
/external/webkit/Source/WebCore/fileapi/
H A DDOMFileSystem.h83 DispatchCallbackTask(PassRefPtr<CB> callback, PassRefPtr<CBArg> arg) argument
85 , m_callbackArg(arg)
101 void DOMFileSystem::scheduleCallback(ScriptExecutionContext* scriptExecutionContext, PassRefPtr<CB> callback, PassRefPtr<CBArg> arg) argument
105 scriptExecutionContext->postTask(new DispatchCallbackTask<CB, CBArg>(callback, arg));
/external/chromium/base/
H A Dtuple.h540 inline void DispatchToMethod(ObjT* obj, Method method, const Tuple0& arg) { argument
545 inline void DispatchToMethod(ObjT* obj, Method method, const A& arg) { argument
546 (obj->*method)(arg);
550 inline void DispatchToMethod(ObjT* obj, Method method, const Tuple1<A>& arg) { argument
551 (obj->*method)(arg.a);
557 const Tuple2<A, B>& arg) {
558 (obj->*method)(arg.a, arg.b);
563 const Tuple3<A, B, C>& arg) {
564 (obj->*method)(arg
555 DispatchToMethod(ObjT* obj, Method method, const Tuple2<A, B>& arg) argument
562 DispatchToMethod(ObjT* obj, Method method, const Tuple3<A, B, C>& arg) argument
568 DispatchToMethod(ObjT* obj, Method method, const Tuple4<A, B, C, D>& arg) argument
574 DispatchToMethod(ObjT* obj, Method method, const Tuple5<A, B, C, D, E>& arg) argument
581 DispatchToMethod(ObjT* obj, Method method, const Tuple6<A, B, C, D, E, F>& arg) argument
588 DispatchToMethod(ObjT* obj, Method method, const Tuple7<A, B, C, D, E, F, G>& arg) argument
595 DispatchToMethod(ObjT* obj, Method method, const Tuple8<A, B, C, D, E, F, G, H>& arg) argument
603 DispatchToFunction(Function function, const Tuple0& arg) argument
608 DispatchToFunction(Function function, const A& arg) argument
613 DispatchToFunction(Function function, const Tuple1<A>& arg) argument
618 DispatchToFunction(Function function, const Tuple2<A, B>& arg) argument
623 DispatchToFunction(Function function, const Tuple3<A, B, C>& arg) argument
628 DispatchToFunction(Function function, const Tuple4<A, B, C, D>& arg) argument
634 DispatchToFunction(Function function, const Tuple5<A, B, C, D, E>& arg) argument
640 DispatchToFunction(Function function, const Tuple6<A, B, C, D, E, F>& arg) argument
647 DispatchToFunction(Function function, const Tuple7<A, B, C, D, E, F, G>& arg) argument
654 DispatchToFunction(Function function, const Tuple8<A, B, C, D, E, F, G, H>& arg) argument
662 DispatchToMethod(ObjT* obj, Method method, const Tuple0& arg, Tuple0*) argument
669 DispatchToMethod(ObjT* obj, Method method, const A& arg, Tuple0*) argument
674 DispatchToMethod(ObjT* obj, Method method, const Tuple1<A>& arg, Tuple0*) argument
681 DispatchToMethod(ObjT* obj, Method method, const Tuple2<A, B>& arg, Tuple0*) argument
688 DispatchToMethod(ObjT* obj, Method method, const Tuple3<A, B, C>& arg, Tuple0*) argument
694 DispatchToMethod(ObjT* obj, Method method, const Tuple4<A, B, C, D>& arg, Tuple0*) argument
700 DispatchToMethod(ObjT* obj, Method method, const Tuple5<A, B, C, D, E>& arg, Tuple0*) argument
707 DispatchToMethod(ObjT* obj, Method method, const Tuple6<A, B, C, D, E, F>& arg, Tuple0*) argument
[all...]
/external/webkit/Source/WebCore/xml/
H A DXPathFunctions.cpp320 Value a = arg(0)->evaluate();
384 Value a = arg(0)->evaluate();
398 Value a = arg(0)->evaluate();
412 Value a = arg(0)->evaluate();
425 Value a = arg(0)->evaluate();
434 return arg(0)->evaluate().toString();
443 String str(arg(i)->evaluate().toString());
452 String s1 = arg(0)->evaluate().toString();
453 String s2 = arg(1)->evaluate().toString();
463 String s1 = arg(
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFunctionOneArg.java55 * @param arg non-null expression that represents the argument.
60 public void setArg(Expression arg, int argNum) argument
66 m_arg0 = arg;
67 arg.exprSetParent(this);
/external/blktrace/btt/
H A Dunplug_hist.c64 void unplug_hist_free(void *arg) argument
66 if (arg) {
68 struct hist_bkt *hbp = arg;
/external/chromium/testing/gmock/src/
H A Dgmock.cc135 const char* const arg = arg_string.c_str(); local
138 if (ParseGoogleMockBoolFlag(arg, "catch_leaked_mocks",
140 ParseGoogleMockStringFlag(arg, "verbose", &GMOCK_FLAG(verbose))) {
/external/clang/test/CodeGenCXX/
H A Dvisibility-inlines-hidden.cpp87 typedef B<A> arg; typedef in namespace:test2
91 extern template void foo<arg>();
95 ns::foo<arg>();

Completed in 682 milliseconds

<<11121314151617181920>>