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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
ElementTypeHelpers.h.tmpl 16 void is{{tag.interface}}(const {{tag.interface}}&); // Catch unnecessary runtime check of type known at compile time.
17 void is{{tag.interface}}(const {{tag.interface}}*); // Catch unnecessary runtime check of type known at compile time.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CharacterData.h 79 bool isContainerNode() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
80 bool isElementNode() const WTF_DELETED_FUNCTION; // This will catch anyone doing an unnecessary check.
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalCompareTest.java 47 mc = new MathContext(34, RoundingMode.UNNECESSARY);
50 fail("No ArithmeticException for RoundingMode.UNNECESSARY");
  /external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java 32 import static java.math.RoundingMode.UNNECESSARY;
108 BigDecimal expected = new BigDecimal(d).setScale(0, UNNECESSARY);
113 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, UNNECESSARY));
124 DoubleMath.roundToInt(d, UNNECESSARY);
188 // every mode except UNNECESSARY
189 BigDecimal expected = new BigDecimal(d).setScale(0, UNNECESSARY);
194 assertEquals(expected.longValue(), DoubleMath.roundToLong(d, UNNECESSARY));
205 DoubleMath.roundToLong(d, UNNECESSARY);
253 BigDecimal expected = new BigDecimal(d).setScale(0, UNNECESSARY);
254 assertEquals(expected.toBigInteger(), DoubleMath.roundToBigInteger(d, UNNECESSARY));
    [all...]
  /docs/source.android.com/src/source/
flashing.jd 25 <p>The <code>-w</code> option wipes the <code>/data</code> partition on the device; this is useful for your first time flashing a particular device, but is otherwise unnecessary.</p>
  /external/chromium_org/ash/display/
event_transformation_handler.cc 40 // It is unnecessary to scale the event for the device scale factor since
  /external/chromium_org/base/synchronization/
lock_impl.h 49 // unnecessary.
  /external/chromium_org/cc/resources/
eviction_tile_priority_queue.h 50 // TODO(vmpstr): This is potentially unnecessary if it becomes the case that
raster_tile_priority_queue.h 52 // TODO(vmpstr): This is potentially unnecessary if it becomes the case that
  /external/chromium_org/chrome/browser/extensions/api/
api_registration.gyp 21 # TODO(brettw) this should be made unnecessary if possible.
  /external/chromium_org/chrome/browser/
native_window_notification_source.h 16 // unnecessary but harmless.
  /external/chromium_org/chrome/browser/web_dev_style/
resource_checker.py 20 "(</include>|<include.*/>)", "Closing <include> tags is unnecessary.")
  /external/chromium_org/components/invalidation/
ack_handle.h 22 // invalidation ack handles to avoid unnecessary dependencies.
  /external/chromium_org/third_party/skia/src/ports/
SkAtomics_win.h 19 //The pragma appears to be unnecessary, but doesn't hurt.
  /external/clang/test/CodeGen/
assign.c 3 // Check that we don't generate unnecessary reloads.
  /external/compiler-rt/lib/builtins/i386/
floatdisf.S 12 // via a 64-bt store, this is unnecessary memory traffic, and should be avoided.
floatdixf.S 14 // via a 64-bt store, this is unnecessary memory traffic, and should be avoided.
  /external/expat/
import_expat.sh 17 echo "Removing unnecessary files"
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
GlideUrl.java 10 * that may be unnecessary if the class loading the image from the url doesn't actually require a URL object.
  /external/llvm/test/CodeGen/X86/
test-nofold.ll 30 ; testl %ecx, %ecx # bad: unnecessary test
  /external/llvm/utils/unittest/googletest/
README.LLVM 9 # Remove all the unnecessary files and directories
  /external/skia/src/ports/
SkAtomics_win.h 19 //The pragma appears to be unnecessary, but doesn't hurt.
  /frameworks/base/docs/html/design/patterns/
confirming-acknowledging.jd 60 <p><strong>Confirmation is unnecessary</strong>. If the user +1'd by accident, it's not a big deal. They can just touch the button again to undo the action.</p>
61 <p><strong>Acknowledgment is unnecessary</strong>. The user will see the +1 button bounce and turn red. That's a very clear signal.</p>
66 <p><strong>Confirmation is unnecessary</strong>. This is a deliberate action: the user must drag and drop an item onto a relatively large and isolated target. Therefore, accidents are highly unlikely. But if the user regrets the decision, it only takes a few seconds to bring it back again.</p>
67 <p><strong>Acknowledgment is unnecessary</strong>. The user will know the app is gone from the Home Screen because they made it disappear by dragging it away.</p>
  /ndk/sources/android/support/src/musl-multibyte/
mbrtowc.c 4 * unnecessary.
mbsnrtowcs.c 4 * unnecessary.

Completed in 1688 milliseconds

12 3 4 5 6 7 8 91011>>