/external/chromium_org/net/base/ |
request_priority.cc | 15 case LOWEST: 16 return "LOWEST";
|
request_priority.h | 15 LOWEST, 16 DEFAULT_PRIORITY = LOWEST,
|
/external/chromium/net/http/ |
http_request_info.cc | 11 priority(LOWEST),
|
/external/chromium_org/content/browser/loader/ |
resource_scheduler_unittest.cc | 215 scoped_ptr<TestRequest> request(NewRequest("http://host/1", net::LOWEST)); 221 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); 222 scoped_ptr<TestRequest> low2(NewRequest("http://host/low", net::LOWEST)); 232 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); 233 scoped_ptr<TestRequest> low2(NewRequest("http://host/low", net::LOWEST)); 246 NewRequest("https://spdyhost/high", net::LOWEST)); 247 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); 248 scoped_ptr<TestRequest> low2(NewRequest("http://host/low", net::LOWEST)); 261 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); 262 scoped_ptr<TestRequest> low2(NewRequest("http://host/low", net::LOWEST)); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.duration_values/ |
min.pass.cpp | 23 std::numeric_limits<int>::lowest()); 25 std::numeric_limits<double>::lowest()); 27 std::numeric_limits<Rep>::lowest()); 30 std::numeric_limits<int>::lowest(), ""); 32 std::numeric_limits<double>::lowest(), ""); 34 std::numeric_limits<Rep>::lowest(), "");
|
/external/chromium_org/net/quic/ |
quic_http_utils_test.cc | 16 EXPECT_EQ(3u, ConvertRequestPriorityToQuicPriority(LOWEST)); 24 EXPECT_EQ(LOWEST, ConvertQuicPriorityToRequestPriority(3));
|
/dalvik/dx/tests/003-magic-version-access/ |
class-version-45.0.txt | 2 # classfile with the lowest valid version, 45.0 (0x2d.0x00)
|
/external/chromium/net/base/ |
request_priority.h | 17 LOWEST,
|
/external/chromium_org/ui/test/ |
ui_unittests.rc | 31 // Icon with lowest ID value placed first to ensure application icon
|
/frameworks/ex/variablespeed/jni/ |
macros.h | 32 ForwardIterator lowest = first; local 35 if (*first < *lowest) 36 lowest = first; 37 return lowest;
|
/external/chromium_org/net/spdy/ |
spdy_http_utils_unittest.cc | 18 EXPECT_EQ(2, ConvertRequestPriorityToSpdyPriority(LOWEST, SPDY2)); 26 EXPECT_EQ(3, ConvertRequestPriorityToSpdyPriority(LOWEST, SPDY3)); 46 EXPECT_EQ(LOWEST, ConvertSpdyPriorityToRequestPriority(3, SPDY3));
|
spdy_stream_unittest.cc | 126 kStreamUrl, 1, kPostBodyLength, LOWEST, NULL, 0)); 154 SPDY_BIDIRECTIONAL_STREAM, session, url, LOWEST, BoundNetLog()); 237 kStreamUrl, 1, kPostBodyLength, LOWEST, NULL, 0)); 267 SPDY_BIDIRECTIONAL_STREAM, session, url, LOWEST, log.bound()); 320 kStreamUrl, 1, kPostBodyLength, LOWEST, NULL, 0)); 351 SPDY_REQUEST_RESPONSE_STREAM, session, url, LOWEST, BoundNetLog()); 387 kStreamUrl, 1, kPostBodyLength, LOWEST, NULL, 0)); 414 SPDY_BIDIRECTIONAL_STREAM, session, url, LOWEST, BoundNetLog()); 449 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true)); 474 SPDY_REQUEST_RESPONSE_STREAM, session, url, LOWEST, BoundNetLog()) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
lowest.pass.cpp | 12 // lowest() 24 assert(std::numeric_limits<T>::lowest() == expected); 26 assert(std::numeric_limits<const T>::lowest() == expected); 28 assert(std::numeric_limits<volatile T>::lowest() == expected); 30 assert(std::numeric_limits<const volatile T>::lowest() == expected);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_simple.h | 83 unsigned int start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 84 unsigned int loop_start; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */ 85 unsigned int loop_end; /* loop end offset in samples * 16 (lowest 4 bits - fraction) */ 119 __u32 start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 120 __u32 loop_start; /* bits loop start offset in samples * 16 (lowest 4 bits - fraction) */ 121 __u32 loop_end; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_simple.h | 83 unsigned int start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 84 unsigned int loop_start; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */ 85 unsigned int loop_end; /* loop end offset in samples * 16 (lowest 4 bits - fraction) */ 119 __u32 start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 120 __u32 loop_start; /* bits loop start offset in samples * 16 (lowest 4 bits - fraction) */ 121 __u32 loop_end; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_simple.h | 86 unsigned int start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 87 unsigned int loop_start; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */ 88 unsigned int loop_end; /* loop end offset in samples * 16 (lowest 4 bits - fraction) */ 122 __u32 start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 123 __u32 loop_start; /* bits loop start offset in samples * 16 (lowest 4 bits - fraction) */ 124 __u32 loop_end; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_simple.h | 83 unsigned int start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 84 unsigned int loop_start; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */ 85 unsigned int loop_end; /* loop end offset in samples * 16 (lowest 4 bits - fraction) */ 119 __u32 start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 120 __u32 loop_start; /* bits loop start offset in samples * 16 (lowest 4 bits - fraction) */ 121 __u32 loop_end; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_simple.h | 86 unsigned int start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 87 unsigned int loop_start; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */ 88 unsigned int loop_end; /* loop end offset in samples * 16 (lowest 4 bits - fraction) */ 122 __u32 start; /* start offset in samples * 16 (lowest 4 bits - fraction) */ 123 __u32 loop_start; /* bits loop start offset in samples * 16 (lowest 4 bits - fraction) */ 124 __u32 loop_end; /* loop start offset in samples * 16 (lowest 4 bits - fraction) */
|
/external/chromium_org/chrome/installer/mini_installer/ |
mini_installer.rc | 30 // Icon with lowest ID value placed first to ensure application icon
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
bounds.hpp | 26 static N lowest () { return limits::min BOOST_PREVENT_MACRO_SUBSTITUTION (); } function in class:boost::numeric::boundsdetail::Integral 38 static N lowest () { return static_cast<N>(-limits::max BOOST_PREVENT_MACRO_SUBSTITUTION ()) ; } function in class:boost::numeric::boundsdetail::Float
|
/external/llvm/test/CodeGen/SystemZ/ |
or-02.ll | 5 ; Check the lowest useful OILL value. 23 ; Check the lowest useful OILH range, which is the next value up. 32 ; Check the lowest useful OILF value, which is the next value up again.
|
/external/chromium_org/tools/gyp/test/win/rc-build/ |
hello.rc | 28 // Icon with lowest ID value placed first to ensure application icon
|
hello3.rc | 29 // Icon with lowest ID value placed first to ensure application icon
|
/external/chromium_org/tools/gyp/test/win/rc-build/subdir/ |
hello2.rc | 29 // Icon with lowest ID value placed first to ensure application icon
|
/external/eigen/unsupported/test/ |
mpreal_support.cpp | 20 std::cerr << "lowest = " << NumTraits<mpreal>::lowest() << "\n";
|