HomeSort by relevance Sort by last modified time
    Searched refs:arg (Results 226 - 250 of 1130) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/extras/tests/memtest/
thumb.cpp 8 extern "C" _Unwind_Reason_Code trace_function(_Unwind_Context *context, void *arg)
  /external/webkit/WebCore/xml/
XPathFunctions.cpp 320 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(0)->evaluate().toString()
    [all...]
  /bionic/libc/arch-arm/bionic/
clone.S 64 @ pick the function arg and call address off the stack and jump
84 # int (*fn)(void *), void* arg );
87 # __clone function here !! Placing 'fn' and 'arg'
106 # store 'fn' and 'arg' to the child stack
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
setNamedItemNS01.java 34 * The "setNamedItemNS(arg)" method for a
36 * arg is an Attr that is already an attribute of another Element object.
40 * Invoke method setNamedItemNS(arg) on the map of the first "address" element with
41 * arg being the attr node from above. Method should raise
81 Node arg; local
89 arg = anotherMap.getNamedItemNS("http://www.netzero.com", "domestic");
96 setNode = map.setNamedItemNS(arg);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
FunctionOneArg.java 55 * @param arg non-null expression that represents the argument.
60 public void setArg(Expression arg, int argNum)
66 m_arg0 = arg;
67 arg.exprSetParent(this);
FunctionMultiArgs.java 56 * @param arg non-null expression that represents the argument.
62 public void setArg(Expression arg, int argNum)
67 super.setArg(arg, argNum);
73 m_args[0] = arg;
83 args[m_args.length] = arg;
86 arg.exprSetParent(this);
  /external/blktrace/btt/
unplug_hist.c 64 void unplug_hist_free(void *arg)
66 if (arg) {
68 struct hist_bkt *hbp = arg;
  /external/e2fsprogs/lib/ss/
pager.c 44 char *ss_safe_getenv(const char *arg)
59 return __secure_getenv(arg);
61 return getenv(arg);
  /external/elfutils/libdw/
dwarf_getmacros.c 26 dwarf_getmacros (die, callback, arg, offset)
29 void *arg;
103 if (callback (&mac, arg) != DWARF_CB_OK)
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns_request.cpp 111 TOsclThreadFuncRet OSCL_THREAD_DECL OsclDNSRequest::ThreadFunc(TOsclThreadFuncArg arg)
115 if (arg)
116 ((DNSRequestParam*)arg)->InThread();
  /external/ppp/pppd/
ecp.c 93 void *arg));
165 ecp_printpkt(p, plen, printer, arg)
169 void *arg;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 68 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
72 unsigned (__stdcall *func)(void *), void *arg,
77 unsigned (__stdcall *func)(void *), void *arg,
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.5.1-2.js 127 function AddCase ( arg, value ) {
129 a[arg] = value;
132 "a[\"" + arg + "\"] = "+ value +"; a.length",
  /frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java 190 String arg = mArgs[mNextArg]; local
191 if (!arg.startsWith("-")) {
195 if (arg.equals("--")) {
198 if (arg.length() > 1 && arg.charAt(1) != '-') {
199 if (arg.length() > 2) {
200 mCurArgData = arg.substring(2);
201 return arg.substring(0, 2);
204 return arg;
208 return arg;
227 String arg = mArgs[mNextArg]; local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 61 arg = ARGV[i];
62 if (gsub("^CPU=", "",arg)) { cpu_eMHz = arg; }
63 else if (gsub("^debug=", "",arg)) { debug = arg; }
64 else if (arg == "kernel") { kernel = 1; }
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_thread.h 68 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
72 unsigned (__stdcall *func)(void *), void *arg,
77 unsigned (__stdcall *func)(void *), void *arg,
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_thread.h 68 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
72 unsigned (__stdcall *func)(void *), void *arg,
77 unsigned (__stdcall *func)(void *), void *arg,
  /prebuilt/windows/sdl/include/SDL/
SDL_thread.h 68 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void *arg);
72 unsigned (__stdcall *func)(void *), void *arg,
77 unsigned (__stdcall *func)(void *), void *arg,
  /external/v8/src/
flags.cc 268 // 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,
282 if (*arg == '-') {
284 arg++; // remove 1st '-'
285 if (*arg == '-') {
286 arg++; // remove 2nd '-'
287 if (arg[0] == '\0') {
293 if (arg[0] == 'n' && arg[1] == 'o')
    [all...]
  /frameworks/base/tools/aidl/
generate_java.cpp 316 arg_type* arg; local
342 arg = method->args;
343 while (arg != NULL) {
345 NAMES.Search(arg->type.type.data), arg->name.data,
346 arg->type.dimension));
347 arg = arg->next;
366 arg = method->args;
367 while (arg != NULL)
    [all...]
  /external/dbus/
ltmain.sh 191 # func_win32_libid arg
192 # return the library type of file 'arg'
231 # func_infer_tag arg
236 # arg is usually of the form 'gcc ...'
241 for arg in $CC; do
242 case $arg in
244 arg="\"$arg\""
247 CC_quoted="$CC_quoted $arg"
261 for arg in $CC; d
    [all...]
  /external/expat/conftools/
ltmain.sh 181 # func_win32_libid arg
182 # return the library type of file 'arg'
221 # func_infer_tag arg
226 # arg is usually of the form 'gcc ...'
231 for arg in $CC; do
232 case $arg in
234 arg="\"$arg\""
237 CC_quoted="$CC_quoted $arg"
251 for arg in $CC; d
    [all...]
  /external/libffi/
ltmain.sh 193 # func_win32_libid arg
194 # return the library type of file 'arg'
239 # func_infer_tag arg
244 # arg is usually of the form 'gcc ...'
249 for arg in $CC; do
250 case $arg in
252 arg="\"$arg\""
255 CC_quoted="$CC_quoted $arg"
269 for arg in $CC; d
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 74 XObject arg = getArg1().execute(xctxt); local
75 boolean argIsNodeSetDTM = (XObject.CLASS_NODESET == arg.getType());
81 XNodeSet ns = (XNodeSet)arg;
91 DTMIterator ni = arg.iter();
142 XMLString ref = arg.xstr();
  /external/openssl/crypto/lhash/
lhash.h 104 unsigned long f_name##_LHASH_HASH(const void *arg) { \
105 o_type a = (o_type)arg; \
123 void f_name##_LHASH_DOALL(void *arg) { \
124 o_type a = (o_type)arg; \
180 void lh_doall_arg(LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);

Completed in 1876 milliseconds

1 2 3 4 5 6 7 8 91011>>