Home
last modified time | relevance | path

Searched refs:ignore (Results 251 - 275 of 447) sorted by relevance

1...<<1112131415161718

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/class_hashstream/
H A Dhashstream_n_exporter.cpp104 auto [succAlg, alg, ignore] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8String(); in Constructor()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dopen.cpp43 tie(succ, path, ignore) = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8StringPath(); in Sync()
H A Dcopy_file.cpp104 auto [isPath, path, ignore] = pathOrFdFromJsArg.ToUTF8StringPath(); in ParseJsOperand()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dtruncate.cpp32 auto [isPath, path, ignore] = NVal(env, pathOrFdFromJsArg).ToUTF8StringPath(); in ParseJsFile()
H A Dcreate_randomaccessfile.cpp45 auto [isPath, path, ignore] = NVal(env, pathOrFileFromJsArg).ToUTF8StringPath(); in ParseJsFile()
H A Dcopy_file.cpp188 auto [isPath, path, ignore] = pathOrFdFromJsArg.ToUTF8StringPath(); in ParseJsOperand()
H A Dmove.cpp63 auto [resGetFirstArg, src, ignore] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8StringPath(); in ParseJsOperand()
H A Dread_text.cpp60 tie(succ, encoding, ignore) = op.GetProp("encoding").ToUTF8String("utf-8"); in GetReadTextArg()
/third_party/python/Tools/freeze/test/
H A Dfreeze.py87 # source only, ignore cached .pyc files.
95 shutil.copytree(oldroot, newroot, ignore=ignore_non_src)
196 # Use -E to ignore PYTHONSAFEPATH
/third_party/skia/resources/sksl/es2_conformance/
H A Dimport_conformance_tests.py33 # We ignore descriptions and version fields.
85 group.ignore('#' + pp.restOfLine)
/third_party/python/Lib/test/
H A Dtest_keywordonlyarg.py127 sortwords('a','c','b', reverse=True, ignore='ignore'))
/third_party/rust/crates/memoffset/src/
H A Dspan_of.rs37 /// ```ignore
44 /// ```ignore
175 #[cfg_attr(miri, ignore)] // this creates unaligned references
/third_party/python/Lib/test/support/
H A D__init__.py1135 # ignore patterns which contain fnmatch patterns: '*', '?', '[...]'
1136 # or '[!...]'. For example, ignore 'test_access*'.
1163 ignore = False
1167 ignore = ignore_func(test_id)
1168 return accept and not ignore
1551 def detect_api_mismatch(ref_api, other_api, *, ignore=()):
1559 if ignore:
1560 missing_items -= set(ignore)
2184 "ignore",
2198 if action == "ignore" an
[all...]
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Drunning_lock_strategy.cpp106 STANDBYSERVICE_LOGD("current state is not sleep or maintenance, ignore exemption"); in UpdateExemptionList()
221 std::tie(iter, std::ignore) = proxiedAppInfo_.emplace(key, in GetAllRunningAppInfo()
501 std::tie(iter, std::ignore) = proxiedAppInfo_.emplace(mapKey, ProxiedProcInfo {bundleName, uid}); in GetAndCreateAppInfo()
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dsession_incremental_backup_n_exporter.cpp371 auto [succ, str, ignore] = name.ToUTF8String(); in CheckDataList()
380 tie(succ, ignore) = time.ToInt64(); in CheckDataList()
/third_party/python/Lib/
H A Dtrace.py33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
40 # create a Trace object, telling it what to ignore, and whether to
81 # on the ignore list.
82 if modulename in self._mods: # Identical names, so ignore
87 # the ignore list
98 # must be a built-in, so we must ignore
115 # Tried the different ways, so we don't ignore this module
401 @param ignoremods a list of the names of modules to ignore
402 @param ignoredirs a list of the names of directories to ignore
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js3047 lunr.QueryLexer.prototype.ignore = function () {
3086 lexer.ignore()
3096 lexer.ignore()
3104 lexer.ignore()
3111 lexer.ignore()
/third_party/skia/tests/
H A DImageTest.cpp1001 std::tie(view, std::ignore) = as_IB(refImg)->asView(dContext, GrMipmapped::kNo); in test_cross_context_image()
1006 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo); in test_cross_context_image()
1011 std::tie(viewSecondRef, std::ignore) = as_IB(refImg)->asView(dContext, in test_cross_context_image()
1021 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo); in test_cross_context_image()
1030 std::tie(otherView, std::ignore) = as_IB(refImg)->asView(otherCtx, GrMipmapped::kNo); in test_cross_context_image()
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c1478 * ignore ACE from second list in merge_lists_posix()
2042 * are not followed, as they ignore the Posix mask and lead to
3696 BOOL ignore; in ntfs_build_permissions_posix() local
3750 ignore = FALSE; in ntfs_build_permissions_posix()
3761 ignore = genericinh = TRUE; in ntfs_build_permissions_posix()
3791 ignore = TRUE; in ntfs_build_permissions_posix()
3819 ignore = TRUE; in ntfs_build_permissions_posix()
3826 ignore = TRUE; in ntfs_build_permissions_posix()
3847 ignore = TRUE; in ntfs_build_permissions_posix()
3858 ignore in ntfs_build_permissions_posix()
[all...]
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Drouter_advertisement_daemon.cpp344 iss.ignore(1, ':'); in PutRaSlla()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h660 * @param ignore Not used; inherited from base class API.
669 FieldPosition& ignore,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmsgfmt.h660 * @param ignore Not used; inherited from base class API.
669 FieldPosition& ignore,
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_server_table.py372 if not f.ignore and f.vectorequiv == None:
/third_party/python/Lib/distutils/
H A Dunixccompiler.py88 ignore, macros, include_dirs = fixed_args
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmsgfmt.h660 * @param ignore Not used; inherited from base class API.
669 FieldPosition& ignore,

Completed in 27 milliseconds

1...<<1112131415161718