Searched refs:detached (Results 1 - 20 of 20) sorted by relevance

/external/openssl/crypto/pkcs7/
H A Dverify.c80 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);
H A Ddec.c83 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);
H A Dpk7_lib.c77 ret=p7->detached=(int)larg;
99 p7->detached = ret;
H A Dpkcs7.h187 int detached; member in struct:pkcs7_st
H A Dpk7_doit.c791 /* 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/tsan/rtl_tests/
H A Dtsan_test_util_linux.cc231 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;
H A Dtsan_test_util.h62 explicit ScopedThread(bool detached = false, bool main = false);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc30 if (tctx->detached)
75 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { argument
125 tctx->detached = detached;
218 if (tctx->detached) {
280 CHECK_EQ(tctx->detached, false);
301 tctx->detached = true;
H A Dtsan_rtl.h331 bool detached; member in struct:__tsan::ThreadContext
480 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
H A Dtsan_interceptors.cc747 int detached = 0; local
748 pthread_attr_getdetachstate(attr, &detached);
763 int tid = ThreadCreate(thr, pc, *(uptr*)th, detached);
H A Dtsan_rtl.cc80 , detached()
/external/valgrind/main/drd/
H A Ddrd_thread.h89 * 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.
H A Ddrd_thread.c486 void DRD_(thread_delete)(const DrdThreadId tid, const Bool detached) argument
504 if (detached)
517 * joinable threads, not for detached threads.
529 * Once a detached thread has finished, its stack is deallocated and
535 * For a detached thread, calling pthread_exit() invalidates the
536 * POSIX thread ID associated with the detached thread. For joinable
589 /** Returns true for joinable threads and false for detached threads. */
597 /** Store the thread mode: joinable or detached. */
/external/ppp/pppd/
H A Dmain.c148 int detached; /* have detached from terminal */ variable
800 if (detached)
823 detached = 1;
H A Dpppd.h229 extern int detached; /* Have detached from controlling tty */
/external/openssl/include/openssl/
H A Dpkcs7.h187 int detached; member in struct:pkcs7_st
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc474 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);
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.css92 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 {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb238 alias detached? root?
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm2131 // When a context is detached from a frame, turn on the access check.

Completed in 380 milliseconds