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

1 2 3 4 5 6 7 891011

  /dalvik/vm/mterp/out/
InterpAsm-armv7-a.S     [all...]
  /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!)
  /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/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 118 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  /ndk/build/tools/
package-release.sh 52 # set to 'yes' if we should use 'git ls-files' to list the files to
162 if [ "$NO_GIT" != "yes" ] ; then
188 TRY_X86=yes
203 if [ "$VERBOSE2" = "yes" ] ; then
330 if [ "$TRY_X86" = "yes" ] ; then
335 if [ "$TRY_X86" = "yes" ] ; then
341 if [ "$TRY_X86" = "yes" ] ; then
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 110 * however, BT may not be ready when the user clicks yes and we
168 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';; \
  /external/bison/examples/
Makefile 118 GCC = yes
161 USE_NLS = yes
260 *k*) failcom='fail=yes';; \
268 dot_seen=yes; \
286 *k*) failcom='fail=yes';; \
  /external/elfutils/
config.status 560 s,@USE_NLS@,yes,;t t
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 451 ldrneb r1, [r1] @ yes, r1<- debuggerActive (boolean)
496 ldrneb r1, [r1] @ yes, r1<- debuggerActive (boolean)
614 blo .LstackOverflow @ yes, this frame will overflow stack
    [all...]
  /external/elfutils/config/
Makefile 116 USE_NLS = yes
  /external/elfutils/doc/
Makefile 114 USE_NLS = yes
  /external/elfutils/m4/
Makefile 114 USE_NLS = yes

Completed in 932 milliseconds

1 2 3 4 5 6 7 891011