HomeSort by relevance Sort by last modified time
    Searched defs:threadId (Results 26 - 50 of 268) sorted by null

12 3 4 5 6 7 8 91011

  /art/tools/dmtracedump/
createtesttrace.cc 63 int32_t threadId;
134 int32_t threadId = strtoul(cp, &cp, 0);
135 if (maxThreadId < threadId) maxThreadId = threadId;
159 uint32_t threadId;
174 * default values for the time and threadId.
177 threadId = 1;
181 threadId = strtoul(cp, &cp, 0);
186 if (callStack[threadId].frames == nullptr) {
188 callStack[threadId].frames = stk
    [all...]
tracedump.cc 133 int32_t threadId;
667 pKeys->threads[i].threadId = atoi(data);
796 return ((const ThreadEntry*) thread1)->threadId -
797 ((const ThreadEntry*) thread2)->threadId;
887 printf("%2d %s\n", pKeys->threads[i].threadId, pKeys->threads[i].threadName);
994 * Reads the next data record, and assigns the data values to threadId,
995 * methodVal and elapsedTime. On end-of-file, the threadId, methodVal,
999 int32_t readDataRecord(FILE* dataFp, DataHeader* dataHeader, int32_t* threadId,
1011 *threadId = id;
1065 printf("Trace (threadID action usecs class.method signature):\n")
    [all...]
  /frameworks/base/telecomm/java/android/telecom/Logging/
SessionManager.java 140 int threadId = getCallingThreadId();
141 Session activeSession = mSessionMapper.get(threadId);
154 mSessionMapper.put(threadId, newSession);
169 int threadId = getCallingThreadId();
170 Session threadSession = mSessionMapper.get(threadId);
190 mSessionMapper.put(threadId, externalSession);
206 int threadId = getCallingThreadId();
207 Session threadSession = mSessionMapper.get(threadId);
236 int threadId = getCallingThreadId();
237 Session threadSession = mSessionMapper.get(threadId);
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
PduCache.java 103 long threadId = entry.getThreadId();
104 HashSet<Uri> thread = mThreads.get(threadId);
107 mThreads.put(threadId, thread);
238 private void purgeByThreadId(long threadId) {
240 Log.v(TAG, "Purge cache in thread: " + threadId);
243 HashSet<Uri> thread = mThreads.remove(threadId);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 351 Long threadId = null;
354 threadId = Long.parseLong(value);
356 return queryConversation(accountId, threadId, read, periodEnd, periodBegin,
412 * @param threadId the ID of the conversation
419 // abstract protected Cursor queryConversation(Long threadId, String[] projection,
426 * ThreadId | ThreadName | ... | ContactName | ContactPrecence | ... |
433 * @param threadId filter on a single threadId - null if no filtering is needed.
448 protected abstract Cursor queryConversation(String accountId, Long threadId, Boolean read,
619 Log.w(TAG, "call(): method=" + method + " arg=" + arg + "ThreadId:
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
PduCache.java 103 long threadId = entry.getThreadId();
104 HashSet<Uri> thread = mThreads.get(threadId);
107 mThreads.put(threadId, thread);
239 private void purgeByThreadId(long threadId) {
241 Log.v(TAG, "Purge cache in thread: " + threadId);
244 HashSet<Uri> thread = mThreads.remove(threadId);
  /art/runtime/jdwp/
jdwp_event.cc 215 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth);
330 Dbg::UnconfigureStep(pMod->step.threadId);
506 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) {
546 if (!Dbg::MatchThread(pMod->step.threadId, basket.thread)) {
660 ObjectId threadId) {
664 CHECK_EQ(threadId, Dbg::GetThreadSelfId()) << "Only the current thread can suspend itself";
668 AcquireJdwpTokenForEvent(threadId);
674 SuspendByPolicy(suspend_policy, threadId);
700 void JdwpState::AcquireJdwpTokenForEvent(ObjectId threadId) {
701 SetWaitForJdwpToken(threadId);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameAccessTest.java 192 long threadId = getThreadIdFromName(threadName);
194 debuggeeWrapper.vmMirror.suspendThread(threadId);
195 return threadId;
198 private void resumeTest(long threadId) {
200 debuggeeWrapper.vmMirror.resumeThread(threadId);
206 for (long threadId : allThreadIds) {
207 String currentThreadName = jdwpGetThreadName(threadId);
209 return threadId;
396 * @param threadID
403 protected FrameInfo getFrameInfo(long threadID, long classID, long methodID)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 50 // ThreadId
96 uint32_t threadId = 0;
103 while (BitScanForwardSizeT((unsigned long*)&threadId, gmask.Mask))
106 KAFFINITY threadMask = KAFFINITY(1) << threadId;
125 threadMaskPerProcGroup[procGroup] |= (KAFFINITY(1) << threadId);
131 procNum.Number = UCHAR(threadId);
148 pCore->threadIds.push_back(threadId);
167 uint32_t threadId = uint32_t(-1);
175 if (threadId != uint32_t(-1))
184 core.threadIds.push_back(threadId);
    [all...]
  /external/volley/src/main/java/com/android/volley/
Request.java 243 final long threadId = Thread.currentThread().getId();
251 mEventLog.add(tag, threadId);
258 mEventLog.add(tag, threadId);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityInteractionClient.java 116 final long threadId = Thread.currentThread().getId();
117 return getInstanceForThread(threadId);
126 * @return The client for a given <code>threadId</code>.
128 public static AccessibilityInteractionClient getInstanceForThread(long threadId) {
130 AccessibilityInteractionClient client = sClients.get(threadId);
133 sClients.put(threadId, client);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
LockSettingsStorageTests.java 122 final int threadId = i;
132 mStorage.writeKeyValue("key", "1 from thread " + threadId, 0);
134 mStorage.writeKeyValue("key", "2 from thread " + threadId, 0);
136 mStorage.writeKeyValue("key", "3 from thread " + threadId, 0);
138 mStorage.writeKeyValue("key", "4 from thread " + threadId, 0);
140 mStorage.writeKeyValue("key", "5 from thread " + threadId, 0);
166 final int threadId = i;
175 if (threadId == 50) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 446 final long threadId = getDeliveryOrReadReportThreadId(mContext, pdu);
447 if (threadId == -1) {
465 values.put(Telephony.Mms.THREAD_ID, threadId);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
InsertNewMessageAction.java 265 final long threadId = MmsUtils.getOrCreateThreadId(Factory.get().getApplicationContext(),
268 if (threadId < 0) {
269 Assert.fail("InsertNewMessage: Couldn't get threadId in SMS db for these recipients: "
275 final String conversationId = BugleDatabaseOperations.getOrCreateConversation(db, threadId,
302 final long threadId = BugleDatabaseOperations.getThreadId(db, conversationId);
314 Telephony.Sms.MESSAGE_TYPE_SENT, threadId);
361 long threadId;
364 // For 1:1 message generated sending broadcast need to look up threadId+conversationId
365 threadId = MmsUtils.getOrCreateSmsThreadId(context, recipient);
367 db, threadId, false /* sender blocked */
    [all...]
SyncCursorPair.java 90 null /* threadColumn */, null /* threadId */);
96 null /* threadColumn */, null /* threadId */);
102 null /* threadColumn */, null /* threadId */);
105 SyncCursorPair(final long threadId, final String conversationId) {
118 Sms.THREAD_ID, Long.toString(threadId));
124 Mms.THREAD_ID, Long.toString(threadId));
586 final String threadColumn, final String threadId) {
595 if (!TextUtils.isEmpty(threadColumn) && !TextUtils.isEmpty(threadId)) {
596 queryBuilder.append(" AND ").append(threadColumn).append("=").append(threadId);
621 long threadId;
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ReadWriteDraftMessageActionTest.java 65 final long threadId = 1234567;
71 final String conversationId = getOrCreateConversation(db, participantNumber, threadId,
110 final String participantNumber, final long threadId, final boolean senderBlocked) {
115 final String conversationId = BugleDatabaseOperations.getOrCreateConversation(db, threadId,
124 final long threadId = 1234567;
130 final String conversationId = getOrCreateConversation(db, participantNumber, threadId,
165 long threadId = 1234567;
181 threadId, senderBlocked);
182 threadId++;
191 conversationId = BugleDatabaseOperations.getOrCreateConversation(db, threadId,
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 395 Long threadId = values.getAsLong(Mms.THREAD_ID);
398 if (((threadId == null) || (threadId == 0)) && (!TextUtils.isEmpty(address))) {
    [all...]
SmsProvider.java 176 int threadID;
179 threadID = Integer.parseInt(url.getPathSegments().get(1));
181 Log.d(TAG, "query conversations: threadID=" + threadID);
192 qb.appendWhere("thread_id = " + threadID);
406 // TODO: What about "threadID"?
561 Long threadId = values.getAsLong(Sms.THREAD_ID);
564 if (((threadId == null) || (threadId == 0)) && (!TextUtils.isEmpty(address))) {
678 int threadID;
    [all...]
MmsSmsProvider.java 266 URI_MATCHER.addURI(AUTHORITY, "threadID", URI_THREAD_ID);
499 long threadId;
501 threadId = Long.parseLong(uri.getLastPathSegment());
506 cursor = getFirstLockedMessage(projection, "thread_id=" + Long.toString(threadId),
    [all...]
  /sdk/find_lock/
find_lock.cpp 370 unsigned threadId;
376 &threadId); // thrdaddr
  /system/core/libbacktrace/
backtrace_test.cpp 78 pthread_t threadId;
703 ASSERT_TRUE(pthread_create(&runners[i].threadId, &attr, ThreadMaxRun, &runners[i]) == 0);
725 ASSERT_TRUE(pthread_create(&dumpers[i].thread.threadId, &attr, ThreadDump, &dumpers[i]) == 0);
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
RunUtil.java 506 final long threadId = Thread.currentThread().getId();
514 final String message = mInterruptThreads.remove(threadId);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleDatabaseOperations.java 161 * @param threadId The message's thread
168 final long threadId, final boolean senderBlocked, final int refSubId) {
170 final List<String> recipients = MmsUtils.getRecipientsByThread(threadId);
174 return getOrCreateConversation(db, threadId, senderBlocked, participants, false, false,
182 * @param threadId The message's thread
189 final long threadId, final boolean senderBlocked, final ParticipantData recipient) {
193 return getOrCreateConversation(db, threadId, senderBlocked, recipients, false, false, null);
200 * @param threadId The message's thread
209 public static String getOrCreateConversation(final DatabaseWrapper db, final long threadId,
215 String conversationId = BugleDatabaseOperations.getExistingConversation(db, threadId,
    [all...]
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java 171 3 /*threadId*/, false /*read*/, null /*smil*/, null /*attachmentTypes*/,
193 4 /*threadId*/, true /*read*/, null /*smil*/, null /*attachmentTypes*/,
212 1 /*threadId*/, false /*read*/, null /*smil*/, null /*attachmentTypes*/,
237 3 /*threadId*/, false /*read*/, "<smil><head><layout><root-layout/>"
314 int status, int type, long threadId,
332 smsRow.put(Telephony.Sms.THREAD_ID, threadId);
342 int bodyCharset, String[] addresses, long threadId,
361 mmsRow.put(Telephony.Mms.THREAD_ID, threadId);
    [all...]

Completed in 952 milliseconds

12 3 4 5 6 7 8 91011