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

1 2 3

  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_netlink.c 117 static int linux_netlink_parse(char *buffer, size_t len, int *detached, const char **sys_name,
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)
linux_udev.c 165 static int udev_device_info(struct libusb_context *ctx, int detached,
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) {
linux_usbfs.h 175 int linux_get_device_address (struct libusb_context *ctx, int detached,
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
NetlinkServer.cpp 144 // Only handle connections which have not been detached
145 if (connection->detached == false) {
160 connection->detached == false) {
172 connection->detached = true;
187 if (i->second->detached == false) {
249 bool detached = connection->detached; local
260 // Remove connection from list only if detached, the detached
262 if (detached == false)
    [all...]
  /external/chromium_org/third_party/openssl/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/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/chromium_org/content/browser/devtools/
devtools_protocol_constants.cc 11 namespace detached { namespace in namespace:content::devtools::Inspector
12 const char kName[] = "Inspector.detached";
14 } // detached
devtools_protocol_constants.h 18 namespace detached { namespace in namespace:content::devtools::Inspector
21 } // detached
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 21 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,
146 tctx->SetCreated(user_id, total_threads_++, detached,
216 tctx->detached = true;
244 if (tctx->detached) {
sanitizer_thread_registry.h 46 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/
lsan_thread.h 43 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
lsan_thread.cc 80 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) {
81 return thread_registry->CreateThread(user_id, detached, parent_tid,
lsan_interceptors.cc 228 int detached = 0; local
229 pthread_attr_getdetachstate(attr, &detached);
236 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.h 53 bool detached; /**< Connection state */ member in class:Connection
NetlinkConnection.cpp 63 detached = false;
86 detached = false;
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 231 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;
tsan_test_util.h 62 explicit ScopedThread(bool detached = false, bool main = false);
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 563 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, fScratch, paddedSize)
    [all...]
  /external/skia/src/core/
SkPictureFlat.h 563 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, fScratch, paddedSize)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerAdapter.java 63 * Similar to singleton mode, but once enabled, detached mode is permanent for this adapter.
140 * Returns true if singleton mode or detached mode have been enabled, or if the current cursor
151 // In detached mode, the pager is decoupled from the cursor. Nothing should rely on the
260 final boolean detached = b.getBoolean(BUNDLE_DETACHED_MODE);
261 setDetachedMode(detached);
266 private void setDetachedMode(boolean detached) {
267 if (mDetachedMode == detached) {
270 mDetachedMode = detached;
307 // If we are in detached mode, changes to the cursor are of no interest to us, but they may
322 // enable detached mode and do no more here. the fragment itself will figure ou
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 127 if (!detached) {
155 if (tctx->detached || tctx->status != ThreadStatusFinished)
202 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) {
207 int tid = ctx->thread_registry->CreateThread(uid, detached, thr->tid, &args);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 156 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/
root_window.cc 786 void RootWindow::OnWindowRemovedFromRootWindow(Window* detached,
790 DispatchMouseExitToHidingWindow(detached);
791 OnWindowHidden(detached, new_root ? WINDOW_MOVING : WINDOW_HIDDEN);
793 if (detached->IsVisible() &&
794 detached->ContainsPointInRoot(GetLastMouseLocationInRoot())) {
    [all...]

Completed in 568 milliseconds

1 2 3