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

1 2 3 4 5 6 78 91011>>

  /external/lldb/test/lang/c/forward/
README.txt 4 real definition of "struct bar" when we are stopped in foo in foo.c such that
  /external/llvm/test/Linker/
2005-02-12-ConstantGlobals-2.ll 1 ; Test that a prototype can be marked const, and the definition is allowed
  /ndk/sources/cpufeatures/
README.TXT 5 reference $NDK/source/cpufeatures in their LOCAL_C_INCLUDES definition,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-highlight.def 15 definition-foreground= #0000ff
16 definition-background= #ffffff
46 definition-foreground= #0000ff
47 definition-background= #ffffff
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-highlight.def 15 definition-foreground= #0000ff
16 definition-background= #ffffff
46 definition-foreground= #0000ff
47 definition-background= #ffffff
  /cts/apps/CtsVerifier/res/xml/
mock_content_rating_systems.xml 19 <rating-system-definition android:name="CTS_VERIFIER"
22 <rating-definition android:name="MOCK_FAKE"
26 </rating-system-definition>
  /cts/tools/signature-tools/src/signature/model/
IGenericDeclaration.java 35 * Returns the class definition which declares this element or {@code null}
36 * if this declaration is a top level class definition.
38 * @return the class definition which declares this element or {@code null}
  /external/chromium_org/chrome/renderer/resources/extensions/
chrome_direct_setting.js 17 var getSchema = this.functionSchemas.get.definition.parameters;
25 this.functionSchemas.set.definition.parameters);
33 var clearSchema = this.functionSchemas.clear.definition.parameters;
chrome_setting.js 17 var getSchema = this.functionSchemas.get.definition.parameters;
25 this.functionSchemas.set.definition.parameters);
33 var clearSchema = this.functionSchemas.clear.definition.parameters;
  /external/chromium_org/ppapi/c/dev/
deprecated_bool.h 17 // deprecated interfaces to the new ones. Add a usable definition of bool for
23 // and thus have no bool or stdbool.h. Make a simple definition of bool,
32 // definition.
  /external/clang/test/Index/
print-type.c 16 // CHECK: FunctionDecl=f:3:6 (Definition) [type=int *(int *, char *, FooType, int *, void (*)(int))] [typekind=FunctionProto] [canonicaltype=int *(int *, char *, int, int *, void (*)(int))] [canonicaltypekind=FunctionProto] [resulttype=int *] [resulttypekind=Pointer] [args= [int *] [Pointer] [char *] [Pointer] [FooType] [Typedef] [int [5]] [ConstantArray] [void (*)(int)] [Pointer]] [isPOD=0]
17 // CHECK: ParmDecl=p:3:13 (Definition) [type=int *] [typekind=Pointer] [isPOD=1] [pointeetype=int] [pointeekind=Int]
18 // CHECK: ParmDecl=x:3:22 (Definition) [type=char *] [typekind=Pointer] [isPOD=1] [pointeetype=char] [pointeekind=Char_{{[US]}}]
19 // CHECK: ParmDecl=z:3:33 (Definition) [type=FooType] [typekind=Typedef] [canonicaltype=int] [canonicaltypekind=Int] [isPOD=1]
21 // CHECK: ParmDecl=arr:3:40 (Definition) [type=int [5]] [typekind=ConstantArray] [isPOD=1]
23 // CHECK: ParmDecl=fn:3:55 (Definition) [type=void (*)(int)] [typekind=Pointer] [canonicaltype=void (*)(int)] [canonicaltypekind=Pointer] [isPOD=1] [pointeetype=void (int)] [pointeekind=Unexposed]
24 // CHECK: ParmDecl=:3:62 (Definition) [type=int] [typekind=Int] [isPOD=1]
31 // CHECK: VarDecl=w:5:17 (Definition) [type=const FooType] [typekind=Typedef] const [canonicaltype=const int] [canonicaltypekind=Int] [isPOD=1]
42 // CHECK: TypedefDecl=OtherType:8:16 (Definition) [type=OtherType] [typekind=Typedef] [canonicaltype=double] [canonicaltypekind=Double] [isPOD=1]
43 // CHECK: TypedefDecl=ArrayType:9:13 (Definition) [type=ArrayType] [typekind=Typedef] [canonicaltype=int [5]] [canonicaltypekind=ConstantArray] [is (…)
    [all...]
print-type.m 12 // CHECK: ParmDecl=z:4:52 (Definition) [type=SEL] [typekind=ObjCSel] [canonicaltype=SEL *] [canonicaltypekind=Pointer] [isPOD=1]
14 // CHECK: ParmDecl=i:5:27 (Definition) [In,] [type=int] [typekind=Int] [isPOD=1]
15 // CHECK: ParmDecl=j:5:49 (Definition) [Out,] [type=short *] [typekind=Pointer] [isPOD=1] [pointeetype=short] [pointeekind=Short]
file-refs.c 27 // CHECK: EnumConstantDecl=VALUE:2:3 (Definition)
28 // CHECK-NEXT: EnumConstantDecl=VALUE:2:3 (Definition) =[2:3 - 2:8]
38 // CHECK-NEXT: ParmDecl=x:7:11 (Definition) =[7:11 - 7:12]
42 // CHECK-NEXT: FieldDecl=x:12:7 (Definition)
43 // CHECK-NEXT: FieldDecl=x:12:7 (Definition) =[12:7 - 12:8]
48 // CHECK-NEXT: TypedefDecl=Vector:14:3 (Definition) =[14:3 - 14:9]
53 // CHECK-NEXT: FunctionDecl=f:7:5 (Definition) =[7:5 - 7:6]
  /external/clang/test/Preprocessor/
