HomeSort by relevance Sort by last modified time
    Searched refs:ARGS (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /ndk/build/tools/
build-host-gdb.sh 144 local ARGS
149 ARGS=" --prefix=$INSTALLDIR"
150 ARGS=$ARGS" --disable-shared --enable-static"
151 ARGS=$ARGS" --build=$BH_BUILD_CONFIG"
152 ARGS=$ARGS" --host=$BH_HOST_CONFIG"
159 run2 "$SRCDIR"/configure $ARGS &&
177 local ARGS TEX
    [all...]
build-host-gcc.sh 551 # $2: optional compiler args (should be empty, -m32 or -m64)
    [all...]
build-host-python.sh 216 local ARGS TEXT
222 ARGS=" --prefix=$INSTALLDIR"
228 ARGS=$ARGS" --build=$BH_BUILD_CONFIG"
230 ARGS=$ARGS" --host=$BH_HOST_CONFIG"
231 ARGS=$ARGS" $PYDEBUG"
232 ARGS=$ARGS" --disable-ipv6
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl 100 my @ARGS;
101 push @ARGS, @ANT_OPTS;
119 push @ARGS, "-classpath", "$localpath";
120 push @ARGS, "-Dant.home=$HOME";
123 push @ARGS, "-Dcygwin.user.home=\"$CYGHOME\""
125 push @ARGS, "org.apache.tools.ant.launch.Launcher", @ANT_ARGS;
126 push @ARGS, @ARGV;
134 push @ARGS, "-lib", "\$CLASSPATH";
138 push @ARGS, "-lib", "$classpath";
141 print "\n $JAVACMD @ARGS\n\n" if ($debug)
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.h 39 # define PLUGIN_LOG(FORMAT, ARGS...) do { anp_logPlugin(FORMAT, ## ARGS); } while(0)
  /external/srtp/test/
rtpw_test.sh 13 ARGS="-k $key -ae"
27 $RTPW $* $ARGS -r 0.0.0.0 $DEST_PORT &
46 $RTPW $* $ARGS -s 127.0.0.1 $DEST_PORT &
  /external/mdnsresponder/mDNSCore/
mDNSDebug.h 103 #define debug_noop( ARGS... ) ((void)0)
104 #define LogMsg( ARGS... ) LogMsgWithLevel(MDNS_LOG_MSG, ARGS)
105 #define LogOperation( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_OPERATION, ARGS); } while (0)
106 #define LogSPS( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_SPS, ARGS); } while (0)
107 #define LogInfo( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, ARGS); } while (0)
  /external/llvm/test/Object/Inputs/
elfver.S 2 # ARGS="-shared -nostdlib -Wl,--version-script=elfver.script"
3 # clang $ARGS -m32 elfver.S -lc -o elf-versioning-test.i386
4 # clang $ARGS -m64 elfver.S -lc -o elf-versioning-test.x86_64
  /external/quake/quake/src/WinQuake/
quakedef.h 421 #define PMPLOG(ARGS) PMP_Event ARGS
422 #define PMPWARNING(ARGS) PMP_Event ARGS
423 #define PMPERROR(ARGS) PMP_Event ARGS
429 #define PMPBEGIN(ARGS) PMP_Begin ARGS
430 #define PMPEVENT(ARGS) PMP_Event ARGS
    [all...]
  /external/libffi/src/sparc/
v9.S 37 #define ARGS (128) /* Offset of register area in frame */
58 ldx [%l0+ARGS], %o0 ! call foreign function
60 ldd [%l0+ARGS], %f0
61 ldd [%l0+ARGS+8], %f2
62 ldd [%l0+ARGS+16], %f4
63 ldd [%l0+ARGS+24], %f6
64 ldd [%l0+ARGS+32], %f8
65 ldd [%l0+ARGS+40], %f10
66 ldd [%l0+ARGS+48], %f12
67 ldd [%l0+ARGS+56], %f1
    [all...]
  /external/clang/
gen_diff.sh 15 ARGS=`getopt -o h --long help -- "$@"`
16 eval set -- "$ARGS"
  /external/grub/
compile 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libffi/
compile 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libogg/
compile 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libusb/
compile 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libusb-compat/
compile 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libvorbis/
compile 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /ndk/sources/host-tools/make-3.81/config/
compile 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 493 case 2: state = State.ARGS; break;
507 case 2: state = State.ARGS; break;
521 case 2: state = State.ARGS; break;
535 case 2: state = State.ARGS; break;
549 case 2: state = State.ARGS; break;
563 case 2: state = State.ARGS; break;
577 case 2: state = State.ARGS; break;
591 case 2: state = State.ARGS; break;
605 case 2: state = State.ARGS; break;
619 case 2: state = State.ARGS; break
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 143 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
145 _fn != NULL ? (*_fn) ARGS : ELSE; }))
147 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
148 (FUNC != NULL ? FUNC ARGS : ELSE)
154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
155 (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)
156 # define __libc_ptf_call_always(FUNC, ARGS) \
157 PTHFCT_CALL (ptr_##FUNC, ARGS)
160 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
161 __libc_maybe_call (FUNC, ARGS, ELSE
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 143 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
145 _fn != NULL ? (*_fn) ARGS : ELSE; }))
147 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
148 (FUNC != NULL ? FUNC ARGS : ELSE)
154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
155 (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)
156 # define __libc_ptf_call_always(FUNC, ARGS) \
157 PTHFCT_CALL (ptr_##FUNC, ARGS)
160 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
161 __libc_maybe_call (FUNC, ARGS, ELSE
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 143 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
145 _fn != NULL ? (*_fn) ARGS : ELSE; }))
147 # define __libc_maybe_call(FUNC, ARGS, ELSE) \
148 (FUNC != NULL ? FUNC ARGS : ELSE)
154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
155 (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)
156 # define __libc_ptf_call_always(FUNC, ARGS) \
157 PTHFCT_CALL (ptr_##FUNC, ARGS)
160 # define __libc_ptf_call(FUNC, ARGS, ELSE) \
161 __libc_maybe_call (FUNC, ARGS, ELSE
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 160 #define PARAMS(ARGS) ARGS
163 #define VPARAMS(ARGS) ARGS
199 #define DEFUN(name, arglist, args) name(args)
213 #define PARAMS(args) ()
214 #define VPARAMS(args) (va_alist) va_dcl
238 #define DEFUN(name, arglist, args) name arglist args;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
ansidecl.h 160 #define PARAMS(ARGS) ARGS
163 #define VPARAMS(ARGS) ARGS
199 #define DEFUN(name, arglist, args) name(args)
213 #define PARAMS(args) ()
214 #define VPARAMS(args) (va_alist) va_dcl
238 #define DEFUN(name, arglist, args) name arglist args;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ansidecl.h 160 #define PARAMS(ARGS) ARGS
163 #define VPARAMS(ARGS) ARGS
199 #define DEFUN(name, arglist, args) name(args)
213 #define PARAMS(args) ()
214 #define VPARAMS(args) (va_alist) va_dcl
238 #define DEFUN(name, arglist, args) name arglist args;
    [all...]

Completed in 2020 milliseconds

1 2 3 4 5