/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 337 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...] |
InterpAsm-armv5te-vfp.S | 834 beq 1f @ yes [all...] |
InterpAsm-armv7-a-neon.S | 845 beq 1f @ yes [all...] |
InterpAsm-armv7-a.S | 845 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 | 102 * @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...] |
/packages/apps/Stk/src/com/android/stk/ |
StkAppService.java | 87 yes, // The action was started via a user initiated action enum constant in enum:StkAppService.InitiatedByUserAction 121 static final int YES = 1; 596 case YES: 621 * @param userAction If the userAction is yes then we always return 0 otherwise 630 return ((userAction == InitiatedByUserAction.yes) | mMenuIsVisibile) ? 641 intentFlags |= getFlagActivityNoUserAction(InitiatedByUserAction.yes); 838 args.putInt(CHOICE, YES); [all...] |
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
standalone_hack.js | 254 'resizable=yes,scrollbars=yes,status=yes');
|