Home
last modified time | relevance | path

Searched refs:excluded (Results 1 - 25 of 30) sorted by relevance

12

/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestSelection.java91 for (UnicodeSet excluded : excludedSets) { in TestConversionUTF16()
92 CharsetSelector sel = new CharsetSelector(testEncodings, excluded, CharsetICU.ROUNDTRIP_SET); in TestConversionUTF16()
95 verifyResultUTF16(texts[i], testEncodings, result, excluded, CharsetICU.ROUNDTRIP_SET); in TestConversionUTF16()
101 UnicodeSet excluded, int mappingType) { in verifyResultUTF16()
111 if (!excluded.contains(ch) && !unicodePointSet.contains(ch)) { in verifyResultUTF16()
100 verifyResultUTF16(String s, List<String> encodings, List<String> result, UnicodeSet excluded, int mappingType) verifyResultUTF16() argument
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py281 def add_files_cli(parser, *, excluded=None, nargs=None):
282 process_files = add_file_filtering_cli(parser, excluded=excluded)
289 def add_file_filtering_cli(parser, *, excluded=None):
294 excluded = tuple(excluded or ())
303 _exclude = excluded + tuple(ns.pop('exclude') or ())
385 excluded = set()
389 excluded.add(kind)
394 if kind in excluded
[all...]
H A Dfsutil.py171 return '<excluded>'
183 for excluded in exclude:
184 if match_glob(filename, excluded):
/third_party/mbedtls/programs/test/
H A Dselftest.c541 /* Run all the tests except excluded ones */ in main()
544 char **excluded; in main() local
545 for (excluded = argp; *excluded != NULL; ++excluded) { in main()
546 if (!strcmp(*excluded, test->name)) { in main()
550 if (*excluded) { in main()
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A D__main__.py75 def _cli_preprocess(parser, excluded=None, **prepr_kwargs):
81 process_files = add_files_cli(parser, excluded=excluded)
152 excluded=None,
/third_party/notofonts/scripts/
H A Dbuild-site.py93 for excluded in EXCLUDE_LIST:
94 if excluded in results:
95 del results[excluded]
/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.cc178 uint64_t max, size_t n, const std::unordered_set<uint64_t>& excluded) { in NextSampleSlow()
179 CHECK_GE(max - excluded.size(), n); in NextSampleSlow()
182 result.reserve(max - excluded.size()); in NextSampleSlow()
185 if (!excluded.count(i)) { in NextSampleSlow()
177 NextSampleSlow( uint64_t max, size_t n, const std::unordered_set<uint64_t>& excluded) NextSampleSlow() argument
H A Drandom-number-generator.h96 // max - |excluded| must be less or equal to n.
102 const std::unordered_set<uint64_t>& excluded =
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dverify.js191 const excluded = opts.filter && !opts.filter(entry)
192 excluded && stats.rejectedEntries++
193 if (buckets[hashed] && !excluded) {
195 } else if (buckets[hashed] && excluded) {
197 } else if (excluded) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dinterworking.c51 int *excluded);
54 int *excluded);
1370 int *excluded) in interworking_credentials_available_roaming_consortium()
1410 if (excluded == NULL) in interworking_credentials_available_roaming_consortium()
1425 if (excluded) in interworking_credentials_available_roaming_consortium()
1426 *excluded = is_excluded; in interworking_credentials_available_roaming_consortium()
1651 int excluded = 0, *excl = &excluded; in interworking_connect() local
1929 int *excluded) in interworking_credentials_available_3gpp()
2029 if (excluded in interworking_credentials_available_3gpp()
1368 interworking_credentials_available_roaming_consortium( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) interworking_credentials_available_roaming_consortium() argument
1927 interworking_credentials_available_3gpp( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) interworking_credentials_available_3gpp() argument
2052 interworking_credentials_available_realm( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) interworking_credentials_available_realm() argument
2128 interworking_credentials_available_helper( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) interworking_credentials_available_helper() argument
2174 interworking_credentials_available( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int *excluded) interworking_credentials_available() argument
2446 int excluded = 0; interworking_select_network() local
[all...]
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packager.py193 excluded = 0 variable
259 excluded = excluded + 1 variable
263 sect["numTests"] = str(len(sourceFiles)-excluded)
/third_party/python/Tools/c-analyzer/c_parser/
H A D__main__.py160 def _cli_parse(parser, excluded=None, **prepr_kwargs):
164 process_files = add_files_cli(parser, excluded=excluded)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dinterworking.c51 int *excluded);
54 int *excluded);
1381 int *excluded) in interworking_credentials_available_roaming_consortium()
1425 if (excluded == NULL) in interworking_credentials_available_roaming_consortium()
1440 if (excluded) in interworking_credentials_available_roaming_consortium()
1441 *excluded = is_excluded; in interworking_credentials_available_roaming_consortium()
1684 int excluded = 0, *excl = &excluded; in interworking_connect() local
1972 int *excluded) in interworking_credentials_available_3gpp()
2072 if (excluded in interworking_credentials_available_3gpp()
1379 interworking_credentials_available_roaming_consortium( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) interworking_credentials_available_roaming_consortium() argument
1970 interworking_credentials_available_3gpp( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) interworking_credentials_available_3gpp() argument
2095 interworking_credentials_available_realm( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) interworking_credentials_available_realm() argument
2175 interworking_credentials_available_helper( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) interworking_credentials_available_helper() argument
2221 interworking_credentials_available( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int *excluded) interworking_credentials_available() argument
2493 int excluded = 0; interworking_select_network() local
[all...]
H A Dnotify.h215 struct wpa_cred *cred, int excluded,
H A Dnotify.c1269 struct wpa_cred *cred, int excluded, in wpas_notify_interworking_ap_added()
1274 excluded ? INTERWORKING_EXCLUDED : INTERWORKING_AP, in wpas_notify_interworking_ap_added()
1281 wpas_dbus_signal_interworking_ap_added(wpa_s, bss, cred, type, excluded, in wpas_notify_interworking_ap_added()
1267 wpas_notify_interworking_ap_added(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_cred *cred, int excluded, const char *type, int bh, int bss_load, int conn_capab) wpas_notify_interworking_ap_added() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DPseudoLocalesTest.java28 CldrPath excluded = in testExpansion()
40 value(excluded, "Skipped"), in testExpansion()
/third_party/node/deps/npm/node_modules/init-package-json/lib/
H A Ddefault-input.js15 const readDeps = (test, excluded) => async () => {
24 if (dir.match(/^\./) || test !== isTestPkg(dir) || excluded[dir]) {
/third_party/gn/src/gn/
H A Dfunction_filter_labels.cc130 one of the patterns will be excluded.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new.h275 const char *type, int excluded,
635 const char *type, int excluded, in wpas_dbus_signal_interworking_ap_added()
632 wpas_dbus_signal_interworking_ap_added(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_cred *cred, const char *type, int excluded, int bh, int bss_load, int conn_capab) wpas_dbus_signal_interworking_ap_added() argument
/third_party/libinput/test/
H A Dlitest.c466 int64_t excluded, in litest_add_tcase()
474 litest_assert(excluded >= LITEST_DEVICELESS); in litest_add_tcase()
489 excluded == LITEST_DEVICELESS) { in litest_add_tcase()
493 excluded == LITEST_DISABLE_DEVICE) { in litest_add_tcase()
496 } else if (required != LITEST_ANY || excluded != LITEST_ANY) { in litest_add_tcase()
508 (dev->features & excluded) != 0) in litest_add_tcase()
586 int64_t excluded) in _litest_add()
592 excluded, in _litest_add()
601 int64_t excluded, in _litest_add_ranged()
604 litest_add_tcase(name, funcname, func, required, excluded, rang in _litest_add_ranged()
462 litest_add_tcase(const char *filename, const char *funcname, const void *func, int64_t required, int64_t excluded, const struct range *range) litest_add_tcase() argument
582 _litest_add(const char *name, const char *funcname, const void *func, int64_t required, int64_t excluded) _litest_add() argument
597 _litest_add_ranged(const char *name, const char *funcname, const void *func, int64_t required, int64_t excluded, const struct range *range) _litest_add_ranged() argument
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py197 sources, prefix=None, excluded=None, list_excluded=True, msvs_version=None
204 excluded: A set of excluded files.
222 # Gather files into the final result, excluded, or folders.
226 if filename in excluded:
240 excluded=excluded,
246 # Add a folder for excluded files.
261 excluded=excluded,
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py197 sources, prefix=None, excluded=None, list_excluded=True, msvs_version=None
204 excluded: A set of excluded files.
222 # Gather files into the final result, excluded, or folders.
226 if filename in excluded:
240 excluded=excluded,
246 # Add a folder for excluded files.
261 excluded=excluded,
[all...]
/third_party/python/Tools/c-analyzer/cpython/
H A D__main__.py88 FILES_KWARGS = dict(excluded=_parser.EXCLUDED, nargs='*')
/third_party/node/deps/openssl/openssl/apps/
H A Dx509.c183 static void warn_copying(ASN1_OBJECT *excluded, const char *names) in warn_copying() argument
185 const char *sn = OBJ_nid2sn(OBJ_obj2nid(excluded)); in warn_copying()
/third_party/openssl/apps/
H A Dx509.c183 static void warn_copying(ASN1_OBJECT *excluded, const char *names) in warn_copying() argument
185 const char *sn = OBJ_nid2sn(OBJ_obj2nid(excluded)); in warn_copying()

Completed in 26 milliseconds

12