/external/ImageMagick/coders/ |
ps.c | 490 priority; 591 priority=0; 712 if ((count != 4) || (i < (ssize_t) priority)) 716 if (i == (ssize_t) priority) 719 priority=(size_t) i; 485 priority; local [all...] |
/external/cldr/tools/java/org/unicode/cldr/tool/ |
GenerateG2xG2.java | 65 String priority = code_value.get(locale).toString(); local 70 if (sourceLanguage.compareTo(priority) >= 0) { 74 addPriority(priority, locale); 76 if (targetLanguage.compareTo(priority) >= 0) { 80 addPriority(priority, language); 81 addPriority(priority, script); 109 String priority = priorityMap.get(country); local 113 addPriority(priority, currency); 121 addPriority(priority, tzid); 132 String priority = priorityMap.get(code) local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
vktSynchronizationCrossInstanceSharingTests.cpp | 410 const float priority = 0.0f; local 459 &priority [all...] |
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/ |
Http2.java | 249 handler.priority(streamId, streamDependency, weight, exclusive); 705 return result.replace("PRIORITY", "COMPRESSED"); // TODO: Avoid allocation. 714 "PRIORITY", 747 FLAGS[FLAG_PRIORITY] = "PRIORITY"; // Same as FLAG_COMPRESSED. 748 FLAGS[FLAG_END_HEADERS | FLAG_PRIORITY] = "END_HEADERS|PRIORITY"; // Only valid on HEADERS.
|
/external/kernel-headers/original/uapi/linux/android/ |
binder.h | 309 __s32 priority; member in struct:binder_pri_desc 314 __s32 priority; member in struct:binder_pri_ptr_cookie 371 * int: priority 449 * int: priority
|
/external/kernel-headers/original/uapi/linux/ |
batadv_packet.h | 445 * @priority: priority of frame, from ToS IP precedence or 802.1p 456 __u8 priority:3; member in struct:batadv_frag_packet 460 __u8 priority:3; member in struct:batadv_frag_packet
|
tipc_config.h | 160 * Link priority limits (min, default, max, media default) 206 __be32 priority; /* Range [1,31]. Override per link */ member in struct:tipc_bearer_config
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state.h | 289 enum radeon_bo_priority priority:6; member in struct:si_buffer_resources
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
Http2.java | 244 handler.priority(streamId, streamDependency, weight, exclusive); 699 return result.replace("PRIORITY", "COMPRESSED"); // TODO: Avoid allocation. 708 "PRIORITY", 741 FLAGS[FLAG_PRIORITY] = "PRIORITY"; // Same as FLAG_COMPRESSED. 742 FLAGS[FLAG_END_HEADERS | FLAG_PRIORITY] = "END_HEADERS|PRIORITY"; // Only valid on HEADERS.
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
Http2.java | 246 handler.priority(streamId, streamDependency, weight, exclusive); 701 return result.replace("PRIORITY", "COMPRESSED"); // TODO: Avoid allocation. 710 "PRIORITY", 743 FLAGS[FLAG_PRIORITY] = "PRIORITY"; // Same as FLAG_COMPRESSED. 744 FLAGS[FLAG_END_HEADERS | FLAG_PRIORITY] = "END_HEADERS|PRIORITY"; // Only valid on HEADERS.
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_synth.h | 332 EAS_U8 priority; member in struct:s_synth_tag
|
eas_voicemgt.c | 390 pSynth->priority = DEFAULT_SYNTH_PRIORITY; 682 * Sets the priority and MIP level for a MIDI channel 686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip) 690 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMSetMIPEntry: channel=%d, priority=%d, MIP=%d\n", channel, priority, mip); */ } 694 if (priority < NUM_SYNTH_CHANNELS) 696 pSynth->channels[channel].pool = priority; 806 EAS_INT priority[NUM_SYNTH_CHANNELS]; local 815 /* sort channels into priority order */ 817 priority[i] = -1 [all...] |
/external/stressapptest/src/ |
sat.cc | 1574 int priority = 12; local 1596 int priority = 12; local [all...] |
/external/tensorflow/tensorflow/core/framework/ |
op_kernel.cc | 1188 int32 priority = reg->def.priority(); local [all...] |
/external/testng/src/main/java/org/testng/internal/annotations/ |
JDK15TagFactory.java | 417 result.setPriority(test.priority());
|
/external/testng/src/main/java/org/testng/xml/ |
TestNGContentHandler.java | 432 String priority = attributes.getValue("priority"); local 433 if (priority == null) { 434 priority = "0"; 436 m_currentSelector.setPriority(Integer.parseInt(priority));
|
/external/u-boot/include/ |
MCD_dma.h | 74 u8 priority[32]; /* priority */ member in struct:dmaRegs_s 84 u32 ptdDebug; /* priority task decode debug */ 105 /* Priority reg bits and field masks */ 302 * priority - priority of the DMA 308 int priority, u32 flags, u32 funcDesc);
|
/external/webrtc/talk/app/webrtc/ |
statscollector_unittest.cc | 1245 uint32_t priority = 1000; local [all...] |
/external/webrtc/webrtc/p2p/base/ |
port.cc | 715 // Adding PRIORITY Attribute. 717 // and component id information is unchanged from the original priority. 718 // priority = (2^24)*(type preference) + 723 (connection_->local_candidate().priority() & 0x00FFFFFF); 806 uint64_t Connection::priority() const { function in class:cricket::Connection 807 uint64_t priority = 0; local 808 // RFC 5245 - 5.7.2. Computing Pair Priority and Ordering Pairs 809 // Let G be the priority for the candidate provided by the controlling 810 // agent. Let D be the priority for the candidate provided by the 812 // pair priority = 2^32*MIN(G,D) + 2*MAX(G,D) + (G>D?1:0 1377 const uint32_t priority = priority_attr->value(); local [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay_i.h | 177 * @priority: Key Server Priority 194 u8 priority; member in struct:ieee802_1x_mka_basic_body
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 922 int priority = 2; local 925 /* skip priority */ 927 priority = atoi(pos); 935 WpaMsg wm(pos, priority); [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
annotations.jar | |
/art/compiler/optimizing/ |
register_allocator_graph_color.cc | 92 // In general, we estimate coalesce priority by whether it will definitely avoid a move, 99 // give it the lowest priority. 127 priority(ComputeCoalescePriority(kind, position, liveness)) {} 129 // Compare two coalesce opportunities based on their priority. 130 // Return true if lhs has a lower priority than that of rhs. 133 return lhs->priority < rhs->priority; 143 // The priority of this coalesce opportunity, based on heuristics. 144 const size_t priority; member in struct:art::CoalesceOpportunity 171 // Tiny intervals should have maximum priority, since they cannot be split any further [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lparser.c | 1020 lu_byte left; /* left priority for each binary operator */ 1021 lu_byte right; /* right priority */ 1022 } priority[] = { /* ORDER OPR */ variable in typeref:struct:__anon5187 1030 #define UNARY_PRIORITY 8 /* priority for unary operators */ 1035 ** where `binop' is any binary operator with a priority higher than `limit' 1051 while (op != OPR_NOBINOPR && priority[op].left > limit) { 1057 /* read sub-expression with higher priority */ 1058 nextop = subexpr(ls, &v2, priority[op].right); [all...] |
/external/autotest/frontend/afe/ |
models.py | 1504 priority = dbmodels.SmallIntegerField(default=priorities.Priority.DEFAULT) variable in class:Job [all...] |