/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/ |
H A D | index.js | 11 const excl = pattern.match(/^!+/) 12 if (excl) { 13 pattern = pattern.slice(excl[0].length) 20 const negate = excl && excl[0].length % 2 === 1
|
/third_party/skia/buildtools/checkdeps/ |
H A D | graphdeps.py | 50 excl, 71 excl: Exclude nodes matching this regexp; such nodes' fanin/fanout is 95 self.excl = excl 188 # on how many of incl/excl/hilite_fanins/hilite_fanouts filters they hit, 200 re.search(self.excl, edge_spec): 280 --excl='.*->third_party' \ 332 "-e", "--excl", 333 default="^$", dest="excl", 387 excl [all...] |
/third_party/mesa3d/.gitlab-ci/b2c/ |
H A D | generate_b2c.py | 83 values['job_volume_exclusions'] = [excl for excl in exclusions if len(excl) > 0]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | interworking.c | 1651 int excluded = 0, *excl = &excluded; in interworking_connect() local 1679 wpa_s, bss, 0, excl); in interworking_connect() 1684 if (excl && !(*excl)) in interworking_connect() 1685 excl = NULL; in interworking_connect() 1688 cred = interworking_credentials_available_realm(wpa_s, bss, 0, excl); in interworking_connect() 1693 if (excl && !(*excl)) in interworking_connect() 1694 excl = NULL; in interworking_connect() 1698 excl); in interworking_connect() [all...] |
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractEngine.cpp | 48 CIntVector excl;
in Process2() local 52 options.excludedFormats = !
in Process2()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | interworking.c | 1684 int excluded = 0, *excl = &excluded; in interworking_connect() local 1714 wpa_s, bss, 0, excl); in interworking_connect() 1719 if (excl && !(*excl)) in interworking_connect() 1720 excl = NULL; in interworking_connect() 1723 cred = interworking_credentials_available_realm(wpa_s, bss, 0, excl); in interworking_connect() 1728 if (excl && !(*excl)) in interworking_connect() 1729 excl = NULL; in interworking_connect() 1733 excl); in interworking_connect() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | TimeZoneFormatTest.java | 543 for (Object[] excl : EXCLUSIONS) { in isSpecialTimeRoundTripCase() 544 if (excl[0] == null || loc.equals(excl[0])) { in isSpecialTimeRoundTripCase() 545 if (id.equals(excl[1])) { in isSpecialTimeRoundTripCase() 546 if (excl[2] == null || pattern.equals(excl[2])) { in isSpecialTimeRoundTripCase() 547 if (excl[3] == null || ((Long)excl[3]).compareTo(time) == 0) { in isSpecialTimeRoundTripCase()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | TimeZoneFormatTest.java | 546 for (Object[] excl : EXCLUSIONS) { in isSpecialTimeRoundTripCase() 547 if (excl[0] == null || loc.equals(excl[0])) { in isSpecialTimeRoundTripCase() 548 if (id.equals(excl[1])) { in isSpecialTimeRoundTripCase() 549 if (excl[2] == null || pattern.equals(excl[2])) { in isSpecialTimeRoundTripCase() 550 if (excl[3] == null || ((Long)excl[3]).compareTo(time) == 0) { in isSpecialTimeRoundTripCase()
|
/third_party/toybox/toys/posix/ |
H A D | tar.c | 55 struct double_list *incl, *excl, *seen; 196 if (filter(TT.excl, lnk)) goto done; in add_to_tar() 708 if (filter(TT.excl, TT.hdr.name) || (TT.incl && !delete)) in unpack_tar() 777 // do_lines callback, selects TT.incl or TT.excl based on call order 780 if (pline) trim2list(TT.X ? &TT.excl : &TT.incl, *pline); in do_XT() 800 trim2list(&TT.excl, TT.exclude->arg); in tar_main() 942 llist_traverse(TT.excl, llist_free_double); in tar_main()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.cpp | 3357 CIntVector excl;
3367 op2.excludedFormats = !
3495 CIntVector excl;
3498 op.excludedFormats = !
|
H A D | Update.cpp | 1248 CIntVector excl;
in UpdateArchive() local 1255 op.excludedFormats = !
in UpdateArchive()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1538 struct double_list *incl, *excl, *seen; member
|