/third_party/node/test/parallel/ |
D | test-blocklist-clone.js | 17 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/ |
D | error_resilience.c | 381 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/ |
D | node_sockaddr.h | 350 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()
|
D | node_sockaddr.cc | 546 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/ |
D | mke2fs.c | 252 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/ |
D | gdesktopappinfo.c | 809 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/ |
D | BUILD.gn | 59 blocklist = "./wpa_blocklist.txt" 135 blocklist = "./wpa_blocklist.txt"
|
/third_party/python/Doc/library/ |
D | http.cookiejar.rst | 465 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/ |
D | net.md | 137 The list of rules added to the blocklist.
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 455 ….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/ |
D | 0003-3.2-Beta3-1115.patch | 4561 # TODO(thakis): Make this a blocklist instead, http://crbug.com/101600
|