HomeSort by relevance Sort by last modified time
    Searched full:terminated (Results 276 - 300 of 2498) sorted by null

<<11121314151617181920>>

  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcessWin.cpp 140 // Wait for it to be terminated
  /system/vold/
cryptfs.h 58 partition, null terminated */
  /external/bluetooth/glib/glib/
gstrfuncs.c 134 * buffer @n + 1 bytes long which will always be nul-terminated.
145 * of @str, nul-terminated
193 * Copies a nul-terminated string into the dest buffer, include the
279 * @Varargs: a %NULL-terminated list of strings to append to the string
    [all...]
  /bootable/recovery/
device.h 96 // NULL-terminated) for the main menu. Typically these tell users
102 // NULL-terminated). The menu_position passed to InvokeMenuItem
  /bootable/recovery/edify/
expr.h 37 // The source of the original script. Must be NULL-terminated,
48 #define VAL_STRING 1 // data will be NULL-terminated; size doesn't count null
  /bootable/recovery/minzip/
Zip.h 38 const char* fileName; // not null-terminated
61 * Represents a non-NUL-terminated string,
  /external/bluetooth/bluez/tools/
rfcomm.1 94 be terminated with the key sequence CTRL-C.
103 used by the connection. This command can be terminated with the key
  /external/chromium/base/
safe_strerror_posix.cc 41 // The result is always null terminated.
63 // POSIX is vague about whether the string will be terminated, although
string_piece.h 58 // returned buffer may or may not be null terminated. Therefore it is
60 // terminated string.
  /external/chromium/chrome/browser/chromeos/
external_metrics_unittest.cc 107 // Sends a malformed message (first string is not null-terminated).
118 // Sends a malformed message (second string is not null-terminated).
  /external/chromium/chrome/browser/extensions/
extensions_ui.cc 258 true, false)); // enabled, terminated
269 false, false)); // enabled, terminated
280 empty_pages, // Terminated process has no active pages.
281 false, true)); // enabled, terminated
482 // There will be no EXTENSION_UNLOADED notification for terminated
682 const std::vector<ExtensionPage>& pages, bool enabled, bool terminated) {
701 extension_data->SetBoolean("terminated", terminated);
    [all...]
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker.cc 63 // The SyncerThread has terminated and we are no longer needed by syncapi.
109 // the main UI loop has terminated. There is no easy way to assert the
  /external/chromium/net/base/
gzip_header.cc 131 // See if we can find the end of the \0-terminated FNAME field.
147 // See if we can find the end of the \0-terminated FCOMMENT field.
test_root_certs_win.cc 102 // Otherwise, it's a pointer to a null-terminated ASCII string. See the
116 // NULL-terminated wide string, so check before making a string
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MoreExecutorsTest.java 88 assertEquals(Thread.State.TERMINATED, otherThread.getState());
198 assertEquals(Thread.State.TERMINATED, otherThread.getState());
  /external/icu4c/common/unicode/
ucat.h 131 * zero-terminated.
141 * @return a pointer to a zero-terminated UChar array which lives in
ucnvsel.h 155 * @param length length of the string, or -1 if NUL-terminated
173 * @param length length of the string, or -1 if NUL-terminated
  /external/icu4c/common/
ustr_cnv.c 112 returns the minimum of (the length of the null-terminated string) and n.
184 returns the minimum of (the length of the null-terminated string) and n.
  /external/icu4c/i18n/unicode/
udateintervalformat.h 89 * The length of skeleton; may be -1 if the skeleton is zero-terminated.
94 * The length of tzID, or -1 if null-terminated. If 0, use the default
  /external/icu4c/tools/toolutil/
uparse.h 65 * a line does not need to be terminated with a delimiter.
136 * Same as u_parseCodePointRange() but the range may be terminated by
  /external/ipsec-tools/
main.c 140 static void terminated() function
181 atexit(terminated);
  /external/libmtp/src/
unicode.c 64 /* Unicode strings are terminated with 2 * 0x00 */
132 // make sure the string is null terminated
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 10 // SequenceToOffsetTable can be used to emit a number of null-terminated
28 /// SequenceToOffsetTable - Collect a number of terminated sequences of T.
  /external/quake/quake/src/WinQuake/
protocol.h 91 #define svc_print 8 // [string] null terminated string
93 // the string should be \n terminated
  /external/regex-re2/re2/
stringpiece.h 46 // returned buffer may or may not be null terminated. Therefore it is
48 // terminated string.

Completed in 992 milliseconds

<<11121314151617181920>>