/dalvik/vm/alloc/ |
Visit.h | 49 typedef void RootVisitor(void *addr, u4 threadId, RootType type, void *arg);
|
Verify.cpp | 57 static void dumpReferencesRootVisitor(void *ptr, u4 threadId, 138 static void verifyRootReference(void *addr, u4 threadId,
|
Alloc.cpp | 262 ALOGE("threadid=%d: unable to add %p to internal ref table", 263 self->threadId, obj); 287 ALOGE("threadid=%d: failed to remove %p from internal ref table", 288 self->threadId, obj);
|
/external/valgrind/main/include/ |
pub_tool_execontext.h | 53 // current ThreadId. If called from non-generated code, the current 54 // ThreadId should be passed in by the core. The initial IP value to 61 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta ); 70 ExeContext* VG_(record_depth_1_ExeContext)(ThreadId tid, Word first_ip_delta);
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_Thread_priv.h | 35 pthread_t threadID; /* thread identifier. */
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsMessageSender.java | 57 public SmsMessageSender(Context context, String[] dests, String msgText, long threadId) { 69 mThreadId = threadId; 129 private String getOutgoingServiceCenter(long threadId) { 135 "thread_id = " + threadId, null, "date DESC");
|
SmsReceiverService.java | 258 int threadId = c.getInt(SEND_COLUMN_THREAD_ID); 265 address, msgText, threadId, status == Sms.STATUS_PENDING, 273 ", threadId: " + threadId); 382 long threadId = MessagingNotification.getSmsThreadId(this, messageUri); 384 Log.d(TAG, "handleSmsReceived messageUri: " + messageUri + " threadId: " + threadId); 385 MessagingNotification.blockingUpdateNewMessageIndicator(this, threadId, false); 570 Long threadId = values.getAsLong(Sms.THREAD_ID); 596 if (((threadId == null) || (threadId == 0)) && (address != null)) [all...] |
PushReceiver.java | 83 long threadId = -1; 89 threadId = findThreadId(mContext, pdu, type); 90 if (threadId == -1) { 100 values.put(Mms.THREAD_ID, threadId);
|
RetryScheduler.java | 192 long threadId = -1; 196 threadId = c.getLong(0); 203 if (threadId != -1) { 205 MessagingNotification.notifyDownloadFailed(mContext, threadId);
|
/external/valgrind/main/memcheck/ |
mc_malloc_wrappers.c | 252 void* MC_(new_block) ( ThreadId tid, 296 void* MC_(malloc) ( ThreadId tid, SizeT n ) 306 void* MC_(__builtin_new) ( ThreadId tid, SizeT n ) 316 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n ) 326 void* MC_(memalign) ( ThreadId tid, SizeT alignB, SizeT n ) 336 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ) 347 void die_and_free_mem ( ThreadId tid, MC_Chunk* mc, SizeT rzB ) 370 void MC_(handle_free) ( ThreadId tid, Addr p, UInt rzB, MC_AllocKind kind ) 389 void MC_(free) ( ThreadId tid, void* p ) 395 void MC_(__builtin_delete) ( ThreadId tid, void* p [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
WorkingMessage.java | 785 mConversation.setRecipients(recipients); // resets the threadId to zero [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationList.java | 345 public void onDraftChanged(final long threadId, final boolean hasDraft) { 351 log("onDraftChanged: threadId=" + threadId + ", hasDraft=" + hasDraft); 457 // The invalid threadId of -1 means all threads here. 509 private void openThread(long threadId) { 510 startActivity(ComposeMessageActivity.createIntent(this, threadId)); 564 long threadId = conv.getThreadId(); 567 confirmDeleteThread(threadId, mQueryHandler); 571 openThread(threadId); 611 * @param threadId id of the thread to delete or -1 for all thread [all...] |
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofReader.java | 320 int threadId = in.readInt(); 330 System.out.println("\tthreadId=" + threadId); 338 = HprofData.ThreadEvent.start(objectId, threadId, 344 int threadId = in.readInt(); 346 System.out.println("\tthreadId=" + threadId); 348 HprofData.ThreadEvent event = HprofData.ThreadEvent.end(threadId); 376 int threadId = in.readInt(); 380 System.out.println("\tthreadId=" + threadId); 405 = new HprofData.StackTrace(stackTraceId, threadId, stackFrames);
|
/external/valgrind/main/drd/ |
drd_main.c | 264 const ThreadId tid, 276 const ThreadId tid, 304 const ThreadId tid, 364 ThreadId tid) 516 ThreadId vg_tid; 544 void drd_pre_deliver_signal(const ThreadId vg_tid, const Int sigNo, 568 void drd_post_deliver_signal(const ThreadId vg_tid, const Int sigNo) 591 ThreadId tid) 603 void drd_pre_thread_create(const ThreadId creator, const ThreadId created [all...] |
/external/valgrind/main/exp-sgcheck/ |
h_main.c | 286 static Seg* add_new_segment ( ThreadId tid, Addr p, SizeT size ) 303 void* alloc_and_new_mem_heap ( ThreadId tid, 319 static void die_and_free_mem_heap ( ThreadId tid, Seg* seg ) 335 static void handle_free_heap( ThreadId tid, void* p ) 350 void* h_replace_malloc ( ThreadId tid, SizeT n ) 356 void* h_replace___builtin_new ( ThreadId tid, SizeT n ) 362 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n ) 368 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n ) 374 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 ) 380 void h_replace_free ( ThreadId tid, void* p [all...] |
pc_common.h | 39 void sg_record_error_SorG ( ThreadId tid, 47 void h_record_sysparam_error( ThreadId tid, CorePart part, Char* s,
|
/dalvik/vm/ |
Sync.cpp | 161 return owner ? owner->threadId : 0; 173 u4 threadId = lockOwner(obj); 175 if (threadId == 0) 177 return dvmGetThreadByThreadId(threadId); 189 return thread->threadId == lockOwner(obj); 837 assert(LW_LOCK_OWNER(obj->lock) == self->threadId); 864 u4 thin, newThin, threadId; 868 threadId = self->threadId; 877 if (LW_LOCK_OWNER(thin) == threadId) { [all...] |
SignalCatcher.cpp | 262 ALOGV("Signal catcher thread started (threadid=%d)", self->threadId); 297 ALOGI("threadid=%d: reacting to signal %d", 298 dvmThreadSelf()->threadId, rcvd);
|
/external/valgrind/main/coregrind/ |
pub_core_machine.h | 137 //Addr VG_(get_IP) ( ThreadId tid ); // in pub_tool_machine.h 138 //Addr VG_(get_SP) ( ThreadId tid ); // in pub_tool_machine.h 139 Addr VG_(get_FP) ( ThreadId tid ); 141 void VG_(set_IP) ( ThreadId tid, Addr encip ); 142 void VG_(set_SP) ( ThreadId tid, Addr sp ); 149 ThreadId tid );
|
pub_core_libcproc.h | 83 extern void VG_(do_atfork_pre) ( ThreadId tid ); 84 extern void VG_(do_atfork_parent) ( ThreadId tid ); 85 extern void VG_(do_atfork_child) ( ThreadId tid );
|
/libcore/luni/src/main/java/java/util/logging/ |
LogRecord.java | 101 private int threadID; 166 this.threadID = initThreadId; 169 this.threadID = id.intValue(); 426 return threadID; 432 * @param threadID 435 public void setThreadID(int threadID) { 436 this.threadID = threadID;
|
/external/qemu/distrib/sdl-1.2.15/src/thread/ |
SDL_thread_c.h | 54 Uint32 threadid; member in struct:SDL_Thread
|
SDL_thread.c | 160 if ( this_thread == SDL_Threads[i]->threadid ) { 193 args->info->threadid = SDL_ThreadID(); 286 id = thread->threadid;
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCThread.h | 59 WTF::ThreadIdentifier threadID() const { return m_threadID; }
|
/frameworks/native/opengl/tests/testPauseResume/ |
README | 23 W/dalvikvm( 1466): threadid=8: thread exiting with uncaught exception (group=0x4001d7f0)
|