HomeSort by relevance Sort by last modified time
    Searched refs:yes (Results 276 - 300 of 372) sorted by null

<<1112131415

  /external/ipsec-tools/src/racoon/
sockmisc.c 584 int yes = 1; local
604 (void *)&yes, sizeof(yes)) < 0) {
614 (void *)&yes, sizeof(yes)) < 0) {
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 81 yes, // The action was started via a user initiated action enum constant in enum:StkAppService.InitiatedByUserAction
555 * @param userAction If the userAction is yes then we always return 0 otherwise
564 return ((userAction == InitiatedByUserAction.yes) | mMenuIsVisibile) ?
575 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/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...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te.S 837 beq 1f @ yes
    [all...]
InterpAsm-armv5te-vfp.S 837 beq 1f @ yes
    [all...]
InterpAsm-armv7-a-neon.S 848 beq 1f @ yes
    [all...]
InterpAsm-armv7-a.S 848 beq 1f @ yes
    [all...]
  /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 166 found_devenv := \$(shell which devenv.com >/dev/null 2>&1 && echo yes)
  /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
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 111 * however, BT may not be ready when the user clicks yes and we
170 builder.setPositiveButton(getString(R.string.yes), this);
  /dalvik/vm/mterp/armv5te/
footer.S 588 blo .LstackOverflow @ yes, this frame will overflow stack
    [all...]
  /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
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 149 + ((info.isGroupOwner == true) ? getResources().getString(R.string.yes)
  /external/llvm/test/
Makefile 51 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 163 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 114 .setPositiveButton(com.android.internal.R.string.yes, new DialogInterface.OnClickListener() {

Completed in 777 milliseconds

<<1112131415