Searched refs:tmp (Results 1 – 10 of 10) sorted by relevance
37 ScratchFile tmp; in TEST_F() local38 ASSERT_NE(-1, tmp.GetFd()); in TEST_F()39 UniquePtr<File> file(new File(tmp.GetFd(), tmp.GetFilename())); in TEST_F()46 int fd = open(tmp.GetFilename().c_str(), O_RDONLY); in TEST_F()
78 std::vector<byte> tmp; in DecodeBase64() local99 tmp.push_back((t >> 16) & 255); in DecodeBase64()101 tmp.push_back((t >> 8) & 255); in DecodeBase64()104 tmp.push_back(t & 255); in DecodeBase64()113 UniquePtr<byte[]> dst(new byte[tmp.size()]); in DecodeBase64()115 *dst_size = tmp.size(); in DecodeBase64()119 std::copy(tmp.begin(), tmp.end(), dst.get()); in DecodeBase64()
84 ScratchFile tmp; in TEST_F() local85 UniquePtr<const DexFile> raw(OpenDexFileBase64(kRawDex, tmp.GetFilename())); in TEST_F()
62 ScratchFile tmp; in TEST_F() local63 FileOutputStream output_stream(tmp.GetFile()); in TEST_F()66 UniquePtr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str())); in TEST_F()75 ScratchFile tmp; in TEST_F() local76 UniquePtr<FileOutputStream> file_output_stream(new FileOutputStream(tmp.GetFile())); in TEST_F()81 UniquePtr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str())); in TEST_F()
86 ScratchFile tmp; in TEST_F() local96 tmp.GetFile()); in TEST_F()103 UniquePtr<OatFile> oat_file(OatFile::Open(tmp.GetFilename(), tmp.GetFilename(), NULL, false)); in TEST_F()
111 …$(hide) (adb pull $(ART_TEST_DIR)/test-art-target-oat-$(1) /tmp/ && echo test-art-target-oat-$(1) …112 $(hide) rm /tmp/test-art-target-oat-$(1)119 mkdir -p /tmp/android-data/test-art-host-oat-default-$(1)120 ANDROID_DATA=/tmp/android-data/test-art-host-oat-default-$(1) \125 $(hide) rm -r /tmp/android-data/test-art-host-oat-default-$(1)129 mkdir -p /tmp/android-data/test-art-host-oat-interpreter-$(1)130 ANDROID_DATA=/tmp/android-data/test-art-host-oat-interpreter-$(1) \135 $(hide) rm -r /tmp/android-data/test-art-host-oat-interpreter-$(1)
37 mkdir -p /tmp/android-data/dalvik-cache39 ANDROID_DATA=/tmp/android-data \
62 rm -rf /tmp/test-*/dalvik-cache/*@classes.dex316 $(OATDUMP) --image=$(HOST_CORE_IMG_OUT) --output=/tmp/core.host.oatdump.txt --host-prefix=""317 @echo Output in /tmp/core.host.oatdump.txt323 $(OATDUMP) --image=$(TARGET_CORE_IMG_OUT) --output=/tmp/core.target.oatdump.txt324 @echo Output in /tmp/core.target.oatdump.txt330 $(OATDUMP) --image=$(TARGET_BOOT_IMG_OUT) --output=/tmp/boot.oatdump.txt331 @echo Output in /tmp/boot.oatdump.txt337 $(OATDUMP) --oat-file=$< --output=/tmp/Calculator.oatdump.txt338 @echo Output in /tmp/Calculator.oatdump.txt
160 $(hide) (adb pull $(ART_TEST_DIR)/$$@ /tmp/ && echo $$@ PASSED) || (echo $$@ FAILED && exit 1)161 $(hide) rm /tmp/$$@
335 int tmp = r_disp; in GenSparseSwitch() local337 r_key = tmp; in GenSparseSwitch()