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

1 2 3 4 56 7 8 91011>>

  /hardware/invensense/65xx/libsensors_iio/
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_org/third_party/WebKit/Source/core/html/
HTMLElement.h 123 bool isHTMLElement() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
124 bool isStyledElement() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 66 // FIXME: Remove unnecessary rounding when layout is off ints: webkit.org/b/63656
73 // 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 139 // identifying the global constructors. In theory, unnecessary autorelease
142 // 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
  /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
45 for determining if a given require or provide statement is unnecessary or if
94 # A list of seemingly-unnecessary namespaces that are goog.required() and
131 """Returns whether the given goog.provide token is unnecessary.
137 True if the given token corresponds to an unnecessary goog.provide
157 """Returns whether the given goog.require token is unnecessary.
163 True if the given token corresponds to an unnecessary goog.require
  /external/chromium_org/v8/src/
hydrogen-bch.cc 116 * unnecessary check failures (which would mean unnecessary deoptimizations).
151 // unnecessary deopts.
  /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.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRReaderStream.java 33 * Manage the buffer manually to avoid unnecessary data copying.
  /external/chromium_org/android_webview/browser/renderer_host/
aw_render_view_host_ext.h 60 // Optimization to avoid unnecessary Java object creation on hit test.
  /external/chromium_org/build/android/pylib/symbols/mock_addr2line/
mock_addr2line 22 # Silently swallow the other unnecessary arguments.
  /external/chromium_org/chrome/browser/drive/
drive_notification_manager.cc 21 // polling should be unnecessary if XMPP is enabled, but just in case.
  /external/chromium_org/chrome/browser/
font_family_cache.h 60 // fresh launch with an empty profile. It's important to avoid unnecessary
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.h 38 // during an input session. This will reduce unnecessary queries for typing
  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.cc 44 // this is unnecessary.
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 52 // unnecessary content re-layout.

Completed in 792 milliseconds

1 2 3 4 56 7 8 91011>>