OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unnecessary
(Results
51 - 75
of
1546
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/android/support/src/musl-multibyte/
mbtowc.c
4
*
unnecessary
.
wcrtomb.c
4
*
unnecessary
.
wcsnrtombs.c
4
*
unnecessary
.
wcsrtombs.c
4
*
unnecessary
.
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.pom
9
<description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some
unnecessary
bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.pom
9
<description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some
unnecessary
bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
/external/chromium_org/sync/engine/
syncer.h
32
//
unnecessary
.
66
// be
unnecessary
. It may be invoked periodically to try to keep the client
/external/clang/test/CodeGenObjCXX/
exceptions-legacy.mm
27
// Leave the @synchronized. The reload of obj here is
unnecessary
.
77
// Catch handler. Reload of 'failed' address is
unnecessary
.
/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);
/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/chromium_org/base/strings/
utf_string_conversions.h
17
// so avoid
unnecessary
conversions. The low-level versions return a boolean
/external/chromium_org/build/android/pylib/
efficient_android_directory_copy.sh
8
# source directory, without doing
unnecessary
copies. This assumes that the
/external/chromium_org/cc/resources/
task_graph_runner_perftest.cc
71
// Avoid
unnecessary
heap allocations by reusing the same graph.
100
// Avoid
unnecessary
heap allocations by reusing the same graph and
142
// Avoid
unnecessary
heap allocations by reusing the same graph and
185
// Avoid
unnecessary
heap allocations by reusing the same graph and
/external/chromium_org/content/common/sandbox_linux/
bpf_utility_policy_linux.cc
33
//
unnecessary
.
/external/chromium_org/net/quic/
quic_sent_entropy_manager.h
48
// Removes
unnecessary
entries before |sequence_number|.
/external/chromium_org/remoting/host/
desktop_resizer.h
45
// virtual hosts will typically ignore it to avoid
unnecessary
resizes.
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.h
52
bool isDocumentFragment() const WTF_DELETED_FUNCTION; // This will catch anyone doing an
unnecessary
check.
/external/chromium_org/tools/gyp/test/win/
gyptest-link-restat-importlib.py
8
Make sure we don't cause
unnecessary
builds due to import libs appearing
/external/chromium_org/v8/src/
hydrogen-environment-liveness.h
18
//
unnecessary
spill slot moves. Therefore it is beneficial to trim the
/external/chromium_org/v8/test/webkit/
dfg-int32-to-double-on-known-number.js
25
"Tests that we don't emit
unnecessary
speculation checks when performing an int32 to double conversion on a value that is proved to be a number, predicted to be an int32, but not proved to be an int32."
/external/compiler-rt/lib/builtins/i386/
ashldi3.S
12
// via a 64-bt store, this is
unnecessary
memory traffic, and should be avoided.
Completed in 572 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>