Home
last modified time | relevance | path

Searched refs:nochange (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/tools/escapesrc/
DMakefile.in78 @echo Testing test-nochange.cpp
79 @$(INVOKE) $(TARGET) $(srcdir)/test-nochange.cpp ./output-nochange.cpp
80 …@-diff -I '#line.*' $(srcdir)/test-nochange.cpp ./output-nochange.cpp || (echo >&2 'warning: diff …
/external/llvm-project/llvm/test/Demangle/
Dms-cxx17-noexcept.test5 ?nochange@@YAXXZ
6 ; CHECK: void __cdecl nochange(void)
/external/icu/icu4c/source/
Dacinclude.m4136 BITS_REQ=nochange
146 nochange) with_library_bits=nochange; ;;
152 …bits specify how many bits to use for the library (32, 64, 64else32, nochange) [default=nochange]],
154 ""|nochange) BITS_REQ=$withval ;;
160 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then
193 nochange) ;;
204 nochange) ;;
215 nochange) ;;
Dconfigure1473 …its=bits specify how many bits to use for the library (32, 64, 64else32, nochange) default=nochange
4802 if test "$cross_compiling" = "yes" -a "${BITS_REQ}" != "nochange"; then
4868 nochange) ;;
4879 nochange) ;;
4890 nochange) ;;
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-ms-exception-spec.cpp7 void nochange() noexcept {} in nochange() function
/external/selinux/policycoreutils/setfiles/
Drestore.h22 unsigned int nochange; member
Drestore.c37 opts->restorecon_flags = opts->nochange | opts->verbose | in restore_init()
Dsetfiles.c325 r_opts.nochange = SELINUX_RESTORECON_NOCHANGE;
/external/selinux/restorecond/
Drestore.h29 unsigned int nochange; member
Drestore.c32 opts->restorecon_flags = opts->nochange | opts->verbose | in restore_init()
/external/selinux/libselinux/src/
Dselinux_restorecon.c70 bool nochange; member
700 if (!flags->nochange) { in restorecon_sb()
712 if (flags->syslog_changes && !flags->nochange) { in restorecon_sb()
809 flags.nochange = (restorecon_flags & in selinux_restorecon()
1073 if (setrestorecondigest && !flags.nochange && !error) { in selinux_restorecon()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1311 bool nochange, bool verbose, in restorecon_sb() argument
1343 if (!nochange) { in restorecon_sb()
1423 bool nochange = (flags & SELINUX_ANDROID_RESTORECON_NOCHANGE) ? true : false; in selinux_android_restorecon_common() local
1487 error = restorecon_sb(pathname, &sb, nochange, verbose, seinfo, uid); in selinux_android_restorecon_common()
1598 … error |= restorecon_sb(ftsent->fts_path, ftsent->fts_statp, nochange, verbose, seinfo, uid); in selinux_android_restorecon_common()
1605 if (setrestoreconlast && !nochange && !error) { in selinux_android_restorecon_common()