OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unnecessary
(Results
76 - 100
of
1201
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/include/clang/Analysis/
CodeInjector.h
34
///
unnecessary
reparsing of the external source that provides the body of the
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
GlideUrl.java
11
*
unnecessary
URL instantiations for loaders that require only string urls rather than URL objects.
/external/guava/guava/src/com/google/common/math/
MathPreconditions.java
81
throw new ArithmeticException("mode was
UNNECESSARY
, but rounding was necessary");
IntMath.java
82
* @throws ArithmeticException if {@code mode} is {@link RoundingMode#
UNNECESSARY
} and {@code x}
90
case
UNNECESSARY
:
123
* @throws ArithmeticException if {@code mode} is {@link RoundingMode#
UNNECESSARY
} and {@code x}
133
case
UNNECESSARY
:
226
* @throws ArithmeticException if {@code mode} is {@link RoundingMode#
UNNECESSARY
} and
235
case
UNNECESSARY
:
274
* @throws ArithmeticException if {@code q == 0}, or if {@code mode ==
UNNECESSARY
} and {@code a}
300
case
UNNECESSARY
:
/external/kernel-headers/original/uapi/linux/
n_r3964.h
17
* Removed
unnecessary
include
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DefaultMapStorage.java
27
* is actually
unnecessary
(i.e no string duplication).
/external/libunwind/tests/
run-coredump-unwind
23
# Copy the full debuginfo, keeping only a minumal set of symbols and removing some
unnecessary
sections
/external/libvpx/
UPDATING
29
Skip
unnecessary
extra makefiles.
/external/llvm/include/llvm/Transforms/Scalar/
SimplifyCFG.h
26
///
unnecessary
control flows and bringing it into the canonical form expected
/external/llvm/test/CodeGen/PowerPC/
stdux-constuse.ll
30
;
unnecessary
moves
/external/pcre/dist/sljit/
sljitNativePPC_32.c
99
/* Flags does not set: BIN_IMM_EXTS
unnecessary
. */
104
/* Flags does not set: BIN_IMM_EXTS
unnecessary
. */
113
/* Flags does not set: BIN_IMM_EXTS
unnecessary
. */
131
/* Flags does not set: BIN_IMM_EXTS
unnecessary
. */
/external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java
41
*
unnecessary
layers of indirection.
/external/skia/tools/
bench_pictures.cfg
13
variables and loops can be used to avoid
unnecessary
verbosity. With great power
/external/webrtc/src/system_wrappers/source/
rw_lock_win.cc
18
// native is not supported?
Unnecessary
redundancy!
/hardware/intel/common/omx-components/videocodec/libvpx_internal/
UPDATING
30
Skip
unnecessary
extra makefiles.
/hardware/invensense/6515/libsensors_iio/
CompassSensor.AKM.h
52
// TODO:
unnecessary
for MPL solution (override 3rd-party solution)
CompassSensor.IIO.9150.h
51
//
unnecessary
for MPL
CompassSensor.IIO.primary.h
54
//
unnecessary
for MPL
/hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.h
52
// TODO:
unnecessary
for MPL solution (override 3rd-party solution)
CompassSensor.IIO.9150.h
51
//
unnecessary
for MPL
CompassSensor.IIO.primary.h
54
//
unnecessary
for MPL
/ndk/sources/android/support/src/musl-multibyte/
mbsrtowcs.c
4
*
unnecessary
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
n_r3964.h
17
* Removed
unnecessary
include
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
BigIntegerMathTest.java
30
import static java.math.RoundingMode.
UNNECESSARY
;
101
assertEquals(x, ZERO.setBit(BigIntegerMath.log2(x,
UNNECESSARY
)));
/external/guava/guava-tests/test/com/google/common/math/
LongMathTest.java
31
import static java.math.RoundingMode.
UNNECESSARY
;
194
/* Relies on the correctness of BigIntegerMath.log2 for all modes except
UNNECESSARY
. */
210
assertEquals(x, 1L << LongMath.log2(x,
UNNECESSARY
));
240
// Relies on the correctness of BigIntegerMath.log10 for all modes except
UNNECESSARY
.
257
assertEquals(floor, LongMath.log10(x,
UNNECESSARY
));
285
// Relies on the correctness of BigIntegerMath.sqrt for all modes except
UNNECESSARY
.
305
assertEquals(sqrtFloor, LongMath.sqrt(x,
UNNECESSARY
));
344
assertEquals(p, LongMath.divide(p, q,
UNNECESSARY
) * q);
Completed in 225 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>