/external/clearsilver/man/man3/ |
cgi_url_escape_more.3 | 25 buf - a 0 terminated string 27 other - a 0 terminated string of characters to escape
|
cgi_url_unescape.3 | 25 buf - a 0 terminated string
|
cgi_url_escape.3 | 25 buf - a 0 terminated string
|
cgi_url_validate.3 | 25 buf - a 0 terminated string
|
/external/oprofile/libop/ |
op_parse_event.h | 31 * @param events null terminated array of events string on the form 34 * parse events given by the nil terminated array events and fill in
|
/frameworks/base/media/libstagefright/include/ |
HTTPStream.h | 41 // Assumes data is a '\0' terminated string. 71 // Receive a line of data terminated by CRLF, line will be '\0' terminated
|
/external/gtest/samples/ |
sample2.h | 48 // Clones a 0-terminated C string, allocating memory using new. 58 // Constructs a MyString by cloning a 0-terminated C string. 74 // Gets the 0-terminated C string this MyString object represents. 81 // Sets the 0-terminated C string this MyString object represents.
|
/external/guava/src/com/google/common/base/ |
Service.java | 32 * <li>{@link State#TERMINATED}</li> 57 * State#RUNNING}, {@link State#STOPPING} or {@link State#TERMINATED}. If 91 * State#NEW}, it is {@link State#TERMINATED terminated} without having been 98 * State#TERMINATED} or throws an {@link ExecutionException}. If it has 108 * cancelled. If this is {@link State#NEW}, it is {@link State#TERMINATED 109 * terminated} without having been started nor stopped. Unlike calling {@code 141 * A service in this state is transitioning to {@link #TERMINATED}. 149 TERMINATED,
|
/external/icu4c/common/ |
ulocimp.h | 15 * @param keywordList double-null terminated list. Will be copied.
|
uinvchar.h | 30 * @param length Length of the string, can be -1 if NUL-terminated. 43 * @param length Length of the string, can be -1 if NUL-terminated.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/image/ |
ImageDecoder.java | 58 protected boolean terminated; field in class:ImageDecoder 159 terminated = true; 163 if (terminated) { 173 if (terminated) { 183 if (terminated) { 193 if (terminated) { 209 if (terminated) { 227 if (terminated) { 239 if (terminated) {
|
/external/webkit/JavaScriptCore/API/ |
JSStringRef.h | 61 @abstract Creates a JavaScript string from a null-terminated UTF8 string. 62 @param string The null-terminated UTF8 string to copy into the new JSString. 101 take up if converted into a null-terminated UTF8 string. 105 null-terminated UTF8 string. The number of bytes that the conversion actually ends 111 @abstract Converts a JavaScript string into a null-terminated UTF8 string, 114 @param buffer The destination byte buffer into which to copy a null-terminated 134 @abstract Tests whether a JavaScript string matches a null-terminated UTF8 string. 136 @param b The null-terminated UTF8 string to test.
|
/dalvik/dx/src/junit/extensions/ |
ActiveTestSuite.java | 8 * threads have terminated.
|
/dalvik/libcore/junit/src/main/java/junit/extensions/ |
ActiveTestSuite.java | 8 * threads have terminated.
|
/external/dbus/test/data/valid-messages/ |
emptiness.message | 10 BYTE 0 # Strings need to be NULL-terminated
|
/external/oprofile/libabi/ |
op_abi.h | 27 /// return array is terminated by a NULL entry in name field
|
/system/core/adb/ |
transport_usb.c | 57 D("remote usb: read terminated (message)\n"); 70 D("remote usb: terminated (data)\n"); 90 D("remote usb: 1 - write terminated\n"); 95 D("remote usb: 2 - write terminated\n");
|
/external/e2fsprogs/tests/f_baddotdir/ |
expect.1 | 20 '.' directory entry in directory inode 17 is not NULL terminated 23 '..' directory entry in directory inode 17 is not NULL terminated
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_utf8conv.h | 68 In case of (A), it adds a terminated '\0' at the end of the output Unicode string, 69 and returns length of the output Unicode string(without counting terminated '\0'). 70 In case of (B), it converts as much as possible to the output buffer and adds a terminated '\0' 75 \param inLength The length of the input UTF8 byte sequence, without counting terminated '\0'(if any). 94 In case of (A), it adds a terminated '\0' at the end of the output UTF8 byte sequence. 95 and returns length of the output UTF8 byte sequence(without counting terminated '\0'). 96 In case of (B), it converts as much as possible to the output buffer and adds a terminated '\0' 101 \param inLength The length of the input Unicode string, without counting terminated '\0'(if any).
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_license_interface.h | 61 * @param [in] Null terminated unicode string containing the content name 62 * @param [out] Null terminated unicode string containing the license URL 75 * @param [in] Null terminated string containing the content name 76 * @param [out] Null terminated string containing the license URL 89 * @param [in] Null terminated unicode string containing the content name 108 * @param [in] Null terminated string containing the content name
|
pvmf_cpmplugin_contentmanagement_interface.h | 126 * @param [in] Null terminated unicode string containing the drive letter 128 * @param [in] Null terminated unicode string containing the partition id 142 * @param [in] Null terminated string containing the drive letter 144 * @param [in] Null terminated string containing the partition id 158 * @param [in] Null terminated unicode string containing the drive letter 171 * @param [in] Null terminated string containing the drive letter 184 * @param [in] Null terminated unicode string containing the drive letter 200 * @param [in] Null terminated string containing the drive letter 216 * @param [in] Null terminated unicode string containing the path 229 * @param [in] Null terminated string containing the pat [all...] |
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_stdstring.h | 50 * @param str NULL terminated string. 60 * @param str NULL terminated string. 79 * @param src NULL terminated source string 98 * @param src NULL terminated source string 106 * Lexicographically compares two NULL terminated strings, 120 * Lexicographically compares two NULL terminated strings, 173 * @param dest null terminated destination string 190 * @param dest null terminated destination string 203 * @param str null terminated source string 216 * @param str null terminated source strin [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
ustring.h | 76 * @param s The array of UChars, NULL (U+0000) terminated. 110 * @param length The length of the string, or -1 if it is NUL-terminated. 162 * @param s The string to search (NUL-terminated). 163 * @param substring The substring to find (NUL-terminated). 186 * @param length The length of s (number of UChars), or -1 if it is NUL-terminated. 187 * @param substring The substring to find (NUL-terminated). 188 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated. 206 * @param s The string to search (NUL-terminated). 226 * @param s The string to search (NUL-terminated). 249 * @param s The string to search (NUL-terminated) [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
ustring.h | 76 * @param s The array of UChars, NULL (U+0000) terminated. 110 * @param length The length of the string, or -1 if it is NUL-terminated. 162 * @param s The string to search (NUL-terminated). 163 * @param substring The substring to find (NUL-terminated). 186 * @param length The length of s (number of UChars), or -1 if it is NUL-terminated. 187 * @param substring The substring to find (NUL-terminated). 188 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated. 206 * @param s The string to search (NUL-terminated). 226 * @param s The string to search (NUL-terminated). 249 * @param s The string to search (NUL-terminated) [all...] |
/external/webkit/WebCore/icu/unicode/ |
ustring.h | 76 * @param s The array of UChars, NULL (U+0000) terminated. 110 * @param length The length of the string, or -1 if it is NUL-terminated. 162 * @param s The string to search (NUL-terminated). 163 * @param substring The substring to find (NUL-terminated). 186 * @param length The length of s (number of UChars), or -1 if it is NUL-terminated. 187 * @param substring The substring to find (NUL-terminated). 188 * @param subLength The length of substring (number of UChars), or -1 if it is NUL-terminated. 206 * @param s The string to search (NUL-terminated). 226 * @param s The string to search (NUL-terminated). 249 * @param s The string to search (NUL-terminated) [all...] |