HomeSort by relevance Sort by last modified time
    Searched refs:yes (Results 401 - 425 of 529) sorted by null

<<11121314151617181920>>

  /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());
  /dalvik/vm/compiler/template/armv5te/
footer.S 63 bxne r2 @ yes - go ahead
  /external/kernel-headers/original/linux/
kernel.h 185 extern void bust_spinlocks(int yes);
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 199 found_devenv := \$(shell which \$(MSBUILD_TOOL) >/dev/null 2>&1 && echo yes)
rtcd.sh 16 --config=FILE File with CONFIG_FOO=yes lines to parse
122 [ "$CONFIG_RUNTIME_CPU_DETECT" = "yes" ] || require $ALL_ARCHS
343 if [ "$HAVE_DSPR2" = "yes" ]; then
  /external/valgrind/main/cachegrind/
cg_annotate.in 154 --auto=yes|no annotate all source files containing functions
222 # --auto=yes|no
223 } elsif ($arg =~ /^--auto=yes$/) {
682 @@ solution: Recompile program and rerun under "valgrind --cachesim=yes" to
  /ndk/build/tools/
builder-funcs.sh 26 if [ "$VERBOSE2" = "yes" ]; then
71 if [ "$VERBOSE2" = "yes" ]; then
502 if [ "$(arch_in_unknown_archs $ARCH)" = "yes" ]; then
  /dalvik/vm/mterp/out/
InterpAsm-mips.S     [all...]
InterpAsm-armv5te.S 834 beq 1f @ yes
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 559 blo .LstackOverflow @ yes, this frame will overflow stack
    [all...]
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader.js 104 * @return {boolean} True if yes, false if not.
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 151 checkbox.checked = 'yes';
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js 9 * If yes, replace the cell's contents with the corresponding value and
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 108 If this is set to I<yes>, then it is the same as the B<--verbose> command
206 $config_vars{'LICENSECHECK_VERBOSE'} =~ /^(yes|no)$/
219 $opt_verbose = $config_vars{'LICENSECHECK_VERBOSE'} eq 'yes' ? 1 : 0;
licensecheck.pl 108 If this is set to I<yes>, then it is the same as the B<--verbose> command
210 $config_vars{'LICENSECHECK_VERBOSE'} =~ /^(yes|no)$/
223 $opt_verbose = $config_vars{'LICENSECHECK_VERBOSE'} eq 'yes' ? 1 : 0;
  /external/openssh/contrib/aix/
buildbff.sh 143 perl -p -i -e "s/#PermitRootLogin yes/PermitRootLogin no/" \
146 if [ "${X11_FORWARDING}" = yes ]
148 perl -p -i -e "s/#X11Forwarding no/X11Forwarding yes/" \
262 if [ "$AIX_SRC" = "yes" ]
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 149 + ((info.isGroupOwner == true) ? getResources().getString(R.string.yes)
  /external/bison/build-aux/
gendocs.sh 148 --docbook) docbook=yes;;
  /external/llvm/test/
Makefile 41 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 324 builder.setPositiveButton(R.string.yes, listener);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 135 p.mPositiveButtonText = getString(R.string.yes);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 234 getString(R.string.yes),
  /external/mksh/src/
check.pl 114 # expected-fail 'yes' if the test is expected to fail.
140 # need-ctty 'yes' if the test needs a ctty, run
1096 if ($test{'expected-fail'} !~ /^(yes|no)$/) {
1101 $test{'expected-fail'} = $1 eq 'yes';
1106 if ($test{'need-ctty'} !~ /^(yes|no)$/) {
1111 $test{'need-ctty'} = $1 eq 'yes';
1116 if ($test{'need-pass'} !~ /^(yes|no)$/) {
1121 $test{'need-pass'} = $1 eq 'yes';
    [all...]

Completed in 562 milliseconds

<<11121314151617181920>>