Home
last modified time | relevance | path

Searched defs:annotate (Results 1 – 22 of 22) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
DAnnotatedOutput.java49 public void annotate(String msg); in annotate() method
62 public void annotate(int amt, String msg); in annotate() method
DByteArrayAnnotatedOutput.java360 public void annotate(String msg) { in annotate() method in ByteArrayAnnotatedOutput
370 public void annotate(int amt, String msg) { in annotate() method in ByteArrayAnnotatedOutput
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DAnnotate.py54 def annotate(self, pos, item): member in AnnotationCCodeWriter
137 def annotate(match): function
DNodes.py240 def annotate(self, code): member in Node
351 def annotate(self, code): member in CompilerDirectivesNode
402 def annotate(self, code): member in StatListNode
448 def annotate(self, code): member in CDefExternNode
842 def annotate(self, code): member in CArgDeclNode
1379 def annotate(self, code): member in CppClassNode
4383 def annotate(self, code): member in CClassDefNode
4413 def annotate(self, code): member in PropertyNode
4497 def annotate(self, code): member in ExprStatNode
4655 def annotate(self, code): member in SingleAssignmentNode
[all …]
DOptions.py22 annotate = False variable
DFusedNode.py788 def annotate(self, code): member in FusedCFuncDefNode
DUtilNodes.py115 def annotate(self, code): member in TempsBlockNode
DExprNodes.py665 def annotate(self, code): member in ExprNode
2120 def annotate(self, code): member in NameNode
5654 def annotate(self, code): member in AttributeNode
6173 def annotate(self, code): member in SequenceNode
6521 def annotate(self, code): member in ComprehensionNode
6563 def annotate(self, code): member in ComprehensionAppendNode
6595 def annotate(self, code): member in DictComprehensionAppendNode
6620 def annotate(self, code): member in InlinedGeneratorExpressionNode
6826 def annotate(self, code): member in DictNode
7120 def annotate(self, code): member in KeywordArgsNode
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
D__init__.py57 annotate = _singleton_method('annotate') variable
Dcontrol.py569 def annotate(self, morfs=None, directory=None, ignore_errors=None, member in coverage
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DGraphicsContextAnnotator.cpp89 void GraphicsContextAnnotator::annotate(const PaintInfo& paintInfo, const RenderObject* object) in annotate() function in blink::GraphicsContextAnnotator
/external/chromium_org/chrome/common/extensions/docs/server2/
Dmanifest_data_source.py90 def annotate(parent_level, features): function
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-annotate.c276 struct perf_annotate annotate = { in cmd_annotate() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java122 public void annotate(int length, @Nonnull String msg, Object... formatArgs) { in annotate() method in AnnotatedBytes
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDexFile.java494 private ByteArrayAnnotatedOutput toDex0(boolean annotate, in toDex0()
DDebugInfoEncoder.java130 private void annotate(int length, String message) { in annotate() method in DebugInfoEncoder
/external/chromium_org/third_party/cython/src/
Druntests.py422 def __init__(self, rootdir, workdir, selectors, exclude_selectors, annotate, argument
566 expect_errors=False, annotate=False, cleanup_workdir=True, argument
708 def run_cython(self, test_directory, module, targetdir, incdir, annotate, argument
822 expect_errors, annotate): argument
/external/clang/test/Analysis/
Dobjc_invalidation.m52 - (void) invalidate __attribute__((annotate("objc_instance_variable_invalidator"))); category
/external/srec/srec/include/
Dutteranc.h63 annotate; typedef
/external/harfbuzz_ng/util/
Doptions.hh163 hb_bool_t annotate; member
/external/clang/lib/Format/
DTokenAnnotator.cpp1177 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate() function in clang::format::TokenAnnotator
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
Dhists.c1423 annotate = -2, zoom_dso = -2, zoom_thread = -2, in perf_evsel__hists_browse() local