OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ends
(Results
26 - 50
of
2698
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libpcap/msdos/
ndis_0.asm
7
_TEXT
ENDS
9
_DATA
ENDS
11
_TEXT32
ENDS
14
D_END EQU <_TEXT
ENDS
>
28
_TEXT
ENDS
30
_DATA
ENDS
33
D_END EQU <_DATA
ENDS
>
186
ENDS
/external/clang/test/Lexer/
eof-char.c
4
// This file intentionally
ends
without a \n on the last line. Make sure your
eof-number.c
4
// This file intentionally
ends
without a \n on the last line. Make sure your
eof-string.c
4
// This file intentionally
ends
without a \n on the last line. Make sure your
block_cmt_end.c
14
next comment
ends
with normal escaped newline:
24
next comment
ends
with a trigraph escaped newline: */
26
/* expected-warning {{escaped newline between}} expected-warning {{backslash and newline separated by space}} expected-warning {{trigraph
ends
block comment}} *??/
/external/v8/src/
v8dll-main.cc
5
// The GYP based build
ends
up defining USING_V8_SHARED when compiling this
/ndk/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
19
using _STLP_OLD_IO_NAMESPACE::
ends
;
/ndk/tests/build/issue42841-LOCAL_PATH/jni/
Android.mk
1
# Note that the line LOCAL_PATH
ends
with trailing space and
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
19
using _STLP_OLD_IO_NAMESPACE::
ends
;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
19
using _STLP_OLD_IO_NAMESPACE::
ends
;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
19
using _STLP_OLD_IO_NAMESPACE::
ends
;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
iostream.h
19
using _STLP_OLD_IO_NAMESPACE::
ends
;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/
iostream.h
19
using _STLP_OLD_IO_NAMESPACE::
ends
;
/external/netperf/
netsh.h
21
#define TEST_TIME 10 /* test
ends
by time */
22
#define TEST_BYTES 0 /* test
ends
on byte count */
23
#define TEST_TRANS 0 /* test
ends
on tran count */
63
test_time, /* test
ends
by time */
65
test_bytes, /* test
ends
on byte count */
66
test_trans; /* test
ends
on tran count */
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/main/
atgroup_01.css
9
+ Any page whose URL's host is "mozilla.org" or
ends
with
atgroup_02.css
10
+ Any page whose URL's host is "mozilla.org" or
ends
with
/external/clang/test/CodeGenCXX/
apple-kext-no-staticinit-section.cpp
4
1) Normally, global object construction code
ends
up in __StaticInit segment of text section
/external/clang/test/FixIt/
fixit-eof-space.c
4
// This file intentionally
ends
without a \n on the last line. Make sure your
/external/llvm/test/CodeGen/X86/
store-fp-constant.ll
7
; Check that no FP constants in this testcase
ends
up in the
/external/llvm/docs/TableGen/
Deficiencies.rst
18
the basic concepts via custom-made back-
ends
, which can pervert the original
22
back-
ends
adhere to strict rules. Others suggesting we should move to more
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
ends.pass.cpp
16
// basic_ostream<charT,traits>&
ends
(basic_ostream<charT,traits>& os);
58
ends
(os);
66
ends
(os);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
ends.pass.cpp
16
// basic_ostream<charT,traits>&
ends
(basic_ostream<charT,traits>& os);
58
ends
(os);
66
ends
(os);
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlipListener.java
22
* flip animation begins and
ends
respectively.
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
OnFoldListener.java
21
* a folded state from a completely unfolded state), or
ends
folding (enters a
/external/clang/test/ARCMT/
atautorelease-check.m
107
[pool release]; // expected-note {{scope
ends
here}}
118
[pool release]; // expected-note {{scope
ends
here}}
130
[pool release]; // expected-note {{scope
ends
here}}
141
[pool release]; // expected-note {{scope
ends
here}}
Completed in 1048 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>