Home
last modified time | relevance | path

Searched refs:drops (Results 1 – 25 of 156) sorted by relevance

1234567

/external/rust/crates/rayon/tests/
Dcollect.rs23 let mut drops = Mutex::new(Vec::new()); in collect_drop_on_unwind() localVariable
38 Recorddrop(elt, &drops) in collect_drop_on_unwind()
47 let drops = drops.get_mut().unwrap(); in collect_drop_on_unwind() localVariable
49 println!("{:?}", drops); in collect_drop_on_unwind()
51 assert_eq!(inserts.len(), drops.len(), "Incorrect number of drops"); in collect_drop_on_unwind()
54 drops.sort(); in collect_drop_on_unwind()
55 assert_eq!(inserts, drops, "Incorrect elements were dropped"); in collect_drop_on_unwind()
102 let drops = DROPS.load(Ordering::SeqCst); in collect_drop_on_unwind_zst() localVariable
104 assert_eq!(inserts, drops, "Incorrect number of drops"); in collect_drop_on_unwind_zst()
105 assert!(will_panic || drops == test_vec_len) in collect_drop_on_unwind_zst()
/external/rust/crates/scopeguard/src/
Dlib.rs485 let drops = Cell::new(0); in test_defer() localVariable
486 defer!(drops.set(1000)); in test_defer()
487 assert_eq!(drops.get(), 0); in test_defer()
493 let drops = Cell::new(0); in test_defer_success_1() localVariable
495 defer_on_success!(drops.set(1)); in test_defer_success_1()
496 assert_eq!(drops.get(), 0); in test_defer_success_1()
498 assert_eq!(drops.get(), 1); in test_defer_success_1()
505 let drops = Cell::new(0); in test_defer_success_2() localVariable
507 defer_on_success!(drops.set(1)); in test_defer_success_2()
510 assert_eq!(drops.get(), 0); in test_defer_success_2()
[all …]
/external/bcc/tools/
Dtcpdrop_example.txt57 This tool is useful for debugging high rates of drops, which can cause the
66 Trace TCP drops by the kernel
72 ./tcpdrop # trace kernel TCP drops
/external/rust/crates/scopeguard/patches/
Ddisable_panic_tests.patch11 let drops = Cell::new(0);
19 let drops = Cell::new(0);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLProcessorVersion.src93 * Development drops are works in progress towards a
96 * feature, which may take several development drops to
100 * Each 'D' drops can contain functional enhancements as
101 * well as defect fixes. 'D' drops may not be as stable as
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DVersion.src128 * Development drops are works in progress towards a
131 * feature, which may take several development drops to
135 * Each 'D' drops can contain functional enhancements as
136 * well as defect fixes. 'D' drops may not be as stable as
/external/strace/tests/
Dnlattr_tcmsg.c89 .drops = 0xcdedafed, in main()
103 PRINT_FIELD_U(", ", st, drops); in main()
Dnlattr_tc_stats.c115 .drops = 0xcdbeaedb, in main()
124 PRINT_FIELD_U(", ", qstats, drops); in main()
/external/strace/tests-m32/
Dnlattr_tcmsg.c89 .drops = 0xcdedafed, in main()
103 PRINT_FIELD_U(", ", st, drops); in main()
Dnlattr_tc_stats.c115 .drops = 0xcdbeaedb, in main()
124 PRINT_FIELD_U(", ", qstats, drops); in main()
/external/strace/tests-mx32/
Dnlattr_tcmsg.c89 .drops = 0xcdedafed, in main()
103 PRINT_FIELD_U(", ", st, drops); in main()
Dnlattr_tc_stats.c115 .drops = 0xcdbeaedb, in main()
124 PRINT_FIELD_U(", ", qstats, drops); in main()
/external/apache-xml/src/main/java/org/apache/xalan/
DVersion.src131 * Development drops are works in progress towards a
134 * feature, which may take several development drops to
138 * Each 'D' drops can contain functional enhancements as
139 * well as defect fixes. 'D' drops may not be as stable as
/external/python/rsa/
DREADME.md41 Version 3.4 was the last version in the 3.x range. Version 4.0 drops the following modules,
54 Version 4.0 drops support for Python 2.6 and 3.3.
/external/turbine/javatests/com/google/turbine/lower/testdata/
Denum_abstract.test6 // javac drops the inaccessible member f() and doesn't generate
/external/blktrace/
Dblktrace.c97 unsigned long long drops; member
911 static void net_send_close(int fd, char *buts_name, int drops) in net_send_close() argument
920 net_send_open_close(fd, drops, buts_name, 1); in net_send_close()
936 net_send_close(fd, dpp->buts_name, dpp->drops); in net_send_drops()
1116 int fd, drops = 0; in get_drops() local
1136 drops = atoi(tmp); in get_drops()
1139 return drops; in get_drops()
1149 dpp->drops = get_drops(dpp); in get_all_drops()
1633 iop->dpp->drops = get_drops(iop->dpp); in close_ios()
1642 net_send_close(iop->ofd, dpp->buts_name, dpp->drops); in close_ios()
[all …]
/external/kernel-headers/original/uapi/linux/
Dgen_stats.h62 __u32 drops; member
/external/tensorflow/tensorflow/lite/tools/optimize/g3doc/
Dquantize_weights.md51 there can be accuracy drops depending on the model. For common CNN networks, the
52 observed accuracy drops are small and can be seen below.
/external/iproute2/include/uapi/linux/
Dgen_stats.h64 __u32 drops; member
/external/libnl/include/linux-private/linux/
Dgen_stats.h64 __u32 drops; member
/external/strace/
Drtnl_tc.c61 PRINT_FIELD_U(", ", st, drops); in decode_tc_stats()
154 PRINT_FIELD_U(", ", qstats, drops); in decode_gnet_stats_queue()
/external/llvm-project/llvm/test/CodeGen/X86/
Dbranchfolding-undef.mir2 # Test that tail merging drops undef flags that aren't present on all
/external/unicode/additions/
Demoji-exclusions.txt8 # Should be an empty file, used for temporary non-final emoji font drops.
/external/llvm-project/llvm/test/MC/AsmParser/
Dmacro-vararg.s13 ## Difference: GNU as non-x86 drops the space before '(' (gas PR/25750)
/external/autotest/client/site_tests/power_CPUIdle/
Dcontrol7 PURPOSE = "Ensure the processor drops into idle state when it is idle."

1234567