HomeSort by relevance Sort by last modified time
    Searched full:definition (Results 226 - 250 of 10154) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/
func1.go 17 func f2(a int) (a int, b float32) { // ERROR "duplicate argument a|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
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers4.c 2 * Testcase to make sure that a versioned symbol definition in an
  /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>
  /external/clang/test/CodeGenCXX/
debug-info-class-nolimit.cpp 7 // Check that we emit debug info for the definition of a struct if the
8 // definition is available, even if it's used via a pointer wrapped in a
25 // the type and no debug-info related use after we see the definition of the
  /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...]
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/Parser/
cxx1z-nested-namespace-definition.cpp 9 // expected-warning@-2 {{nested namespace definition is a C++1z extension; define each namespace separately}}
11 // expected-warning@-4 {{nested namespace definition is incompatible with C++ standards before C++1z}}
17 inline namespace goo::bar { // expected-error {{nested namespace definition cannot be 'inline'}} expected-warning 0-1{{C++11 feature}}
  /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...]
  /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}}
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}} \
  /external/llvm/test/Verifier/
alias.ll 6 ; CHECK: Alias must point to a definition
11 ; CHECK: Alias must point to a definition
18 ; CHECK: Alias must point to a definition
  /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}}
var-redecl.c 3 int outer1; // expected-note{{previous definition is here}}
6 int outer4; // expected-note{{previous definition is here}}
8 int outer6(float); // expected-note{{previous definition is here}}
19 extern int outer8; // expected-note{{previous definition is here}}
64 void f(int x) { // expected-note {{previous definition is here}}
  /external/elfutils/
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/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}}
  /external/llvm/include/llvm/ExecutionEngine/Orc/
JITSymbol.h 35 /// definition.
39 /// @brief Create a symbol for a definition with a known address.
43 /// @brief Create a symbol for a definition that doesn't have a known address
45 /// @param GetAddress A functor to materialize a definition (fixing the
49 /// definition without actually materializing the definition up front. The
50 /// user can materialize the definition at any time by calling the getAddress
  /external/tpm2/generator/
test_structure_generator.html 16 <a name="bookmark273"> Table 1 Definition of Types for ints</a>
22 <a name="bookmark219">Table 2 Definition of (base_type) TPMA_LOCALITY Bits
25 <tr><td> Bit </td><td> Name </td> <td> Definition </td></tr>
35 <a name=bookmark99>Table 3 Definition of (base_type) const_type Constants </a>
43 <a name=bookmark274>Table 4 Definition of (base_type) TPMI_DH_OBJECT Type</a>
53 <a name=bookmark274>Table 5 Definition of struct_type Structure <OUT>
63 <a name=bookmark781>Table 6 Definition of union_type Union</a>
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 114 * @plane_buf : Frame plane definition
196 /** mm_camera_event_notify_t: function definition for event
206 /** mm_camera_buf_notify_t: function definition for frame notify
214 /** map_stream_buf_op_t: function definition for operation of
234 /** unmap_stream_buf_op_t: function definition for operation of
264 * @get_bufs : function definition for allocating
266 * @put_bufs : function definition for deallocating
396 /** query_capability: fucntion definition for querying static
405 /** register_event_notify: fucntion definition for registering
417 /** close_camera: fucntion definition for closing a camer
    [all...]
  /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...]

Completed in 2337 milliseconds

1 2 3 4 5 6 7 8 91011>>