OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:annotate
(Results
176 - 200
of
1244
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dx/src/com/android/dx/dex/file/
EncodedMethod.java
181
out.
annotate
(0, String.format(" [%x] %s", dumpSeq,
183
out.
annotate
(Leb128.unsignedLeb128Size(diff),
185
out.
annotate
(Leb128.unsignedLeb128Size(accessFlags),
188
out.
annotate
(Leb128.unsignedLeb128Size(codeOff),
ProtoIdItem.java
147
out.
annotate
(0, indexString() + ' ' + sb.toString());
148
out.
annotate
(4, " shorty_idx: " + Hex.u4(shortyIdx) +
150
out.
annotate
(4, " return_type_idx: " + Hex.u4(returnIdx) +
152
out.
annotate
(4, " parameters_off: " + Hex.u4(paramsOff));
/external/ImageMagick/Magick++/demo/
button.cpp
70
button.
annotate
( text, CenterGravity );
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
class_definition.py
19
def
Annotate
(cls, symbol_type, children):
function_definition.py
19
def
Annotate
(cls, symbol_type, children):
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
module.py
14
self._snippet = annotated_symbol.
Annotate
(f)
/external/clang/test/Index/
ms-if-exists.cpp
14
// RUN: c-index-test -test-
annotate
-tokens=%s:3:1:11:3 -fms-extensions -fno-ms-compatibility -fno-delayed-template-parsing %s | FileCheck %s
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
TesterAnnotation.java
27
* Use this to meta-
annotate
XxxFeature.Require annotations, so that those
/external/guice/core/src/com/google/inject/
BindingAnnotation.java
27
* may apply to a single injection point. You must also
annotate
binder
ScopeAnnotation.java
27
* may apply to a single implementation class. You must also
annotate
scope
/external/guice/extensions/persist/src/com/google/inject/persist/finder/
FirstResult.java
25
*
Annotate
any dynamic finder method's integer argument with this to pass in
MaxResults.java
25
*
Annotate
any dynamic finder method's integer argument with this to pass in
/external/jsr305/ri/src/main/java/javax/annotation/
Nonnegative.java
11
/** Used to
annotate
a value that should only contain nonnegative values */
/external/junit/src/main/java/org/junit/
Ignore.java
11
* Also, you can
annotate
a class containing test methods with <code>@Ignore</code> and none of the containing
/external/libchrome/base/debug/
leak_annotations.h
11
// This file defines macros which can be used to
annotate
intentional memory
/external/mockito/src/main/java/org/mockito/
CheckReturnValue.java
15
* use it to
annotate
methods for Static Analysis tools, including FindBugs and ErrorProne.
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
Rpc.java
26
* The {@link Rpc} annotation is used to
annotate
server-side implementations of RPCs. It describes
/frameworks/base/core/java/android/text/style/
SpellCheckSpan.java
25
*
annotate
portions of the text that are about to or currently being spell checked. They are
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/annotations/
Requires.java
22
* Used to
annotate
which interfaces a given plugin depends on.
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingConversion.java
23
*
Annotate
methods that are used to automatically convert from the expression type to the value
/platform_testing/libraries/annotations/src/android/platform/test/annotations/
RequiresDevice.java
28
* For device side tests,
annotate
with android.support.test.filters.RequiresDevice
RootPermissionTest.java
35
// the effort to
annotate
the existing tests with a corresponding patch-level.
SecurityTest.java
34
// the effort to
annotate
the existing tests with a corresponding patch-level.
/external/ImageMagick/ImageMagick/api/
annotate.html
9
<title>ImageMagick: MagickCore, C API for ImageMagick:
Annotate
an Image</title>
15
<meta name="keywords" content="magickcore, c, api, for, imagemagick:,
annotate
, an, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55
<p class="text-center"><a href="
annotate
.php#AnnotateImage">AnnotateImage</a> • <a href="
annotate
.php#FormatMagickCaption">FormatMagickCaption</a> • <a href="
annotate
.php#GetMultilineTypeMetrics">GetMultilineTypeMetrics</a> • <a href="
annotate
.php#GetTypeMetrics">GetTypeMetrics</a></p>
285
<p><a href="
annotate
.php#">Back to top</a> ?
/external/ImageMagick/www/api/
annotate.html
8
<title>ImageMagick: MagickCore, C API for ImageMagick:
Annotate
an Image</title>
17
<meta name="keywords" content="magickcore, c, api, for, imagemagick:,
annotate
, an, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
59
<p class="text-center"><a href="
annotate
.html#AnnotateImage">AnnotateImage</a> • <a href="
annotate
.html#FormatMagickCaption">FormatMagickCaption</a> • <a href="
annotate
.html#GetMultilineTypeMetrics">GetMultilineTypeMetrics</a> • <a href="
annotate
.html#GetTypeMetrics">GetTypeMetrics</a></p>
289
<p><a href="
annotate
.html#">Back to top</a> ?
Completed in 644 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>