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

1 2 3 4 5 6 7 8

  /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);
  /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;
  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 84 /* Unref() marks an object as detached from the event loop. This is its
86 * attached to detached state it will be freed. Be careful not to access
  /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.
  /frameworks/base/libs/usb/src/com/android/future/usb/
UsbManager.java 50 * Broadcast Action: A broadcast for USB accessory detached event.
52 * This intent is sent when a USB accessory is detached.
54 * {@link com.google.android.usb.UsbAccessory} for the attached accessory that was detached.
  /frameworks/base/core/java/android/hardware/usb/
UsbManager.java 76 * Broadcast Action: A broadcast for USB accessory detached event.
78 * This intent is sent when a USB accessory is detached.
81 * for the attached accessory that was detached
  /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/chromium/base/
platform_thread_posix.cc 87 // Pthreads are joinable by default, so only specify the detached attribute if
  /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,

Completed in 1403 milliseconds

1 2 3 4 5 6 7 8