OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unnecessary
(Results
126 - 150
of
1667
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/talk/app/webrtc/java/jni/
classreferenceholder.h
53
// Eliminates
unnecessary
boilerplate and line-wraps, reducing visual clutter.
/hardware/bsp/intel/peripheral/libmraa/examples/python/
uart_sender.py
41
# It's generally
unnecessary
(and performance-degrading) to do this explicitly,
/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
/prebuilts/go/darwin-x86/src/net/smtp/
example_test.go
50
//
unnecessary
noise there.
/prebuilts/go/linux-x86/src/net/smtp/
example_test.go
50
//
unnecessary
noise there.
/system/bt/audio_a2dp_hw/
audio_a2dp_hw.h
75
//
unnecessary
latency and CPU overhead for Bluetooth.
/build/tools/ijar/
README.txt
34
jar files,
unnecessary
recompilation is avoided when upstream
79
Also note that the zip file format has
unnecessary
duplication of
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h
78
// If StTrue is infeasible, asserting the falseness of Cond is
unnecessary
114
// If StTrue is infeasible, asserting the falseness of Cond is
unnecessary
/external/guava/guava/src/com/google/common/math/
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
:
DoubleMath.java
62
case
UNNECESSARY
:
127
* {@link RoundingMode#
UNNECESSARY
}
151
* {@link RoundingMode#
UNNECESSARY
}
176
* {@link RoundingMode#
UNNECESSARY
}
243
case
UNNECESSARY
:
/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);
/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
136
// identifying the global constructors. In theory,
unnecessary
autorelease
139
// 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
Completed in 2300 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>