OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unnecessary
(Results
151 - 175
of
1019
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatTest.java
[
all
...]
/external/proguard/docs/
FAQ.html
91
<li>Remove
unnecessary
field accesses and method calls.
92
<li>Remove
unnecessary
branches.
93
<li>Remove
unnecessary
comparisons and instanceof tests.
/prebuilts/tools/common/proguard/proguard4.7/docs/
FAQ.html
101
<li>Remove
unnecessary
field accesses and method calls.</li>
102
<li>Remove
unnecessary
branches.</li>
103
<li>Remove
unnecessary
comparisons and instanceof tests.</li>
/external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java
288
* If {@code true}, then
unnecessary
whitespace will be stripped from the output. '
Unnecessary
' is
/libcore/luni/src/main/java/java/math/
BigDecimal.java
99
* @see RoundingMode#
UNNECESSARY
370
*
UNNECESSARY
} and the new big decimal cannot be represented
408
*
UNNECESSARY
} and the new big decimal cannot be represented
440
*
UNNECESSARY
} and the new big decimal cannot be represented
534
*
UNNECESSARY
} and the new big decimal cannot be represented
558
*
UNNECESSARY
} and the new big decimal cannot be represented
592
*
UNNECESSARY
} and the new big decimal cannot be represented
624
*
UNNECESSARY
} and the new big decimal cannot be represented
654
*
UNNECESSARY
} and the new big decimal cannot be represented
810
// Cases where it's
unnecessary
to add two numbers with very different scale
[
all
...]
/bionic/libc/stdio/
freopen.c
72
* should work. This is
unnecessary
if it was not a Unix file.
/development/samples/TtsEngine/src/com/example/android/ttsengine/
CheckVoiceData.java
128
* assets (it could be a raw resource as well). This check is
unnecessary
/device/asus/flo/
WCNSS_qcom_cfg.ini
12
#
unnecessary
if Idle Scan is disabled.
/device/lge/mako/
WCNSS_qcom_cfg.ini
12
#
unnecessary
if Idle Scan is disabled.
/external/apache-http/src/org/apache/http/message/
LineFormatter.java
53
* In order to avoid
unnecessary
creation of temporary objects,
/external/chromium/base/
string_piece.h
14
// Systematic usage of StringPiece is encouraged as it will reduce
unnecessary
/external/chromium/chrome/browser/autocomplete/
keyword_provider.h
88
// TemplateURLModel::CleanUserInputKeyword to remove
unnecessary
characters.
/external/clang/docs/analyzer/
DebugChecks.rst
101
argument is technically
unnecessary
but is intended to clarify intent.
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h
78
// If StTrue is infeasible, asserting the falseness of Cond is
unnecessary
/external/clang/test/SemaCXX/
conversion.cpp
74
// Use FileCheck to ensure we don't get any
unnecessary
macro-expansion notes
/external/grub/netboot/
README.netboot
31
unnecessary
driver, because GRUB might crash if you include too many
/external/icu4c/common/
rbbiscan.h
76
* Return a rules string without
unnecessary
/external/llvm/include/llvm/Support/
ErrorHandling.h
96
/// allows compilers to omit some
unnecessary
code.
/external/llvm/utils/
DSAextract.py
61
#filter out the
unnecessary
checks on all the edge lines
/external/oprofile/doc/
CodingStyle
123
(
unnecessary
) "virtual" keyword in the function declaration.
/external/protobuf/java/src/main/java/com/google/protobuf/
RpcController.java
42
*
unnecessary
layers of indirection.
Service.java
44
*
unnecessary
layers of indirection.
/external/qemu/distrib/sdl-1.2.15/
README.wscons
91
is MUCH better without this, and it is COMPLETELY
UNNECESSARY
, since
/external/qemu/slirp/
sbuf.c
68
* this prevents an
unnecessary
copy of the data
/external/qemu/slirp-android/
sbuf.c
68
* this prevents an
unnecessary
copy of the data
Completed in 585 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>