macro_misc.c 21 #define FUNC_LIKE3(a) ( a) // expected-note {{previous definition is here}}
27 #define FUNC_LIKE4(a,b) (a+b) // expected-note {{previous definition is here}}
35 #define FUNC_LIKE5(a,b) (a+b) // expected-note {{previous definition is here}}
  /external/clang/test/SemaCXX/
function-redecl.cpp 34 void A::Notypocorrection() { // expected-error {{out-of-line definition of 'Notypocorrection' does not match any declaration in 'A'; did you mean 'typocorrection'}}
53 void B::Notypocorrection(int) { // expected-error {{out-of-line definition of 'Notypocorrection' does not match any declaration in 'B'; did you mean 'typocorrection'}}
58 int Y::f() { return 3; } // expected-error {{out-of-line definition of 'f' does not match any declaration in 'Y'}}
72 void Bar::f(Foo::Inner foo) { // expected-error {{out-of-line definition of 'f' does not match any declaration in 'Bar'}}
80 // This out-of-line definition was fine...
81 void Crash::cart(int count) const {} // expected-error {{out-of-line definition of 'cart' does not match any declaration in 'Crash'}}
83 void Crash::chart(int count) const {} // expected-error {{out-of-line definition of 'chart' does not match any declaration in 'Crash'}}
91 int TestConst::getit() { // expected-error {{out-of-line definition of 'getit' does not match any declaration in 'TestConst'}}
95 void TestConst::setit(int) const { // expected-error {{out-of-line definition of 'setit' does not match any declaration in 'TestConst'}}
99 int J::typo_() { return 3; } // expected-error {{out-of-line definition of 'typo_' does not match any declaration in 'J'}
    [all...]
namespace.cpp 2 namespace A { // expected-note 2 {{previous definition is here}}
11 class B {}; // expected-note {{previous definition is here}} \
14 void C(); // expected-note {{previous definition is here}}
  /external/clang/test/SemaObjC/
class-impl-1.m 3 typedef int INTF3; // expected-note {{previous definition is here}}
5 @interface SUPER @end // expected-note {{previous definition is here}}
12 @implementation INTF @end // expected-note {{previous definition is here}}
forward-class-1.m 17 @interface INTF2 : INTF1 // expected-note {{previous definition is here}}
23 @interface INTF2 : INTF1 // expected-error {{duplicate interface definition for class 'INTF2'}}
34 typedef NSObject <XCElementP> XCElement; // expected-note {{previous definition is here}}
protocols.m 32 @protocol PROTO<p1> // expected-note {{previous definition is here}}
35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}}
57 @protocol C < B > // expected-note{{previous definition is here}}
  /external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.cc 73 const TextureDefinition& definition)
74 : definition(definition) {}
80 : version(group->definition.version()), group(group) {}
125 Texture* new_texture = group->definition.CreateTexture();
222 scoped_refptr<NativeImageBuffer> image_buffer = group->definition.image();
225 if (!group->definition.IsOlderThan(texture_version.version))
230 if (group->definition.Matches(texture))
238 group->definition = TextureDefinition(texture->target(),
265 TextureDefinition& definition = it->second.group->definition local
    [all...]
  /external/clang/test/CXX/class/class.mem/
p1.cpp 7 int v; //expected-note 2{{previous definition is here}} \
44 int S4::v4; //expected-note{{previous definition is here}}
49 static int v5; //expected-note{{previous definition is here}}
52 void v6() { } //expected-note{{previous definition is here}}
56 void v7(int) { } //expected-note{{previous definition is here}}
  /external/clang/test/Sema/
tentative-decls.c 5 static struct a x2; // expected-warning{{tentative definition of variable with internal linkage has incomplete non-array type 'struct a'}}
10 struct b x4; // expected-error{{tentative definition has type 'struct b' that is never completed}} \
22 int i1 = 1; // expected-note {{previous definition is here}}
29 static int i2 = 5; // expected-note 1 {{previous definition is here}}
48 int redef[]; // expected-note {{previous definition is here}}
  /external/elfutils/0.153/
NOTES 12 uses the bar() definition from libbar.so and does not mention the definition
14 definition in y2.o.
26 has to use the definition in -lbar and not pull the definition from liby3.a.
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.h 37 var-def = var '=' definition;
50 core = var | string | '(' definition ')'
52 definition = core | modified | sequence | alternation
53 definition = alternation
56 o Following characters are literals in preceding definition
61 o Following character are syntax symbols in preceding definition
63 = definition
68 o the definition of 'escaping' and 'quoting' are preceding definition text
113 to get an expected definition, please use parentheses
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp 18 int n6; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}
25 int n8; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}
27 int n9; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}
32 enum E : char {}; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}
41 enum H : char {}; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}
48 struct S { int n; }; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}
58 struct V {}; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}

Completed in 1579 milliseconds

1 2 3 4 5 6 78 91011>>