HomeSort by relevance Sort by last modified time
    Searched refs:PRIORITY (Results 26 - 50 of 57) sorted by null

12 3

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 83 private static final String PRIORITY = "priority"; //$NON-NLS-1$
436 args.put(PRIORITY, EMPTY);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]
Conversation.java 79 * @see UIProvider.ConversationColumns#PRIORITY
81 public int priority; field in class:Conversation
185 dest.writeInt(priority);
211 priority = in.readInt();
287 priority = cursor.getInt(UIProvider.CONVERSATION_PRIORITY_COLUMN);
326 priority = other.priority;
350 int sendingState, int priority, boolean read,
365 this.priority = priority;
    [all...]
  /external/chromium_org/net/spdy/
spdy_framer.cc 69 // Wire sizes of priority payloads.
205 // control frame header + 2 * 4 (stream IDs) + 1 (priority)
348 // Size, in bytes, of a PRIORITY frame.
505 case PRIORITY:
506 return "PRIORITY";
1399 SpdyPriority priority = 0; local
1466 uint32 priority = 0; local
2381 uint8 priority = syn_stream.priority(); local
2618 uint32 priority = headers.priority(); local
    [all...]
spdy_protocol.h 298 PRIORITY,
421 // A SPDY priority is a number between 0 and 7 (inclusive).
422 // SPDY priority range is version-dependent. For SPDY 2 and below, priority is a
694 SpdyPriority priority() const { return priority_; } function in class:net::SpdySynStreamIR
695 void set_priority(SpdyPriority priority) { priority_ = priority; }
856 uint32 priority() const { return priority_; } function in class:net::SpdyHeadersIR
    [all...]
spdy_test_util_common.cc 213 SpdyPriority priority() const { function in class:net::__anon14235::PriorityGetter
222 SpdyPriority priority,
226 priority_ = priority;
266 SpdyPriority* priority) {
274 *priority = priority_getter.priority();
282 RequestPriority priority,
285 int rv = stream_request.StartRequest(type, session, url, priority, net_log,
776 header_info.priority,
820 EXPECT_LE(type, PRIORITY);
    [all...]
spdy_framer_test.cc 116 SpdyPriority priority,
123 syn_stream.set_priority(priority);
340 SpdyPriority priority,
872 frame.WriteUInt16(0); // Priority.
913 frame.WriteUInt16(0); // Priority.
2053 const SpdyPriority priority = IsSpdy2() ? 2 : 4; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 125 Mms.PRIORITY
295 String priority = "no"; local
299 priority = "yes";
304 pri = c.getInt(c.getColumnIndex(Mms.PRIORITY));
307 priority = "yes";
309 if (V) Log.d(TAG, "setPriority: " + priority);
310 e.setPriority(priority);
    [all...]
BluetoothMapContentObserver.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 329 final int priority = important ? UIProvider.ConversationPriority.HIGH local
331 mUpdater.updateConversation(target, ConversationColumns.PRIORITY, priority);
334 c.priority = priority;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cfgmgr32.h 63 typedef ULONG PRIORITY;
64 typedef PRIORITY *PPRIORITY;
747 CMAPI CONFIGRET WINAPI CM_Add_Empty_Log_Conf(PLOG_CONF plcLogConf,DEVINST dnDevInst,PRIORITY Priority,ULONG ulFlags);
748 CMAPI CONFIGRET WINAPI CM_Add_Empty_Log_Conf_Ex(PLOG_CONF plcLogConf,DEVINST dnDevInst,PRIORITY Priority,ULONG ulFlags,HMACHINE hMachine);
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 581 Mms.PRIORITY + " INTEGER," +
    [all...]
MmsSmsProvider.java 130 Mms.MESSAGE_SIZE, Mms.MESSAGE_TYPE, Mms.MESSAGE_BOX, Mms.PRIORITY,
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /external/netperf/
netlib.c 126 #define PRIORITY PRI_LOW
131 #define PRIORITY NDPLOMIN
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java 308 case PduHeaders.PRIORITY:
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1303 milliseconds

12 3