/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
glxext.h | 113 #define GLX_SAMPLE_BUFFERS 100000 121 #define GLX_SAMPLE_BUFFERS_ARB 100000 131 #define GLX_SAMPLE_BUFFERS_SGIS 100000
|
glx.h | 173 #define GLX_SAMPLE_BUFFERS 0x186a0 /*100000*/
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glxext.h | 113 #define GLX_SAMPLE_BUFFERS 100000 121 #define GLX_SAMPLE_BUFFERS_ARB 100000 131 #define GLX_SAMPLE_BUFFERS_SGIS 100000
|
glx.h | 173 #define GLX_SAMPLE_BUFFERS 0x186a0 /*100000*/
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glxext.h | 113 #define GLX_SAMPLE_BUFFERS 100000 121 #define GLX_SAMPLE_BUFFERS_ARB 100000 131 #define GLX_SAMPLE_BUFFERS_SGIS 100000
|
glx.h | 173 #define GLX_SAMPLE_BUFFERS 0x186a0 /*100000*/
|
/external/yaffs2/yaffs2/direct/ |
dtest.c | 1529 for(i = 100000;i < 200000; i++){ 1546 for(i = 100000; i < 200000; i++){ 1635 for(i = 0; i < 100000; i+= 10000) 1641 if( offs != 100000) 1647 for(i = 0; i < 100000; i+= 10000) [all...] |
/external/aac/libSBRenc/src/ |
sbr_rom.cpp | 580 { 72000,100000, 32000, 1, 11,11,10,10, 2, 0, 3, SBR_MONO, 1 }, /* SBR sweet spot */ 581 { 100000,160001, 32000, 1, 13,13,11,11, 2, 0, 3, SBR_MONO, 1 }, /* backwards compatible */ 587 { 72000,100000, 44100, 1, 11,11,10,10, 2, 0, 3, SBR_MONO, 1 }, /* SBR sweet spot */ 588 { 100000,160001, 44100, 1, 13,13,11,11, 2, 0, 3, SBR_MONO, 1 }, /* backwards compatible */ 594 { 72000,100000, 48000, 1, 11,11,11,11, 2, 0, 3, SBR_MONO, 1 }, /* nominal: 80 */ 595 { 100000,160001, 48000, 1, 13,13,11,11, 2, 0, 3, SBR_MONO, 1 }, /* nominal: 128 */ [all...] |
/ndk/sources/cxx-stl/llvm-libc++/include/ |
limits | 304 static _LIBCPP_CONSTEXPR const int max_digits10 = 2+(digits * 30103)/100000; 350 static _LIBCPP_CONSTEXPR const int max_digits10 = 2+(digits * 30103)/100000; 396 static _LIBCPP_CONSTEXPR const int max_digits10 = 2+(digits * 30103)/100000; [all...] |
/dalvik/vm/test/ |
AtomicTest.cpp | 300 usleep(100000);
|
TestIndirectRefTable.cpp | 355 const int kLoops = 100000;
|
/external/apache-http/src/org/apache/http/ |
ProtocolVersion.java | 156 return this.protocol.hashCode() ^ (this.major * 100000) ^ this.minor;
|
/external/compiler-rt/lib/asan/tests/ |
asan_mem_test.cc | 105 for (size_t size = 200; size < 100000; size += size / 2) {
|
/external/grub/netboot/ |
etherboot.h | 439 #define PROG_PORTMAP 100000
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicDoubleArrayTest.java | 285 static final long COUNTDOWN = 100000;
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
FastInteger.java | 41 10000000, 1000000, 100000, 10000, 1000, 100, 10, 1 };
|
/external/netperf/ |
netcpu_pstatnew.c | 194 #define CALC_THOUSANDTH_PERCENT 100000
|
/external/srtp/crypto/test/ |
cipher_driver.c | 228 int num_trials = 100000;
|
/external/v8/test/mjsunit/ |
unbox-double-arrays.js | 31 var large_array_size = 100000;
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
executive_unittest.py | 201 self.assertFalse(executive.check_running_pid(100000))
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_dev_disc.c | 55 p2p_set_timeout(p2p, 0, 100000);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
notify.c | 409 wpa_supplicant_req_scan(wpa_s, 0, 100000);
|
/frameworks/av/media/libstagefright/wifi-display/ |
MediaSender.cpp | 454 if (mPrevTimeUs < 0ll || mPrevTimeUs + 100000ll <= timeUs) {
|
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.merge/ |
merge.pass.cpp | 29 unsigned N = 100000;
|
merge_comp.pass.cpp | 32 unsigned N = 100000;
|