/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsDatabaseHelper.java | 79 " AND " + Sms.THREAD_ID + " = threads._id)" + 83 " WHERE threads._id = new." + Sms.THREAD_ID + "; "; 88 " ON threads._id = " + Sms.THREAD_ID + 89 " WHERE " + Sms.THREAD_ID + " = new.thread_id" + 92 " ON threads._id = " + Mms.THREAD_ID + 93 " WHERE " + Mms.THREAD_ID + " = new.thread_id" + 96 " WHERE threads._id = new.thread_id; "; 101 " ON threads._id = " + Sms.THREAD_ID 444 int thread_id = -1; local [all...] |
/external/v8/src/ |
isolate.cc | 67 int thread_id = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_); local 68 if (thread_id == 0) { 69 thread_id = AllocateThreadId(); 70 base::Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id); 72 return thread_id; 135 ThreadId thread_id = ThreadId::Current(); local 139 per_thread = thread_data_table_->Lookup(this, thread_id); 141 per_thread = new PerIsolateThreadData(this, thread_id); 144 DCHECK(thread_data_table_->Lookup(this, thread_id) == per_thread); 153 ThreadId thread_id = ThreadId(thread_id_int) local 167 ThreadId thread_id = ThreadId::Current(); local [all...] |
/external/google-breakpad/src/processor/ |
minidump_processor.cc | 173 uint32_t thread_id; local 174 if (!thread->GetThreadID(&thread_id)) { 179 thread_string += " id " + HexString(thread_id); 186 if (has_dump_thread && thread_id == dump_thread_id) { 192 if (has_requesting_thread && thread_id == requesting_thread_id) { [all...] |
/external/libxml2/ |
threads.c | 111 thread_id tid; 132 thread_id tid; 168 thread_id mainthread = 0;
|
/external/google-breakpad/src/client/windows/crash_generation/ |
crash_generation_server.cc | 83 msg.thread_id != NULL && 430 msg_.thread_id, [all...] |
minidump_generator.cc | 255 const DWORD thread_id, 266 thread_id_(thread_id),
|
/external/google-breakpad/src/google_breakpad/common/ |
minidump_format.h | 359 uint32_t thread_id; member in struct:__anon19632 540 uint32_t thread_id; /* Thread in which the exception member in struct:__anon19643 542 * (MDRawThread).thread_id. */ [all...] |
/external/skia/src/core/ |
SkTraceEvent.h | 207 category_group, name, id, thread_id, flags, ...) \ 217 thread_id, base::TimeTicks::FromInternalValue(timestamp), \
|
/external/webrtc/webrtc/system_wrappers/source/ |
trace_impl.cc | 80 uint32_t thread_id = rtc::CurrentThreadId(); local 82 return sprintf(trace_message, "%10u; ", thread_id);
|
/art/runtime/ |
thread.cc | 3442 const uint32_t thread_id = GetThreadId(); local [all...] |
/external/chromium-trace/catapult/devil/devil/android/ |
logcat_monitor_test.py | 55 self.assertEqual(actual.group('thread_id'), expected[1]) 175 r'\S* logcat monitor test message \d', thread_id=2109)
|
/external/google-breakpad/src/client/solaris/handler/ |
minidump_generator.cc | 237 lwp->thread_id = lsp->pr_lwpid; 289 // should be the thread_id 290 lwp->thread_id = lsp->pr_lwpid; 304 // should be the thread_id 305 lwp->thread_id = lsp->pr_lwpid; 589 exception.get()->thread_id = writer_args->crashed_lwpid;
|
/external/libcups/cups/ |
globals.c | 215 cg->thread_id = ++ cups_global_index;
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
logcat_monitor_test.py | 55 self.assertEqual(actual.group('thread_id'), expected[1]) 175 r'\S* logcat monitor test message \d', thread_id=2109)
|
/external/valgrind/coregrind/m_gdbserver/ |
server.h | 260 void add_thread (unsigned long thread_id, void *target_data, unsigned int);
|
/external/ImageMagick/www/api/ |
image-view.php | 110 const int thread_id,void *context) 281 const ssize_t y,const int thread_id,void *context) 479 const ssize_t y,const int thread_id,void *context) 525 ImageView *destination,const ssize_t y,const int thread_id, 576 const ssize_t y,const int thread_id,void *context)
|
wand-view.php | 110 const int thread_id,void *context) 214 const ssize_t y,const int thread_id,void *context) 401 const ssize_t y,const int thread_id,void *context) 447 WandView *destination,const ssize_t y,const int thread_id, 498 const int thread_id,void *context)
|
/external/python/cpython2/Modules/ |
_tkinter.c | 232 ((TkappObject *)self)->thread_id != Tcl_GetCurrentThread()) { \ 262 Tcl_ThreadId thread_id; member in struct:__anon30278 727 v->thread_id = Tcl_GetCurrentThread(); 855 Tcl_ThreadQueueEvent(self->thread_id, ev, TCL_QUEUE_TAIL); 856 Tcl_ThreadAlert(self->thread_id); [all...] |
/external/google-breakpad/src/client/linux/minidump_writer/ |
minidump_writer.cc | 274 dumper_->CopyFromProcess(*stack_copy, thread->thread_id, stack, 320 thread.thread_id = dumper_->threads()[i]; 326 if (static_cast<pid_t>(thread.thread_id) == GetCrashThread() && 369 thread.thread_id, 624 exc.get()->thread_id = GetCrashThread(); [all...] |
/external/google-breakpad/src/client/mac/handler/ |
minidump_generator.cc | 945 bool MinidumpGenerator::WriteThreadStream(mach_port_t thread_id, 951 if (GetThreadState(thread_id, state, &state_count)) { 960 thread->thread_id = thread_id; [all...] |
/art/runtime/openjdkjvmti/ |
ti_heap.cc | 901 uint32_t thread_id = info.GetThreadId(); local 931 uint32_t thread_id = info.GetThreadId(); local [all...] |
/external/google-benchmark/src/ |
benchmark.cc | 268 size_t iters, int thread_id, 271 State st(iters, b->arg, thread_id, b->threads, &timer, manager);
|
/external/libcxx/utils/google-benchmark/src/ |
benchmark.cc | 259 size_t iters, int thread_id, 262 State st(iters, b->arg, thread_id, b->threads, &timer, manager);
|
/system/extras/simpleperf/ |
cmd_report_sample.cpp | 282 FprintIndented(report_fp_, 1, "thread_id: %d\n", sample.thread_id()); 324 FprintIndented(report_fp_, 1, "thread_id: %u\n", thread.thread_id()); 547 FprintIndented(report_fp_, 1, "thread_id: %d\n", r.tid_data.tid);
|
/art/test/913-heaps/ |
heaps.cc | 270 // jlong thread_id = info_.jni_local.thread_id; 273 jlong thread_id = 1; local 276 thread_id, 316 // jlong thread_id = info_.stack_local.thread_id; 319 jlong thread_id = 1; local 322 thread_id, [all...] |