/external/chromium/net/base/ |
request_priority.h | 14 HIGHEST = 0, // 0 must be the highest priority.
|
/external/chromium_org/net/base/ |
request_priority.cc | 21 case HIGHEST: 22 return "HIGHEST";
|
request_priority.h | 19 HIGHEST, 20 MAXIMUM_PRIORITY = HIGHEST,
|
prioritized_dispatcher_unittest.cc | 25 LOWEST < HIGHEST && 26 HIGHEST <= MAXIMUM_PRIORITY, 173 original_limits.reserved_slots[HIGHEST] = 1; 232 TestJob* job_c = AddJob('c', HIGHEST); 233 TestJob* job_d = AddJob('d', HIGHEST); 256 TestJob* job_c = AddJobAtHead('c', HIGHEST); 257 TestJob* job_d = AddJobAtHead('d', HIGHEST); 278 // Reserve 2 for HIGHEST and 1 for LOW or higher. 281 limits.reserved_slots[HIGHEST] = 2; 290 TestJob* job_f = AddJob('f', HIGHEST); // Uses reserved slot [all...] |
file_stream_metrics.h | 31 // The highest error value we want to individually report.
|
/external/chromium_org/net/quic/ |
quic_http_utils.cc | 13 return static_cast<QuicPriority>(HIGHEST - priority); 20 IDLE : static_cast<RequestPriority>(HIGHEST - priority);
|
quic_http_utils_test.cc | 13 EXPECT_EQ(0u, ConvertRequestPriorityToQuicPriority(HIGHEST)); 21 EXPECT_EQ(HIGHEST, ConvertQuicPriorityToRequestPriority(0));
|
/external/chromium_org/net/spdy/ |
spdy_http_utils_unittest.cc | 15 EXPECT_EQ(0, ConvertRequestPriorityToSpdyPriority(HIGHEST, SPDY2)); 23 EXPECT_EQ(0, ConvertRequestPriorityToSpdyPriority(HIGHEST, SPDY3)); 31 EXPECT_EQ(HIGHEST, ConvertSpdyPriorityToRequestPriority(0, SPDY2)); 43 EXPECT_EQ(HIGHEST, ConvertSpdyPriorityToRequestPriority(0, SPDY3));
|
spdy_http_utils.cc | 127 COMPILE_ASSERT(HIGHEST - LOWEST < 4 && 128 HIGHEST - MINIMUM_PRIORITY < 5, 138 // Map IDLE => 3, LOWEST => 2, LOW => 2, MEDIUM => 1, HIGHEST => 0. 140 return static_cast<SpdyPriority>(HIGHEST - priority); 142 return static_cast<SpdyPriority>(HIGHEST - priority - 1); 145 return static_cast<SpdyPriority>(HIGHEST - priority); 156 IDLE : static_cast<RequestPriority>(HIGHEST - priority);
|
/dalvik/dx/tests/003-magic-version-access/ |
class-version-51.0.txt | 2 # classfile with the highest valid version 51.0 (0x33.0x00)
|
class-version-51.1.txt | 2 # classfile with a minor version 1 higher than the highest valid
|
class-version-51.65535.txt | 3 # as the highest valid version. 51.65535 (0x33.0xffff)
|
class-version-52.0.txt | 3 # than the highest valid version. 51.0 (0x33.0x00)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
IntArray.java | 45 // First byte is 0 to enforce highest (=sign) bit is zero. 142 int highest = m_ints[last]; local 146 if ((highest & 0xffff0000) != 0) 148 if ((highest & 0xff000000) != 0) 151 highest >>>= 24; 156 highest >>>= 16; 159 else if (highest > 0x000000ff) 162 highest >>>= 8; 165 while (highest != 1) 168 highest >>>= 1 [all...] |
/external/chromium_org/sync/notifier/ |
single_object_invalidation_set.h | 25 // highest invalidation with the highest version number.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
bounds.hpp | 27 static N highest () { return limits::max BOOST_PREVENT_MACRO_SUBSTITUTION (); } function in class:boost::numeric::boundsdetail::Integral 39 static N highest () { return limits::max BOOST_PREVENT_MACRO_SUBSTITUTION (); } function in class:boost::numeric::boundsdetail::Float
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
request_stage.cc | 16 // HighestBit<n> computes the highest bit of |n| in compile time, provided that
|
/frameworks/av/include/media/nbaio/ |
roundup.h | 24 // Round up to the next highest power of 2
|
/external/libppp/src/ |
link.c | 97 struct mqueue *queue, *highest; local 101 highest = LINK_HIGHQ(l); 102 for (queue = l->Queue; queue < highest; queue++) 104 m_enqueue(highest, m_dequeue(queue)); 110 struct mqueue *queue, *highest; local 112 highest = LINK_HIGHQ(l); 113 for (queue = l->Queue; queue <= highest; queue++) 153 struct mqueue *queue, *highest; local 159 * everything that's not in the highest priority queue, we must be able to 168 highest = LINK_HIGHQ(l) [all...] |
/external/eigen/unsupported/test/ |
mpreal_support.cpp | 19 std::cerr << "highest = " << NumTraits<mpreal>::highest() << "\n";
|
/external/llvm/test/CodeGen/SystemZ/ |
asm-02.ll | 28 ; Check the highest range. 39 ; Check the next highest byte.
|
and-04.ll | 86 ; Check the highest NIHH value outside the RISBG range (0xfffaffff_ffffffff). 95 ; Check the highest useful NIHF value (0xfffefffe_ffffffff). 113 ; Check the highest NIHL value outside the RISBG range (0xfffffffa_ffffffff). 149 ; Check the highest NILH value outside the RISBG range (0xffffffff_fffaffff). 176 ; Check the highest NILL value outside the RISBG range.
|
/external/chromium_org/content/browser/loader/ |
resource_scheduler_unittest.cc | 220 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); 231 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); 244 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); 260 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); 276 scoped_ptr<TestRequest> high1(NewRequest("http://host/high1", net::HIGHEST)); 277 scoped_ptr<TestRequest> high2(NewRequest("http://host/high2", net::HIGHEST)); 291 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); 319 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); 362 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); 368 ChangeRequestPriority(request.get(), net::HIGHEST); [all...] |
/external/chromium/chrome/browser/net/ |
preconnect.cc | 61 // It almost doesn't matter whether we use net::LOWEST or net::HIGHEST 67 // the speculation didn't help :-/. By using net::HIGHEST, we ensure that 72 request_info.priority = net::HIGHEST;
|
/external/chromium-trace/trace-viewer/src/ui/ |
value_bar.css | 30 .value-bar .highest-value-control { 69 .value-bar[orient='vertical'] .highest-value-control { 106 .value-bar[orient='horizontal'] .highest-value-control {
|