Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 25 of 61) sorted by relevance

123

/external/openssl/crypto/pkcs7/
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);
Ddec.c83 BIO *data,*detached=NULL,*p7bio=NULL; local
108 detached=BIO_new(BIO_s_file());
109 if (!BIO_read_filename(detached,argv[1]))
152 p7bio=PKCS7_dataDecode(p7,pkey,detached,x509);
Dpk7_lib.c77 ret=p7->detached=(int)larg; in PKCS7_ctrl()
99 p7->detached = ret; in PKCS7_ctrl()
Dpkcs7.h187 int detached; member
Dpk7_doit.c792 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) { in PKCS7_dataFinal()
801 if(PKCS7_type_is_data(p7->d.digest->contents) && p7->detached) in PKCS7_dataFinal()
/external/webkit/Source/WebKit/chromium/src/js/
DdevTools.css18 body.detached.platform-mac-leopard #toolbar {
22 body.detached.platform-mac-leopard.inactive #toolbar {
26 body.detached.platform-mac-snowleopard #toolbar {
30 body.detached.platform-mac-snowleopard.inactive #toolbar {
/external/valgrind/main/docs/internals/
Dtm-threadstates.dot18 running -> zombie [ label="non-detached thread\nterminates" ];
20 running -> dead [ label="detached thread\nterminates" ];
/external/webkit/LayoutTests/fast/dom/DOMImplementation/
Ddetached-doctype-expected.txt1 Test for bug 26402: Crashes when using a detached DocumentType node.
/external/webkit/LayoutTests/http/tests/appcache/
Ddetached-iframe-expected.txt1 Test that accessing a detached iframe's applicationCache window property doesn't assert. If you don…
/external/webkit/LayoutTests/fast/xpath/
Dxpath-detached-iframe-resolver-crash-expected.txt1 Ensure that using XPath namespace resolver with a detached iframe doesn't crash.
Ddetached-subtree-invalidate-iterator-expected.txt1 Test that iterators are invalidated even if the original context is detached.
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dpage-reload-cancel-permission-requests-expected.txt1 Tests that when a page is reloaded, the frame is properly detached from the Geolocation object to e…
/external/iptables/extensions/
Dlibxt_LED.man16 need to be manually detached and reattached to the LED device to switch it
/external/valgrind/main/drd/
Ddrd_thread.h142 void DRD_(thread_delete)(const DrdThreadId tid, Bool detached);
Ddrd_thread.c486 void DRD_(thread_delete)(const DrdThreadId tid, const Bool detached) in DRD_()
504 if (detached) in DRD_()
/external/ppp/pppd/
Dmain.c148 int detached; /* have detached from terminal */ variable
800 if (detached) in detach()
823 detached = 1; in detach()
Dpppd.h229 extern int detached; /* Have detached from controlling tty */
/external/chromium/chrome/browser/tabs/
Dtab_strip_model_unittest.cc474 TabContentsWrapper* detached = tabstrip.DetachTabContentsAt(2); in TEST_F() local
476 tabstrip.AppendTabContents(detached, true); in TEST_F()
478 State s1(detached, 2, MockTabStripModelObserver::DETACH); in TEST_F()
484 State s3(detached, 2, MockTabStripModelObserver::INSERT); in TEST_F()
487 State s4(detached, 2, MockTabStripModelObserver::SELECT); in TEST_F()
/external/strace/
DPORTING30 detached readers are invited to continue with little to risk but
/external/openssl/include/openssl/
Dpkcs7.h187 int detached; member
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller_private.mm246 // If the bookmark bar is detached, place it next in the visual content area.
360 // If we are currently displaying the NTP detached bookmark bar or animating
Dbrowser_window_controller.mm1162 // to be done before being detached so the window transforms can be
1173 // Before the tab is detached from its originating tab strip, store the
1306 // The tab can be dragged within the existing tab strip or detached
1867 // Account for the bookmark bar height if it is currently in the detached
2121 // Cover info bars, inspector window, and detached bookmark bar on NTP.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_controller.mm58 // the toolbar), "hidden", and "detached" (pretending to be part of the web
63 // the toolbar when showing, below the infobar when detached).
65 // the bookmark bar is hidden or detached) or by the bookmark bar (when it is
449 // Add padding to the detached bookmark bar.
478 // between showing and detached.
502 // detached (but opacity will vary).
1421 // We know how to handle hidden <-> normal, normal <-> detached....
2472 // If the bookmarkbar is not in detached mode, lock bar visibility, forcing
Dbookmark_button.mm225 // visibilityDelegate_ can be nil if we're detached, and that's fine.
/external/webkit/Source/WebCore/inspector/front-end/
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 {

123