/prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/ |
Atom.h | 35 enum Definition { 59 /// definition - Whether this atom is a definition or represents an undefined 61 Definition definition() const { return _definition; } function in class:lld::Atom 67 explicit Atom(Definition def) : _definition(def) {} 76 Definition _definition;
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/ |
Atom.h | 35 enum Definition { 59 /// definition - Whether this atom is a definition or represents an undefined 61 Definition definition() const { return _definition; } function in class:lld::Atom 67 explicit Atom(Definition def) : _definition(def) {} 76 Definition _definition;
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/ |
Atom.h | 35 enum Definition { 59 /// definition - Whether this atom is a definition or represents an undefined 61 Definition definition() const { return _definition; } function in class:lld::Atom 67 explicit Atom(Definition def) : _definition(def) {} 76 Definition _definition;
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/ |
Atom.h | 35 enum Definition { 59 /// definition - Whether this atom is a definition or represents an undefined 61 Definition definition() const { return _definition; } function in class:lld::Atom 67 explicit Atom(Definition def) : _definition(def) {} 76 Definition _definition;
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/ |
Atom.h | 35 enum Definition { 59 /// definition - Whether this atom is a definition or represents an undefined 61 Definition definition() const { return _definition; } function in class:lld::Atom 67 explicit Atom(Definition def) : _definition(def) {} 76 Definition _definition;
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/ |
Atom.h | 35 enum Definition { 59 /// definition - Whether this atom is a definition or represents an undefined 61 Definition definition() const { return _definition; } function in class:lld::Atom 67 explicit Atom(Definition def) : _definition(def) {} 76 Definition _definition;
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/ |
Atom.h | 35 enum Definition { 59 /// definition - Whether this atom is a definition or represents an undefined 61 Definition definition() const { return _definition; } function in class:lld::Atom 67 explicit Atom(Definition def) : _definition(def) {} 76 Definition _definition;
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/ |
Atom.h | 35 enum Definition { 59 /// definition - Whether this atom is a definition or represents an undefined 61 Definition definition() const { return _definition; } function in class:lld::Atom 67 explicit Atom(Definition def) : _definition(def) {} 76 Definition _definition;
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/ |
Atom.h | 35 enum Definition { 59 /// definition - Whether this atom is a definition or represents an undefined 61 Definition definition() const { return _definition; } function in class:lld::Atom 67 explicit Atom(Definition def) : _definition(def) {} 76 Definition _definition;
|
/frameworks/av/media/img_utils/src/ |
TiffWriter.cpp | 154 const TagDefinition_t* definition = NULL; local 158 definition = mTagMaps[i][index]; 163 if (definition == NULL) { 164 ALOGE("%s: No definition exists for tag with id %x.", __FUNCTION__, tag); 166 return definition; 188 const TagDefinition_t* definition = lookupDefinition(tag); local 190 if (definition == NULL) { 191 ALOGE("%s: No definition exists for tag 0x%x.", __FUNCTION__, tag); 312 const TagDefinition_t* definition = lookupDefinition(tag); local 313 if (definition == NULL) 321 const TagDefinition_t* definition = lookupDefinition(tag); local 339 const TagDefinition_t* definition = lookupDefinition(tag); local [all...] |
/external/adhd/scripts/ |
ini_editor.py | 26 """Class for port definition in ini file. 31 definition: a string for the content after "=" in port definition line. 32 parameter: a Parameter namedtuple which is parsed from definition. 36 """Parses a port definition line in ini file and init a Port object. 39 line: A string possibly containing port definition line like 43 A Port object if input is a valid port definition line. Returns 44 None if input is not a valid port definition line. 51 definition = parse_values[2] 52 return Port(io, index, definition) [all...] |
/external/clang/test/Index/ |
index-templates.cpp | 118 // CHECK-LOAD: index-templates.cpp:3:19: TemplateTypeParameter=T:3:19 (Definition) Extent=[3:10 - 3:20] 119 // CHECK-LOAD: index-templates.cpp:3:24: NonTypeTemplateParameter=Value:3:24 (Definition) Extent=[3:22 - 3:29] 121 // CHECK-LOAD: index-templates.cpp:3:66: TemplateTemplateParameter=X:3:66 (Definition) Extent=[3:31 - 3:67] 122 // CHECK-LOAD: index-templates.cpp:4:20: ParmDecl=x:4:20 (Definition) Extent=[4:8 - 4:21] 127 // CHECK-LOAD: index-templates.cpp:6:19: TemplateTypeParameter=T:6:19 (Definition) Extent=[6:10 - 6:20] 128 // CHECK-LOAD: index-templates.cpp:9:7: ClassTemplate=vector:9:7 (Definition) Extent=[8:1 - 11:2] 129 // CHECK-LOAD: index-templates.cpp:8:19: TemplateTypeParameter=T:8:19 (Definition) Extent=[8:10 - 8:20] 130 // CHECK-LOAD: index-templates.cpp:8:31: TemplateTypeParameter=Alloc:8:31 (Definition) Extent=[8:22 - 8:51] 133 // CHECK-LOAD: index-templates.cpp:14:7: ClassTemplatePartialSpecialization=vector:14:7 (Definition) [Specialization of vector:9:7] Extent=[13:1 - 14:21] 134 // CHECK-LOAD: index-templates.cpp:13:19: TemplateTypeParameter=T:13:19 (Definition) Extent=[13:10 - 13:20 [all...] |
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@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration><Abstract><Para> About Foo1T </Para></Abstract></Typedef>]
|
c-index-getCursor-test.m | 77 // CHECK: [19:29 - 19:40] ParmDecl=fArg:19:36 (Definition) 83 // CHECK: [23:1 - 24:1] ObjCProtocolDecl=Proto:23:11 (Definition) 85 // CHECK: [24:11 - 25:5] ObjCProtocolDecl=Proto:23:11 (Definition) 87 // CHECK: [27:1 - 27:17] ObjCProtocolDecl=SubP:27:11 (Definition) 89 // CHECK: [27:22 - 28:1] ObjCProtocolDecl=SubP:27:11 (Definition) 91 // CHECK: [28:12 - 29:5] ObjCProtocolDecl=SubP:27:11 (Definition) 98 // CHECK: [33:5 - 33:16] ObjCIvarDecl=_anIVar:33:9 (Definition) 105 // CHECK: [40:1 - 41:3] EnumDecl=:40:1 (Definition) 106 // CHECK: [41:3 - 41:11] EnumConstantDecl=someEnum:41:3 (Definition) 107 // CHECK: [41:11 - 42:2] EnumDecl=:40:1 (Definition) [all...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
RegisterAllocator.java | 73 * Returns the category (width) of the definition site of the register. 80 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); local 82 if (definition == null) { 86 return definition.getResult().getCategory(); 91 * Returns the RegisterSpec of the definition of the register. 94 * @return definition spec of the register or null if it is never defined 98 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); local 100 return definition == null ? null : definition.getResult(); 104 * Returns true if the definition site of this register is [all...] |
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
examples.cpp | 215 // explicit instantiation Declaration, and explicit instantiation defInition. 227 template class BasicStringPiece<int>; // expected-note {{explicit instantiation definition is here}} 228 extern template class BasicStringPiece<int>; // expected-error {{explicit instantiation declaration (with 'extern') follows explicit instantiation definition (without 'extern')}} 240 template class BasicStringPiece<int>; // expected-error {{explicit instantiation of undefined template 'spec_vs_expl_inst::IDS::BasicStringPiece<int>'}} // expected-note {{explicit instantiation definition is here}} 241 extern template class BasicStringPiece<int>; // expected-error {{explicit instantiation declaration (with 'extern') follows explicit instantiation definition (without 'extern')}} 271 template class BasicStringPiece<int>; // expected-note {{explicit instantiation definition is here}} 272 extern template class BasicStringPiece<int>; // expected-error {{explicit instantiation declaration (with 'extern') follows explicit instantiation definition (without 'extern')}} 284 template class BasicStringPiece<int>; // expected-note {{explicit instantiation definition is here}} expected-note {{previous definition is here}} 285 extern template class BasicStringPiece<int>; // expected-error {{explicit instantiation declaration (with 'extern') follows explicit instantiation definition (without 'extern')} [all...] |
/external/clang/test/SemaTemplate/ |
undefined-template.cpp | 37 return C1<int>::s_var_1; // expected-warning{{instantiation of variable 'C1<int>::s_var_1' required here, but no definition is available}} 42 return C1<char>::s_var_2; // expected-warning{{instantiation of variable 'C1<char>::s_var_2' required here, but no definition is available}} 47 C1<int>::s_func_1(); // expected-warning{{instantiation of function 'C1<int>::s_func_1' required here, but no definition is available}} 56 C1<char>::s_func_2(); // expected-warning{{instantiation of function 'C1<char>::s_func_2' required here, but no definition is available}} 61 x->meth_1(); // expected-warning{{instantiation of function 'C1<int>::meth_1' required here, but no definition is available}} 70 x->meth_1(); // expected-warning{{instantiation of function 'C1<char>::meth_1' required here, but no definition is available}} 79 return C1<int>::s_tvar_2<long>; // expected-warning{{instantiation of variable 'C1<int>::s_tvar_2<long>' required here, but no definition is available}} 88 C1<int>::s_tfunc_2<long>(); // expected-warning{{instantiation of function 'C1<int>::s_tfunc_2<long>' required here, but no definition is available}} 97 return C1<int>::C2<char>::s_var_2; //expected-warning {{instantiation of variable 'C1<int>::C2<char>::s_var_2' required here, but no definition is available}} 106 C1<int>::C2<char>::s_func_2(); // expected-warning{{instantiation of function 'C1<int>::C2<char>::s_func_2' required here, but no definition is available} [all...] |
/packages/apps/Contacts/tests/res/xml/ |
test_basic_contacts.xml | 56 <!-- Fallback/Google definition. Supports all. --> 68 <!-- Exchange definition. No display-name, no phonetic-middle. 88 Phone definition. 91 <!-- Fallback, Google definition. --> 117 <!-- Exchange definition. 136 <!-- Fallback/Google definition. --> 147 Exchange definition. 148 - Same definition as "fallback" except for maxOccurs=3 170 <!-- Fallback, Google definition. --> 183 <!-- Exchange definition [all...] |
/dalvik/dx/src/com/android/multidex/ |
Path.java | 49 private final String definition; field in class:Path 53 Path(String definition) throws IOException { 54 this.definition = definition; 55 for (String filePath : definition.split(Pattern.quote(File.pathSeparator))) { 83 return definition;
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-methods.cpp | 24 // Make sure that the definition uses the right calling convention: 36 // Make sure that the definition uses the right calling convention: 48 // Make sure that the definition uses the right calling convention: 58 // Make sure that the definition uses the right calling convention: 78 // Make sure that the Base constructor definition uses the right CC: 87 // Make sure that the Base destructor definition uses the right CC:
|
/external/clang/test/Parser/ |
attributes.c | 68 // expected-warning {{GCC does not allow 'nonnull' attribute in this position on a function definition}} 74 // expected-warning {{GCC does not allow 'noreturn' attribute in this position on a function definition}} 79 // expected-warning {{GCC does not allow 'nonnull' attribute in this position on a function definition}} 81 // expected-warning {{GCC does not allow 'pure' attribute in this position on a function definition}} 86 // expected-warning {{GCC does not allow 'nonnull' attribute in this position on a function definition}} 88 // expected-warning {{GCC does not allow 'pure' attribute in this position on a function definition}}
|
/external/clang/test/SemaCXX/ |
implicit-member-functions.cpp | 4 A::A() { } // expected-error {{definition of implicitly declared default constructor}} 7 B::B(const B&) { } // expected-error {{definition of implicitly declared copy constructor}} 10 C& C::operator=(const C&) { return *this; } // expected-error {{definition of implicitly declared copy assignment operator}} 13 D::~D() { } // expected-error {{definition of implicitly declared destructor}} 77 // definition of 'struct B', so there is no declared copy constructor yet. 112 // definition of Point's copy constructor, which performs overload resolution
|
/external/markdown/markdown/extensions/ |
def_list.py | 3 Definition List Extension for Python-Markdown 6 Added parsing of Definition Lists to Python-Markdown. 27 """ Process Definition Lists. """ 67 # Add definition 77 """ Process indented children of definition list items. """ 90 """ Add definition lists to Markdown. """
|
/external/python/cpython2/Lib/idlelib/ |
config-highlight.def | 15 definition-foreground= #0000ff 16 definition-background= #ffffff 46 definition-foreground= #0000ff 47 definition-background= #ffffff 85 definition-foreground = #5e5eff 87 definition-background = #002240
|
/external/python/cpython3/Lib/idlelib/ |
config-highlight.def | 15 definition-foreground= #0000ff 16 definition-background= #ffffff 46 definition-foreground= #0000ff 47 definition-background= #ffffff 85 definition-foreground = #5e5eff 87 definition-background = #002240
|