HomeSort by relevance Sort by last modified time
    Searched refs:threadState (Results 1 - 13 of 13) sorted by null

  /frameworks/testing/support/src/android/support/test/runner/
MonitoringInstrumentation.java 231 dumpThreadStateToOutputs("ThreadState-unstopped.txt");
276 dumpThreadStateToOutputs("ThreadState-startActivityTimeout.txt");
307 dumpThreadStateToOutputs("ThreadState-onException.txt");
313 String threadState = getThreadState();
314 Log.e("THREAD_STATE", threadState);
319 StringBuilder threadState = new StringBuilder();
329 threadState.append(threadMessage.toString());
331 return threadState.toString();
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 474 State4 threadState[maxThreadsAllocated];
500 statePtr = &threadState[threadIndex];
529 if (threadState[index].done) {
530 State4::queue = &threadState[index];
540 statePtr = &threadState[0];
589 State4* statePtr = &threadState[index];
738 State4& test = threadState[index];
751 pthread_join(threadState[index].threadID, NULL);
752 testsRun += threadState[index].testsRun;
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 474 State4 threadState[maxThreadsAllocated];
500 statePtr = &threadState[threadIndex];
529 if (threadState[index].done) {
530 State4::queue = &threadState[index];
540 statePtr = &threadState[0];
589 State4* statePtr = &threadState[index];
738 State4& test = threadState[index];
751 pthread_join(threadState[index].threadID, NULL);
752 testsRun += threadState[index].testsRun;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp     [all...]
InspectorTimelineAgent.h 260 TimelineThreadState& threadState(ThreadIdentifier);
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 35 #include "platform/heap/ThreadState.h"
308 explicit GCScope(ThreadState::StackState stackState)
309 : m_state(ThreadState::current())
325 if (LIKELY(ThreadState::stopThreads())) {
342 ThreadState::resumeThreads();
347 ThreadState* m_state;
348 ThreadState::SafePointScope m_safePointScope;
492 ThreadHeap<Header>::ThreadHeap(ThreadState* state)
508 if (!ThreadState::current()->isMainThread())
517 if (threadState()->shouldGC())
    [all...]
Heap.h 36 #include "platform/heap/ThreadState.h"
135 BaseHeapPage(PageMemory* storage, const GCInfo* gcInfo, ThreadState* state)
160 ThreadState* threadState() const { return m_threadState; }
170 ThreadState* m_threadState;
190 LargeHeapObject(PageMemory* storage, const GCInfo* gcInfo, ThreadState* state) : BaseHeapPage(storage, gcInfo, state)
610 friend class ThreadState;
785 ThreadHeap(ThreadState*);
803 ThreadState* threadState() { return m_threadState;
    [all...]
  /frameworks/base/core/jni/
android_os_Parcel.cpp 663 IPCThreadState* threadState = IPCThreadState::self();
664 const int32_t oldPolicy = threadState->getStrictModePolicy();
667 threadState);
670 const int32_t newPolicy = threadState->getStrictModePolicy();
  /frameworks/native/libs/binder/
Parcel.cpp 495 IPCThreadState* threadState) const
498 if (threadState == NULL) {
499 threadState = IPCThreadState::self();
501 if ((threadState->getLastTransactionBinderFlags() &
507 threadState->setStrictModePolicy(0);
509 threadState->setStrictModePolicy(strictPolicy);
    [all...]
  /frameworks/testing/espresso/libs/
testrunner-1.1.jar 
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c     [all...]
  /frameworks/native/include/binder/
Parcel.h 79 IPCThreadState* threadState = NULL) const;
  /frameworks/base/core/java/android/os/
StrictMode.java     [all...]

Completed in 664 milliseconds