/external/clang/test/SemaCXX/ |
address-space-initialize.cpp | 19 __attribute__((address_space(9999))) 20 int* as_ptr = nocv_iarray; // expected-error{{cannot initialize a variable of type '__attribute__((address_space(9999))) int *' with an lvalue of type '__attribute__((address_space(42))) int [10]'}}
|
/external/iproute2/man/man8/ |
ip-fou.8 | 65 .SS Configure a GUE receive port bound to 9999 67 # ip fou add port 9999 gue 69 .SS Delete the GUE receive port bound to 9999 71 # ip fou del port 9999
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
le-fpconst.d | 11 0000 cdcc8c3f 00000000 9999f13f 9a999999 .*
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
GeneralNameTest.java | 92 { "010a:020b:3337:1000:FFFA:ABCD:9999:0000", 95 { "010a:020b:3337:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10", 100 { "010a:020b:1133:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10", 105 { "010a:020b:1133:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10", 116 "010a:0000:3333:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0", 117 "010a:020b:3:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10", 118 "010a:020b:33:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10", 119 "010a:020b:333:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10", 120 "010a:020b:1133:10V0:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10", 121 "010a:020b:1133:1000-FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10" [all...] |
/prebuilts/go/darwin-x86/test/ |
nilcheck.go | 87 _ = x[9999] // ERROR "nil check" 90 if x[9999] != 0 { // ERROR "nil check" 96 _ = x[9999] // ERROR "nil check" 98 _ = x[9999] // ERROR "nil check" 100 _ = x[9999] // ERROR "nil check" 102 _ = x[9999] // ERROR "nil check" 106 _ = x[9999] // ERROR "nil check" 108 _ = x[9999] // ERROR "nil check" 110 _ = x[9999] // ERROR "nil check" 117 _ = x[9999] // ERROR "nil check [all...] |
nilptr3.go | 98 _ = x[9999] // ERROR "generated nil check" 101 if x[9999] != 0 { // ERROR "generated nil check" 107 _ = x[9999] // ERROR "generated nil check" 109 _ = x[9999] // ERROR "removed repeated nil check" 111 _ = x[9999] // ERROR "removed repeated nil check" 113 _ = x[9999] // ERROR "generated nil check" 117 _ = x[9999] // ERROR "generated nil check" 119 _ = x[9999] // ERROR "generated nil check" 121 _ = x[9999] // ERROR "generated nil check" 128 _ = x[9999] // ERROR "generated nil check [all...] |
/prebuilts/go/linux-x86/test/ |
nilcheck.go | 87 _ = x[9999] // ERROR "nil check" 90 if x[9999] != 0 { // ERROR "nil check" 96 _ = x[9999] // ERROR "nil check" 98 _ = x[9999] // ERROR "nil check" 100 _ = x[9999] // ERROR "nil check" 102 _ = x[9999] // ERROR "nil check" 106 _ = x[9999] // ERROR "nil check" 108 _ = x[9999] // ERROR "nil check" 110 _ = x[9999] // ERROR "nil check" 117 _ = x[9999] // ERROR "nil check [all...] |
nilptr3.go | 98 _ = x[9999] // ERROR "generated nil check" 101 if x[9999] != 0 { // ERROR "generated nil check" 107 _ = x[9999] // ERROR "generated nil check" 109 _ = x[9999] // ERROR "removed repeated nil check" 111 _ = x[9999] // ERROR "removed repeated nil check" 113 _ = x[9999] // ERROR "generated nil check" 117 _ = x[9999] // ERROR "generated nil check" 119 _ = x[9999] // ERROR "generated nil check" 121 _ = x[9999] // ERROR "generated nil check" 128 _ = x[9999] // ERROR "generated nil check [all...] |
/external/v8/test/mjsunit/regress/ |
regress-241344.js | 32 for (var i = 1; i < 9999; i++) { 35 jsonstring += '"9999":0.3}'; 38 for (var i = 1; i < 9999; i++) {
|
regress-588599.js | 29 assertEquals(Infinity, 1 / 1e-9999); 30 assertEquals(-Infinity, 1 / -1e-9999);
|
/external/pdfium/testing/resources/ |
bug_57.in | 32 /Length 9999
|
/external/v8/test/webkit/ |
sort-large-array-expected.txt | 30 PASS test[9999] is 9999 33 PASS test.slice(9990, 10010).join(', ') is '9990, 9991, 9992, 9993, 9994, 9995, 9996, 9997, 9998, 9999, 10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009' 35 PASS testNoValues[9999] is undefined
|
sort-large-array.js | 32 shouldBe("test[9999]", "9999"); 35 shouldBe("test.slice(9990, 10010).join(', ')", "'9990, 9991, 9992, 9993, 9994, 9995, 9996, 9997, 9998, 9999, 10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009'"); 42 shouldBe("testNoValues[9999]", "undefined");
|
/external/webrtc/webrtc/base/ |
autodetectproxy_unittest.cc | 103 TestCopesWithProxy(rtc::SocketAddress("localhost", 9999)); 107 TestCopesWithProxy(rtc::SocketAddress("invalid", 9999)); 111 TestCopesWithProxy(rtc::SocketAddress("::1", 9999)); 115 TestCopesWithProxy(rtc::SocketAddress("127.0.0.1", 9999));
|
/external/llvm/test/Transforms/InstCombine/ |
x86-vector-shifts.ll | 387 %1 = tail call <8 x i16> @llvm.x86.sse2.psra.w(<8 x i16> %v, <8 x i16> <i16 15, i16 0, i16 0, i16 0, i16 9999, i16 9999, i16 9999, i16 9999>) 403 %1 = tail call <8 x i16> @llvm.x86.sse2.psra.w(<8 x i16> %v, <8 x i16> <i16 64, i16 0, i16 0, i16 0, i16 9999, i16 9999, i16 9999, i16 9999>) 418 %1 = tail call <4 x i32> @llvm.x86.sse2.psra.d(<4 x i32> %v, <4 x i32> <i32 15, i32 0, i32 9999, i32 9999>) [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
ldtoa.c | 44 * When dtoa() is passed a NaN or infinity, it sets expt to 9999. 45 * However, a long double could have a valid exponent of 9999, so we 119 if (*decpt == 9999)
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
discard.pass.cpp | 26 e.discard(9999); 36 e.discard(9999);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
discard.pass.cpp | 26 e.discard(9999); 36 e.discard(9999);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/ |
T_return_void_1.d | 56 const v0, 9999
|
/external/autotest/client/bin/ |
unit_test.py | 36 ' GCOV_PREFIX_STRIP=9999 ./unit_test > ' +
|
/external/cros/system_api/dbus/ |
mtp_file_entry.proto | 46 FILE_TYPE_OTHER = 9999;
|
/external/curl/tests/libtest/ |
lib1530.c | 55 test_setopt(curl, CURLOPT_URL, "http://99.99.99.99:9999");
|
/external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/ |
verify.bsh | 24 + ",port=9999"
|
/external/libcxx/test/std/numerics/rand/rand.predef/ |
default_random_engine.pass.cpp | 20 e.discard(9999);
|
knuth_b.pass.cpp | 20 e.discard(9999);
|