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

1 2 34 5 6 7 8 91011>>

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DefaultMapStorage.java 27 * is actually unnecessary (i.e no string duplication).
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java 41 * unnecessary layers of indirection.
  /external/webkit/Source/WebCore/css/
WebKitCSSKeyframesRule.h 63 // unnecessary work. It assumes callers will either make that call
  /external/webkit/Source/WebCore/rendering/
RenderBR.h 77 // This will catch anyone doing an unnecessary cast.
RenderButton.h 90 // This will catch anyone doing an unnecessary cast.
RenderEmbeddedObject.h 86 // This will catch anyone doing an unnecessary cast.
RenderFileUploadControl.h 97 // This will catch anyone doing an unnecessary cast.
RenderListItem.h 93 // This will catch anyone doing an unnecessary cast.
RenderListMarker.h 96 // This will catch anyone doing an unnecessary cast.
RenderScrollbar.h 94 // This will catch anyone doing an unnecessary cast.
RenderTableCol.h 80 // This will catch anyone doing an unnecessary cast.
RenderTableRow.h 84 // This will catch anyone doing an unnecessary cast.
RenderTextFragment.h 79 // This will catch anyone doing an unnecessary cast.
RenderVideo.h 88 // This will catch anyone doing an unnecessary cast.
RenderWidget.h 94 // This will catch anyone doing an unnecessary cast.
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGImage.h 93 // This will catch anyone doing an unnecessary cast.
RenderSVGInlineText.h 83 // This will catch anyone doing an unnecessary cast.
RenderSVGPath.h 99 // This will catch anyone doing an unnecessary cast.
RenderSVGText.h 99 // This will catch anyone doing an unnecessary cast.
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.messages.in 57 # Downloads. This should really be in a Download.messages.in, but it seemed unnecessary to create a new file just for
  /frameworks/base/core/java/android/content/
ComponentCallbacks.java 50 * any caches or other unnecessary resources they may be holding on to.
  /libcore/luni/src/test/java/libcore/java/io/
RandomAccessFileTest.java 77 // TODO: fix our register maps and remove this otherwise unnecessary
  /packages/apps/Mms/src/org/w3c/dom/events/
DocumentEvent.java 43 * <code>Event</code>s when it is either inconvenient or unnecessary
  /external/chromium/base/
callback.h 40 // The reason to pass via a const-reference is to avoid unnecessary
235 // unnecessary AddRef/Unref pair even though we will modify the object.
266 // unnecessary AddRef/Unref pair even though we will modify the object.
298 // unnecessary AddRef/Unref pair even though we will modify the object.
333 // unnecessary AddRef/Unref pair even though we will modify the object.
371 // unnecessary AddRef/Unref pair even though we will modify the object.
413 // unnecessary AddRef/Unref pair even though we will modify the object.
458 // unnecessary AddRef/Unref pair even though we will modify the object.
  /external/guava/guava/src/com/google/common/math/
LongMath.java 68 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
75 case UNNECESSARY:
108 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
120 case UNNECESSARY:
239 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and
250 case UNNECESSARY:
292 * @throws ArithmeticException if {@code q == 0}, or if {@code mode == UNNECESSARY} and {@code a}
315 case UNNECESSARY:

Completed in 327 milliseconds

1 2 34 5 6 7 8 91011>>