Searched refs:skips (Results 1176 - 1184 of 1184) sorted by relevance
1...<<4142434445464748
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 4273 int skips = 0; 4277 if (++failures == 1 && skips == 0) { 4290 if (++skips == 1 && failures == 0) { 4305 if (failures == 0 && skips == 0 && result.test_property_count() == 0) { 4308 if (failures == 0 && skips == 0) {
|
/third_party/backends/backend/ |
H A D | mustek_pp_cis.c | 1335 int ctr, skips = dev->CIS.adjustskip, cval; in cis_read_line_low_level() local 1344 while(skips-- >= 0) in cis_read_line_low_level() 2161 DBG(3, "cis_calibrate: remaining skips to origin @maxres: %d\n", in cis_calibrate()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | file.c | 2883 int skips = 0; in cifs_writepages_begin() local 2951 if (skips >= 5 || need_resched()) { in cifs_writepages_begin() 2955 skips++; in cifs_writepages_begin()
|
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/ |
H A D | hvigor-wrapper.js | 1558 const e = [...t.names.map(r), ...t.skips.map(r).map((e => "-" + e))].join(","); 1562 t.save(e), t.namespaces = e, t.names = [], t.skips = []; 1564 for (n = 0; n < u; n++) r[n] && ("-" === (e = r[n].replace(/\*/g, ".*?"))[0] ? t.skips.push(new RegExp("^" + e.slice(1) + "$")) : t.names.push(new RegExp("^" + e + "$"))) 1568 for (n = 0, r = t.skips.length; n < r; n++) if (t.skips[n].test(e)) return !1; 1575 })), t.names = [], t.skips = [], t.formatters = {}, t.selectColor = function (e) {
|
/applications/standard/calendardata/hvigor/ |
H A D | hvigor-wrapper.js | 209 const e = [...t.names.map(r), ...t.skips.map(r).map((e => "-" + e))].join(","); 213 t.save(e), t.namespaces = e, t.names = [], t.skips = []; 215 for (n = 0; n < u; n++) r[n] && ("-" === (e = r[n].replace(/\*/g, ".*?"))[0] ? t.skips.push(new RegExp("^" + e.slice(1) + "$")) : t.names.push(new RegExp("^" + e + "$"))) 219 for (n = 0, r = t.skips.length; n < r; n++) if (t.skips[n].test(e)) return !1; 226 })), t.names = [], t.skips = [], t.formatters = {}, t.selectColor = function (e) {
|
/third_party/littlefs/ |
H A D | lfs.c | 985 // This check skips this unnecessary recursive filtering explicitly, in lfs_dir_traverse() 2923 lfs_size_t skips = lfs_ctz(index) + 1; in lfs_ctz_extend() local 2925 for (lfs_off_t i = 0; i < skips; i++) { in lfs_ctz_extend() 2937 if (i != skips-1) { in lfs_ctz_extend() 2949 *off = 4*skips; in lfs_ctz_extend()
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 839 not affect other targets that depend on the current target, it just skips
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 2633 % line breaking of long url's. The unequal skips make look better in 4777 % Take care of unwanted page breaks/skips around a whatsit: 4794 % Avoid page breaks due to these extra skips, too.
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 4960 bool skips[16]; 4967 skips[write_count_with_skips] = !scan_write_mask(writemask, todo, &offset, &byte); 4969 if (skips[write_count_with_skips]) { 5001 /* remove skips */ 5003 if (skips[i])
|
Completed in 58 milliseconds
1...<<4142434445464748