HomeSort by relevance Sort by last modified time
    Searched full:terminated (Results 301 - 325 of 2545) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 52 __BIONIC_SIGDEF(TERM,15,"Terminated")
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 52 __BIONIC_SIGDEF(TERM,15,"Terminated")
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcessWin.cpp 140 // Wait for it to be terminated
  /system/netd/
NetdConstants.cpp 45 /* Read arguments from incoming va_list; we expect the list to be NULL terminated. */
  /system/vold/
cryptfs.h 58 partition, null terminated */
  /tools/build/builder/src/main/java/com/android/builder/signing/
DebugKeyHelper.java 44 // this is guaranteed to either return a non null value (terminated with a platform
  /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/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 141 static void terminated() function
182 atexit(terminated);
  /external/libmtp/src/
unicode.c 64 /* Unicode strings are terminated with 2 * 0x00 */
132 // make sure the string is null terminated

Completed in 1869 milliseconds

<<11121314151617181920>>