/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
AMDGPUKernelDescriptor.h | 69 AMDGPU_BITS_ENUM_ENTRY(PRIORITY, 10, 2),
|
/external/llvm/lib/Target/AMDGPU/Utils/ |
AMDKernelCodeTInfo.h | 101 COMPPGM1(priority, PRIORITY),
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
NameMap.java | 155 putNameMap(PRIORITY, Priority.class.getName()); //39
|
SIPHeaderNames.java | 93 public static final String PRIORITY = PriorityHeader.NAME; //39
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenTypes.java | 70 public static final int PRIORITY = START + 33;
|
Lexer.java | 174 TokenTypes.PRIORITY);
|
/external/selinux/libsemanage/utils/ |
semanage_migrate_store | 204 return "%s/%s" % (newmodules_path(store), PRIORITY) 210 parser.add_option("-p", "--priority", dest="priority", default="100", 211 help="Set priority of modules in new store (default: 100)") 228 PRIORITY = options.priority
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 183 int priority = 0; local 215 priority += 10; 221 property.setPriority(PRIO_FIRST + priority); 223 property.setPriority(priority); 411 Arrays.sort(l, Property.PRIORITY); 435 Collections.sort(collapsed, Property.PRIORITY); 549 Arrays.sort(subprops, Property.PRIORITY); 664 Arrays.sort(l, Property.PRIORITY); 688 Collections.sort(collapsed, Property.PRIORITY); [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/ |
ControlPanelEffect.java | 40 * Audio session priority 42 private static final int PRIORITY = 0; 186 virtualizerEffect = new Virtualizer(PRIORITY, session); 216 equalizerEffect = new Equalizer(PRIORITY, session); [all...] |
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
PduHeaders.java | 43 public static final int PRIORITY = 0x8F; 203 * X-Mms-Priority field types. 395 case PRIORITY:
|
PduComposer.java | 564 case PduHeaders.PRIORITY: 825 // X-Mms-Priority Optional 826 appendHeader(PduHeaders.PRIORITY); [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduHeaders.java | 43 public static final int PRIORITY = 0x8F; 203 * X-Mms-Priority field types. 395 case PRIORITY:
|
PduComposer.java | 564 case PduHeaders.PRIORITY: 825 // X-Mms-Priority Optional 826 appendHeader(PduHeaders.PRIORITY); [all...] |
PduPersister.java | 120 Mms.PRIORITY, 244 OCTET_COLUMN_INDEX_MAP.put(PduHeaders.PRIORITY, PDU_COLUMN_PRIORITY); 256 OCTET_COLUMN_NAME_MAP.put(PduHeaders.PRIORITY, Mms.PRIORITY); 1028 int priority = sendReq.getPriority(); local [all...] |
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
PduHeaders.java | 41 public static final int PRIORITY = 0x8F; 201 * X-Mms-Priority field types. 393 case PRIORITY:
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
PduHeaders.java | 44 public static final int PRIORITY = 0x8F; 208 * X-Mms-Priority field types. 413 case PRIORITY:
|
PduComposer.java | 572 case PduHeaders.PRIORITY: 888 // X-Mms-Priority Optional 889 appendHeader(PduHeaders.PRIORITY); [all...] |
PduPersister.java | 124 Mms.PRIORITY, 262 OCTET_COLUMN_INDEX_MAP.put(PduHeaders.PRIORITY, PDU_COLUMN_PRIORITY); 274 OCTET_COLUMN_NAME_MAP.put(PduHeaders.PRIORITY, Mms.PRIORITY); 1116 final int priority = sendReq.getPriority(); local [all...] |
/external/libnl/lib/route/link/ |
bridge.c | 172 diff |= BRIDGE_DIFF(PRIORITY, a->b_priority != b->b_priority); 323 * Set priority 325 * @arg prio Bridge priority 345 * Get priority 369 * @return The bridge priority or a negative error code.
|
/external/iproute2/tc/ |
em_meta.c | 64 __A(PRIORITY, "priority", "i", 65 "Priority of packet"),
|
/external/libnl/lib/route/cls/ |
ematch_syntax.y | 350 | META_PRIO { $$ = META_ID(PRIORITY); }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 201 * @param priority the priority of the marker 207 String message, int severity, int priority) throws CoreException { 215 marker.setAttribute(IMarker.PRIORITY, priority);
|
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 46 private static final int PRIORITY = 128; 492 (PRIORITY << Spannable.SPAN_PRIORITY_SHIFT)); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
UIProvider.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;
|