HomeSort by relevance Sort by last modified time
    Searched full:unnecessary (Results 101 - 125 of 1411) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/
UPDATING 30 Skip unnecessary extra makefiles.
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h 84 struct macroblockd xd; // TODO(jzern): most of this is unnecessary to the
  /external/llvm/test/CodeGen/PowerPC/
stdux-constuse.ll 30 ; unnecessary moves
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java 41 * unnecessary layers of indirection.
  /external/webrtc/src/system_wrappers/source/
rw_lock_win.cc 18 // native is not supported? Unnecessary redundancy!
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.h 52 // TODO: unnecessary for MPL solution (override 3rd-party solution)
CompassSensor.IIO.primary.h 54 // unnecessary for MPL
  /libcore/luni/src/test/java/libcore/java/io/
RandomAccessFileTest.java 77 // TODO: fix our register maps and remove this otherwise unnecessary
  /ndk/sources/android/support/src/musl-multibyte/
mbsrtowcs.c 4 * 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/chromium_org/chrome/browser/local_discovery/
privet_http.h 41 // TODO(noamsml): Remove http_code from this delegate; it's unnecessary in
81 // TODO(noamsml): Remove all unnecessary parameters.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 108 // FIXME: Remove unnecessary rounding when layout is off ints: webkit.org/b/63656
115 // FIXME: Remove unnecessary rounding when layout is off ints: webkit.org/b/63656
  /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:
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 138 // identifying the global constructors. In theory, unnecessary autorelease
141 // so it's pretty common for them to be unnecessary, and it's pretty
  /external/llvm/test/Transforms/ObjCARC/
weak-copies.ll 17 ; Eliminate unnecessary weak pointer copies.
40 ; Eliminate unnecessary weak pointer copies in a block initialization.
  /external/valgrind/main/helgrind/
README_MSMProp2.txt 66 storing segment sets in MSMProp1 is unnecessary. Instead of
81 also becomes unnecessary to represent segments. This constitutes
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkManagementServiceTest.java 52 // TODO: make this unnecessary. runtest might already make it unnecessary.
  /packages/apps/Email/src/com/android/email/activity/setup/
GeneralPreferences.java 51 * TODO: remove this when we've decided for certain that an app setting is unnecessary
77 // Merely hide app pref for font size until we're sure it's unnecessary (b/5287963)
  /external/guava/guava-tests/test/com/google/common/math/
BigIntegerMathTest.java 35 import static java.math.RoundingMode.UNNECESSARY;
113 assertEquals(x, ZERO.setBit(BigIntegerMath.log2(x, UNNECESSARY)));
200 assertEquals(logFloor, BigIntegerMath.log10(x, UNNECESSARY));
294 assertEquals(floor, BigIntegerMath.sqrt(x, UNNECESSARY));
361 assertEquals(p, BigIntegerMath.divide(p, q, UNNECESSARY).multiply(q));
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 21 missing or unnecessary, all identifiers in the JavaScript file must first be
42 for determining if a given require or provide statement is unnecessary or if
89 # A list of seemingly-unnecessary namespaces that are goog.required() and
126 """Returns whether the given goog.provide token is unnecessary.
132 True if the given token corresponds to an unnecessary goog.provide
155 """Returns whether the given goog.require token is unnecessary.
161 True if the given token corresponds to an unnecessary goog.require
  /external/chromium_org/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 21 missing or unnecessary, all identifiers in the JavaScript file must first be
42 for determining if a given require or provide statement is unnecessary or if
89 # A list of seemingly-unnecessary namespaces that are goog.required() and
126 """Returns whether the given goog.provide token is unnecessary.
132 True if the given token corresponds to an unnecessary goog.provide
155 """Returns whether the given goog.require token is unnecessary.
161 True if the given token corresponds to an unnecessary goog.require
  /external/libnfc-nci/src/include/
gki_target.h 244 If L2CAP_FCR_INCLUDED is FALSE, Pool ID 5 is unnecessary
245 If BTM_SCO_HCI_INCLUDED is FALSE, Pool ID 6 is unnecessary, otherwise set to 7
259 If L2CAP_FCR_INCLUDED is FALSE, Pool ID 4 is unnecessary */
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalTest.java 176 // testing rounding Mode RoundingMode.UNNECESSARY
178 setScale1.setScale(3, RoundingMode.UNNECESSARY);
179 fail("arithmetic Exception not caught for round unnecessary");
  /docs/source.android.com/src/devices/tech/security/
enhancements43.jd 39 unnecessary capabilities prior to executing applications.

Completed in 1087 milliseconds

1 2 3 45 6 7 8 91011>>