Searched refs:priority (Results 476 - 500 of 681) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/net/http/
H A Dhttp_cache.cc408 RequestPriority priority,
422 new HttpCache::Transaction(priority, this);
459 int HttpCache::CreateTransaction(RequestPriority priority, argument
468 new HttpCache::Transaction(priority, this);
407 WriteMetadata(const GURL& url, RequestPriority priority, base::Time expected_response_time, IOBuffer* buf, int buf_len) argument
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.h338 // Smaller numbers mean higher priority.
339 uint64 priority; member in class:net::QuicCryptoServerConfig::Config
/external/chromium_org/net/socket/
H A Dsocket_test_util.h1126 RequestPriority priority,
1134 priority,
1221 RequestPriority priority,
1306 RequestPriority priority,
1123 StartRequestUsingPool( PoolType* socket_pool, const std::string& group_name, RequestPriority priority, const scoped_refptr<typename PoolType::SocketParams>& socket_params) argument
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DCrossOriginAccessControl.cpp79 preflightRequest.setPriority(request.priority());
H A DMemoryCache.h216 MemoryCacheLiveResourcePriority priority(Resource*) const;
274 // The lists are ordered by decode priority, with higher indices having higher priorities.
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceRequest.h143 ResourceLoadPriority priority() const;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunport_unittest.cc203 EXPECT_EQ(kStunCandidatePriority, port()->Candidates()[0].priority());
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.h194 GLfloat priority );
H A Drealglx.h310 _real_glXAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_darwin.h231 PRThreadPriority priority,
H A D_freebsd.h230 PRThreadPriority priority,
H A D_nextstep.h225 PRThreadPriority priority,
H A D_nspr_pthread.h253 PRThreadPriority priority,
H A D_openvms.h294 PRThreadType type, PRThreadPriority priority, PRUintn maxPTDs);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.cc330 bool RegisterSystemAllocator(SysAllocator *allocator, int priority) { argument
/external/compiler-rt/lib/msandr/
H A Dmsandr.cc882 drmgr_priority_t priority = { local
883 sizeof(priority), /* size of struct */
888 }; /* numeric priority */
890 drmgr_register_bb_app2app_event(event_basic_block_app2app, &priority);
891 drmgr_register_bb_instru2instru_event(event_basic_block, &priority);
/external/iproute2/ip/
H A Dxfrm_policy.c62 fprintf(stderr, " [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ]\n");
67 fprintf(stderr, " [ index INDEX ] [ ptype PTYPE ] [ action ACTION ] [ priority PRIORITY ]\n");
322 } else if (strcmp(*argv, "priority") == 0) {
324 if (get_u32(&req.xpinfo.priority, *argv, 0))
453 if ((xpinfo->priority^filter.xpinfo.priority)&filter.priority_mask)
813 } else if (strcmp(*argv, "priority") == 0) {
815 if (get_u32(&filter.xpinfo.priority, *argv, 0))
/external/kernel-headers/original/uapi/linux/
H A Ddcbnl.h41 * @prio_tc: priority assignment table mapping 8021Qp to traffic class
51 * 0 strict priority
112 * @pg_bw: bandwidth percentage for each priority group
113 * @prio_pg: priority to PG mapping indexed by priority
151 * @priority: 3-bit unsigned integer indicating priority
164 __u8 priority; member in struct:dcb_app
194 * @DCB_CMD_PGTX_GCFG: request the priority group configuration for Tx
195 * @DCB_CMD_PGTX_SCFG: set the priority grou
[all...]
H A Dtipc_config.h167 * Link priority limits (min, default, max, media default)
208 __be32 priority; /* Range [1,31]. Override per link */ member in struct:tipc_bearer_config
/external/libnl/include/linux/
H A Dpkt_sched.h4 /* Logical priority bands not depending on specific packet scheduler.
101 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
347 unsigned char priority; member in struct:tc_cbq_wrropt
/external/libnl/lib/route/sch/
H A Dcbq.c170 r, ru, rbit, rubit, cbq->cbq_wrr.priority);
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h194 GLfloat priority );
H A Drealglx.h310 _real_glXAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
/external/nist-sip/java/javax/sip/header/
H A DHeaderFactory.java101 PriorityHeader createPriorityHeader(String priority) throws ParseException; argument
/external/sonivox/arm-fm-22k/host_src/
H A Deas.h344 * Set the priority of the stream. Determines which stream's voices
347 * priority. The default priority is 50.
360 EAS_PUBLIC EAS_RESULT EAS_SetPriority (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 priority);
366 * Returns the current priority setting of the stream
371 * pPriority - pointer to variable to receive priority

Completed in 498 milliseconds

<<11121314151617181920>>