/dalvik/vm/mterp/armv5te/ |
OP_EXECUTE_INLINE.S | 21 bne .L${opcode}_debugmode @ yes - take slow path
|
OP_EXECUTE_INLINE_RANGE.S | 19 bne .L${opcode}_debugmode @ yes - take slow path
|
/dalvik/vm/mterp/mips/ |
OP_EXECUTE_INLINE.S | 21 bnez a2, .L${opcode}_debugmode # yes - take slow path
|
OP_EXECUTE_INLINE_RANGE.S | 19 bnez a2, .L${opcode}_debugmode # yes - take slow path
|
/dalvik/vm/mterp/x86/ |
OP_EXECUTE_INLINE.S | 20 jnz .L${opcode}_debugprofile # yes, take slow path
|
OP_NEW_INSTANCE.S | 60 jne .L${opcode}_end # yes, finish
|
/external/chromium_org/tools/valgrind/ |
chrome_tests.bat | 69 set RUNNING_ON_VALGRIND=yes
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1118.js | 45 // 1 - yes, 2 - no, 3 - always, 4 - never.
|
/external/openssh/regress/ |
cert-hostkey.sh | 48 for privsep in yes no ; do 90 for privsep in yes no ; do
|
cert-userkey.sh | 41 for privsep in yes no ; do 167 for privsep in yes no ; do
|
/external/v8/test/mjsunit/regress/ |
regress-1118.js | 45 // 1 - yes, 2 - no, 3 - always, 4 - never.
|
/external/elfutils/tests/ |
Makefile.am | 50 tests_rpath = yes 163 static_build=yes 210 line2addr_no_Wformat = yes
|
/external/ipsec-tools/src/racoon/ |
sockmisc.c | 696 int yes = 1; local 716 (void *)&yes, sizeof(yes)) < 0) { 726 (void *)&yes, sizeof(yes)) < 0) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 231 --help|-h|-\?) OPTION_HELP=yes 235 --force) FORCE="yes" 275 --only-sysroot) ONLY_SYSROOT=yes 277 --bootstrap) BOOTSTRAP=yes 279 --list-tasks) LIST_TASKS=yes 294 if [ "$OPTION_HELP" = "yes" ]; then 511 if [ "$FORCE" = "yes" ] ; then 761 echo "yes (ignored)" 763 echo "yes" [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 231 --help|-h|-\?) OPTION_HELP=yes 235 --force) FORCE="yes" 275 --only-sysroot) ONLY_SYSROOT=yes 277 --bootstrap) BOOTSTRAP=yes 279 --list-tasks) LIST_TASKS=yes 294 if [ "$OPTION_HELP" = "yes" ]; then 511 if [ "$FORCE" = "yes" ] ; then 761 echo "yes (ignored)" 763 echo "yes" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
EasyDialogs.py | 6 AskYesNoCancel(question, default) -- display a question and Yes, No and Cancel buttons. 183 def AskYesNoCancel(question, default = 0, yes=None, no=None, cancel=None, id=262): 184 """Display a QUESTION string which can be answered with Yes or No. 186 Return 1 when the user clicks the Yes button. 204 # 2 = Yes 210 if yes is not None: 211 if yes == '': 215 h.SetControlTitle(yes) 799 ok = AskYesNoCancel("Do you want to identify?", yes="Identify", no="No")
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_NATIVE.S | 75 bxne r2 @ yes - go ahead
|
footer.S | 63 bxne r2 @ yes - go ahead
|
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 209 --auto=yes|no annotate all source files containing functions 213 --inclusive=yes|no add subroutine costs to functions calls [no] 267 # --auto=yes|no 268 } elsif ($arg =~ /^--auto=(yes|no)$/) { 269 $auto_annotate = 1 if ($1 eq "yes"); 279 # --inclusive=yes|no 280 } elsif ($arg =~ /^--inclusive=(yes|no)$/) { 281 $inclusive = 1 if ($1 eq "yes"); 1000 @@ solution: Recompile program and rerun under "valgrind --cachesim=yes" to [all...] |
/ndk/build/tools/ |
build-llvm.sh | 52 do_polly_option () { POLLY=yes; } 56 do_check_option () { CHECK=yes; } 137 if [ "$MINGW" != "yes" -a "$DARWIN" != "yes" ] ; then 146 if [ "$VERBOSE" = "yes" ]; then 159 if [ "$DARWIN" = "yes" -o "$MINGW" = "yes" ]; then 168 if [ "$DARWIN" = "yes" ]; then 175 if [ "$POLLY" = "yes" -a ! -d "$SRC_DIR/$TOOLCHAIN/polly" ] ; then 182 if [ "$POLLY" = "yes" ]; the [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 337 True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values 342 if val in ('y', 'yes', 't', 'true', 'on', '1'):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 337 True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values 342 if val in ('y', 'yes', 't', 'true', 'on', '1'):
|
/bionic/libc/arch-mips/string/ |
memset.S | 157 bne AT,zero,.Llast4 # if yes, go to last4
|
/cts/tests/tests/app/src/android/app/cts/ |
AlertDialog_BuilderTest.java | 165 mBuilder.setPositiveButton(android.R.string.yes, mOnClickListener); 173 assertEquals(mContext.getText(android.R.string.yes), mButton.getText()); 181 mBuilder.setPositiveButton(android.R.string.yes, mOnClickListener); 188 assertEquals(mContext.getText(android.R.string.yes), mButton.getText());
|
/external/kernel-headers/original/linux/ |
kernel.h | 185 extern void bust_spinlocks(int yes);
|