/dalvik/vm/mterp/x86/ |
OP_CHECK_CAST.S | 75 je common_exceptionThrown # yes, handle exception
|
OP_INSTANCE_OF.S | 31 je .L${opcode}_trivial # yes, trivial finish
|
OP_INVOKE_STATIC.S | 50 jne common_invokeMethod${routine} # yes (%eax=method, %ecx="this")
|
OP_INVOKE_SUPER.S | 25 je common_errNullObject # yes, throw
|
OP_NEW_ARRAY.S | 26 jne .L${opcode}_finish # yes, fast path
|
/external/antlr/antlr-3.4/runtime/Python/ |
hudson-build.sh | 58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
|
/external/chromium_org/sdch/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/chromium_org/third_party/icu/source/test/ |
Makefile.in | 35 ifneq ($(RECURSIVE),YES) 59 dot_seen=yes; \
|
/external/chromium_org/third_party/icu/source/test/perf/ |
Makefile.in | 38 ifneq ($(RECURSIVE),YES) 64 dot_seen=yes; \
|
/external/clang/test/SemaCXX/ |
enum-scoped.cpp | 108 enum class scoped_enum { yes, no, maybe }; member in class:E1::E2::Redeclare5::scoped_enum 109 scoped_enum e = scoped_enum::yes;
|
/external/elfutils/libcpu/ |
Makefile.am | 67 i386_lex_no_Werror = yes
|
/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-on-device-toolchain.sh | 36 do_no_sync_option () { NO_SYNC=yes; } 40 do_testing_option () { TESTING=yes; } 61 if [ "$VERBOSE" = "yes" ]; then 64 if [ "$VERBOSE2" = "yes" ]; then 95 if [ "$TESTING" = "yes" ]; then 116 if [ "$NO_SYNC" != "yes" ]; then
|
package-release.sh | 56 # set to 'yes' if we should use 'git ls-files' to list the files to 94 if [ "$TRY64" = "yes" ]; then 98 SEPARATE_64=yes; 131 TRY_X86=yes 138 TRY_mips=yes 166 if [ "$TRY_X86" = "yes" ]; then 169 if [ "$TRY_mips" = "yes" ]; then 229 if [ "$NO_GIT" != "yes" ] ; then 280 if [ "$TRY64" = "yes" -a "$USE32" = "no" ]; then 351 if [ "$VERBOSE2" = "yes" ] ; the [all...] |
/system/core/fastboot/ |
engine.c | 444 int yes; local 461 yes = match(resp, value, count); 462 if (invert) yes = !yes; 464 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 | 24 echo yes 179 echo "yes"
|
/frameworks/webview/chromium/ |
Android.mk | 23 ifneq ($(PRODUCT_PREBUILT_WEBVIEWCHROMIUM),yes)
|
/packages/apps/Settings/src/com/android/settings/nfc/ |
PaymentDefaultDialog.java | 130 p.mPositiveButtonText = getString(R.string.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
|