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

1 2 3 4 5 6 78 91011>>

  /external/libxml2/result/schemas/
length3_0_0.err 1 ./test/schemas/length3_0.xsd:5: element element: Schemas parser error : element decl. 'size', attribute 'type': The QName value '{http://www.w3.org/2001/XMLSchema}non-positive-integer' does not resolve to a(n) type definition.
restriction-attr1_0_0.err 1 ./test/schemas/restriction-attr1_0.xsd:5: element complexType: Schemas parser error : local complex type, attribute use 'barA': The 'optional' attribute use is inconsistent with the corresponding 'required' attribute use of the base complex type definition '{http://FOO}typeA'.
  /external/llvm/test/Assembler/
2003-11-24-SymbolTableCrash.ll 1 ; RUN: not llvm-as < %s 2>&1 | grep "multiple definition"
invalid-metadata-has-type.ll 4 ; CHECK: {{.*}}:[[@LINE+1]]:{{[0-9]+}}: error: unexpected type in metadata definition
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
15-1-buildonly.c 2 Test the definition of sigaction.
19-1.c 2 Test the definition of stack_t.
  /external/markdown/docs/extensions/
Definition_Lists.txt 0 Definition Lists
7 The Definition List Extension adds the ability to create definition list in
15 Definition lists are defined using the syntax established in
footnotes.txt 23 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/stressapptest/src/
findmask.inc 1 // This is the body of a uintptr_t array definition. Fill in your own addresses.
  /external/swiftshader/third_party/LLVM/test/Assembler/
2003-11-24-SymbolTableCrash.ll 1 ; RUN: not llvm-as < %s |& grep {multiple definition}
  /hardware/intel/bootstub/
types.h 2 * very early types definition
  /prebuilts/go/darwin-x86/src/cmd/go/
go11.go 9 // Test that go1.1 tag above is included in builds. main.go refers to this definition.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5105.go 7 // Issue 5105: linker segfaults on duplicate definition
  /prebuilts/go/linux-x86/src/cmd/go/
go11.go 9 // Test that go1.1 tag above is included in builds. main.go refers to this definition.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5105.go 7 // Issue 5105: linker segfaults on duplicate definition
  /toolchain/binutils/binutils-2.25/binutils/testsuite/config/
hppa.sed 3 s/# Fix the definition of common_symbol to be correct for the PA assemblers.//
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-bpo2.s 6 LDO $43,a+52 % { dg-error "no suitable GREG definition" "" }
err-bpo4.s 5 Main PUSHGO $42,fn % { dg-error "no suitable GREG definition" "" }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-weak-3-32.d 5 #error: .*multiple definition of `x1'\n[^\n]*first defined here
aix-weak-3-64.d 5 #error: .*multiple definition of `x1'\n[^\n]*first defined here
  /external/libxml2/test/schemas/
derivation-ok-restriction-4-1-err_0.xsd 7 4.1 The {base type definition} must also have one.
9 4.2 The complex type definition's {attribute wildcard}'s {namespace constraint}
10 must be a subset of the {base type definition}'s {attribute wildcard}'s {namespace
13 4.3 Unless the {base type definition} is the ?ur-type definition?, the complex type
14 definition's {attribute wildcard}'s {process contents} must be identical to or stronger
15 than the {base type definition}'s {attribute wildcard}'s {process contents},
  /external/clang/test/Index/
annotate-context-sensitive.cpp 23 // CHECK-OVERRIDE-FINAL: Keyword: "class" [6:1 - 6:6] ClassDecl=Derived:6:7 (Definition)
24 // CHECK-OVERRIDE-FINAL: Identifier: "Derived" [6:7 - 6:14] ClassDecl=Derived:6:7 (Definition)
26 // CHECK-OVERRIDE-FINAL: Punctuation: ":" [6:21 - 6:22] ClassDecl=Derived:6:7 (Definition)
29 // CHECK-OVERRIDE-FINAL: Punctuation: "{" [6:35 - 6:36] ClassDecl=Derived:6:7 (Definition)
37 // CHECK-OVERRIDE-FINAL: Punctuation: ";" [7:34 - 7:35] ClassDecl=Derived:6:7 (Definition)
38 // CHECK-OVERRIDE-FINAL: Keyword: "struct" [9:3 - 9:9] StructDecl=final:9:10 (Definition)
39 // CHECK-OVERRIDE-FINAL: Identifier: "final" [9:10 - 9:15] StructDecl=final:9:10 (Definition)
40 // CHECK-OVERRIDE-FINAL: Punctuation: "{" [9:16 - 9:17] StructDecl=final:9:10 (Definition)
41 // CHECK-OVERRIDE-FINAL: Punctuation: "}" [9:18 - 9:19] StructDecl=final:9:10 (Definition)
42 // CHECK-OVERRIDE-FINAL: Punctuation: ";" [9:19 - 9:20] ClassDecl=Derived:6:7 (Definition)
    [all...]
  /external/clang/test/CodeGenObjC/
protocols-lazy.m 11 // Definition triggered by protocol reference.
17 // Forward definition triggered by protocol reference.
23 // Definition triggered by class reference.
30 // Definition following forward reference.
39 // Protocol reference following definition.
  /frameworks/compile/mclinker/include/mcld/LD/
DiagSymbolResolutions.inc 19 "common symbol %0 is overridden by previous definition",
20 "common symbol %0 is overridden by previous definition")
23 "common symbol %0 is overridden by definition",
24 "common symbol %0 is overriden by definition")
35 "multiple definition of symbol `%0'",
  /external/clang/test/Parser/
skip-function-bodies.mm 30 // CHECK: skip-function-bodies.mm:3:7: ClassDecl=A:3:7 (Definition) Extent=[3:1 - 14:2]
31 // CHECK: skip-function-bodies.mm:4:9: ClassDecl=B:4:9 (Definition) Extent=[4:3 - 4:13]
32 // CHECK: skip-function-bodies.mm:6:1: CXXAccessSpecifier=:6:1 (Definition) Extent=[6:1 - 6:8]
34 // CHECK-NOT: skip-function-bodies.mm:8:12: StructDecl=C:8:12 (Definition) Extent=[8:5 - 10:6]
35 // CHECK-NOT: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
36 // CHECK: skip-function-bodies.mm:13:13: TypedefDecl=E:13:13 (Definition) Extent=[13:3 - 13:14]
40 // CHECK: skip-function-bodies.mm:19:17: ObjCImplementationDecl=F:19:17 (Definition) Extent=[19:1 - 24:2]
42 // CHECK-NOT: skip-function-bodies.mm:21:13: TypedefDecl=H:21:13 (Definition) Extent=[21:3 - 21:14]
45 // CHECK-NOT: skip-function-bodies.mm:27:9: ClassDecl=K:27:9 (Definition) Extent=[27:3 - 27:13]

Completed in 222 milliseconds

1 2 3 4 5 6 78 91011>>