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
1411
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava/src/com/google/common/math/
BigIntegerMath.java
63
* @throws ArithmeticException if {@code mode} is {@link RoundingMode#
UNNECESSARY
} and {@code x}
71
case
UNNECESSARY
:
122
* @throws ArithmeticException if {@code mode} is {@link RoundingMode#
UNNECESSARY
} and {@code x}
151
case
UNNECESSARY
:
178
* @throws ArithmeticException if {@code mode} is {@link RoundingMode#
UNNECESSARY
} and
189
case
UNNECESSARY
:
263
* @throws ArithmeticException if {@code q == 0}, or if {@code mode ==
UNNECESSARY
} and {@code a}
MathPreconditions.java
76
throw new ArithmeticException("mode was
UNNECESSARY
, but rounding was necessary");
/external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.h
48
// 3.
Unnecessary
GestureFlingCancel events are filtered. These are
113
// as
unnecessary
.
134
// Sub-filter for removing
unnecessary
GestureFlingCancels.
/frameworks/base/docs/html/training/custom-views/
optimizing-view.jd
45
<p>To speed up your view, eliminate
unnecessary
code from routines that are called frequently. Start
59
android.view.View#invalidate() invalidate()}, so eliminate
unnecessary
calls to {@link
67
can eliminate
unnecessary
invalidation of views that fall outside the invalid rectangle.</p>
/dalvik/vm/
Init.h
47
* call it (while avoiding doing other
unnecessary
VM initialization).
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRReaderStream.cs
38
* Manage the buffer manually to avoid
unnecessary
data copying.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRReaderStream.cs
39
* Manage the buffer manually to avoid
unnecessary
data copying.
/external/chromium/base/
utf_string_conversions.h
16
// so avoid
unnecessary
conversions. The low-level versions return a boolean
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h
47
// selected tab contents to do not trigger
unnecessary
content relayout.
/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/
developer_recommended_flags.gypi
26
# When set to 1, only write jni generated files if they've changed. This can prevent
unnecessary
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h
44
// selected tab contents to do not trigger
unnecessary
content relayout.
/external/chromium_org/chrome/browser/ui/
crypto_module_delegate_nss.cc
102
// initializing the slot handle is
unnecessary
.
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.h
69
// LocationBarView, making this accessor
unnecessary
.
/external/chromium_org/ipc/
ipc_channel_win.h
84
// problems. TODO(darin): make this
unnecessary
/external/chromium_org/ppapi/shared_impl/
proxy_lock.cc
35
//
unnecessary
and wrong (because we haven't coded the host side to account for
/external/chromium_org/third_party/cld/base/
global_strip_options.h
5
// Macros for stripping
unnecessary
string literals from binaries
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
default_map_storage.h
32
//
unnecessary
(i.e no string duplication).
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java
41
*
unnecessary
layers of indirection.
/external/chromium_org/tools/gyp/test/prune_targets/
gyptest-prune-targets.py
8
Verifies --root-target removes the
unnecessary
targets.
/external/chromium_org/ui/base/dragdrop/
drag_utils_win.cc
77
// could figure this context out then we wouldn't do
unnecessary
work. However
/external/chromium_org/ui/gfx/animation/
animation.cc
99
// Get "Turn off all
unnecessary
animations" value.
/external/guava/guava/src/com/google/common/hash/
AbstractNonStreamingHashFunction.java
106
// Just to access the byte[] without introducing an
unnecessary
copy
/external/guava/guava/src/com/google/common/io/
AppendableWriter.java
74
*
unnecessary
strings.
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DefaultMapStorage.java
27
* is actually
unnecessary
(i.e no string duplication).
Completed in 1014 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>