Home
last modified time | relevance | path

Searched refs:blocklist (Results 1 – 11 of 11) sorted by relevance

/third_party/node/test/parallel/
Dtest-blocklist-clone.js17 const blocklist = new BlockList(); constant
18 blocklist.addAddress('123.123.123.123');
23 notStrictEqual(data, blocklist);
28 ok(blocklist.check('123.123.123.124'));
34 mc.port2.postMessage(blocklist);
/third_party/ffmpeg/libavcodec/
Derror_resilience.c381 static av_always_inline void add_blocklist(int (*blocklist)[2], int *blocklist_length, uint8_t *fix… in add_blocklist()
386 blocklist[ *blocklist_length ][0] = mb_x; in add_blocklist()
387 blocklist[(*blocklist_length)++][1] = mb_y; in add_blocklist()
392 int (*blocklist)[2], (*next_blocklist)[2]; in guess_mv() local
407 blocklist = (int (*)[2])s->er_temp_buffer; in guess_mv()
408 next_blocklist = blocklist + s->mb_stride * s->mb_height; in guess_mv()
465 …if (mb_x) add_blocklist(blocklist, &blocklist_length, fixed, mb_x - 1, mb_y, mb_xy -… in guess_mv()
466 …if (mb_y) add_blocklist(blocklist, &blocklist_length, fixed, mb_x, mb_y - 1, mb_xy -… in guess_mv()
467 …if (mb_x+1 < mb_width) add_blocklist(blocklist, &blocklist_length, fixed, mb_x + 1, mb_y, mb_xy +… in guess_mv()
468 …if (mb_y+1 < mb_height) add_blocklist(blocklist, &blocklist_length, fixed, mb_x, mb_y + 1, mb_xy +… in guess_mv()
[all …]
/third_party/node/src/
Dnode_sockaddr.h350 std::shared_ptr<SocketAddressBlockList> blocklist);
362 std::shared_ptr<SocketAddressBlockList> blocklist =
380 std::shared_ptr<SocketAddressBlockList> blocklist) in TransferData() argument
381 : blocklist_(std::move(blocklist)) {} in TransferData()
Dnode_sockaddr.cc546 std::shared_ptr<SocketAddressBlockList> blocklist) in SocketAddressBlockListWrap() argument
548 blocklist_(std::move(blocklist)) { in SocketAddressBlockListWrap()
568 std::shared_ptr<SocketAddressBlockList> blocklist) { in New() argument
579 std::move(blocklist)); in New()
/third_party/toybox/toys/pending/
Dmke2fs.c252 static uint32_t file_blocks_used(uint64_t size, uint32_t *blocklist) in file_blocks_used() argument
259 if (blocklist) { in file_blocks_used()
263 for (i=0; i<13 && i<dblocks; i++) blocklist[i] = i; in file_blocks_used()
265 if (dblocks > 13+idx) blocklist[13] = 13+idx; in file_blocks_used()
268 if (dblocks > idx) blocklist[14] = idx; in file_blocks_used()
/third_party/glib/gio/
Dgdesktopappinfo.c809 gchar * const *blocklist) in expand_strv() argument
829 if (blocklist) in expand_strv()
830 for (j = 0; blocklist[j]; j++) in expand_strv()
831 if (g_str_equal (to_add[i], blocklist[j])) in expand_strv()
1237 GPtrArray *blocklist) in desktop_file_dir_unindexed_mime_lookup() argument
1254 !array_contains (blocklist, app_name) && !array_contains (hits, app_name)) in desktop_file_dir_unindexed_mime_lookup()
1266 !array_contains (blocklist, app_name) && !array_contains (hits, app_name)) in desktop_file_dir_unindexed_mime_lookup()
1267 g_ptr_array_add (blocklist, app_name); in desktop_file_dir_unindexed_mime_lookup()
1500 GPtrArray *blocklist) in desktop_file_dir_mime_lookup() argument
1502 desktop_file_dir_unindexed_mime_lookup (dir, mime_type, hits, blocklist); in desktop_file_dir_mime_lookup()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DBUILD.gn59 blocklist = "./wpa_blocklist.txt"
135 blocklist = "./wpa_blocklist.txt"
/third_party/python/Doc/library/
Dhttp.cookiejar.rst465 A domain blocklist and allowlist is provided (both off by default). Only domains
466 not in the blocklist and present in the allowlist (if the allowlist is active)
474 cookie domain to be matched. For example, ``"example.com"`` matches a blocklist
497 Return whether *domain* is on the blocklist for setting or receiving cookies.
/third_party/node/doc/api/
Dnet.md137 The list of rules added to the blocklist.
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md455 ….com/nodejs/node/commit/a41a3e3b3f)] - **(SEMVER-MINOR)** **net**: make blocklist family case inse…
803 …m/nodejs/node/commit/aa5309c33f)] - **test**: increase coverage for net/blocklist (Zijian Liu) [#3…
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch4561 # TODO(thakis): Make this a blocklist instead, http://crbug.com/101600