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
3592
) 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
{
/packages/apps/Launcher3/src/com/android/launcher3/discovery/
AppDiscoveryUpdateState.java
20
START, UPDATE,
END
/bionic/libm/arm64/
ceil.S
22
END
(ceil)
27
END
(ceilf)
floor.S
22
END
(floor)
27
END
(floorf)
rint.S
22
END
(rint)
27
END
(rintf)
sqrt.S
22
END
(sqrt)
27
END
(sqrtf)
trunc.S
22
END
(trunc)
27
END
(truncf)
/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
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingChroma_unsafe_s.s
34
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)
/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/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/antlr/antlr-3.4/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/libm/x86/
lrintf.S
38
END
(lrintf)
Completed in 955 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>