Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/external/stlport/test/unit/
Dmacro_checks.cpp6 # error Missing CHAR_BIT definition.
14 # error Missing CHAR_MAX definition.
18 # error Missing CHAR_MIN definition.
26 # error Missing INT_MAX definition.
30 # error Missing INT_MIN definition.
38 # error Missing LONG_MAX definition.
42 # error Missing LONG_MIN definition.
50 # error Missing SCHAR_MAX definition.
54 # error Missing SCHAR_MIN definition.
62 # error Missing SHRT_MAX definition.
[all …]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dtest_handshake.py158 for formatted_string, definition in _TEST_TOKEN_EXTENSION_DATA:
160 definition, parse_extensions(formatted_string,
169 for formatted_string, definition in _TEST_TOKEN_EXTENSION_DATA:
171 definition, parse_extensions(formatted_string,
174 for formatted_string, definition in _TEST_QUOTED_EXTENSION_DATA:
176 definition, parse_extensions(formatted_string,
181 definition) in _TEST_REDUNDANT_TOKEN_EXTENSION_DATA:
183 definition, parse_extensions(formatted_string,
187 definition) in _TEST_REDUNDANT_QUOTED_EXTENSION_DATA:
194 definition) in _TEST_REDUNDANT_TOKEN_EXTENSION_DATA:
[all …]
/external/clang/test/SemaObjC/
Dcheck-dup-objc-decls-1.m3 @interface Foo // expected-note {{previous definition is here}}
8 @class Bar; // expected-note {{previous definition is here}}
16 typedef int OBJECT; // expected-note {{previous definition is here}}
21 typedef int Gorf; // expected-note {{previous definition is here}}
23 …{redefinition of 'Gorf' as different kind of symbol}} expected-note {{previous definition is here}}
32 @interface A<P> @end // expected-note {{previous definition is here}}
33 @interface A<Q> @end // expected-error {{duplicate interface definition for class 'A'}}
35 @protocol PP<P> @end // expected-note {{previous definition is here}}
36 @protocol PP<Q> @end // expected-warning {{duplicate protocol definition of 'PP'}}
38 @interface A(Cat)<P> @end // expected-note {{previous definition is here}}
[all …]
Dcategory-1.m7 …<p1> // expected-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous def…
10 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1'…
16 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}}
19 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}}
20 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}}
23 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Catego…
24 @interface MyClass1 (Category7) @end // expected-warning {{duplicate definition of category 'Catego…
25 @interface MyClass1 (Category8) @end // expected-warning {{duplicate definition of category 'Catego…
30 @interface MyClass1 (Category) <p2, p3> @end // expected-warning {{cannot find protocol definition
47 @interface XCRemoteComputerManager(x) // expected-note {{previous definition is here}}
[all …]
Dclass-def-test-1.m5 @interface SUPER <SUPER> @end // expected-warning {{cannot find protocol definition for 'SUPER'}}
7 typedef int INTF; // expected-note {{previous definition is here}}
11 @interface OBJECT @end // expected-note {{previous definition is here}}
13 @interface INTF1 : OBJECT @end // expected-note {{previous definition is here}}
15 @interface INTF1 : OBJECT @end // expected-error {{duplicate interface definition for class 'INTF1'…
19 typedef int OBJECT2; // expected-note 2 {{previous definition is here}}
Dmethod-undefined-warn-1.m11 @implementation INTF // expected-warning {{method definition for 'int_meth' not found}} \
12 // expected-warning {{method definition for 'cls_meth' not found}} \
13 // expected-warning {{method definition for 'cls_meth1:' not found}}
27 @implementation INTF1 // expected-warning {{method definition for 'int_meth' not found}} \
28 // expected-warning {{method definition for 'cls_meth' not found}} \
29 // expected-warning {{method definition for 'cls_meth1:' not found}}
Dmethod-typecheck-1.m4 - (void) setMoo: (int) x; // expected-note {{previous definition is here}}
5 - (int) setMoo1: (int) x; // expected-note {{previous definition is here}}
18 + (void) cMoo: (int) x; // expected-note 2 {{previous definition is here}}
28 - (void) setCat: (int) x; // expected-note 2 {{previous definition is here}}
29 + (void) cCat: (int) x; // expected-note {{previous definition is here}}
44 - (float)returnCGFloat; // expected-note {{previous definition is here}}
Dmethod-typecheck-2.m4 - (void) doSomethingInProtocol: (float) x; // expected-note {{previous definition is here}}
5 + (void) doSomethingClassyInProtocol: (float) x; // expected-note {{previous definition is here}}
11 - (void) doSomething: (float) x; // expected-note {{previous definition is here}}
12 + (void) doSomethingClassy: (int) x; // expected-note {{previous definition is here}}
Divar-lookup.m54 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}} \
Dmethod-conflict-1.m15 - (void)myMethod1:(NSObject *)object; // broken-note {{previous definition is here}}
30 - (void)myMethod:(id <MyProtocol>)object; // broken-note {{previous definition is here}}
31 - (void)myMethod1:(id <MyProtocol>)object; // broken-note {{previous definition is here}}
47 - (void) test1:(A*) object; // broken-note {{previous definition is here}}
58 - (void) test1:(id) object; // broken-note {{previous definition is here}}
68 - (B*) test2; // broken-note {{previous definition is here}}
Dobjc2-merge-gc-attribue-decl.m16 extern id p3; // expected-note {{previous definition is here}}
19 extern void *p4; // expected-note {{previous definition is here}}
25 extern char* __strong p6; // expected-note {{previous definition is here}}
28 extern __strong char* p7; // expected-note {{previous definition is here}}
Dalias-test-2.m4 @interface Super @end // expected-note {{previous definition is here}}
6 @interface MyWpModule @end // expected-note {{previous definition is here}}
15 @interface MyAlias : AliasForSuper // expected-error {{duplicate interface definition for class 'My…
/external/chromium_org/gpu/command_buffer/service/
Dmailbox_synchronizer.cc68 const TextureDefinition& definition) in TextureGroup() argument
69 : definition(definition) {} in TextureGroup()
75 : version(group->definition.version()), group(group) {} in TextureVersion()
120 Texture* new_texture = group->definition.CreateTexture(); in CreateTextureFromMailbox()
186 scoped_refptr<NativeImageBuffer> image_buffer = group->definition.image(); in UpdateTextureLocked()
189 if (!group->definition.IsOlderThan(texture_version.version)) in UpdateTextureLocked()
194 if (group->definition.Matches(texture)) in UpdateTextureLocked()
202 group->definition = TextureDefinition(texture->target(), in UpdateTextureLocked()
217 TextureDefinition& definition = it->second.group->definition; in PullTextureUpdates() local
218 if (it->second.version == definition.version() || in PullTextureUpdates()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementRegistrationContext.cpp50 …CustomElementDefinition* definition = m_registry.registerElement(document, constructorBuilder, typ… in registerElement() local
52 if (!definition) in registerElement()
56 …p::ElementSet& upgradeCandidates = m_candidates.takeUpgradeCandidatesFor(definition->descriptor()); in registerElement()
58 didResolveElement(definition, *it); in registerElement()
96 CustomElementDefinition* definition = m_registry.find(descriptor); in resolve() local
97 if (definition) in resolve()
98 didResolveElement(definition, element); in resolve()
103 void CustomElementRegistrationContext::didResolveElement(CustomElementDefinition* definition, Eleme… in didResolveElement() argument
105 CustomElement::define(element, definition); in didResolveElement()
DCustomElement.cpp94 RefPtr<CustomElementDefinition> definition(passDefinition); in define() local
103 definitions().add(element, definition); in define()
104 CustomElementCallbackScheduler::scheduleCreatedCallback(definition->callbacks(), element); in define()
111 CustomElementDefinition* definition = definitions().get(element); in definitionFor() local
112 ASSERT(definition); in definitionFor()
113 return definition; in definitionFor()
153 …CustomElement::DefinitionMap::add(Element* element, PassRefPtr<CustomElementDefinition> definition) in add() argument
155 ASSERT(definition.get()); in add()
156 …DefinitionMap::ElementDefinitionHashMap::AddResult result = m_definitions.add(element, definition); in add()
DCustomElementRegistry.cpp103 …RefPtr<CustomElementDefinition> definition = CustomElementDefinition::create(descriptor, lifecycle… in registerElement() local
105 if (!constructorBuilder->createConstructor(document, definition.get(), exceptionState)) in registerElement()
108 m_definitions.add(descriptor, definition); in registerElement()
111 if (!constructorBuilder->didRegisterDefinition(definition.get())) { in registerElement()
116 return definition.get(); in registerElement()
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DRegisterAllocator.java82 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); in getCategoryForSsaReg() local
84 if (definition == null) { in getCategoryForSsaReg()
88 return definition.getResult().getCategory(); in getCategoryForSsaReg()
100 SsaInsn definition = ssaMeth.getDefinitionForRegister(reg); in getDefinitionSpecForSsaReg() local
102 return definition == null ? null : definition.getResult(); in getDefinitionSpecForSsaReg()
/external/clang/test/Index/
Darc-complete.m10 // CHECK-CC1: macro definition:{TypedText __autoreleasing} (70)
14 // CHECK-CC1: macro definition:{TypedText __strong} (70)
15 // CHECK-CC1: macro definition:{TypedText __unsafe_unretained} (70)
16 // CHECK-CC1: macro definition:{TypedText __weak} (70)
Dcomplete-exprs.m27 // CHECK-CC1: macro definition:{TypedText bool} (51)
28 // CHECK-CC1: macro definition:{TypedText NO} (65)
30 // CHECK-CC1: macro definition:{TypedText YES} (65)
48 // CHECK-CC4: macro definition:{TypedText bool} (51)
49 // CHECK-CC4: macro definition:{TypedText NO} (65)
51 // CHECK-CC4: macro definition:{TypedText YES} (65)
/external/chromium_org/chrome/renderer/resources/extensions/
Dcontent_setting.js18 var getSchema = this.functionSchemas.get.definition.parameters;
26 this.functionSchemas.set.definition.parameters);
34 var clearSchema = this.functionSchemas.clear.definition.parameters;
42 this.functionSchemas.getResourceIdentifiers.definition.parameters;
Dchrome_direct_setting.js17 var getSchema = this.functionSchemas.get.definition.parameters;
25 this.functionSchemas.set.definition.parameters);
33 var clearSchema = this.functionSchemas.clear.definition.parameters;
Dchrome_setting.js17 var getSchema = this.functionSchemas.get.definition.parameters;
25 this.functionSchemas.set.definition.parameters);
33 var clearSchema = this.functionSchemas.clear.definition.parameters;
/external/chromium_org/chrome/browser/profile_resetter/
Dprofile_resetter_browsertest.cc32 void AddCookie(const std::string& host, const std::string& definition);
39 const std::string& definition);
77 const std::string& definition) { in AddCookie() argument
86 definition)); in AddCookie()
105 const std::string& definition) { in SetCookieOnIOThread() argument
110 GURL(host), definition, net::CookieOptions(), in SetCookieOnIOThread()
/external/markdown/docs/extensions/
Dfootnotes.txt23 Footnotes[^1] have a label[^label] and a definition[^!DEF].
27 [^!DEF]: The definition of a footnote.
29 A footnote definition may contain multiple lines, paragraphs, code blocks,
33 [^1]: The first paragraph of the definition.
35 Paragraph two of the definition.
/external/chromium/chrome/common/
Dweb_apps.cc242 DictionaryValue* definition = static_cast<DictionaryValue*>(definition_value); in ParseWebAppFromDefinitionFile() local
248 CHECK(definition->GetString("launch_url", &app_url_string)); in ParseWebAppFromDefinitionFile()
258 if (definition->GetList("permissions", &permissions_value)) { in ParseWebAppFromDefinitionFile()
269 if (definition->GetList("urls", &urls_value)) { in ParseWebAppFromDefinitionFile()
288 if (definition->GetDictionary("icons", &icons_value)) { in ParseWebAppFromDefinitionFile()
316 CHECK(definition->GetString("name", &web_app->title)); in ParseWebAppFromDefinitionFile()
317 definition->GetString("description", &web_app->description); in ParseWebAppFromDefinitionFile()
318 definition->GetString("launch_container", &web_app->launch_container); in ParseWebAppFromDefinitionFile()

12345678910>>...38