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

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/
RenderFrame.h 55 // This will catch anyone doing an unnecessary cast.
RenderMeter.h 56 // This will catch anyone doing an unnecessary cast.
RenderQuote.h 56 // This will catch anyone doing an unnecessary cast.
RenderSummary.h 50 // This will catch anyone doing an unnecessary cast.
RenderApplet.h 64 // This will catch anyone doing an unnecessary cast.
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGTextPath.h 57 // This will catch anyone doing an unnecessary cast.
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
MVS.todo 18 some of the ASCIIisms which are probably unnecessary. The manner in
  /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>
  /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:
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 28 import static java.math.RoundingMode.UNNECESSARY;
119 // Relies on the correctness of BigIntegrerMath.log2 for all modes except UNNECESSARY.
136 assertEquals(x, 1 << IntMath.log2(x, UNNECESSARY));
166 // Relies on the correctness of BigIntegerMath.log10 for all modes except UNNECESSARY.
184 assertEquals(floor, IntMath.log10(x, UNNECESSARY));
220 /* Relies on the correctness of BigIntegerMath.sqrt for all modes except UNNECESSARY. */
241 assertEquals(floor, IntMath.sqrt(x, UNNECESSARY));
278 assertEquals(p + "/" + q, p, IntMath.divide(p, q, UNNECESSARY) * q);
LongMathTest.java 31 import static java.math.RoundingMode.UNNECESSARY;
159 /* Relies on the correctness of BigIntegerMath.log2 for all modes except UNNECESSARY. */
175 assertEquals(x, 1L << LongMath.log2(x, UNNECESSARY));
203 // Relies on the correctness of BigIntegerMath.log10 for all modes except UNNECESSARY.
218 assertEquals(floor, LongMath.log10(x, UNNECESSARY));
244 // Relies on the correctness of BigIntegerMath.sqrt for all modes except UNNECESSARY.
262 assertEquals(logFloor, LongMath.sqrt(x, UNNECESSARY));
298 assertEquals(p, LongMath.divide(p, q, UNNECESSARY) * q);
  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 12 // unnecessary modifications in a build system.
26 Quiet("quiet", cl::desc("Don't print unnecessary status information"),
  /libcore/luni/src/main/java/java/math/
RoundingMode.java 82 UNNECESSARY(BigDecimal.ROUND_UNNECESSARY);
115 return UNNECESSARY;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
CommonNicknameCache.java 60 * of unnecessary database lookups for nicknames. Given a name, we will take
67 * prevent around 98-99% of unnecessary queries from running.
  /development/samples/training/network-usage/src/com/example/android/networkusage/
SettingsActivity.java 54 // unnecessary system overhead. You do this in onPause().
  /external/compiler-rt/lib/i386/
ashldi3.S 12 // via a 64-bt store, this is unnecessary memory traffic, and should be avoided.
lshrdi3.S 12 // via a 64-bt store, this is unnecessary memory traffic, and should be avoided.
  /external/elfutils/po/
ChangeLog 43 * POTFILES.in: Remove unnecessary entries.
  /external/libnfc-nci/halimpl/bcm2079x/include/
OverrideLog.h 25 * unnecessary dependency.
  /external/libnfc-nci/src/include/
OverrideLog.h 25 * unnecessary dependency.
  /external/libvpx/
UPDATING 30 Skip unnecessary extra makefiles.
  /external/llvm/test/Transforms/IndVarSimplify/
phi-uses-value-multiple-times.ll 3 ; Check that IndVarSimplify is not creating unnecessary canonical IVs
  /external/objenesis/main/src/org/objenesis/instantiator/jrockit/
JRockitLegacyInstantiator.java 24 * sun.reflect.ReflectionFactory, making this "trick" unnecessary. This instantiator will not call
  /external/protobuf/
autogen.sh 31 # probably change their default to match, then this will be unnecessary.
  /external/webkit/Source/WebCore/html/
PluginDocument.h 77 // This will catch anyone doing an unnecessary cast.

Completed in 355 milliseconds

12 3 4 5 6 7 8 91011>>