HomeSort by relevance Sort by last modified time
    Searched refs:yes (Results 201 - 225 of 271) sorted by null

1 2 3 4 5 6 7 891011

  /dalvik/vm/mterp/out/
InterpAsm-armv5te.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
  /device/samsung/crespo/alsa-utils/alsaconf/
alsaconf.in 34 if test "$USE_NLS" = "yes" && type -p gettext > /dev/null; then
854 have_alias="yes"
1016 if [ $2 = yes ]; then
1109 ac_try_capture $1 yes $opts >/dev/null 2>&1 && return 0
1110 for d in yes no; do
1157 ac_try_capture $card yes $opts >/dev/null 2>&1 && return 0
1158 for d in yes no; do
1172 ac_try_capture $card yes $ac_opts >/dev/null 2>&1 && return 0
1174 for d in yes no; do
    [all...]
  /external/ipsec-tools/src/racoon/
sockmisc.c 696 int yes = 1; local
716 (void *)&yes, sizeof(yes)) < 0) {
726 (void *)&yes, sizeof(yes)) < 0) {
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 80 yes, // The action was started via a user initiated action enum constant in enum:StkAppService.InitiatedByUserAction
553 * @param userAction If the userAction is yes then we always return 0 otherwise
562 return ((userAction == InitiatedByUserAction.yes) | mMenuIsVisibile) ?
573 intentFlags |= getFlagActivityNoUserAction(InitiatedByUserAction.yes);
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 89 static void endpoint_enable(struct usb_endpoint *ept, unsigned yes)
93 if(yes) {
  /dalvik/dx/etc/
dx.bat 57 REM gets automagically converted into %1=--output and %2=name (yes, really!)
  /device/samsung/crespo/alsa-lib/src/conf/cards/
USB-Audio.conf 96 default yes
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 180 mBuilder.setPositiveButton(android.R.string.yes, mOnClickListener);
188 assertEquals(mContext.getText(android.R.string.yes), mButton.getText());
201 mBuilder.setPositiveButton(android.R.string.yes, mOnClickListener);
208 assertEquals(mContext.getText(android.R.string.yes), mButton.getText());
  /external/bison/src/
vcg.h 105 /* VCG decision yes/no. */
108 yes, enumerator in enum:decision
339 display.edge.labels is set to yes.
683 /* Late edge labels yes means that the graph is first partitioned and
690 /* Display edge labels yes means display labels and no means don't
695 /* Dirty edge labels yes enforces a fast layout of edge labels, which
705 Default is yes. */
708 /* Ignore singles yes hides all nodes which would appear single and
714 /* priority phase yes replaces the normal pendulum method by a
722 /* manhattan edges yes switches the orthogonal layout on. Orthogona
    [all...]
  /external/bluetooth/glib/debian/
rules 17 ./configure --prefix=/usr --enable-debug=yes
  /external/kernel-headers/original/linux/
kernel.h 185 extern void bust_spinlocks(int yes);
  /external/libvpx/build/make/
gen_msvs_sln.sh 169 found_devenv := \$(shell which devenv.com >/dev/null 2>&1 && echo yes)
  /external/libvpx/
release.sh 18 --clean) clean=yes;;
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 118 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 110 * however, BT may not be ready when the user clicks yes and we
161 builder.setPositiveButton(getString(R.string.yes), this);
  /external/bison/build-aux/
Makefile 108 GCC = yes
151 USE_NLS = yes
  /external/bison/data/
Makefile 118 GCC = yes
161 USE_NLS = yes
  /external/bison/tests/
Makefile 107 GCC = yes
150 USE_NLS = yes
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 105 .setPositiveButton(com.android.internal.R.string.yes, new DialogInterface.OnClickListener() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 139 p.mPositiveButtonText = getString(android.R.string.yes);
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 313 builder.setPositiveButton(R.string.yes, listener);
  /external/bison/
Makefile 140 GCC = yes
183 USE_NLS = yes
331 *k*) failcom='fail=yes';; \
339 dot_seen=yes; \
357 *k*) failcom='fail=yes';; \

Completed in 2422 milliseconds

1 2 3 4 5 6 7 891011