OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminated
(Results
126 - 150
of
2545
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h
53
/* header_size = SIZEOF(XWDheader) + length of null-
terminated
95
/* Null-
terminated
window name follows the above structure. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utmp.h
50
/* The structure describing the status of a
terminated
process. This
111
#define DEAD_PROCESS 8 /*
Terminated
process. */
utmpx.h
41
/* The structure describing the status of a
terminated
process. This
99
#define DEAD_PROCESS 8 /*
Terminated
process. */
/external/bluetooth/bluedroid/stack/include/
a2d_api.h
117
char * p_service_name; /* Pointer the service name. This character string may not be null
terminated
.
119
char * p_provider_name;/* Pointer the provider name. This character string may not be null
terminated
.
148
** p_service_name: Pointer to a null-
terminated
character
151
** p_provider_name: Pointer to a null-
terminated
character
/external/chromium/base/
safe_strerror_posix.h
24
// result is always null-
terminated
. The value of errno is never changed.
/external/chromium/sdch/open-vcdiff/src/
codetablewriter_interface.h
42
// string. The output string is not null-
terminated
and may contain embedded
/external/dropbear/libtomcrypt/src/misc/
error_to_string.c
60
@return A pointer to the ASCII NUL
terminated
string for the error or "Invalid error code." if the err code was not valid.
/external/dropbear/libtommath/
bn_mp_toradix.c
64
/* append a NULL so the string is properly
terminated
*/
/external/icu4c/test/intltest/
textfile.h
33
* Read a line
terminated
by ^J or ^M or ^M^J, and convert it from
/external/libpcap/
fad-win32.c
264
* null-
terminated
ASCII interface name strings,
265
*
terminated
by a null string, followed by a list
266
* of null-
terminated
ASCII interface description
267
* strings,
terminated
by a null string.
/external/llvm/include/llvm/MC/
MCSectionMachO.h
26
char SegmentName[16]; // Not necessarily null
terminated
!
27
char SectionName[16]; // Not necessarily null
terminated
!
136
// SegmentName is not necessarily null
terminated
!
142
// SectionName is not necessarily null
terminated
!
SectionKind.h
41
/// MergableCString - Any null-
terminated
string which allows merging.
46
/// Mergeable1ByteCString - 1 byte mergable, null
terminated
, string.
49
/// Mergeable2ByteCString - 2 byte mergable, null
terminated
, string.
52
/// Mergeable4ByteCString - 4 byte mergable, null
terminated
, string.
/external/qemu/android/
boot-properties.h
37
/* same as boot_property_add, but allows to use non-zero
terminated
strings.
/external/qemu/android/utils/
lineinput.h
25
/* Read next line from input. The result is zero-
terminated
with
/external/quake/quake/src/QW/client/
wad.h
62
char name[16]; // must be null
terminated
/external/quake/quake/src/WinQuake/
wad.h
62
char name[16]; // must be null
terminated
/external/valgrind/main/coregrind/m_demangle/
dyn-string.h
27
char *s; /* The string itself, NUL-
terminated
. */
/external/webkit/Source/JavaScriptCore/runtime/
Completion.h
34
enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted,
Terminated
};
/external/webkit/Source/JavaScriptCore/wtf/
dtoa.h
31
// s00: input string. Must not be 0 and must be
terminated
by 0.
/external/webkit/Source/WebKit/gtk/webkit/
webkitwebplugin.h
41
* @extensions: a %NULL-
terminated
array with the extensions
/external/webrtc/src/system_wrappers/interface/
data_log_c.h
29
* All char* parameters in this file are expected to be null-
terminated
/frameworks/av/libvideoeditor/osal/src/
M4PSW_MemoryInterface.c
39
* @param string (IN): description of the allocated block (null
terminated
)
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
EventsCommand.java
42
return "prints out accessibility events until
terminated
";
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcVersionInfo.h
41
char productId[MC_PRODUCT_ID_LEN]; /** < Product ID of Mobicore; zero-
terminated
*/
/libcore/luni/src/main/java/java/lang/
VMThread.java
60
Thread.State.
TERMINATED
, // ZOMBIE
Completed in 1741 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>