/aosp12/bionic/libc/include/sys/ |
H A D | cdefs.h | 212 #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 D | cleanbuild.mk | 117 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 D | ZipEntry.cpp | 50 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 D | ZipEntry.h | 83 status_t rewrite(FILE* fp); 101 status_t rewrite(FILE* fp);
|
H A D | ZipTime.cpp | 42 if (zip.rewrite(argv[1]) != 0) { in main()
|
H A D | ZipFile.h | 43 status_t rewrite(const char* zipFileName);
|
H A D | README.txt | 5 file.zip is an existing Zip archive to rewrite
|
H A D | ZipFile.cpp | 36 status_t ZipFile::rewrite(const char* zipFileName) in rewrite() function in ZipFile
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
H A D | setenv.c | 91 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 D | JavaNetHttpHelper.java | 129 URL u = new URL(mRewriter.rewrite(url)); in createConnection() 183 public String rewrite(String url) { in rewrite() method in JavaNetHttpHelper.PassThroughRewriter
|
H A D | HttpHelper.java | 150 public String rewrite(String url); in rewrite() method
|
/aosp12/frameworks/base/cmds/idmap2/tests/ |
H A D | ResourceMappingTests.cpp | 77 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 D | pom2mk.go | 355 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 D | TextClassificationManagerService.java | 1235 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 D | pom2bp.go | 590 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-static-libs <module>=<module>[… 592 -rewrite <regex>=<replace> 593 …rewrite can be used to specify mappings between Maven projects and Android.bp modules. The -rewrite
|
/aosp12/art/compiler/optimizing/ |
H A D | induction_var_analysis.cc | 163 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 D | Android.bp | 15 // TODO: once b/80095087 is fixed, rewrite this back to android_test
|
/aosp12/bionic/libc/dns/net/ |
H A D | getnameinfo.c | 329 TODO: Before uncommenting rewrite to avoid modifying hp. in getnameinfo_inet()
|
/aosp12/system/core/cli-test/ |
H A D | README.md | 62 the scenes to rewrite the test files directory to `$FILES` because otherwise any
|
/aosp12/bionic/ |
H A D | android-changes-for-ndk-developers.md | 204 *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 D | ICameraDeviceSession.hal | 83 * stream due to the new configuration, it may rewrite the values of usage
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-api-services-storage-v1-rev158-1.25.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 11243 // 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 D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | ... .Object {
public abstract java.lang.String rewrite (com.google.googlejavaformat.Input$Tok ... |