Home
last modified time | relevance | path

Searched refs:excluded (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
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() argument
111 if (!excluded.contains(ch) && !unicodePointSet.contains(ch)) { in verifyResultUTF16()
/third_party/mbedtls/programs/test/
Dselftest.c428 char **excluded; in main() local
429 for( excluded = argp; *excluded != NULL; ++excluded ) in main()
431 if( !strcmp( *excluded, test->name ) ) in main()
434 if( *excluded ) in main()
/third_party/python/Tools/c-analyzer/c_common/
Dscriptutil.py281 def add_files_cli(parser, *, excluded=None, nargs=None): argument
282 process_files = add_file_filtering_cli(parser, excluded=excluded)
289 def add_file_filtering_cli(parser, *, excluded=None): argument
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:
395 excluded.remove(kind)
396 if excluded:
[all …]
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
D__main__.py75 def _cli_preprocess(parser, excluded=None, **prepr_kwargs): argument
81 process_files = add_files_cli(parser, excluded=excluded)
152 excluded=None, argument
/third_party/boost/libs/icl/test/test_doc_code_/
Dtest_doc_code.cpp59 IdentifiersT identifiers, excluded; in BOOST_AUTO_TEST_CASE() local
66 excluded = IdentifiersT(icl::hull(identifiers)) - identifiers; in BOOST_AUTO_TEST_CASE()
67 cout << "excluded : " << excluded << endl; in BOOST_AUTO_TEST_CASE()
/third_party/node/deps/npm/node_modules/cacache/lib/
Dverify.js167 const excluded = opts.filter && !opts.filter(entry)
168 excluded && stats.rejectedEntries++
169 if (buckets[hashed] && !excluded) {
171 } else if (buckets[hashed] && excluded) {
173 } else if (excluded) {
/third_party/boost/libs/hof/doc/html/_static/
Dsearchtools.js425 var excluded = [];
448 toAppend = excluded;
481 results = results.concat(this.performTermsSearch(searchterms, excluded, terms, titleterms));
647 performTermsSearch : function(searchterms, excluded, terms, titleterms) { argument
708 for (i = 0; i < excluded.length; i++) {
709 if (terms[excluded[i]] == file ||
710 titleterms[excluded[i]] == file ||
711 $u.contains(terms[excluded[i]] || [], file) ||
712 $u.contains(titleterms[excluded[i]] || [], file)) {
/third_party/boost/libs/gil/doc/html/_static/
Dsearchtools.js425 var excluded = [];
448 toAppend = excluded;
481 results = results.concat(this.performTermsSearch(searchterms, excluded, terms, titleterms));
647 performTermsSearch : function(searchterms, excluded, terms, titleterms) { argument
708 for (i = 0; i < excluded.length; i++) {
709 if (terms[excluded[i]] == file ||
710 titleterms[excluded[i]] == file ||
711 $u.contains(terms[excluded[i]] || [], file) ||
712 $u.contains(titleterms[excluded[i]] || [], file)) {
/third_party/boost/libs/python/doc/html/numpy/_static/
Dsearchtools.js425 var excluded = [];
448 toAppend = excluded;
481 results = results.concat(this.performTermsSearch(searchterms, excluded, terms, titleterms));
647 performTermsSearch : function(searchterms, excluded, terms, titleterms) { argument
708 for (i = 0; i < excluded.length; i++) {
709 if (terms[excluded[i]] == file ||
710 titleterms[excluded[i]] == file ||
711 $u.contains(terms[excluded[i]] || [], file) ||
712 $u.contains(titleterms[excluded[i]] || [], file)) {
/third_party/mbedtls/scripts/
Dgenerate_query_config.pl61 my @excluded = qw(
64 my $excluded_re = join '|', @excluded;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dinterworking.c51 int *excluded);
54 int *excluded);
1376 int *excluded) in interworking_credentials_available_roaming_consortium() argument
1420 if (excluded == NULL) in interworking_credentials_available_roaming_consortium()
1435 if (excluded) in interworking_credentials_available_roaming_consortium()
1436 *excluded = is_excluded; in interworking_credentials_available_roaming_consortium()
1679 int excluded = 0, *excl = &excluded; in interworking_connect() local
1957 int *excluded) in interworking_credentials_available_3gpp() argument
2057 if (excluded == NULL) in interworking_credentials_available_3gpp()
2073 if (excluded) in interworking_credentials_available_3gpp()
[all …]
Dnotify.c974 struct wpa_cred *cred, int excluded, in wpas_notify_interworking_ap_added() argument
979 excluded ? INTERWORKING_EXCLUDED : INTERWORKING_AP, in wpas_notify_interworking_ap_added()
986 wpas_dbus_signal_interworking_ap_added(wpa_s, bss, cred, type, excluded, in wpas_notify_interworking_ap_added()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dinterworking.c51 int *excluded);
54 int *excluded);
1370 int *excluded) in interworking_credentials_available_roaming_consortium() argument
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() argument
2029 if (excluded == NULL) in interworking_credentials_available_3gpp()
2045 if (excluded) in interworking_credentials_available_3gpp()
[all …]
/third_party/boost/libs/ratio/test/test_cmake/
DCMakeLists.txt17 # Those libraries can be excluded here
18 …na;yap;safe_numerics;beast CACHE STRING "List of libraries that will be excluded from cmake build")
/third_party/python/Tools/c-analyzer/c_parser/
D__main__.py160 def _cli_parse(parser, excluded=None, **prepr_kwargs): argument
164 process_files = add_files_cli(parser, excluded=excluded)
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocalesTest.java28 CldrPath excluded = in testExpansion() local
40 value(excluded, "Skipped"), in testExpansion()
/third_party/node/deps/npm/node_modules/ignore-walk/
DREADME.md45 they are not excluded by any of the ignore rules. If not set, then
51 been excluded itself.
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/src/
Dandroid-tests.txt2 # tests are excluded from Khronos CTS mustpass as they are
/third_party/flutter/flutter/dev/automated_tests/flutter_test/
Dfiltering_test.dart11 test('excluded', () {
/third_party/quickjs/
DTODO66 Test262o: 0/11262 errors, 463 excluded
69 Result: 51/75119 errors, 899 excluded, 570 skipped
/third_party/node/deps/npm/node_modules/init-package-json/
Ddefault-input.js18 function readDeps (test, excluded) { return function (cb) { argument
26 if (test !== isTestPkg(d) || excluded[d])
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscrollable.dart617 /// excluded from the scrollable area for semantics purposes.
619 /// Nodes, that are to be excluded, have to be tagged with
627 /// node will contain all children, that are excluded from scrolling. The inner
676 /// Whether this render object is excluded from the semantic tree.
737 final List<SemanticsNode> excluded = <SemanticsNode>[_innerNode];
742 excluded.add(child);
750 node.updateWith(config: null, childrenInInversePaintOrder: excluded);
/third_party/boost/tools/cmake/include/
DBoostRoot.cmake24 set(BOOST_INCLUDE_LIBRARIES "" CACHE STRING "List of libraries to build (default: all but excluded
189 boost_message(DEBUG "Skipping excluded Boost library ${__boost_lib}")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td901 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
916 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
931 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
947 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
962 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
984 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
995 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1018 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1063 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
1077 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
[all …]
/third_party/grpc/tools/buildgen/plugins/
Dexpand_filegroups.py22 def excluded(filename, exclude_res): function

12345678910>>...14