HomeSort by relevance Sort by last modified time
    Searched full:unnecessary (Results 76 - 100 of 1546) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/compiler-rt/lib/builtins/i386/
lshrdi3.S 12 // via a 64-bt store, this is unnecessary memory traffic, and should be avoided.
  /external/libnfc-nci/halimpl/bcm2079x/include/
OverrideLog.h 25 * unnecessary dependency.
  /external/libnfc-nci/src/include/
OverrideLog.h 25 * unnecessary dependency.
  /external/llvm/test/Transforms/IndVarSimplify/
phi-uses-value-multiple-times.ll 3 ; Check that IndVarSimplify is not creating unnecessary canonical IVs
  /external/objenesis/main/src/org/objenesis/instantiator/jrockit/
JRockitLegacyInstantiator.java 24 * sun.reflect.ReflectionFactory, making this "trick" unnecessary. This instantiator will not call
  /external/protobuf/
autogen.sh 31 # probably change their default to match, then this will be unnecessary.
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
SettingsActivity.java 54 // unnecessary system overhead. You do this in onPause().
  /hardware/invensense/60xx/libsensors_iio/
CompassSensor.IIO.9150.h 50 // unnecessary for MPL
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
RoundingModeTest.java 35 assertEquals("valueOf failed for ROUND_UNNECESSARY", RoundingMode.valueOf(BigDecimal.ROUND_UNNECESSARY), RoundingMode.UNNECESSARY);
  /ndk/sources/android/support/src/musl-multibyte/
internal.c 4 * unnecessary.
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 35 // We could use ByteArrayOutputStream and IOUtils.copy, but it'd perform an unnecessary
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 55 case UNNECESSARY:
108 * {@link RoundingMode#UNNECESSARY}
131 * {@link RoundingMode#UNNECESSARY}
155 * {@link RoundingMode#UNNECESSARY}
221 case UNNECESSARY:
BigIntegerMath.java 63 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
71 case UNNECESSARY:
122 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
151 case UNNECESSARY:
178 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and
189 case UNNECESSARY:
263 * @throws ArithmeticException if {@code q == 0}, or if {@code mode == UNNECESSARY} and {@code a}
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_queue.h 47 // 2. Unnecessary GestureFlingCancel events are filtered. These are
131 // as unnecessary.
148 // Sub-filter for removing unnecessary GestureFlingCancels.
  /frameworks/base/docs/html/training/custom-views/
optimizing-view.jd 45 <p>To speed up your view, eliminate unnecessary code from routines that are called frequently. Start
59 android.view.View#invalidate() invalidate()}, so eliminate unnecessary calls to {@link
67 can eliminate unnecessary invalidation of views that fall outside the invalid rectangle.</p>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRReaderStream.cs 38 * Manage the buffer manually to avoid unnecessary data copying.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRReaderStream.cs 39 * Manage the buffer manually to avoid unnecessary data copying.
  /external/chromium_org/ash/ime/
mode_indicator_view.cc 87 // arrow adjustment in BubbleDelegateView is unnecessary because arrow
  /external/chromium_org/cc/resources/
raster_worker_pool_perftest.cc 304 // Avoid unnecessary heap allocations by reusing the same queue.
340 // Avoid unnecessary heap allocations by reusing the same queue.
374 // Avoid unnecessary heap allocations by reusing the same queue.
497 // Avoid unnecessary heap allocations by reusing the same queue.
  /external/chromium_org/chrome/browser/ui/
crypto_module_delegate_nss.cc 104 // initializing the slot handle is unnecessary.
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.h 61 // LocationBarView, making this accessor unnecessary.
  /external/chromium_org/media/base/
serial_runner.h 55 // To eliminate an unnecessary posted task, the first function is executed
  /external/chromium_org/ppapi/shared_impl/
proxy_lock.cc 34 // unnecessary and wrong (because we haven't coded the host side to account for
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.h 71 bool isTextNode() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
  /external/chromium_org/third_party/cld/base/
global_strip_options.h 5 // Macros for stripping unnecessary string literals from binaries

Completed in 3277 milliseconds

1 2 34 5 6 7 8 91011>>