HomeSort by relevance Sort by last modified time
    Searched refs:detached (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
NetlinkServer.cpp 144 // Only handle connections which have not been detached
145 if (connection->detached == false) {
160 connection->detached == false) {
172 connection->detached = true;
187 if (i->second->detached == false) {
249 bool detached = connection->detached; local
260 // Remove connection from list only if detached, the detached
262 if (detached == false)
    [all...]
  /external/openssl/crypto/pkcs7/
verify.c 80 BIO *data,*detached=NULL,*p7bio=NULL; local
114 detached=BIO_new(BIO_s_file());
115 if (!BIO_read_filename(detached,argv[1]))
146 if ((PKCS7_get_detached(p7) || detached))
148 if (detached == NULL)
154 p7bio=PKCS7_dataInit(p7,detached);
dec.c 83 BIO *data,*detached=NULL,*p7bio=NULL; local
108 detached=BIO_new(BIO_s_file());
109 if (!BIO_read_filename(detached,argv[1]))
151 /* We cannot support detached encryption */
152 p7bio=PKCS7_dataDecode(p7,pkey,detached,x509);
pk7_lib.c 77 ret=p7->detached=(int)larg;
99 p7->detached = ret;
pkcs7.h 187 int detached; member in struct:pkcs7_st
pk7_doit.c 791 /* If detached data then the content is excluded */
792 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
800 /* If detached data then the content is excluded */
801 if(PKCS7_type_is_data(p7->d.digest->contents) && p7->detached)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 21 detached(false), reuse_count(0), parent_tid(0), next(0) {
49 CHECK_EQ(false, detached);
57 if (!detached)
73 detached = _detached;
120 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
153 tctx->SetCreated(user_id, total_threads_++, detached,
212 tctx->detached = true;
240 if (tctx->detached) {
sanitizer_thread_registry.h 49 bool detached; member in class:__sanitizer::ThreadContextBase
97 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.h 53 bool detached; /**< Connection state */ member in class:Connection
NetlinkConnection.cpp 63 detached = false;
86 detached = false;
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 231 bool detached;
350 ScopedThread::ScopedThread(bool detached, bool main) {
353 impl_->detached = detached;
358 pthread_attr_setdetachstate(&attr, detached);
369 if (!impl_->detached)
377 CHECK(!impl_->detached);
378 impl_->detached = true;
tsan_test_util.h 62 explicit ScopedThread(bool detached = false, bool main = false);
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 1 description("Tests that when a page is reloaded, the frame is properly detached from the Geolocation object " +
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 126 if (!detached) {
155 if (tctx->detached)
183 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) {
188 int tid = ctx->thread_registry->CreateThread(uid, detached, thr->tid, &args);
tsan_rtl.h 671 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
tsan_interceptors.cc 739 int detached = 0; local
740 pthread_attr_getdetachstate(attr, &detached);
755 int tid = ThreadCreate(thr, pc, *(uptr*)th, detached);
    [all...]
  /external/valgrind/main/drd/
drd_thread.h 88 * a corresponding OS thread that is detached.
142 void DRD_(thread_delete)(const DrdThreadId tid, Bool detached);
212 * thread that has not yet been joined or a detached thread.
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/ppp/pppd/
main.c 148 int detached; /* have detached from terminal */ variable
800 if (detached)
823 detached = 1;
    [all...]
pppd.h 229 extern int detached; /* Have detached from controlling tty */
    [all...]
  /external/openssl/include/openssl/
pkcs7.h 187 int detached; member in struct:pkcs7_st
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 474 TabContentsWrapper* detached = tabstrip.DetachTabContentsAt(2); local
476 tabstrip.AppendTabContents(detached, true);
478 State s1(detached, 2, MockTabStripModelObserver::DETACH);
484 State s3(detached, 2, MockTabStripModelObserver::INSERT);
487 State s4(detached, 2, MockTabStripModelObserver::SELECT);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 92 body.detached.platform-mac-leopard:not(.remote) #toolbar,
93 body.detached.platform-mac-snowleopard:not(.remote) #toolbar {
217 body.detached.platform-mac-leopard #toolbar-dropdown,
218 body.detached.platform-mac-snowleopard #toolbar-dropdown {
369 body.detached .toolbar-item.close-left, body.detached .toolbar-item.close-right {
528 body.detached #dock-status-bar-item .glyph {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 238 alias detached? root?
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 45 // Determines if the web store link should be detached and place in the

Completed in 591 milliseconds

1 2