OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:END
(Results
1 - 25
of
2831
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Preprocessor/
macro-multiline.c
5
// CHECK: {{^START A
END
$}}
6
START X
END
/external/ltp/testcases/open_posix_testsuite/scripts/
print-pass-fail-summary.awk
10
END
{
/external/e2fsprogs/misc/
profile-to-c.awk
10
END
{
/bionic/libc/arch-arm64/generic/bionic/
memcpy.S
35
END
(__memcpy)
/bionic/libm/arm64/
sqrt.S
22
END
(sqrt)
27
END
(sqrtf)
/external/ImageMagick/PerlMagick/t/jbig/
read.t
8
END
{print "not ok $test\n" unless $loaded;}
write.t
8
END
{print "not \n" unless $loaded;}
/external/ImageMagick/PerlMagick/t/rad/
read.t
9
END
{print "not ok $test\n" unless $loaded;}
/external/clang/test/Modules/Inputs/template-default-args/
c.h
4
END
d.h
6
END
/bionic/libm/x86_64/
sqrt.S
36
END
(sqrt)
sqrtf.S
36
END
(sqrtf)
ceil.S
36
END
(ceil)
ceilf.S
36
END
(ceilf)
floor.S
36
END
(floor)
floorf.S
36
END
(floorf)
/external/u-boot/scripts/
gcc-stack-usage.sh
9
cat <<
END
| $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \
15
END
/development/host/windows/usb/api/
AdbWinApi.rc
43
END
49
END
85
END
86
END
90
END
91
END
103
END
/development/host/windows/usb/winusb/
AdbWinUsbApi.rc
43
END
49
END
85
END
86
END
90
END
91
END
103
END
/external/python/cpython2/Demo/tix/samples/
ComboBox.py
10
# at the
end
of this file so that it can be run as a standalone
53
a.insert(Tix.
END
, 'January')
54
a.insert(Tix.
END
, 'February')
55
a.insert(Tix.
END
, 'March')
56
a.insert(Tix.
END
, 'April')
57
a.insert(Tix.
END
, 'May')
58
a.insert(Tix.
END
, 'June')
59
a.insert(Tix.
END
, 'July')
60
a.insert(Tix.
END
, 'August')
61
a.insert(Tix.
END
, 'September'
[
all
...]
/external/nist-sip/java/gov/nist/core/
LexerCore.java
40
// IMPORTANT - All keyword matches should be between START and
END
42
public static final int
END
= START + 2048;
43
// IMPORTANT -- This should be <
END
44
public static final int ID =
END
- 1;
45
public static final int SAFE =
END
- 2;
47
public static final int WHITESPACE =
END
+ 1;
48
public static final int DIGIT =
END
+ 2;
49
public static final int ALPHA =
END
+ 3;
208
if (tok > START && tok <
END
) {
236
} else if (tok >
END
) {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
llvm-mca-markers-7.s
5
# LLVM-MCA-
END
7
# LLVM-MCA-
END
9
# CHECK: llvm-mca-markers-7.s:7:2: warning: Ignoring invalid region
end
10
# CHECK-NEXT: # LLVM-MCA-
END
/external/antlr/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb
8
inline_grammar( <<-'
END
' )
18
END
20
inline_grammar( <<-'
END
' )
30
END
32
inline_grammar( <<-'
END
' )
42
END
44
inline_grammar( <<-'
END
' )
53
END
55
inline_grammar( <<-
END
)
65
END
[
all
...]
/bionic/libc/arch-arm/bionic/
__aeabi_read_tp.S
48
END
(__aeabi_read_tp)
/bionic/libm/x86/
lrintf.S
38
END
(lrintf)
Completed in 1667 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>