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
952
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/rendering/
RenderFieldset.h
57
// This will catch anyone doing an
unnecessary
cast.
RenderFullScreen.h
55
// This will catch anyone doing an
unnecessary
cast:
RenderHTMLCanvas.h
56
// This will catch anyone doing an
unnecessary
cast.
RenderIFrame.h
63
// This will catch anyone doing an
unnecessary
cast.
RenderMedia.h
70
// This will catch anyone doing an
unnecessary
cast.
RenderPart.h
59
// This will catch anyone doing an
unnecessary
cast.
RenderProgress.h
68
// This will catch anyone doing an
unnecessary
cast.
RenderSlider.h
61
// This will catch anyone doing an
unnecessary
cast.
RenderTextControlMultiLine.h
64
// This will catch anyone doing an
unnecessary
cast.
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGViewportContainer.h
60
// This will catch anyone doing an
unnecessary
cast.
/frameworks/compile/libbcc/runtime/lib/i386/
ashldi3.S
12
// via a 64-bt store, this is
unnecessary
memory traffic, and should be avoided.
lshrdi3.S
12
// via a 64-bt store, this is
unnecessary
memory traffic, and should be avoided.
/libcore/luni/src/test/java/tests/api/java/math/
RoundingModeTest.java
35
assertEquals("valueOf failed for ROUND_UNNECESSARY", RoundingMode.valueOf(BigDecimal.ROUND_UNNECESSARY), RoundingMode.
UNNECESSARY
);
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java
36
// We could use ByteArrayOutputStream and IOUtils.copy, but it'd perform an
unnecessary
/external/guava/guava/src/com/google/common/math/
DoubleMath.java
55
case
UNNECESSARY
:
108
* {@link RoundingMode#
UNNECESSARY
}
131
* {@link RoundingMode#
UNNECESSARY
}
155
* {@link RoundingMode#
UNNECESSARY
}
221
case
UNNECESSARY
:
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");
/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/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.
Completed in 1440 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>