Searched refs:fp (Results 1 - 14 of 14) sorted by relevance

/build/core/
H A Dfilter_symbols.sh15 $NM -g -fp $1 | while read -a line
H A Dhost_java_library.mk105 $(hide) $(ACP) -fp $< $@
110 $(hide) $(ACP) -fp $< $@
H A Ddex_preopt.mk54 $(hide) $(ACP) -fp $$< $$(PRIVATE_DBJ_JAR)
H A Dpackage.mk244 $(ACP) -fp $$GENERATED_MANIFEST_FILE $(TARGET_COMMON_OUT_ROOT)/R/$$dir; \
250 $(ACP) -fp $$GENERATED_R_FILE $(TARGET_COMMON_OUT_ROOT)/R/$$dir \
252 $(ACP) -fp $$GENERATED_R_FILE $@ || exit 32; \
H A Djava.mk310 $(hide) $(ACP) -fp $(PRIVATE_SOURCE_FILE) $@
343 $(hide) $(ACP) -fp $< $@
372 $(hide) $(ACP) -fp $< $@
440 $(hide) $(ACP) -fp $< $@
462 $(hide) $(ACP) -fp $< $@
H A Ddefinitions.mk1800 $(hide) $(ACP) -fp $< $@
1807 $(hide) cp -fp $< $@
1827 $(hide) $(ACP) -fp $< $@
/build/target/board/generic_mips/
H A DBoardConfig.mk27 TARGET_ARCH_VARIANT := mips32r2-fp
/build/tools/zipalign/
H A DZipEntry.cpp39 status_t ZipEntry::initFromCDE(FILE* fp) argument
48 result = mCDE.read(fp);
57 posn = ftell(fp);
58 if (fseek(fp, mCDE.mLocalHeaderRelOffset, SEEK_SET) != 0) {
64 result = mLFH.read(fp);
70 if (fseek(fp, posn, SEEK_SET) != 0)
399 * On entry, "fp" points to the signature at the start of the header.
400 * On exit, "fp" points to the start of data.
402 status_t ZipEntry::LocalFileHeader::read(FILE* fp) argument
410 if (fread(buf, 1, kLFHLen, fp) !
469 write(FILE* fp) argument
536 read(FILE* fp) argument
627 write(FILE* fp) argument
[all...]
H A DZipEntry.h156 status_t initFromCDE(FILE* fp);
240 status_t read(FILE* fp);
241 status_t write(FILE* fp);
298 status_t read(FILE* fp);
299 status_t write(FILE* fp);
H A DZipFile.h149 //bool uncompress(const ZipEntry* pEntry, FILE* fp) const;
189 status_t write(FILE* fp);
237 status_t filemove(FILE* fp, off_t dest, off_t src, size_t n);
H A DZipFile.cpp1049 status_t ZipFile::filemove(FILE* fp, off_t dst, off_t src, size_t n) argument
1063 if (fseek(fp, (long) src, SEEK_SET) != 0) {
1068 if (fread(readBuf, 1, getSize, fp) != getSize) {
1074 if (fseek(fp, (long) dst, SEEK_SET) != 0) {
1079 if (fwrite(readBuf, 1, getSize, fp) != getSize) {
1262 status_t ZipFile::EndOfCentralDir::write(FILE* fp) argument
1275 if (fwrite(buf, 1, kEOCDLen, fp) != kEOCDLen)
1279 if (fwrite(mComment, mCommentLen, 1, fp) != mCommentLen)
/build/tools/releasetools/
H A Dedify_generator.py71 def AssertSomeFingerprint(self, *fp):
72 """Assert that the current system build fingerprint is one of *fp."""
73 if not fp:
78 % i for i in fp]) +
81 ) % (" or ".join(fp),)
/build/core/tasks/
H A Dcts.mk60 $(hide) $(ACP) -fp $(VMTESTSTF_JAR) $(PRIVATE_DIR)/repository/testcases
61 $(hide) $(ACP) -fp $(DDMLIB_JAR) $(PRIVATE_JUNIT_HOST_JAR) $(HOSTTESTLIB_JAR) $(CTS_HOST_LIBRARY_JARS) $(TF_JAR) $(CTS_TF_JAR) $(CTS_TF_EXEC_PATH) $(CTS_TF_README_PATH) $(PRIVATE_DIR)/tools
185 $(hide) $(ACP) -fp $(CTS_CORE_XMLS) $(CTS_TEST_XMLS) $(CORE_VM_TEST_TF_DESC) $(PRIVATE_DIR)/repository/testcases
209 $(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(1))/package.apk \
216 $(hide) $(ACP) -fp $(1) $(PRIVATE_DIR)/repository/testcases/$(notdir $1)
/build/core/combo/
H A DTARGET_linux-mips.mk21 # than mips32r2-fp. Each value should correspond to a file named
34 TARGET_ARCH_VARIANT := mips32r2-fp

Completed in 418 milliseconds