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

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
NumberFormatJDK.java 163 } else if (jdkMode.equals(RoundingMode.UNNECESSARY)) {
272 mode = RoundingMode.UNNECESSARY;
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
NumberFormatICU.java 130 mode = RoundingMode.UNNECESSARY;
219 } else if (roundingMode.equals(RoundingMode.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/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/src/com/google/common/math/
DoubleMath.java 62 case UNNECESSARY:
127 * {@link RoundingMode#UNNECESSARY}
151 * {@link RoundingMode#UNNECESSARY}
176 * {@link RoundingMode#UNNECESSARY}
243 case UNNECESSARY:
  /external/guava/guava-tests/test/com/google/common/math/
BigIntegerMathTest.java 33 import static java.math.RoundingMode.UNNECESSARY;
113 assertEquals(x, ZERO.setBit(BigIntegerMath.log2(x, UNNECESSARY)));
203 assertEquals(logFloor, BigIntegerMath.log10(x, UNNECESSARY));
304 assertEquals(floor, BigIntegerMath.sqrt(x, UNNECESSARY));
376 assertEquals(p, BigIntegerMath.divide(p, q, UNNECESSARY).multiply(q));
  /external/chromium-trace/trace-viewer/tracing/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/toybox/www/
cleanup.html 152 unnecessary #defines, shorter code is easier to read.</a></li>
156 removing unnecessary variables and tests.</a></li>
160 use error_exit(), unnecessary parentheses, inline to remove variables/functions
161 used only once, using *var instead of var[0], unnecessary typecasts,
173 <a href=http://lists.landley.net/pipermail/toybox-landley.net/2014-January/001525.html>remove unused headers and function, replace local buffer with toybuf, perror_exit(), avoid unnecessary assignment.</a></li>
203 description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-May/000992.html>remove unnecessary wrapper function, inlining more functions,
215 NULL terminator for array, remove unnecessary memcpy(offsetof()) with
  /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 */
  /external/v8/src/
hydrogen-bch.cc 116 * unnecessary check failures (which would mean unnecessary deoptimizations).
151 // unnecessary deopts.
  /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/enhancements/
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/deqp/framework/delibs/cmake/
CFlags.cmake 55 # \note Following unnecessary nagging warnings are disabled:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packager.properties 44 # This is used as a optimization to avoid unnecessary downloads.
  /external/eigen/lapack/
dlapy2.f 33 *> DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
dlapy3.f 34 *> unnecessary overflow.
slapy2.f 33 *> SLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
slapy3.f 34 *> unnecessary overflow.
  /external/elfutils/src/po/
ChangeLog 105 * POTFILES.in: Remove unnecessary entries.
  /external/guava/guava/src/com/google/common/hash/
AbstractNonStreamingHashFunction.java 162 // Just to access the byte[] without introducing an unnecessary copy
  /external/guava/guava/src/com/google/common/io/
AppendableWriter.java 78 * unnecessary strings.
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java 79 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
87 case UNNECESSARY:
153 * @throws ArithmeticException if {@code q == 0}, or if {@code mode == UNNECESSARY} and {@code a}
179 case UNNECESSARY:
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 23 * interface were merged with Opcode, extra memory would be unnecessary

Completed in 772 milliseconds

1 2 3 45 6 7 8 91011>>