/external/webkit/LayoutTests/http/tests/appcache/ |
detached-iframe-expected.txt | 1 Test that accessing a detached iframe's applicationCache window property doesn't assert. If you don't see an assert, it passed.
|
detached-iframe.html | 2 <p>Test that accessing a detached iframe's applicationCache window property doesn't assert. If you don't see an assert, it passed.</p>
|
/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_doit.c | 638 /* If detached data then the content is excluded */ 639 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) { 647 /* If detached data then the content is excluded */ 648 if(PKCS7_type_is_data(p7->d.digest->contents) && p7->detached)
|
/external/iproute2/man/man8/ |
tc-pfifo_fast.8 | 11 is detached.
|
/frameworks/base/core/java/android/text/ |
SpanWatcher.java | 32 * has been detached from the specified range of the text.
|
SpannableString.java | 22 * markup objects can be attached and detached.
|
Spannable.java | 21 * attached and detached. Not all Spannable classes have mutable text;
|
/external/webkit/WebKit/chromium/public/ |
WebSharedWorkerRepository.h | 50 // Invoked when a document has been detached. DocumentID can be re-used after documentDetached() is invoked.
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
Observable.java | 55 * @param observer The observer object to be detached from.
|
/development/simulator/app/ |
SimRuntime.h | 72 * Set up communication with detached simulator.
|
Shmem.h | 34 * detached from the process. If the object was responsible for creating
|
/external/apache-http/src/org/apache/http/conn/ |
EofSensorInputStream.java | 121 * detached from the underlying stream 224 * is detached from the underlying stream. This prevents multiple 254 * This stream will be detached from the underlying stream to prevent 283 * This stream will be detached from the underlying stream to prevent
|
/external/webkit/WebCore/workers/ |
SharedWorkerRepository.h | 57 // Invoked when a document has been detached.
|
DefaultSharedWorkerRepository.h | 64 // Notification that a document has been detached.
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
BasicPooledConnAdapter.java | 70 * @return the pool entry, or <code>null</code> if detached
|
/external/webkit/WebCore/bindings/generic/ |
BindingSecurity.h | 85 // The subject is detached from a frame, deny accesses.
|
BindingSecurityBase.cpp | 101 // detached context of the same frame as the blank page.
|
/external/webkit/WebCore/svg/ |
SVGLocatable.cpp | 78 // FIXME: Eventually we should support getBBox for detached elements.
|
/external/webkit/WebKit/chromium/src/ |
DebuggerAgentManager.h | 56 // detached. When message is received from debugger it will route it to the
|
/external/skia/src/core/ |
SkGlyphCache.h | 133 Once detached, it can be queried/modified by the current thread, and 135 While detached, if another request is made with the same descriptor,
|
/external/webkit/JavaScriptCore/wtf/ |
ThreadSpecific.h | 57 // ThreadSpecificThreadExit should be called each time when a thread is detached. 221 // Does not invoke destructor functions. They will be called from ThreadSpecificThreadExit when the thread is detached.
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPooledConnAdapter.java | 90 throw new IllegalStateException("Adapter is detached.");
|
/external/qemu/ |
migration.c | 175 "migration, continuing detached\n");
|