HomeSort by relevance Sort by last modified time
    Searched refs:detached (Results 26 - 50 of 63) sorted by null

12 3

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 125 if (!detached) {
155 if (tctx->detached || tctx->status != ThreadStatusFinished)
222 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) {
225 int tid = ctx->thread_registry->CreateThread(uid, detached, thr->tid, &args);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 62 explicit ScopedThread(bool detached = false, bool main = false);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.cpp 165 v8::Handle<v8::Function> detached = retrieveCallback(isolate, "detachedCallback"); local
168 m_callbacks = V8CustomElementLifecycleCallbacks::create(m_scriptState.get(), m_prototype, created, attached, detached, attributeChanged);
  /external/chromium_org/ui/aura/
window_event_dispatcher.cc 536 void WindowEventDispatcher::OnWindowRemovingFromRootWindow(Window* detached,
538 if (!host_->window()->Contains(detached))
543 DispatchMouseExitToHidingWindow(detached);
544 SynthesizeMouseMoveAfterChangeToWindow(detached);
548 OnWindowHidden(detached, new_root ? WINDOW_MOVING : WINDOW_HIDDEN);
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 181 int detached = 0; local
183 REAL(pthread_attr_getdetachstate)(attr, &detached);
188 asanThreadRegistry().CreateThread(*(uptr*)t, detached, current_tid, &args);
722 bool detached = false; // FIXME: how can we determine it on Windows? local
723 asanThreadRegistry().CreateThread(*(uptr*)t, detached, current_tid, &args);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
heapProfiler.css 73 .detached-dom-tree-node {
  /external/openssl/crypto/cms/
cms_lib.c 83 /* Never detached */
94 /* If content detached data goes nowhere: create NULL BIO */
97 /* If content not detached and created return memory BIO
315 int CMS_set_detached(CMS_ContentInfo *cms, int detached)
321 if (detached)
cms.h 123 int CMS_set_detached(CMS_ContentInfo *cms, int detached);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 60 // Used to mark the tab as having been detached. Once this has happened, the
63 bool detached() const { return detached_; } function in class:Tab
312 // True if the tab has been detached.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarHeaderView.java 335 boolean detached = mExpanded;
336 if (detached != mSignalClusterDetached) {
337 if (detached) {
343 mSignalClusterDetached = detached;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
WorkerFrontendManager.js 130 // Listen to beforeunload in detached state and to the InspectorClosing event in case of attached inspector.
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_lib.c 77 ret=p7->detached=(int)larg;
99 p7->detached = ret;
pkcs7.h 187 int detached; member in struct:pkcs7_st
pk7_doit.c 791 /* If detached data then the content is excluded */
792 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
800 /* If detached data then the content is excluded */
801 if(PKCS7_type_is_data(p7->d.digest->contents) && p7->detached)
  /external/openssl/crypto/pkcs7/
pk7_lib.c 77 ret=p7->detached=(int)larg;
99 p7->detached = ret;
pkcs7.h 187 int detached; member in struct:pkcs7_st
  /external/chromium_org/ui/file_manager/image_loader/
image_loader_client.js 127 * a request is not valid anymore, eg. parent node has been detached.
350 * a request is not valid anymore, eg. parent node has been detached.
  /external/valgrind/main/drd/
drd_thread.h 88 * a corresponding OS thread that is detached.
142 void DRD_(thread_delete)(const DrdThreadId tid, Bool detached);
212 * thread that has not yet been joined or a detached thread.
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc 539 WebContents* detached = tabstrip.DetachWebContentsAt(2); local
541 tabstrip.AppendWebContents(detached, true);
543 State s1(detached, 2, MockTabStripModelObserver::DETACH);
545 State s2(detached, ui::ListSelectionModel::kUnselectedIndex,
556 State s5(detached, 2, MockTabStripModelObserver::INSERT);
561 State s7(detached, 2, MockTabStripModelObserver::ACTIVATE);
565 State s8(detached, 2, MockTabStripModelObserver::SELECT);
    [all...]
  /external/ppp/pppd/
main.c 148 int detached; /* have detached from terminal */ variable
800 if (detached)
823 detached = 1;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
pkcs7.h 187 int detached; member in struct:pkcs7_st
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
android_forwarder.py 241 # This function kills adb transport, so it has to be run "detached".
  /external/openssl/include/openssl/
cms.h 123 int CMS_set_detached(CMS_ContentInfo *cms, int detached);
pkcs7.h 187 int detached; member in struct:pkcs7_st
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_impl.cc 95 devtools::Inspector::detached::kParamReason, detach_reason_);
97 devtools::Inspector::detached::kName,

Completed in 2376 milliseconds

12 3