HomeSort by relevance Sort by last modified time
    Searched refs:yes (Results 301 - 325 of 429) sorted by null

<<1112131415161718

  /external/icu4c/test/
Makefile.in 36 ifneq ($(RECURSIVE),YES)
61 dot_seen=yes; \
  /external/icu4c/test/perf/
Makefile.in 38 ifneq ($(RECURSIVE),YES)
64 dot_seen=yes; \
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 307 public void setPoolable(boolean yes) throws SQLException {
308 if (yes) {
  /external/open-vcdiff/
configure.ac 17 AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc
31 if test "$GCC" = "yes"; then
68 if test x"$ac_cv___attribute__" = x"yes"; then
  /external/protobuf/
configure.ac 48 AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc
53 AS_IF([test "$GCC" = "yes"],[
121 AS_IF([test "$with_protoc" == "yes"], [
  /ndk/build/tools/
build-host-prebuilts.sh 118 if [ "$VERBOSE" = "yes" ]; then
121 if [ "$VERBOSE2" = "yes" ]; then
124 if [ "$TRY64" = "yes" ]; then
217 CANADIAN_BUILD=yes
221 CANADIAN_BUILD=yes
227 if [ "$SYSTEM" != "$HOST_TAG32" -a "$CANADIAN_BUILD" != "yes" ]; then
242 if [ "$TRY64" = "yes" ]; then
254 if [ "$TRY64" != "yes" ]; then
304 if [ "$TRY64" != "yes" -a "$SYSTEM" != "windows" ]; then
package-release.sh 56 # set to 'yes' if we should use 'git ls-files' to list the files to
91 if [ "$TRY64" = "yes" ]; then
95 SEPARATE_64=yes;
128 TRY_X86=yes
135 TRY_mips=yes
163 if [ "$TRY_X86" = "yes" ]; then
166 if [ "$TRY_mips" = "yes" ]; then
242 if [ "$NO_GIT" != "yes" ] ; then
293 if [ "$TRY64" = "yes" -a "$USE32" = "no" ]; then
364 if [ "$VERBOSE2" = "yes" ] ; the
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 116 p.mPositiveButtonText = getString(R.string.yes);
129 p.mPositiveButtonText = getString(android.R.string.yes);
  /system/core/fastboot/
engine.c 458 int yes; local
475 yes = match(resp, value, count);
476 if (invert) yes = !yes;
478 if (yes) {
  /external/chromium/build/
install-build-deps.sh 266 if new_list="$(yes n | LANG=C $new_list_cmd)"; then
271 # This indicates that we canceled the install with "yes n|".
290 yes n | $new_list_cmd || true
385 --yes --download-only --force-yes --reinstall install \
  /external/iproute2/
configure 22 echo yes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 85 if [ yes = yes ]; then
  /system/core/libcutils/tests/memset_mips/
memset_cmips.S 69 bne AT,zero,.Llast4 # if yes, go to last4
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 21 bne .L${opcode}_debugmode @ yes - take slow path
OP_EXECUTE_INLINE_RANGE.S 19 bne .L${opcode}_debugmode @ yes - take slow path
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE.S 21 bnez a2, .L${opcode}_debugmode # yes - take slow path
OP_EXECUTE_INLINE_RANGE.S 19 bnez a2, .L${opcode}_debugmode # yes - take slow path
  /dalvik/vm/mterp/x86/
OP_EXECUTE_INLINE.S 20 jnz .L${opcode}_debugprofile # yes, take slow path
OP_NEW_INSTANCE.S 60 jne .L${opcode}_end # yes, finish
  /external/openssh/regress/
cert-hostkey.sh 48 for privsep in yes no ; do
90 for privsep in yes no ; do
cert-userkey.sh 41 for privsep in yes no ; do
167 for privsep in yes no ; do
  /external/v8/test/mjsunit/regress/
regress-1118.js 45 // 1 - yes, 2 - no, 3 - always, 4 - never.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLFrameElement07.js 106 assertEquals("scrollingLink","yes",vscrolling);
HTMLIFrameElement08.js 106 assertEquals("scrollingLink","yes",vscrolling);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLFrameElement07.js 106 assertEquals("scrollingLink","yes",vscrolling);

Completed in 1348 milliseconds

<<1112131415161718