OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminator
(Results
201 - 225
of
952
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libnfc-nxp/src/
phFriNfc_ISO15693Format.c
80
/*
Terminator
TLV identifier */
460
/*
Terminator
TLV - value updated to 0xFEU */
phFriNfc_MifareULMap.h
54
#define PH_FRINFC_NDEFMAP_MFUL_STATE_TERM_TLV 5 /*!< to write the
terminator
TLV */
111
#define PH_FRINFC_NDEFMAP_MFUL_TERMTLV 0xFE /*!<
Terminator
TLV value = 0xFE */
/external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h
92
/// it has taken responsibility for scheduling the
terminator
correctly.
200
/// the
terminator
or are live-out are properly scheduled. This is
/external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp
178
// If there is only one
terminator
instruction, process it.
193
// Get the instruction before it if it's a
terminator
.
/frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp
59
//
terminator
60
result.kind =
Terminator
;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
traceback.py
12
def _print(file, str='',
terminator
='\n'):
13
file.write(str+
terminator
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
traceback.py
12
def _print(file, str='',
terminator
='\n'):
13
file.write(str+
terminator
)
/bionic/libc/arch-arm/cortex-a15/bionic/
__strcat_chk.S
173
// Save the current length (adding 1 for the
terminator
).
/bionic/libc/arch-arm/cortex-a9/bionic/
__strcat_chk.S
176
// Save the current length (adding 1 for the
terminator
).
__strcpy_chk.S
158
// Add 1 for copy length to get the string
terminator
.
/bionic/libc/arch-arm/krait/bionic/
__strcat_chk.S
173
// Save the current length (adding 1 for the
terminator
).
/bionic/libc/upstream-netbsd/libc/stdio/
getdelim.c
99
newlen++; /* reserve space for the NULL
terminator
*/
/dalvik/libdex/
DexUtf.h
68
* byte is considered the string
terminator
. The return value is as
/external/chromium/base/
stringprintf.cc
18
// formatted string excluding the NUL
terminator
. If the buffer is not
stringprintf_unittest.cc
126
char src[buf_len + 1]; // Need extra one for NULL-
terminator
.
sys_string_conversions_mac.mm
47
// value_type elements per UInt8. Leave room for a NUL
terminator
.
/external/chromium/chrome/browser/
keychain_mock_mac.h
129
// |value|. The null-
terminator
will not be included; the Keychain Services
/external/chromium/googleurl/src/
url_parse.cc
53
// Returns the offset of the next authority
terminator
in the input starting
54
// from start_offset. If no
terminator
is found, the return value will be equal
470
char digits[kMaxDigits + 1]; // +1 for null
terminator
648
// This handles everything that may be an authority
terminator
, including
/external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc
649
// Note: sprintfn appends a null
terminator
, which is why we can't
650
// combine it with the line
terminator
.
653
// Add line
terminator
to the chunk length.
655
// Add line
terminator
to the end of the chunk.
/external/chromium_org/base/strings/
stringprintf.cc
19
// formatted string excluding the NUL
terminator
. If the buffer is not
stringprintf_unittest.cc
139
char src[buf_len + 1]; // Need extra one for NULL-
terminator
.
sys_string_conversions_mac.mm
47
// value_type elements per UInt8. Leave room for a NUL
terminator
.
/external/chromium_org/chrome/installer/mini_installer/
decompress.cc
30
++size; // include space for the
terminator
.
/external/chromium_org/chrome/installer/util/
browser_distribution.h
100
// length of 39 characters including null-
terminator
. See
/external/chromium_org/chrome/renderer/net/
predictor_queue.cc
32
// The string must not contain a null
terminator
.
Completed in 968 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>