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

12

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_netlink.c117 static int linux_netlink_parse(char *buffer, size_t len, int *detached, const char **sys_name, argument
125 *detached = 0;
133 *detached = 1;
193 int detached, r; local
207 r = linux_netlink_parse(buffer, len, &detached, &sys_name,
213 busnum, devaddr, sys_name, detached ? "yes" : "no");
216 if (detached)
H A Dlinux_udev.c165 static int udev_device_info(struct libusb_context *ctx, int detached, argument
180 return linux_get_device_address(ctx, detached, busnum, devaddr,
189 int detached; local
198 detached = !strncmp(udev_action, "remove", 6);
200 r = udev_device_info(NULL, detached, udev_dev, &busnum, &devaddr, &sys_name);
209 } else if (detached) {
H A Dlinux_usbfs.h175 int linux_get_device_address (struct libusb_context *ctx, int detached,
/external/chromium_org/third_party/openssl/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;
/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;
/external/chromium_org/content/browser/devtools/
H A Ddevtools_protocol_constants.cc11 namespace detached { namespace in namespace:content::devtools::Inspector
12 const char kName[] = "Inspector.detached";
14 } // detached
H A Ddevtools_protocol_constants.h18 namespace detached { namespace in namespace:content::devtools::Inspector
21 } // detached
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc21 detached(false), reuse_count(0), parent_tid(0), next(0) {
48 CHECK_EQ(false, detached);
56 if (!detached)
72 detached = _detached;
120 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
146 tctx->SetCreated(user_id, total_threads_++, detached,
216 tctx->detached = true;
244 if (tctx->detached) {
H A Dsanitizer_thread_registry.h46 bool detached; member in class:__sanitizer::ThreadContextBase
94 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.h43 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
H A Dlsan_thread.cc80 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { argument
81 return thread_registry->CreateThread(user_id, detached, parent_tid,
H A Dlsan_interceptors.cc228 int detached = 0; local
229 pthread_attr_getdetachstate(attr, &detached);
236 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached);
/external/compiler-rt/lib/tsan/tests/rtl/
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/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h563 SkFlatData* detached = this->detachScratch(); local
564 // detached will live beyond the next call to resetScratch(), but is owned by fController.
565 *fSortedData.insert(~index) = detached; // SkTSearch returned bit-not of where to insert.
566 *fIndexedData.insert(detached->index()) = detached;
567 fHash[hashIndex] = detached;
569 SkASSERT(detached->index() == fNextIndex);
574 return detached;
642 SkFlatData* detached = (SkFlatData*)fController->allocThrow(paddedSize); local
645 memcpy(detached, fScratc
[all...]
/external/skia/src/core/
H A DSkPictureFlat.h563 SkFlatData* detached = this->detachScratch(); local
564 // detached will live beyond the next call to resetScratch(), but is owned by fController.
565 *fSortedData.insert(~index) = detached; // SkTSearch returned bit-not of where to insert.
566 *fIndexedData.insert(detached->index()) = detached;
567 fHash[hashIndex] = detached;
569 SkASSERT(detached->index() == fNextIndex);
574 return detached;
642 SkFlatData* detached = (SkFlatData*)fController->allocThrow(paddedSize); local
645 memcpy(detached, fScratc
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc127 if (!detached) {
155 if (tctx->detached || tctx->status != ThreadStatusFinished)
202 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { argument
207 int tid = ctx->thread_registry->CreateThread(uid, detached, thr->tid, &args);
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc156 int detached = 0; local
158 pthread_attr_getdetachstate(attr, &detached);
163 asanThreadRegistry().CreateThread(*(uptr*)t, detached, current_tid, &args);
647 bool detached = false; // FIXME: how can we determine it on Windows? local
648 asanThreadRegistry().CreateThread(*(uptr*)t, detached, current_tid, &args);
/external/chromium_org/ui/aura/
H A Droot_window.cc786 void RootWindow::OnWindowRemovedFromRootWindow(Window* detached, argument
790 DispatchMouseExitToHidingWindow(detached);
791 OnWindowHidden(detached, new_root ? WINDOW_MOVING : WINDOW_HIDDEN);
793 if (detached->IsVisible() &&
794 detached->ContainsPointInRoot(GetLastMouseLocationInRoot())) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DheapProfiler.css143 .detached-dom-tree-node {
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk.cc76 // Padding for when the bookmark bar is detached.
80 // Padding around the bar's content area when the bookmark bar is detached.
84 // area when in detached mode.
324 // TODO(estade): animate the transition between detached and non or remove
325 // detached entirely.
663 bool detached = bookmark_bar_state_ == BookmarkBar::DETACHED; local
664 if (detached == old_detached)
667 if (detached) {
689 if (window_ && detached) {
1442 // detached
[all...]

Completed in 376 milliseconds

12