HomeSort by relevance Sort by last modified time
    Searched refs:Threads (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /art/dex2oat/
dex2oat_options.def 54 DEX2OAT_OPTIONS_KEY (unsigned int, Threads)
dex2oat_options.cc 218 .IntoKey(M::Threads)
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 41 import vogar.util.Threads;
188 ExecutorService executor = Threads.fixedThreadsExecutor("command", 1);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyBackupAgent.java 208 Telephony.Threads._ID,
209 Telephony.Threads.RECIPIENT_IDS
755 jsonWriter.name(Telephony.Threads.ARCHIVED).value(true);
762 new String[] { Telephony.Threads.ARCHIVED };
766 Uri.Builder builder = Telephony.Threads.CONTENT_URI.buildUpon();
814 case Telephony.Threads.ARCHIVED:
    [all...]
MmsSmsProvider.java 41 import android.provider.Telephony.Threads;
116 * the name of the table that is used to store the conversation threads.
118 static final String TABLE_THREADS = "threads";
146 // These are all the columns that appear in the "threads" table.
256 // URI for deleting obsolete threads.
349 selection, Threads.TYPE + "=" + threadType);
648 values.put(Threads.TYPE, Threads.BROADCAST_THREAD);
661 "SELECT _id FROM threads " + "WHERE recipient_ids=?";
667 * Threads.getThreadId to access this information
    [all...]
  /external/eigen/cmake/
FindPTSCOTCH.cmake 19 # - Threads
81 # PTSCOTCH depends on Threads, try to find it
84 find_package(Threads REQUIRED)
86 find_package(Threads)
298 # THREADS
FindScotch.cmake 73 # SCOTCH may depend on Threads, try to find it
76 find_package(Threads REQUIRED)
78 find_package(Threads)
252 # THREADS
FindPastix.cmake 19 # - Threads, m, rt
28 # it looks for Threads, HWLOC, BLAS, MPI and ScaLAPACK libraries
141 find_package(Threads REQUIRED QUIET)
143 find_package(Threads QUIET)
  /external/lzma/CPP/7zip/Bundles/Format7zR/
makefile 109 $O\Threads.obj \
  /external/lzma/CPP/7zip/Bundles/SFXCon/
makefile 124 $O\Threads.obj \
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
makefile 106 $O\Threads.obj \
  /cts/tests/tests/notificationlegacy/src/android/app/notification/legacy/cts/
LegacyNotificationManagerTest.java 41 import android.provider.Telephony.Threads;
232 final Intent intent = new Intent(Intent.ACTION_MAIN, Threads.CONTENT_URI);
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace_unix_test.go 20 // TestGoroutineInSyscall tests threads for timer goroutines
22 // as threads in syscall. See golang.org/issues/22574.
90 if ev.Name == "Threads" {
93 t.Errorf("%d threads in syscall at time %v; want less than 1 thread in syscall", arg.InSyscall, ev.Time)
  /prebuilts/go/linux-x86/src/cmd/trace/
trace_unix_test.go 20 // TestGoroutineInSyscall tests threads for timer goroutines
22 // as threads in syscall. See golang.org/issues/22574.
90 if ev.Name == "Threads" {
93 t.Errorf("%d threads in syscall at time %v; want less than 1 thread in syscall", arg.InSyscall, ev.Time)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
benchmark_test.cc 80 BENCHMARK(BM_CalculatePi)->Threads(8);
154 int thread_size = size / state.threads;
165 // do not overlap between threads.
229 BENCHMARK(BM_UserCounter)->Threads(8);
238 assert(st.threads == 1 || st.threads == 2 || st.threads == 3);
241 assert(st.threads == 1 || st.threads == 3 || st.threads == 4)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 32 import android.provider.Telephony.Threads;
216 Threads._ID,
217 Threads.DATE,
218 Threads.SNIPPET,
219 Threads.SNIPPET_CHARSET,
220 Threads.READ,
221 Threads.RECIPIENT_IDS
246 MMS_SMS_THREAD_COL_ID = projection.indexOf(Threads._ID);
247 MMS_SMS_THREAD_COL_DATE = projection.indexOf(Threads.DATE);
248 MMS_SMS_THREAD_COL_SNIPPET = projection.indexOf(Threads.SNIPPET)
    [all...]
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java     [all...]
  /external/google-benchmark/test/
benchmark_test.cc 80 BENCHMARK(BM_CalculatePi)->Threads(8);
158 int thread_size = size / state.threads;
169 // do not overlap between threads.
225 assert(st.threads == 1 || st.threads == 2 || st.threads == 3);
228 assert(st.threads == 1 || st.threads == 3 || st.threads == 4);
231 assert(st.threads == 5 || st.threads == 8 || st.threads == 11 |
    [all...]
  /external/libcxx/utils/google-benchmark/test/
benchmark_test.cc 80 BENCHMARK(BM_CalculatePi)->Threads(8);
158 int thread_size = size / state.threads;
169 // do not overlap between threads.
225 assert(st.threads == 1 || st.threads == 2 || st.threads == 3);
228 assert(st.threads == 1 || st.threads == 3 || st.threads == 4);
231 assert(st.threads == 5 || st.threads == 8 || st.threads == 11 |
    [all...]
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 139 $O\Threads.obj \
  /external/lzma/CPP/7zip/Bundles/SFXWin/
makefile 142 $O\Threads.obj \
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ReceiveSmsMessageAction.java 83 final long threadId = MmsSmsUtils.Threads.getOrCreateThreadId(context, address);
  /packages/services/Mms/src/com/android/mms/service/
MmsService.java 84 // The default number of threads allowed to run MMS requests in each queue
275 Telephony.Threads.CONTENT_URI, conversationId);
647 private static final String ARCHIVE_CONVERSATION_SELECTION = Telephony.Threads._ID + "=?";
650 values.put(Telephony.Threads.ARCHIVED, archived ? 1 : 0);
657 Telephony.Threads.CONTENT_URI,
    [all...]
  /external/protobuf/gtest/
CMakeLists.txt 28 # Language "C" is required for find_package(Threads).
59 find_package(Threads)
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 38 import android.provider.Telephony.Threads;
717 Threads.CONTENT_URI.buildUpon().appendQueryParameter("simple", "true").build();
720 Threads._ID,
721 Threads.RECIPIENT_IDS
    [all...]

Completed in 1289 milliseconds

1 23 4 5