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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
longsecn.s 12 .section .text.very.long.section.name,"rx"
30 .section .data.very.long.section,"wd"
32 .section .rodata.very.long.section,"rd"
35 .section .data.very.long.section$1,"wd"
37 .section .rodata.very.long.section$1,"rd"
39 .section .data.very.long.section$1234,"wd"
41 .section .rodata.very.long.section$1234,"rd"
longsecn-3.d 12 1 \.text\.very\.long\.section\.name [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
28 9 \.data\.very\.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
30 10 \.rodata\.very\.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
32 11 \.data\.very\.long\.section\$1 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
34 12 \.rodata\.very\.long\.section\$1 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
36 13 \.data\.very\.long\.section\$1234 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
38 14 \.rodata\.very\.long\.section\$1234 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
longsecn-5.d 12 1 \.text\.very\.long\.section\.name [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
28 9 \.data\.very\.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
30 10 \.rodata\.very\.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
32 11 \.data\.very\.long\.section\$1 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
34 12 \.rodata\.very\.long\.section\$1 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
36 13 \.data\.very\.long\.section\$1234 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
38 14 \.rodata\.very\.long\.section\$1234 [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
longsecn-2.d 16 3 \.data\.very\.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
18 4 \.rodata\.very.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
asm_test.go 18 // TestLarge generates a very large file to verify that large
33 // generate a very large function
52 // gen generates a very large program, with a very far conditional branch.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
asm_test.go 18 // TestLarge generates a very large file to verify that large
33 // generate a very large function
52 // gen generates a very large program, with a very far conditional branch.
  /external/mesa3d/docs/
MESA_window_pos.spec 33 matrix and viewport must be set very carefully. Furthermore, if the
106 Not specified at this time. However, a protocol message very similar
  /external/llvm/
llvm-gen-intrinsics.mk 1 # We treat Intrinsics.td as a very special target just like what lib/VMCore/Makefile does
  /prebuilts/go/darwin-x86/src/regexp/
exec2_test.go 14 // it is a very expensive test and takes too long.
  /prebuilts/go/linux-x86/src/regexp/
exec2_test.go 14 // it is a very expensive test and takes too long.
  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug.mk 4 # It is very lightweight: in addition to not performing any additional
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap_test.go 20 // the very first comment
71 // the very last comment
78 " 5: *ast.File": "the very first comment\npackage p\n",
94 "50: *ast.Ident": "the very last comment\n",
113 // very correct association of comments
  /prebuilts/go/linux-x86/src/go/ast/
commentmap_test.go 20 // the very first comment
71 // the very last comment
78 " 5: *ast.File": "the very first comment\npackage p\n",
94 "50: *ast.Ident": "the very last comment\n",
113 // very correct association of comments
  /external/syslinux/gpxe/src/drivers/net/
cs89x0.txt 44 chipset. Russel's code is very well designed and simplified my
  /prebuilts/go/darwin-x86/src/go/parser/
example_test.go 16 // Parse the file containing this very example
  /prebuilts/go/linux-x86/src/go/parser/
example_test.go 16 // Parse the file containing this very example
  /prebuilts/go/darwin-x86/src/bytes/
equal_test.go 17 // data very near to a page boundary. We want to make sure
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11256.go 30 // There's a very narrow window here on most
  /prebuilts/go/linux-x86/src/bytes/
equal_test.go 17 // data very near to a page boundary. We want to make sure
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11256.go 30 // There's a very narrow window here on most
  /hardware/interfaces/tests/baz/1.0/
IBaz.hal 71 @Fragile @NoReally(very="yes", array={"a","b","c"})
  /prebuilts/go/darwin-x86/src/runtime/
fastlog2.go 12 // uses a very rough approximation using the float64 exponent and the
signal_darwin_amd64.go 59 // The assumption is that we're very unlikely to get an
81 // has very little chance of being the one that caused the fault, but it is
  /prebuilts/go/linux-x86/src/runtime/
fastlog2.go 12 // uses a very rough approximation using the float64 exponent and the
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
smoothness.py 213 'takes to process the very first gesture scroll update '

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 91011>>