HomeSort by relevance Sort by last modified time
    Searched refs:priority (Results 226 - 250 of 1237) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/browseable/MediaRouter/src/com.example.android.common.logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/NavigationDrawer/src/com.example.android.common.logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/RecyclerView/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.common.logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/RepeatingAlarm/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/RevealEffectBasic/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ThreadControllerWrapper.java 33 public static Thread runThread(Runnable runnable, int priority)
35 return m_tpool.run(runnable, priority);
61 * @param priority if >0 the task will run with the given priority
66 public Thread run(Runnable task, int priority)
73 // if( priority > 0 )
74 // t.setPriority( priority );
  /external/deqp/framework/delibs/decpp/
deThread.cpp 56 * \brief Set thread priority.
57 * \param priority deThreadPriority as described in deThread.h. Currently
62 * Sets priority for the thread start(). setPriority() has no effect
65 void Thread::setPriority (deThreadPriority priority)
67 m_attribs.priority = priority;
  /external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java 33 * <li> a {@linkplain Thread#setPriority thread priority}
48 private Integer priority = null; field in class:ThreadFactoryBuilder
86 * Sets the priority for new threads created with this ThreadFactory.
88 * @param priority the priority for new Threads created with this
92 public ThreadFactoryBuilder setPriority(int priority) {
95 checkArgument(priority >= Thread.MIN_PRIORITY,
96 "Thread priority (%s) must be >= %s", priority, Thread.MIN_PRIORITY);
97 checkArgument(priority <= Thread.MAX_PRIORITY
149 final Integer priority = builder.priority; local
    [all...]
  /external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
Android.mk 17 test_makefile := external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/Android.mk
19 test_name := containers/container.adaptors/priority.queue/priqueue.cons/move_noexcept
23 test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_copy
27 test_name := containers/container.adaptors/priority.queue/priqueue.cons/default_noexcept
31 test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_cont
35 test_name := containers/container.adaptors/priority.queue/priqueue.cons/assign_copy
39 test_name := containers/container.adaptors/priority.queue/priqueue.cons/move_assign_noexcept
43 test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp
47 test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter
51 test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_com
    [all...]
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 113 * @param priority
114 * priority of the service
119 public static ServiceInfo create(final String type, final String name, final int port, final int weight, final int priority, final String text) {
120 return new ServiceInfoImpl(type, name, "", port, weight, priority, false, text);
136 * @param priority
137 * priority of the service
142 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final String text) {
143 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, text);
157 * @param priority
158 * priority of the servic
    [all...]
  /external/chromium_org/net/base/
prioritized_dispatcher.cc 11 PrioritizedDispatcher::Limits::Limits(Priority num_priorities,
27 Job* job, Priority priority) {
29 DCHECK_LT(priority, num_priorities());
30 if (num_running_jobs_ < max_running_jobs_[priority]) {
35 return queue_.Insert(job, priority);
39 Job* job, Priority priority) {
41 DCHECK_LT(priority, num_priorities());
42 if (num_running_jobs_ < max_running_jobs_[priority]) {
    [all...]
  /external/chromium_org/net/http/
http_transaction_factory.h 25 virtual int CreateTransaction(RequestPriority priority,

Completed in 286 milliseconds

1 2 3 4 5 6 7 8 91011>>