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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 216 Double priorityValue = jobObject.get("priority").isNumber().getValue();
281 String priority = priorityData.get(1).isString().stringValue(); local
285 display.getPriorityList().addItem(priority, strPriorityValue);
707 String priority = display.getPriorityList().getSelectedValue();
708 args.put("priority", new JSONNumber(Double.parseDouble(priority)));
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 2174 def priority(self): member in class:CompletionString
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 98 unsigned int priority; member in struct:clang::CodeGen::OrderGlobalInits
101 : priority(p), lex_order(l) {}
104 return priority == RHS.priority && lex_order == RHS.lex_order;
108 return std::tie(priority, lex_order) <
109 std::tie(RHS.priority, RHS.lex_order);
252 Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {}
253 Structor(int Priority, llvm::Constant *Initializer,
255 : Priority(Priority), Initializer(Initializer)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiExternalMemoryTests.cpp 305 const float priority = 0.5f; local
315 &priority
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp 178 const float priority = 0.0f; local
207 &priority
    [all...]
  /external/dnsmasq/src/
option.c 2154 int port = 1, priority = 0, weight = 0; local
    [all...]
  /external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
OkHttpClientTransport.java 1197 public void priority(int streamId, int streamDependency, int weight, boolean exclusive) { method in class:OkHttpClientTransport.ClientFrameHandler
    [all...]
  /external/iproute2/include/uapi/linux/
bpf.h 708 __u32 priority; member in struct:__sk_buff
763 __u32 priority; member in struct:bpf_sock
  /external/libcups/cups/
cups.h 277 int priority; /* Priority (1-100) */ member in struct:cups_job_s
  /external/lua/src/
lparser.c 1026 lu_byte left; /* left priority for each binary operator */
1027 lu_byte right; /* right priority */
1028 } priority[] = { /* ORDER OPR */ variable in typeref:struct:__anon32367
1041 #define UNARY_PRIORITY 12 /* priority for unary operators */
1046 ** where 'binop' is any binary operator with a priority higher than 'limit'
1062 while (op != OPR_NOBINOPR && priority[op].left > limit) {
1068 /* read sub-expression with higher priority */
1069 nextop = subexpr(ls, &v2, priority[op].right);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_descriptors.c 243 enum radeon_bo_priority priority; local
256 priority = si_get_sampler_view_priority(rres);
259 rres, usage, priority,
921 enum radeon_bo_priority priority,
926 buffers->priority = priority;
958 i < SI_NUM_SHADER_BUFFERS ? buffers->priority :
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedConnection.java 811 @Override public void priority(int streamId, int streamDependency, int weight, method in class:FramedConnection.Reader
813 // TODO: honor priority.
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
FramedConnection.java 816 @Override public void priority(int streamId, int streamDependency, int weight, method in class:FramedConnection.Reader
818 // TODO: honor priority.
    [all...]
  /external/ppp/pppd/
pppd.h 110 short int priority; member in struct:__anon36027
133 #define OPT_PRIOSUB 0x100000 /* subsidiary member of priority group */
148 /* Values for priority */
153 #define OPRIO_ROOT 100 /* added to priority if OPT_PRIVFIX && root */
374 extern int option_priority; /* priority of current options */
717 /* override value if permitted by priority */
    [all...]
  /external/selinux/libsemanage/src/
direct_api.c 2588 uint16_t priority = 0; local
    [all...]
semanage_store.c 1137 /* for each highest priority, enabled module get its path */
1144 /* check if we've seen this before (i.e. highest priority) */
2882 int priority; local
    [all...]
  /external/syzkaller/executor/
common_linux.h 404 __u8 priority : 4, member in struct:ipv6hdr
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 556 int priority = static_cast<int>(turn_servers->size() - 1); local
558 // First in the list gets highest priority.
559 turn_server.priority = priority--;
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 824 int priority; local
826 node = get_node(ctx->xml, prp, "Priority");
832 wpa_printf(MSG_INFO, "- Policy/PreferredRoamingPartnerList/<X+>/Priority = %s",
834 priority = atoi(prio);
863 strcmp(pos, "includeSubdomains") != 0, priority, country);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 83 * priority - Priority group
85 * By default, all networks and credentials get the same priority group
86 * (0). This field can be used to give higher priority for credentials
90 * with the highest priority value will be selected.
92 int priority; member in struct:wpa_cred
299 u8 priority; member in struct:wpa_cred::roaming_partner
312 * sp_priority - Credential priority within a provisioning SP
314 * This is the priority of the credential among all credentials
316 * provisioning_sp value). The range of this priority is 0-255 with
    [all...]
config_ssid.h 69 * pnext - Next network in per-priority list
72 * priority class. The heads of these list are stored in the pssid
88 * priority - Priority group
90 * By default, all networks will get same priority group (0). If some
93 * selecting a BSS. The priority groups will be iterated in decreasing
94 * priority (i.e., the larger the priority value, the sooner the
95 * network is matched against the scan results). Within each priority
100 * not using this priority to select the order for scanning. Instead
104 int priority; member in struct:wpa_ssid
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioFlinger.cpp 659 int32_t priority,
681 data.writeInt32(priority);
1362 int32_t priority = data.readInt32(); local
    [all...]
IAudioPolicyService.cpp 2141 int32_t priority = data.readInt32(); local
2178 int32_t priority = data.readInt32(); local
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 137 int priority = handle->priority(); local
150 if (h->priority() <= priority) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
dcbnl.h 104 __u8 priority; member in struct:dcb_app

Completed in 2026 milliseconds

1 2 3 4 5 6 7 8 91011>>