HomeSort by relevance Sort by last modified time
    Searched full:terminated (Results 1 - 25 of 1797) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/
TransactionState.java 9 TERMINATED;
DialogState.java 6 TERMINATED;
10 public static final int _TERMINATED = TERMINATED.ordinal();
  /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/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 19 String TERMINATED = "Terminated";
  /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.
58 // Receive a line of data terminated by CRLF, line will be '\0' terminated
  /external/chromium/third_party/icu/source/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.
  /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/protobuf/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/chromium/base/
logging_win.h 28 // A textual only log message, contains a zero-terminated string.
30 // A message with a stack trace, followed by the zero-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.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tar.h 50 name 0 100 NUL-terminated if NUL fits
58 linkname 157 100 NUL-terminated if NUL fits
61 uname 265 32 NUL-terminated
62 gname 297 32 NUL-terminated
65 prefix 345 155 NUL-terminated if NUL fits
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Terminator.java 26 * @param aborted is true if the experiment terminated abnormally.
  /dalvik/dx/src/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
  /libcore/junit/src/main/java/junit/extensions/
ActiveTestSuite.java 8 * threads have terminated.
  /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/icu4c/common/
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.

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>