HomeSort by relevance Sort by last modified time
    Searched refs:priority (Results 401 - 425 of 1753) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
  /device/asus/flo/camera/QCamera2/util/
QCameraCmdThread.h 62 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
  /external/chromium_org/net/http/
http_network_layer.h 46 virtual int CreateTransaction(RequestPriority priority,
http_stream_factory_impl.h 41 RequestPriority priority,
49 RequestPriority priority,
58 RequestPriority priority,
84 RequestPriority priority,
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.cc 77 uint16 priority; local
78 if (!buffer.ReadUInt16(&priority)) {
138 uint16 priority = 0; local
166 buffer.WriteUInt16(priority);
  /external/chromium_org/tools/cr/cr/base/
linux.py 39 def priority(self): member in class:LinuxPlatform
  /external/chromium_org/ui/base/accelerators/
accelerator_manager.h 32 // higher priority.
34 // |priority| denotes the priority of the handler.
48 HandlerPriority priority,
70 // Whether the given |accelerator| has a priority handler associated with it.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-logging.jar 
  /frameworks/base/services/common_time/
common_time_config_service.cpp 38 status_t CommonTimeConfigService::getMasterElectionPriority(uint8_t *priority) {
39 return mTimeServer.getMasterElectionPriority(priority);
42 status_t CommonTimeConfigService::setMasterElectionPriority(uint8_t priority) {
43 return mTimeServer.setMasterElectionPriority(priority);
  /hardware/qcom/camera/QCamera2/util/
QCameraCmdThread.h 63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
  /libcore/libart/src/main/java/java/lang/
Thread.java 55 * <p>Each {@code Thread} has an integer priority that affect how the thread is
56 * scheduled by the OS. A new thread inherits the priority of its parent.
57 * A thread's priority can be set using the {@link #setPriority(int)} method.
106 * The maximum priority value allowed for a thread.
113 * The minimum priority value allowed for a thread.
120 * The normal (default) priority value assigned to the main thread.
132 volatile int priority; field in class:Thread
360 Thread(ThreadGroup group, String name, int priority, boolean daemon) {
379 this.priority = priority;
    [all...]
  /libcore/libdvm/src/main/java/java/lang/
Thread.java 55 * <p>Each {@code Thread} has an integer priority that affect how the thread is
56 * scheduled by the OS. A new thread inherits the priority of its parent.
57 * A thread's priority can be set using the {@link #setPriority(int)} method.
106 * The maximum priority value allowed for a thread.
113 * The minimum priority value allowed for a thread.
120 * The normal (default) priority value assigned to the main thread.
132 volatile int priority; field in class:Thread
355 Thread(ThreadGroup group, String name, int priority, boolean daemon) {
374 this.priority = priority;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_observer.hpp 50 virtual int priority() { return 0; } function in class:boost::unit_test::test_observer
  /external/chromium_org/chrome/browser/history/
history_service.h 598 PRIORITY_UI, // The highest priority (must respond to UI events).
600 PRIORITY_LOW, // Low priority things like indexing or expiration.
678 // returned in the priority of TOUCH_PRECOMPOSED_ICON, TOUCH_ICON, and
695 // only a single type will be returned in the priority of
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c 155 threadContext->priority = M4OSA_kThreadNormalPriority ;
213 int priority = 0; local
260 /* Set the priority based on default android priorities */
262 * outcome of this priority settings are not yet satisfactory */
265 switch(threadContext->priority)
268 priority = ANDROID_PRIORITY_NORMAL;
271 priority = ANDROID_PRIORITY_DISPLAY;
274 priority = ANDROID_PRIORITY_URGENT_DISPLAY;
277 priority = ANDROID_PRIORITY_AUDIO;
280 priority = ANDROID_PRIORITY_URGENT_AUDIO
521 M4OSA_ThreadPriorityLevel priority local
758 M4OSA_ThreadPriorityLevel* priority = local
    [all...]

Completed in 1521 milliseconds

<<11121314151617181920>>