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

12 3 4 5 6 7 8 91011>>

  /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/base/synchronization/
lock_impl.h 50 // unnecessary.
  /external/chromium_org/base/synchronization/
lock_impl.h 49 // unnecessary.
  /external/chromium_org/chrome/browser/
native_window_notification_source.h 16 // unnecessary but harmless.
  /external/chromium_org/sync/internal_api/public/base/
ack_handle.h 22 // invalidation ack handles to avoid unnecessary dependencies.
  /external/chromium_org/third_party/skia/src/ports/
SkThread_win.cpp 15 //The pragma appears to be unnecessary, but doesn't hurt.
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-restat-importlib.py 8 Make sure we don't cause unnecessary builds due to import libs appearing
  /external/clang/test/CodeGen/
assign.c 3 // Check that we don't generate unnecessary reloads.
  /external/compiler-rt/lib/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/libffi/
libtool-version 12 # release of your software. More frequent updates are unnecessary,
  /external/libxml2/patches/
XPath_freeing_error.patch 4 Eventually, when we upgrade libxml2 library, the patch will be unnecessary.
  /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/
SkThread_win.cpp 15 //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.
mbtowc.c 4 * unnecessary.
wcrtomb.c 4 * unnecessary.
wcsnrtombs.c 4 * unnecessary.
wcsrtombs.c 4 * unnecessary.
  /external/chromium_org/sync/engine/
syncer.h 30 // unnecessary.
64 // be unnecessary. It may be invoked periodically to try to keep the client
  /external/clang/test/CodeGenObjCXX/
exceptions-legacy.mm 27 // Leave the @synchronized. The reload of obj here is unnecessary.
77 // Catch handler. Reload of 'failed' address is unnecessary.
  /external/guava/guava/src/com/google/common/math/
IntMath.java 71 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
79 case UNNECESSARY:
112 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
122 case UNNECESSARY:
202 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and
211 case UNNECESSARY:
244 * @throws ArithmeticException if {@code q == 0}, or if {@code mode == UNNECESSARY} and {@code a}
271 case UNNECESSARY:

Completed in 929 milliseconds

12 3 4 5 6 7 8 91011>>