Home
last modified time | relevance | path

Searched refs:blocklist (Results 1 – 14 of 14) 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/rust/crates/bindgen/book/src/
Dblocklisting.md5 explicitly blocklist generation of its definition. Uses of the blocklisted type
15 The `blocklist-file` option also allows the blocklisting of all items from a
28 * `--blocklist-file <path>`
29 * `--blocklist-function <function>`
30 * `--blocklist-item <item>`
31 * `--blocklist-type <type>`
Dobjc.md35 To blocklist an Objective-C method, you should add the bindgen generated method
36 path (e.g. `IFoo::method` or `IFoo::class_method`) as a blocklist item.
54 have to blocklist a few things. There are a few cases of the parameters being
/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/wpa_supplicant/wpa_supplicant-2.9_standard/
DBUILD.gn101 blocklist = "./wpa_blocklist.txt"
143 blocklist = "./wpa_blocklist.txt"
360 blocklist = "./wpa_blocklist.txt"
506 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.md566 ….com/nodejs/node/commit/a41a3e3b3f)] - **(SEMVER-MINOR)** **net**: make blocklist family case inse…
914 …m/nodejs/node/commit/aa5309c33f)] - **test**: increase coverage for net/blocklist (Zijian Liu) [#3…
/third_party/libabigail/tests/data/test-annotate/
Dtest14-pr18893.so.abi4348 <!-- char* Pool::blocklist[32] -->
4349 …<var-decl name='blocklist' type-id='type-id-107' visibility='default' filepath='libnurbs/internals…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest14-pr18893.so.abi2805 …<var-decl name='blocklist' type-id='type-id-107' visibility='default' filepath='libnurbs/internals…
/third_party/chromium/patch/
D0003-ohos-1115.patch4561 # TODO(thakis): Make this a blocklist instead, http://crbug.com/101600