Home
last modified time | relevance | path

Searched refs:rewrite (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/bionic/libc/include/sys/
H A Dcdefs.h212 #define __RENAME_LDBL(rewrite,rewrite_api_level,regular_api_level) __INTRODUCED_IN(regular_api_leve… argument
213 #define __RENAME_LDBL_NO_GUARD_FOR_NDK(rewrite,rewrite_api_level,regular_api_level) __INTRODUCED_IN… argument
215 #define __RENAME_LDBL(rewrite,rewrite_api_level,regular_api_level) __RENAME(rewrite) __INTRODUCED_I… argument
216 #define __RENAME_LDBL_NO_GUARD_FOR_NDK(rewrite,rewrite_api_level,regular_api_level) __RENAME(rewrit… argument
224 #define __RENAME_STAT64(rewrite,rewrite_api_level,regular_api_level) __INTRODUCED_IN(regular_api_le… argument
226 #define __RENAME_STAT64(rewrite,rewrite_api_level,regular_api_level) __RENAME(rewrite) __INTRODUCED… argument
/aosp12/build/make/core/
H A Dcleanbuild.mk117 define -cs-rewrite-cleanstep
124 …$(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_INTERMEDIATES),$($(TARGET…
125 …$(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_SHARED_LIBRARIES),$($(TAR…
126 …$(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$(TARGET_OUT_VENDOR_SHARED_LIBRARIES),…
127 …$(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_…
128 …$(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_…
129 …$(call -cs-rewrite-cleanstep,$(INTERNAL_CLEAN_STEP.$(step)),$($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_…
/aosp12/build/make/tools/ziptime/
H A DZipEntry.cpp50 result = mCDE.rewrite(fp); in initAndRewriteFromCDE()
64 result = mLFH.rewrite(fp); in initAndRewriteFromCDE()
87 status_t ZipEntry::LocalFileHeader::rewrite(FILE* fp) in rewrite() function in ZipEntry::LocalFileHeader
124 status_t ZipEntry::CentralDirEntry::rewrite(FILE* fp) in rewrite() function in ZipEntry::CentralDirEntry
H A DZipEntry.h83 status_t rewrite(FILE* fp);
101 status_t rewrite(FILE* fp);
H A DZipTime.cpp42 if (zip.rewrite(argv[1]) != 0) { in main()
H A DZipFile.h43 status_t rewrite(const char* zipFileName);
H A DREADME.txt5 file.zip is an existing Zip archive to rewrite
H A DZipFile.cpp36 status_t ZipFile::rewrite(const char* zipFileName) in rewrite() function in ZipFile
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dsetenv.c91 setenv(const char *name, const char *value, int rewrite) in setenv() argument
111 if (!rewrite) in setenv()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DJavaNetHttpHelper.java129 URL u = new URL(mRewriter.rewrite(url)); in createConnection()
183 public String rewrite(String url) { in rewrite() method in JavaNetHttpHelper.PassThroughRewriter
H A DHttpHelper.java150 public String rewrite(String url); in rewrite() method
/aosp12/frameworks/base/cmds/idmap2/tests/
H A DResourceMappingTests.cpp77 ResourceId overlay_resource, bool rewrite) { in MappingExists() argument
96 if ((overlay_iter != overlay_map.end()) != rewrite) { in MappingExists()
97 return Error(R"(Expected rewriting: "%s")", rewrite ? "true" : "false"); in MappingExists()
100 if (rewrite && overlay_iter->second != target_resource) { in MappingExists()
/aosp12/build/soong/cmd/pom2mk/
H A Dpom2mk.go355 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-deps <module>=<module>[,<modul…
357 -rewrite <regex>=<replace>
358 rewrite can be used to specify mappings between Maven projects and Make modules. The -rewrite
/aosp12/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DTextClassificationManagerService.java1235 boolean rewrite = false; in rewriteTextClassificationIcons()
1243 rewrite = true; in rewriteTextClassificationIcons()
1250 return rewrite in rewriteTextClassificationIcons()
1270 boolean rewrite = false; in rewriteConversationActionsIcons()
1278 rewrite = true; in rewriteConversationActionsIcons()
1287 if (rewrite) { in rewriteConversationActionsIcons()
/aosp12/build/soong/cmd/pom2bp/
H A Dpom2bp.go590 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-static-libs <module>=<module>[…
592 -rewrite <regex>=<replace>
593rewrite can be used to specify mappings between Maven projects and Android.bp modules. The -rewrite
/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis.cc163 bool rewrite) { in FixOutsideUse() argument
173 } else if (rewrite) { in FixOutsideUse()
187 } else if (rewrite) { in FixOutsideUse()
205 bool rewrite) { in RewriteBreakLoopBody() argument
209 if (!FixOutsideUse(loop, it.Current(), exit_value, rewrite)) { in RewriteBreakLoopBody()
216 if (rewrite) { in RewriteBreakLoopBody()
219 if (!FixOutsideUse(loop, m, FindFirstLoopHeaderPhiUse(loop, m), rewrite)) { in RewriteBreakLoopBody()
/aosp12/frameworks/base/startop/iorap/tests/
H A DAndroid.bp15 // TODO: once b/80095087 is fixed, rewrite this back to android_test
/aosp12/bionic/libc/dns/net/
H A Dgetnameinfo.c329 TODO: Before uncommenting rewrite to avoid modifying hp. in getnameinfo_inet()
/aosp12/system/core/cli-test/
H A DREADME.md62 the scenes to rewrite the test files directory to `$FILES` because otherwise any
/aosp12/bionic/
H A Dandroid-changes-for-ndk-developers.md204 *Resolution*: rewrite your native code to rely only on public API. As a
281 *Resolution*: rewrite assembler to be position independent to ensure
/aosp12/hardware/interfaces/camera/device/3.2/
H A DICameraDeviceSession.hal83 * stream due to the new configuration, it may rewrite the values of usage
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-api-services-storage-v1-rev158-1.25.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto11243 // Time used to rewrite types and namespaces in the document.
11373 // Time used to rewrite the search spec.
11376 // Time used to rewrite the search results.
/aosp12/packages/apps/TV/libs/m2/
H A Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jar ... .Object { public abstract java.lang.String rewrite (com.google.googlejavaformat.Input$Tok ...

12