/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
const.h | 7 * C code. Therefore we cannot annotate them always with
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
const.h | 7 * C code. Therefore we cannot annotate them always with
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 12 __all__ = ["listdir", "opendir", "annotate", "reset"] 37 def annotate(head, list): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 12 __all__ = ["listdir", "opendir", "annotate", "reset"] 37 def annotate(head, list): function
|
/external/clang/test/CodeGen/ |
annotations-var.c | 17 int foo(int v __attribute__((annotate("param_ann_2"))) __attribute__((annotate("param_ann_3")))); 18 int foo(int v __attribute__((annotate("param_ann_0"))) __attribute__((annotate("param_ann_1")))) { 33 int localvar __attribute__((annotate("localvar_ann_0"))) __attribute__((annotate("localvar_ann_1"))) = 3; 43 int undefvar __attribute__((annotate("undefvar_ann_0")));
|
annotations-field.c | 8 int v __attribute__((annotate("v_ann_0"))) __attribute__((annotate("v_ann_1")));
|
/external/clang/test/Index/ |
annotate-comments-typedef.m | 20 // CHECK: TypedefDecl=MyEnum:[[@LINE-1]]:3 (Definition) FullCommentAsHTML=[<p class="para-brief"> Documentation for MyEnum </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="3"><Name><anonymous></Name><USR>c:@EA@MyEnum</USR><Declaration>typedef enum MyEnum MyEnum</Declaration><Abstract><Para> Documentation for MyEnum </Para></Abstract></Typedef>] 30 // CHECK: EnumDecl=E:[[@LINE-6]]:6 (Definition) {{.*}} BriefComment=[Documentation for E] FullCommentAsHTML=[<p class="para-brief"> Documentation for E </p>] FullCommentAsXML=[<Enum file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-6]]" column="6"><Name>E</Name><USR>c:@E@E</USR><Declaration>enum E{{( : int)?}} {}</Declaration><Abstract><Para> Documentation for E </Para></Abstract></Enum>] 31 // CHECK: TypedefDecl=E_T:[[@LINE-2]]:16 (Definition) FullCommentAsHTML=[<p class="para-brief"> Documentation for E </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="16"><Name>E</Name><USR>c:@E@E</USR><Declaration>typedef enum E E_T</Declaration><Abstract><Para> Documentation for E </Para></Abstract></Typedef>] 38 // CHECK: TypedefDecl=Foo:[[@LINE-1]]:11 (Definition) FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-1]]" column="11"><Name><anonymous></Name><USR>c:@SA@Foo</USR><Declaration>typedef struct Foo Foo</Declaration><Abstract><Para> Comment about Foo </Para></Abstract></Typedef>] 39 // CHECK: StructDecl=:[[@LINE-4]]:9 (Definition) {{.*}} BriefComment=[Comment about Foo] FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentAsXML=[<Class file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-4]]" column="9"><Name><anonymous></Name><USR>c:@SA@Foo</USR><Declaration>struct {}</Declaration><Abstract><Para> Comment about Foo </Para></Abstract></Class>] 48 // CHECK: TypedefDecl=Foo1T:[[@LINE-2]]:21 (Definition) {{.*}} FullCommentAsHTML=[<p class="para-brief"> About Foo1T </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="21"><Name>Foo1T</Name><USR>c:annotate-comments-typedef.m@{{[0-9]+}}@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration><Abstract><Para> About Foo1T </Para></Abstract></Typedef>]
|
annotate-comments-availability-attrs.cpp | 16 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-3]]" column="6"><Name>attr_availability_1</Name><USR>c:@F@attr_availability_1#</USR><Declaration>void attr_availability_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Availability distribution="iOS"><DeprecationSummary>not for iOS</DeprecationSummary><Unavailable/></Availability><Availability distribution="OS X"><IntroducedInVersion>8.0</IntroducedInVersion><DeprecatedInVersion>9.0</DeprecatedInVersion><RemovedAfterVersion>10.0</RemovedAfterVersion><DeprecationSummary>use availability_test in <foo.h></DeprecationSummary></Availability></Function>] 21 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_availability_2</Name><USR>c:@F@attr_availability_2#</USR><Declaration>void attr_availability_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Availability distribution="OS X"><IntroducedInVersion>8.0.1</IntroducedInVersion><DeprecatedInVersion>9.0.1</DeprecatedInVersion><RemovedAfterVersion>10.0.1</RemovedAfterVersion></Availability></Function>] 26 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_deprecated_1</Name><USR>c:@F@attr_deprecated_1#</USR><Declaration>void attr_deprecated_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Deprecated/></Function>] 31 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_deprecated_2</Name><USR>c:@F@attr_deprecated_2#</USR><Declaration>void attr_deprecated_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Deprecated>message 1 <foo.h></Deprecated></Function>] 37 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_unavailable_1</Name><USR>c:@F@attr_unavailable_1#</USR><Declaration>void attr_unavailable_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Unavailable/></Function>] 42 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_unavailable_2</Name><USR>c:@F@attr_unavailable_2#</USR><Declaration>void attr_unavailable_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Unavailable>message 2 <foo.h></Unavailable></Function>]
|
annotate-toplevel-in-objccontainer.m | 20 // RUN: c-index-test -test-annotate-tokens=%s:5:1:7:1 %s -include %t.h \ 25 // RUN: c-index-test -test-annotate-tokens=%s:14:1:16:1 %s -include %t.h \ 30 // RUN: c-index-test -test-annotate-tokens=%s.h:7:1:9:1 %s -include %t.h \
|
annotate-tokens-preamble.c | 7 // RUN: c-index-test -test-annotate-tokens=%s:1:1:5:1 %s | FileCheck %s 8 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-annotate-tokens=%s:1:1:5:1 %s | FileCheck %s
|
annotate-tokens-with-default-args.cpp | 1 #include "annotate-tokens-with-default-args.h" 5 // RUN: c-index-test -test-annotate-tokens=%s:3:1:4:1 %s | FileCheck %s
|
/external/chromium_org/content/common/net/ |
url_request_user_data.h | 12 // Used to annotate all URLRequests for which the request can be associated
|
/external/linux-tools-perf/Documentation/ |
perf-annotate.txt | 1 perf-annotate(1) 6 perf-annotate - Read perf.data (created by perf record) and display annotated code 11 'perf annotate' [-i <file> | --input=file] [symbol_name] 32 Symbol to annotate.
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
DebugInfoItem.java | 368 out.annotate(0, parent.getParent().method.getMethodString()); 369 out.annotate("line_start: 0x" + Integer.toHexString(lineStart) + " (" + lineStart + ")"); 371 out.annotate("parameters_size: 0x" + Integer.toHexString(parameterNames.length) + " (" + parameterNames.length 378 out.annotate("[" + index++ +"] parameterName: "); 381 out.annotate("[" + index++ +"] parameterName: " + parameterName.getStringValue()); 393 out.annotate("DBG_END_SEQUENCE"); 399 out.annotate("DBG_ADVANCE_PC"); 402 out.annotate("addr_diff: 0x" + Integer.toHexString(addressDiff) + " (" + addressDiff + ")"); 409 out.annotate("DBG_ADVANCE_LINE"); 412 out.annotate("line_diff: 0x" + Integer.toHexString(lineDiff) + " (" + lineDiff + ")") [all...] |
MapItem.java | 87 out.annotate("map_size: 0x" + Integer.toHexString(sections.length + 2) + " (" + 92 out.annotate(0, "[" + index++ + "]"); 98 out.annotate(0, "[" + index++ + "]"); 104 out.annotate(0, "[" + index++ + "]"); 112 out.annotate(2, "item_type: " + itemType); 113 out.annotate(2, "unused"); 114 out.annotate(4, "section_size: 0x" + Integer.toHexString(sectionSize) + " (" + sectionSize + ")"); 115 out.annotate(4, "section_off: 0x" + Integer.toHexString(sectionOffset));
|
/external/clang/test/Analysis/ |
objc_invalidation.m | 27 - (void) invalidate __attribute__((annotate("objc_instance_variable_invalidator"))); 31 - (void) invalidate __attribute__((annotate("objc_instance_variable_invalidator"))); 35 - (void) invalidate __attribute__((annotate("objc_instance_variable_invalidator"))); 36 - (void) invalidate2 __attribute__((annotate("objc_instance_variable_invalidator"))); 52 - (void) invalidate __attribute__((annotate("objc_instance_variable_invalidator"))); 119 -(void)partialInvalidator1 __attribute__((annotate("objc_instance_variable_invalidator_partial"))); 120 -(void)partialInvalidator2 __attribute__((annotate("objc_instance_variable_invalidator_partial"))); 241 - (void)invalidate __attribute__((annotate("objc_instance_variable_invalidator"))); 296 -(void)partialInvalidator __attribute__((annotate("objc_instance_variable_invalidator_partial"))); 308 -(void)partialInvalidator __attribute__((annotate("objc_instance_variable_invalidator_partial"))) [all...] |
/external/srec/srec/include/ |
utteranc.h | 63 annotate; typedef in typeref:struct:__anon26541 102 annotate *utb_table; /* utb file header information */ 241 int init_utb_file(file_utterance_info *utt, annotate **table); 242 int position_utb_file(file_utterance_info *utt, long position, annotate *table); 253 int read_tcp(char *filename, annotate **tag_base); 254 int read_lst(char *filename, annotate *tag_base, int ntags); 255 int read_utb_table(char *filename, annotate **tag_base); 256 void save_tcp(char *tcpnam, annotate *tag, int ntags);
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
AnnotatedOutput.java | 49 public void annotate(String msg); method in interface:AnnotatedOutput 62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput 66 * until the next call to {@link #annotate}.
|
/dalvik/dx/src/com/android/dx/util/ |
AnnotatedOutput.java | 49 public void annotate(String msg); method in interface:AnnotatedOutput 62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput 66 * until the next call to {@link #annotate}.
|
/external/chromium_org/mojo/public/system/ |
macros.h | 10 // Annotate a variable indicating it's okay if it's unused. 19 // Annotate a function indicating that the caller must examine the return value. 30 // Annotate a virtual method indicating it must be overriding a virtual method
|
/external/chromium_org/third_party/skia/include/core/ |
SkAnnotation.h | 79 * Annotate the canvas by associating the specified URL with the 91 * Annotate the canvas by associating a name with the specified point. 103 * Annotate the canvas by making the specified rectangle link to a named
|
/external/clang/test/Analysis/objc/ |
direct-ivar-assignment-in-annotated-functions.m | 18 - (void) someMethod: (MyClass*)In __attribute__((annotate("objc_no_direct_instance_variable_assignment"))); 26 MyClass* _NotA __attribute__((annotate("objc_allow_direct_instance_variable_assignment"))); 39 @property (assign) MyClass* NotX __attribute__((annotate("objc_allow_direct_instance_variable_assignment"))); // warnings should be suppressed
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
AnnotatedOutput.java | 49 public void annotate(String msg); method in interface:AnnotatedOutput 62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput 66 * until the next call to {@link #annotate}.
|
/external/skia/include/core/ |
SkAnnotation.h | 79 * Annotate the canvas by associating the specified URL with the 91 * Annotate the canvas by associating a name with the specified point. 103 * Annotate the canvas by making the specified rectangle link to a named
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
AnnotatedOutput.java | 57 public void annotate(String msg); method in interface:AnnotatedOutput 70 public void annotate(int amt, String msg); method in interface:AnnotatedOutput 74 * until the next call to {@link #annotate}.
|