OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminator
(Results
351 - 375
of
952
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/icu4c/io/
uscanf_p.c
864
/* add the
terminator
*/
936
/* add the
terminator
*/
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
184
// If there is only one
terminator
instruction, process it.
198
// Get the instruction before it if it is a
terminator
.
210
// Return now the only
terminator
is an unconditional branch.
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
146
//
terminator
instructions.
153
// Working from the bottom, when we see a non-
terminator
instruction, we're
158
// A
terminator
that isn't a branch can't easily be handled by this
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp
564
terminator
= 0;
963
terminator
= 1;
966
terminator
= targ ? 1 : 0;
/external/v8/src/
scanner.cc
299
// The line
terminator
at the end of the line is not considered
321
// a newline will make the comment count as a line-
terminator
.
606
// whether there was a line
terminator
in the part we skip.
/development/ndk/platforms/android-9/include/EGL/
egl.h
119
#define EGL_NONE 0x3038 /* Attrib list
terminator
*/
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java
46
* Some operators may like to have a
terminator
.
/external/chromium/base/i18n/
icu_string_conversions.cc
222
// and leave room for a NUL
terminator
.
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py
717
terminator
= '\r\n\r\n'
719
while pos < len(
terminator
):
721
if received ==
terminator
[pos]:
723
elif received ==
terminator
[0]:
[
all
...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py
708
terminator
= '\r\n\r\n'
710
while pos < len(
terminator
):
712
if received ==
terminator
[pos]:
714
elif received ==
terminator
[0]:
[
all
...]
/external/chromium_org/base/i18n/
icu_string_conversions.cc
219
// and leave room for a NUL
terminator
.
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.h
225
// theme_id without NULL
terminator
.
/external/chromium_org/chrome/renderer/net/
predictor_queue_unittest.cc
228
// with a '\0'
terminator
added making 3 characters per write.
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
nacl_io_demo.c
95
buffer = (char*)malloc(length + 1); /* +1 for NULL-
terminator
. */
/external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h
119
#define EGL_NONE 0x3038 /* Attrib list
terminator
*/
/external/chromium_org/third_party/angle/include/EGL/
egl.h
119
#define EGL_NONE 0x3038 /* Attrib list
terminator
*/
/external/chromium_org/third_party/icu/source/i18n/
decContext.h
237
/* including
terminator
*/
/external/chromium_org/third_party/khronos/EGL/
egl.h
119
#define EGL_NONE 0x3038 /* Attrib list
terminator
*/
/external/chromium_org/third_party/mesa/src/include/EGL/
egl.h
119
#define EGL_NONE 0x3038 /* Attrib list
terminator
*/
/external/chromium_org/third_party/sqlite/src/src/
hash.c
142
int nKey, /* Bytes in key (not counting zero
terminator
) */
/external/chromium_org/tools/gn/
tokenizer.cc
317
// Check for escaping. \" is not a string
terminator
, but \\" is. Count
/external/chromium_org/v8/src/
preparser.cc
511
// 'continue' [no line
terminator
] Identifier? ';'
528
// 'break' [no line
terminator
] Identifier? ';'
545
// 'return' [no line
terminator
] Expression? ';'
715
// 'throw' [no line
terminator
] Expression ';'
[
all
...]
/external/icu4c/extra/uconv/
uconv.1.in
408
Also, the name of the line
terminator
is also displayed.)
/external/icu4c/i18n/
decContext.h
238
/* including
terminator
*/
/external/jhead/
jhead.h
66
// containing six signed integers plus delimeters and
terminator
,
Completed in 1548 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>