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

  /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 746 /* If detached data then the content is excluded */
747 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
755 /* If detached data then the content is excluded */
756 if(PKCS7_type_is_data(p7->d.digest->contents) && p7->detached)
  /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/valgrind/main/drd/
drd_thread.h 87 * a corresponding OS thread that is detached.
137 void DRD_(thread_delete)(const DrdThreadId tid, Bool detached);
208 * thread that has not yet been joined or a detached thread.
drd_thread.c 453 void DRD_(thread_delete)(const DrdThreadId tid, const Bool detached)
470 if (detached)
483 * joinable threads, not for detached threads.
495 * Once a detached thread has finished, its stack is deallocated and
501 * For a detached thread, calling pthread_exit() invalidates the
502 * POSIX thread ID associated with the detached thread. For joinable
553 /** Returns true for joinable threads and false for detached threads. */
561 /** 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/chromium/chrome/browser/resources/ntp/
apps.js 45 // Determines if the web store link should be detached and place in the
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]

Completed in 1221 milliseconds