HomeSort by relevance Sort by last modified time
    Searched full:definition (Results 201 - 225 of 9917) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaObjC/
ivar-lookup.m 54 int IVAR; // expected-note 4 {{previous definition is here}}
61 int PIVAR; // expected-note {{previous definition is here}}
137 int d; // expected-note {{previous definition is here}}
138 NSString *e_strong; // expected-note {{previous definition is here}}
139 NSData *f_weak; // expected-note {{previous definition is here}}
140 int g; // expected-note 2 {{previous definition is here}}
145 int g; // expected-note {{previous definition is here}} \
  /frameworks/av/media/img_utils/src/
TiffWriter.cpp 155 const TagDefinition_t* definition = NULL; local
159 definition = mTagMaps[i][index];
164 if (definition == NULL) {
165 ALOGE("%s: No definition exists for tag with id %x.", __FUNCTION__, tag);
167 return definition;
189 const TagDefinition_t* definition = lookupDefinition(tag); local
191 if (definition == NULL) {
192 ALOGE("%s: No definition exists for tag 0x%x.", __FUNCTION__, tag);
313 const TagDefinition_t* definition = lookupDefinition(tag); local
314 if (definition == NULL)
322 const TagDefinition_t* definition = lookupDefinition(tag); local
340 const TagDefinition_t* definition = lookupDefinition(tag); local
    [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/Modules/
macros.c 11 // FIXME: expected-note@Inputs/macros_left.h:11{{previous definition is here}}
12 // FIXME: expected-note@Inputs/macros_right.h:12{{previous definition is here}}
13 // expected-note@Inputs/macros_right.h:12{{expanding this definition of 'LEFT_RIGHT_DIFFERENT'}}
14 // expected-note@Inputs/macros_right.h:13{{expanding this definition of 'LEFT_RIGHT_DIFFERENT2'}}
15 // expected-note@Inputs/macros_left.h:14{{other definition of 'LEFT_RIGHT_DIFFERENT'}}
90 // expected-note{{other definition of 'LEFT_RIGHT_DIFFERENT2'}}
113 TOP_RIGHT_REDEF *fp = &f; // ok, right's definition overrides top's definition
156 // expected-note@macros_top.h:19 {{expanding this definition}}
157 // expected-note@macros_other.h:4 {{other definition}}
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
RegisterAllocator.java 75 * Returns the category (width) of the definition site of the register.
82 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); local
84 if (definition == null) {
88 return definition.getResult().getCategory();
93 * Returns the RegisterSpec of the definition of the register.
96 * @return definition spec of the register or null if it is never defined
100 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); local
102 return definition == null ? null : definition.getResult();
106 * 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...]
  /packages/apps/ContactsCommon/tests/res/xml/
test_basic_contacts.xml 56 <!-- Fallback/Google definition. Supports all. -->
69 <!-- Exchange definition. No display-name, no phonetic-middle.
90 Phone definition.
93 <!-- Fallback, Google definition. -->
119 <!-- Exchange definition.
138 <!-- Fallback/Google definition. -->
149 Exchange definition.
150 - Same definition as "fallback" except for maxOccurs=3
172 <!-- Fallback, Google definition. -->
185 <!-- Exchange definition
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
ast.py 82 class Definition(NodeBase):
83 """Represents a definition of anything that has a global name (e.g., enums,
117 class Const(Definition):
118 """Represents a const definition."""
136 class Enum(Definition):
137 """Represents an enum definition."""
149 class EnumValue(Definition):
150 """Represents a definition of an enum value."""
166 definition)."""
190 class Interface(Definition)
    [all...]
  /external/clang/test/Index/
index-templates.cpp 105 // CHECK-LOAD: index-templates.cpp:3:19: TemplateTypeParameter=T:3:19 (Definition) Extent=[3:10 - 3:20]
106 // CHECK-LOAD: index-templates.cpp:3:24: NonTypeTemplateParameter=Value:3:24 (Definition) Extent=[3:22 - 3:29]
108 // CHECK-LOAD: index-templates.cpp:3:66: TemplateTemplateParameter=X:3:66 (Definition) Extent=[3:31 - 3:67]
109 // CHECK-LOAD: index-templates.cpp:4:20: ParmDecl=x:4:20 (Definition) Extent=[4:8 - 4:21]
114 // CHECK-LOAD: index-templates.cpp:6:19: TemplateTypeParameter=T:6:19 (Definition) Extent=[6:10 - 6:20]
115 // CHECK-LOAD: index-templates.cpp:9:7: ClassTemplate=vector:9:7 (Definition) Extent=[8:1 - 11:2]
116 // CHECK-LOAD: index-templates.cpp:8:19: TemplateTypeParameter=T:8:19 (Definition) Extent=[8:10 - 8:20]
117 // CHECK-LOAD: index-templates.cpp:8:31: TemplateTypeParameter=Alloc:8:31 (Definition) Extent=[8:22 - 8:51]
120 // CHECK-LOAD: index-templates.cpp:14:7: ClassTemplatePartialSpecialization=vector:14:7 (Definition) [Specialization of vector:9:7] Extent=[13:1 - 14:21]
121 // 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>&lt;anonymous&gt;</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>&lt;anonymous&gt;</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>&lt;anonymous&gt;</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...]
preamble_macro_template.cpp 7 // CHECK: preamble_macro_template.h:4:6: FunctionDecl=foo:4:6 (Definition) [Specialization of foo:4:6] Extent=[4:1 - 6:2]
8 // CHECK: preamble_macro_template.h:4:13: ParmDecl=p:4:13 (Definition) Extent=[4:10 - 4:14]
14 // CHECK: preamble_macro_template.cpp:3:5: FunctionDecl=main:3:5 (Definition) Extent=[3:1 - 3:15]
remap-load.c 3 // CHECK: remap-load.c:1:5: FunctionDecl=foo:1:5 (Definition) Extent=[1:1 - 3:2]
4 // CHECK: remap-load.c:1:13: ParmDecl=parm1:1:13 (Definition) Extent=[1:9 - 1:18]
5 // CHECK: remap-load.c:1:26: ParmDecl=parm2:1:26 (Definition) Extent=[1:20 - 1:31]
  /dalvik/dx/src/com/android/multidex/
Path.java 50 private final String definition; field in class:Path
54 Path(String definition) throws IOException {
55 this.definition = definition;
56 for (String filePath : definition.split(Pattern.quote(File.pathSeparator))) {
84 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:
84 // Make sure that the Base destructor definition uses the right CC:
87 // Make sure that the Base constructor definition uses the right CC:
  /external/clang/test/Parser/
cxx-class.cpp 20 };; // expected-warning{{extra ';' after member function definition}}
62 int F1 { return 1; } // expected-error{{function definition does not declare parameters}}
63 void F2 {} // expected-error{{function definition does not declare parameters}}
64 typedef int F3() { return 0; } // expected-error{{function definition declared 'typedef'}}
65 typedef void F4() {} // expected-error{{function definition declared 'typedef'}}
122 void C2::f() {} // expected-error{{function definition is not allowed here}}
  /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/oprofile/libregex/
op_regex.h 44 * during replacement of regular definition name by their expansion
54 * @param name a regular definition name
55 * @param replace the string to subsitute in other regular definition
66 * You can imbed regular definition in pattern but not in replace.
116 /// dictionary of regular definition
125 * add to regex pattern and regular definition read from the given file
  /external/clang/test/Sema/
merge-decls.c 17 int funcdef2() { return 0; } // expected-note {{previous definition is here}}
27 Vf2 g0; // expected-note {{previous definition is here}}
30 _Complex int g1; // expected-note {{previous definition is here}}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
sem.h 27 /* Get common definition of System V style IPC. */
30 /* Get system dependent definition of `struct semid_ds' and more. */
39 handling. The definition is found in XPG2. */
shm.h 27 /* Get common definition of System V style IPC. */
30 /* Get system dependent definition of `struct shmid_ds' and more. */
48 facility. The definition is found in XPG4.2. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
sem.h 27 /* Get common definition of System V style IPC. */
30 /* Get system dependent definition of `struct semid_ds' and more. */
39 handling. The definition is found in XPG2. */
shm.h 27 /* Get common definition of System V style IPC. */
30 /* Get system dependent definition of `struct shmid_ds' and more. */
48 facility. The definition is found in XPG4.2. */
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 35 * Displays a word and its definition.
57 TextView definition = (TextView) findViewById(R.id.definition); local
63 definition.setText(cursor.getString(dIndex));

Completed in 790 milliseconds

1 2 3 4 5 6 7 891011>>