HomeSort by relevance Sort by last modified time
    Searched refs:detached (Results 51 - 63 of 63) sorted by null

1 23

  /external/openssl/crypto/pkcs7/
pk7_doit.c 796 /* If detached data then the content is excluded */
797 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
805 /* If detached data then the content is excluded */
806 if(PKCS7_type_is_data(p7->d.digest->contents) && p7->detached)
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 606 int linux_get_device_address (struct libusb_context *ctx, int detached,
612 usbi_dbg("getting address for device: %s detached: %d", sys_name, detached);
614 * device has been detached */
615 if (!sysfs_can_relate_devices || detached || NULL == sys_name) {
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 634 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
tsan_interceptors.cc 864 int detached = 0; local
865 REAL(pthread_attr_getdetachstate)(attr, &detached);
881 int tid = ThreadCreate(thr, pc, *(uptr*)th, detached);
    [all...]
  /external/ppp/pppd/
pppd.h 229 extern int detached; /* Have detached from controlling tty */
    [all...]
  /external/valgrind/main/drd/
drd_thread.c 489 void DRD_(thread_delete)(const DrdThreadId tid, const Bool detached)
506 if (detached)
519 * joinable threads, not for detached threads.
531 * Once a detached thread has finished, its stack is deallocated and
537 * For a detached thread, calling pthread_exit() invalidates the
538 * POSIX thread ID associated with the detached thread. For joinable
591 /** Returns true for joinable threads and false for detached threads. */
599 /** Store the thread mode: joinable or detached. */
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 238 alias detached? root?
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 448 // Create and attach the container if it doesn't exist or if it was detached.
450 // In case there are any detached containers around, clean them up. One case
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
Main.js 617 detached: function(reason)
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 479 viewStatus.visibility = 'detached';
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 739 // Detached tabs should always be invisible (as they close).
740 if (tab->detached())
    [all...]
  /external/chromium_org/v8/src/
v8natives.js 168 // We only throw if the global has been detached, since we need the
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js     [all...]

Completed in 1465 milliseconds

1 23