HomeSort by relevance Sort by last modified time
    Searched refs:definition (Results 1 - 25 of 798) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-12.d 2 .*: symbol `func' definition: 0, visibility: 0, resolution: 2
3 .*: symbol `func1' definition: 0, visibility: 1, resolution: 3
4 .*: symbol `func2' definition: 0, visibility: 2, resolution: 3
5 .*: symbol `func3' definition: 0, visibility: 3, resolution: 3
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
start-2.d 4 #error: Bad symbol definition: `Main' set to
loc5.d 6 #error: multiple definition of `__\.MMIX\.start\.\.text'
loc5m.d 6 #error: multiple definition of `__\.MMIX\.start\.\.text'
loc7.d 6 #error: multiple definition of `__\.MMIX\.start\.\.data'
loc7m.d 6 #error: multiple definition of `__\.MMIX\.start\.\.data'
  /external/clang/test/PCH/
fuzzy-pch.c 20 # error FOO has the wrong definition
27 // CHECK-FOO: definition of macro 'FOO' differs between the precompiled header ('1') and the command line ('blah')
  /external/llvm/test/MC/COFF/
invalid-endef.s 3 # CHECK: ending symbol definition without starting one
4 # CHECK: ending symbol definition without starting one
invalid-scl.s 3 # CHECK: storage class specified outside of symbol definition
4 # CHECK: storage class specified outside of symbol definition
invalid-type.s 3 # CHECK: symbol type specified outside of a symbol definition
4 # CHECK: symbol type specified outside of a symbol definition
invalid-def.s 3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
  /external/strace/
flock.h 38 # error struct flock definition not found in <linux/fcntl.h>
46 # error struct flock64 definition not found in <linux/fcntl.h>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
prefix3.s 1 % Check that changing prefixes between the GREG definition, its use and
2 % the end of the assembly file does not change the GREG definition.
  /prebuilts/go/darwin-x86/test/
typecheckloop.go 7 // Verify that constant definition loops are caught during
12 const A = 1 + B // ERROR "constant definition loop\n.*A uses B\n.*B uses C\n.*C uses A"
13 const B = C - 1 // ERROR "constant definition loop\n.*B uses C\n.*C uses B"
  /prebuilts/go/linux-x86/test/
typecheckloop.go 7 // Verify that constant definition loops are caught during
12 const A = 1 + B // ERROR "constant definition loop\n.*A uses B\n.*B uses C\n.*C uses A"
13 const B = C - 1 // ERROR "constant definition loop\n.*B uses C\n.*C uses B"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
equiv1.s 1 ;# Re-definition of an already .equiv-ed symbol (to another symbol).
equiv2.s 1 ;# Re-definition of an already .equiv-ed symbol (to an expression).
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug463.go 12 const a = a // ERROR "refers to itself|definition loop"
16 A = B // ERROR "refers to itself|definition loop"
issue5105.go 7 // Issue 5105: linker segfaults on duplicate definition
  /prebuilts/go/linux-x86/test/fixedbugs/
bug463.go 12 const a = a // ERROR "refers to itself|definition loop"
16 A = B // ERROR "refers to itself|definition loop"
issue5105.go 7 // Issue 5105: linker segfaults on duplicate definition
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
labels.s 21 * #1, First definition of local label 'lab'
27 * #3, Next definition; exit from .copy clears all locals
30 * #4, Next definition is within macro; supersedes previous definition while
38 * This reference should resolve to definition #3
  /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;
  /frameworks/base/tools/aapt2/tools/consumers/
duplicates.py 25 # Extract the duplicate resource definitions, ignoring the last definition
39 for definition in duplicates:
40 print "{0}: removing duplicate resource '{1}'".format(xml_path, definition.name)
42 if last_line_no < definition.start[0]:
43 # The next definition is on a new line, so write what we have
53 for line_to_copy in xrange(last_line_no, definition.start[0]):
58 # definition.
59 last_line_no = definition.start[0]
60 current_line += input_lines[last_line_no][last_col_no:definition.start[1]]
61 last_line_no = definition.end[0
    [all...]
  /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

Completed in 647 milliseconds

1 2 3 4 5 6 7 8 91011>>