Home
last modified time | relevance | path

Searched refs:is (Results 1 – 25 of 14337) sorted by relevance

12345678910>>...574

/external/iproute2/testsuite/configs/
Dall-2.45 # CONFIG_SBUS is not set
23 # CONFIG_M386 is not set
24 # CONFIG_M486 is not set
25 # CONFIG_M586 is not set
26 # CONFIG_M586TSC is not set
27 # CONFIG_M586MMX is not set
28 # CONFIG_M686 is not set
29 # CONFIG_MPENTIUMIII is not set
31 # CONFIG_MK6 is not set
32 # CONFIG_MK7 is not set
[all …]
Dall-no-act26 # CONFIG_BSD_PROCESS_ACCT is not set
35 # CONFIG_EMBEDDED is not set
37 # CONFIG_KALLSYMS_ALL is not set
38 # CONFIG_KALLSYMS_EXTRA_PASS is not set
41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
47 # CONFIG_TINY_SHMEM is not set
56 # CONFIG_MODVERSIONS is not set
57 # CONFIG_MODULE_SRCVERSION_ALL is not set
65 # CONFIG_X86_ELAN is not set
66 # CONFIG_X86_VOYAGER is not set
[all …]
Dall-police-act26 # CONFIG_BSD_PROCESS_ACCT is not set
35 # CONFIG_EMBEDDED is not set
37 # CONFIG_KALLSYMS_ALL is not set
38 # CONFIG_KALLSYMS_EXTRA_PASS is not set
41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
47 # CONFIG_TINY_SHMEM is not set
56 # CONFIG_MODVERSIONS is not set
57 # CONFIG_MODULE_SRCVERSION_ALL is not set
65 # CONFIG_X86_ELAN is not set
66 # CONFIG_X86_VOYAGER is not set
[all …]
/external/toybox/
D.config-mac10 # CONFIG_TOYBOX_DEBUG is not set
13 # CONFIG_TOYBOX_FREE is not set
20 # CONFIG_TOYBOX_ON_ANDROID is not set
21 # CONFIG_TOYBOX_SELINUX is not set
22 # CONFIG_TOYBOX_SMACK is not set
23 # CONFIG_TOYBOX_SUID is not set
31 # CONFIG_ACPI is not set
32 # CONFIG_ARCH is not set
33 # CONFIG_ARPING is not set
34 # CONFIG_ARP is not set
[all …]
D.config-linux10 # CONFIG_TOYBOX_DEBUG is not set
13 # CONFIG_TOYBOX_FREE is not set
20 # CONFIG_TOYBOX_ON_ANDROID is not set
21 # CONFIG_TOYBOX_SELINUX is not set
22 # CONFIG_TOYBOX_SMACK is not set
23 # CONFIG_TOYBOX_SUID is not set
31 # CONFIG_ACPI is not set
32 # CONFIG_ARCH is not set
33 # CONFIG_ARPING is not set
34 # CONFIG_ARP is not set
[all …]
D.config-device10 # CONFIG_TOYBOX_DEBUG is not set
13 # CONFIG_TOYBOX_FREE is not set
18 # CONFIG_TOYBOX_LSM_NONE is not set
22 # CONFIG_TOYBOX_SMACK is not set
23 # CONFIG_TOYBOX_SUID is not set
32 # CONFIG_ARCH is not set
33 # CONFIG_ARPING is not set
34 # CONFIG_ARP is not set
35 # CONFIG_ASCII is not set
36 # CONFIG_BASE32 is not set
[all …]
/external/bcc/libbpf-tools/
Dkernel.config24 # CONFIG_COMPILE_TEST is not set
26 # CONFIG_LOCALVERSION_AUTO is not set
35 # CONFIG_KERNEL_BZIP2 is not set
36 # CONFIG_KERNEL_LZMA is not set
37 # CONFIG_KERNEL_XZ is not set
38 # CONFIG_KERNEL_LZO is not set
39 # CONFIG_KERNEL_LZ4 is not set
69 # CONFIG_GENERIC_IRQ_DEBUGFS is not set
87 # CONFIG_HZ_PERIODIC is not set
89 # CONFIG_NO_HZ_FULL is not set
[all …]
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DUnsynchronizedByteArrayInputStreamTest.java41 … try (UnsynchronizedByteArrayInputStream is = new UnsynchronizedByteArrayInputStream(empty)) { in testConstructor1() argument
42 assertEquals(empty.length, is.available()); in testConstructor1()
44 try (UnsynchronizedByteArrayInputStream is = new UnsynchronizedByteArrayInputStream(one)) { in testConstructor1() argument
45 assertEquals(one.length, is.available()); in testConstructor1()
47 try (UnsynchronizedByteArrayInputStream is = new UnsynchronizedByteArrayInputStream(some)) { in testConstructor1() argument
48 assertEquals(some.length, is.available()); in testConstructor1()
59 UnsynchronizedByteArrayInputStream is = new UnsynchronizedByteArrayInputStream(empty, 0); in testConstructor2() local
60 assertEquals(empty.length, is.available()); in testConstructor2()
61 is = new UnsynchronizedByteArrayInputStream(empty, 1); in testConstructor2()
62 assertEquals(0, is.available()); in testConstructor2()
[all …]
/external/libbpf/travis-ci/vmtest/configs/
Dconfig-latest.s390x27 # CONFIG_COMPILE_TEST is not set
28 # CONFIG_WERROR is not set
29 # CONFIG_UAPI_HEADER_TEST is not set
41 # CONFIG_KERNEL_GZIP is not set
42 # CONFIG_KERNEL_BZIP2 is not set
43 # CONFIG_KERNEL_LZMA is not set
44 # CONFIG_KERNEL_XZ is not set
45 # CONFIG_KERNEL_LZO is not set
46 # CONFIG_KERNEL_LZ4 is not set
47 # CONFIG_KERNEL_ZSTD is not set
[all …]
Dconfig-latest.x86_6421 # CONFIG_COMPILE_TEST is not set
33 # CONFIG_KERNEL_BZIP2 is not set
34 # CONFIG_KERNEL_LZMA is not set
35 # CONFIG_KERNEL_XZ is not set
36 # CONFIG_KERNEL_LZO is not set
37 # CONFIG_KERNEL_LZ4 is not set
38 # CONFIG_KERNEL_ZSTD is not set
46 # CONFIG_WATCH_QUEUE is not set
48 # CONFIG_USELIB is not set
70 # CONFIG_GENERIC_IRQ_DEBUGFS is not set
[all …]
/external/rust/crates/bindgen/codegen/
Dbitfield_unit_tests.rs80 With $storage:expr , then get($start:expr, $len:expr) is $expected:expr;
104 With [0b11100010], then get(0, 1) is 0;
105 With [0b11100010], then get(1, 1) is 1;
106 With [0b11100010], then get(2, 1) is 0;
107 With [0b11100010], then get(3, 1) is 0;
108 With [0b11100010], then get(4, 1) is 0;
109 With [0b11100010], then get(5, 1) is 1;
110 With [0b11100010], then get(6, 1) is 1;
111 With [0b11100010], then get(7, 1) is 1;
113 With [0b11100010], then get(0, 2) is 0b10;
[all …]
/external/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/
Dsdkconfig14 # CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set
21 # CONFIG_APP_BUILD_TYPE_ELF_RAM is not set
31 # CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set
32 # CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set
33 # CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set
41 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set
42 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set
43 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set
44 # CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set
45 # CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set
[all …]
/external/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/
Dsdkconfig14 # CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set
21 # CONFIG_APP_BUILD_TYPE_ELF_RAM is not set
31 # CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set
32 # CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set
33 # CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set
41 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set
42 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set
43 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set
44 # CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set
45 # CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set
[all …]
/external/pdfium/testing/resources/javascript/
Dlistbox_methods_expected.txt1 Alert: Value is: string
2 Alert: Answer for "foo" is: string foo
3 Alert: Answer for "bar" is: string bar
4 Alert: Answer for "qux" is: string qux
5 Alert: Answer for "bar" is: string bar
6 Alert: Answer for "qux" is: string qux
7 Alert: Value is: string qux
8 Alert: Answer for "" is: string
9 Alert: Answer for "goats" is: string
10 Alert: Answer for "b4" is: string
[all …]
Dconsts_expected.txt1 Alert: border.s is solid
2 Alert: border.b is beveled
3 Alert: border.d is dashed
4 Alert: border.i is inset
5 Alert: border.u is underline
6 Alert: border.nonesuch is undefined
7 Alert: display.visible is 0
8 Alert: display.hidden is 1
9 Alert: display.noPrint is 2
10 Alert: display.noView is 3
[all …]
/external/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dsdkconfig15 # CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set
22 # CONFIG_APP_BUILD_TYPE_ELF_RAM is not set
32 # CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set
33 # CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set
34 # CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set
43 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set
44 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set
45 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set
46 # CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set
47 # CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dget_pointer_size.pass.cpp50 std::istream is(&sb); in main() local
52 is.get(s, 5); in main()
53 assert(!is.eof()); in main()
54 assert(!is.fail()); in main()
56 assert(is.gcount() == 2); in main()
57 is.get(s, 5); in main()
58 assert(!is.eof()); in main()
59 assert( is.fail()); in main()
61 assert(is.gcount() == 0); in main()
62 is.clear(); in main()
[all …]
Dget_pointer_size_chart.pass.cpp50 std::istream is(&sb); in main() local
52 is.get(s, 5, '*'); in main()
53 assert(!is.eof()); in main()
54 assert(!is.fail()); in main()
56 assert(is.gcount() == 2); in main()
57 is.get(s, 5, '*'); in main()
58 assert(!is.eof()); in main()
59 assert( is.fail()); in main()
61 assert(is.gcount() == 0); in main()
62 is.clear(); in main()
[all …]
Dputback.pass.cpp46 std::istream is(&sb); in main() local
47 is.get(); in main()
48 is.get(); in main()
49 is.get(); in main()
50 is.putback('a'); in main()
51 assert(is.bad()); in main()
52 assert(is.gcount() == 0); in main()
53 is.clear(); in main()
54 is.putback('2'); in main()
55 assert(is.good()); in main()
[all …]
Dget.pass.cpp47 std::istream is(&sb); in main() local
48 char c = static_cast<char>(is.get()); in main()
49 assert(!is.eof()); in main()
50 assert(!is.fail()); in main()
52 assert(is.gcount() == 1); in main()
56 std::istream is(&sb); in main() local
57 char c = static_cast<char>(is.get()); in main()
58 assert(!is.eof()); in main()
59 assert(!is.fail()); in main()
61 assert(is.gcount() == 1); in main()
[all …]
Dgetline_pointer_size_chart.pass.cpp50 std::istream is(&sb); in main() local
52 is.getline(s, 5, '*'); in main()
53 assert(!is.eof()); in main()
54 assert(!is.fail()); in main()
56 assert(is.gcount() == 3); in main()
57 is.getline(s, 5, '*'); in main()
58 assert(!is.eof()); in main()
59 assert(!is.fail()); in main()
61 assert(is.gcount() == 5); in main()
62 is.getline(s, 5, '*'); in main()
[all …]
Dgetline_pointer_size.pass.cpp50 std::istream is(&sb); in main() local
52 is.getline(s, 5); in main()
53 assert(!is.eof()); in main()
54 assert(!is.fail()); in main()
56 assert(is.gcount() == 3); in main()
57 is.getline(s, 5); in main()
58 assert(!is.eof()); in main()
59 assert(!is.fail()); in main()
61 assert(is.gcount() == 5); in main()
62 is.getline(s, 5); in main()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Dwchar_t_pointer.pass.cpp46 std::istream is(&sb); in main() local
48 is >> s; in main()
49 assert(!is.eof()); in main()
50 assert(!is.fail()); in main()
56 std::istream is(&sb); in main() local
58 is >> s; in main()
59 assert(!is.eof()); in main()
60 assert(!is.fail()); in main()
67 std::wistream is(&sb); in main() local
68 is.width(4); in main()
[all …]
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dget_pointer_size_chart.pass.cpp56 std::istream is(&sb); in main() local
58 is.get(s, 5, '*'); in main()
59 assert(!is.eof()); in main()
60 assert(!is.fail()); in main()
62 assert(is.gcount() == 2); in main()
63 is.get(s, 5, '*'); in main()
64 assert(!is.eof()); in main()
65 assert( is.fail()); in main()
67 assert(is.gcount() == 0); in main()
68 is.clear(); in main()
[all …]
Dget_pointer_size.pass.cpp56 std::istream is(&sb); in main() local
58 is.get(s, 5); in main()
59 assert(!is.eof()); in main()
60 assert(!is.fail()); in main()
62 assert(is.gcount() == 2); in main()
63 is.get(s, 5); in main()
64 assert(!is.eof()); in main()
65 assert( is.fail()); in main()
67 assert(is.gcount() == 0); in main()
68 is.clear(); in main()
[all …]

12345678910>>...574