HomeSort by relevance Sort by last modified time
    Searched full:unnecessary (Results 201 - 225 of 1667) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/runtime/debug/
stack.go 82 // The name includes the path name to the package, which is unnecessary
  /sdk/eclipse/monitor/
build.gradle 56 // to exclude unnecessary content, we just remove these plugins from the final build.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RemoveUselessViewFix.java 91 return "Remove unnecessary view";
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
cssmin.py 72 """Remove unnecessary whitespace characters."""
115 """Remove unnecessary semicolons."""
  /external/guava/guava/src/com/google/common/math/
LongMath.java 80 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
88 case UNNECESSARY:
121 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
132 case UNNECESSARY:
270 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and
301 case UNNECESSARY:
342 * @throws ArithmeticException if {@code q == 0}, or if {@code mode == UNNECESSARY} and {@code a}
366 case UNNECESSARY:
  /external/llvm/test/CodeGen/PowerPC/
qpx-sel.ll 28 ; FIXME: This load/store sequence is unnecessary.
141 ; FIXME: This load/store sequence is unnecessary.
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkManagementServiceTest.java 53 // TODO: make this unnecessary. runtest might already make it unnecessary.
  /toolchain/binutils/binutils-2.25/intl/
ChangeLog 151 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
159 * Makefile.in: Remove unnecessary capabilities for
  /external/mesa3d/docs/
relnotes-7.10.html 592 <li>mesa: Remove unnecessary glapitable.h includes.</li>
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatTest.java     [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/
FAQ.html 101 <li>Remove unnecessary field accesses and method calls.</li>
102 <li>Remove unnecessary branches.</li>
103 <li>Remove unnecessary comparisons and instanceof tests.</li>
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
BigIntegerMath.java 62 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
71 case UNNECESSARY:
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DecimalFormatICU.java 219 mode = RoundingMode.UNNECESSARY;
377 } else if (roundingMode.equals(RoundingMode.UNNECESSARY)) {
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java 288 * If {@code true}, then unnecessary whitespace will be stripped from the output. 'Unnecessary' is
  /external/libunwind/
NEWS 152 (getcontext()). This caused unnecessary overhead (e.g., an
153 unnecessary system-call to sigprocmask()). The new
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
AbstractTrackingCommandHandler.java 45 * allowing CommandHandler implementations to avoid unnecessary exception-handling. All checked
71 * allowing CommandHandler implementations to avoid unnecessary exception-handling. All checked
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 99 * @see RoundingMode#UNNECESSARY
370 * UNNECESSARY} and the new big decimal cannot be represented
408 * UNNECESSARY} and the new big decimal cannot be represented
440 * UNNECESSARY} and the new big decimal cannot be represented
534 * UNNECESSARY} and the new big decimal cannot be represented
558 * UNNECESSARY} and the new big decimal cannot be represented
592 * UNNECESSARY} and the new big decimal cannot be represented
624 * UNNECESSARY} and the new big decimal cannot be represented
654 * UNNECESSARY} and the new big decimal cannot be represented
810 // Cases where it's unnecessary to add two numbers with very different scale
    [all...]
  /art/runtime/gc/accounting/
card_table.cc 71 // don't clear the card table to avoid unnecessary pages being allocated
  /art/runtime/jit/
profile_saver.h 138 // It helps avoiding unnecessary writes to disk.
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
CheckVoiceData.java 128 * assets (it could be a raw resource as well). This check is unnecessary
  /external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/
platform_DebugDaemonGetPerfData.py 135 # Open /dev/null to redirect unnecessary output.
  /external/avahi/avahi-common/
domain.h 39 * trailing NUL and perhaps two unnecessary dots leading and trailing
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
form.py 87 so that a redirect is unnecessary (unlike most form auth
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
rb.py 108 # Also, avoid listing all fields to avoid performing unnecessary bucket
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
chart_track.html 145 // ratio to avoid unnecessary recomputation in the performance-critical

Completed in 1958 milliseconds

1 2 3 4 5 6 7 891011>>