HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 101 - 125 of 5706) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format22s.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) (insn.vregA | (insn.vregB << 4)));
29 file.writeUShort((short) insn.vregC);
Format22t.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) (insn.vregA | (insn.vregB << 4)));
29 file.writeUShort((short) insn.vregC);
Format22x.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) insn.vregA);
29 file.writeUShort((short) insn.vregB);
Format30t.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) 0); // padding
29 file.writeUInt((int) insn.vregA);
Format31c.java 5 * you may not use this file except in compliance with the License.
27 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
28 file.writeByte((byte) insn.info.value);
29 file.writeByte((byte) insn.vregA);
30 file.writeUInt((int) insn.vregB);
Format31i.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) insn.vregA);
29 file.writeUInt((int) insn.vregB);
Format31t.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) insn.vregA);
29 file.writeUInt((int) insn.vregB);
Format32x.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) 0); // padding
29 file.writeUShort((short) insn.vregA);
30 file.writeUShort((short) insn.vregB);
Format35c.java 5 * you may not use this file except in compliance with the License.
28 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
29 file.writeByte((byte) insn.info.value);
30 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4)));
31 file.writeUShort((short) insn.vregB);
32 file.writeByte((byte) ((insn.invokeFormatInfo.vregD << 4) | insn.vregC));
33 file.writeByte((byte) ((insn.invokeFormatInfo.vregF << 4)
Format35mi.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4)));
29 file.writeUShort((short) insn.vregB);
30 file.writeByte((byte) ((insn.invokeFormatInfo.vregD << 4) | insn.vregC));
31 file.writeByte((byte) ((insn.invokeFormatInfo.vregF << 4)
Format35ms.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) (insn.invokeFormatInfo.vregG | (insn.vregA << 4)));
29 file.writeUShort((short) insn.vregB);
30 file.writeByte((byte) ((insn.invokeFormatInfo.vregD << 4) | insn.vregC));
31 file.writeByte((byte) ((insn.invokeFormatInfo.vregF << 4)
Format3rc.java 5 * you may not use this file except in compliance with the License.
28 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
29 file.writeByte((byte) insn.info.value);
30 file.writeByte((byte) insn.vregA);
31 file.writeUShort((short) insn.vregB);
32 file.writeUShort((short) insn.vregC);
Format3rmi.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) insn.vregA);
29 file.writeUShort((short) insn.vregB);
30 file.writeUShort((short) insn.vregC);
Format3rms.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) insn.vregA);
29 file.writeUShort((short) insn.vregB);
30 file.writeUShort((short) insn.vregC);
Format51l.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) insn.vregA);
29 file.writeUShort((short) (insn.vregB & 0xffff));
30 file.writeUShort((short) ((insn.vregB & 0xffff0000) >> 16));
31 file.writeUShort((short) ((insn.vregB & 0xffff00000000L) >> 32));
32 file.writeUShort((short) ((insn.vregB & 0xffff000000000000L) >> 48));
Format10x.java 5 * you may not use this file except in compliance with the License.
26 public void writeToFile(DexRandomAccessFile file, Instruction insn) throws IOException {
27 file.writeByte((byte) insn.info.value);
28 file.writeByte((byte) 0); // padding
  /external/testng/src/test/java/test/ant/
TestCommandLineArgs.java 7 import java.io.File;
43 File file = new File("pom.xml"); local
45 assert file.exists();
47 String path = file.getAbsolutePath();
  /libcore/ojluni/src/main/java/java/nio/file/
FileSystemException.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file;
31 * Thrown when a file system operation fails on one or two files. This class is
32 * the general class for file system exceptions.
42 private final String file; field in class:FileSystemException
47 * when an operation involving one file fails and there isn't any additional
50 * @param file
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
FileSystemWriteTest.java 5 * you may not use this file except in compliance with the License.
25 import java.io.File;
38 File file = new File("/data/misc/bluetooth/test.file"); local
39 Assert.assertTrue("File not created", file.createNewFile());
40 file.delete();
42 Assert.fail("Exception creating file /data/misc/bluetooth/test.file: " + e)
49 File file = new File("\/data\/misc\/bluedroid\/test.file"); local
60 File file = new File("\/data\/misc\/bluetooth\/logs\/test.file"); local
    [all...]
  /art/test/595-profile-saving/src/
Main.java 5 * you may not use this file except in compliance with the License.
17 import java.io.File;
26 File file = null; local
28 file = createTempFile();
31 VMRuntime.registerAppInfo(file.getPath(),
36 File.class, Method.class);
37 testAddMethodToProfile(file, appMethod);
40 Method bootMethod = File.class.getDeclaredMethod("delete");
44 testAddMethodToProfile(file, bootMethod)
    [all...]
  /external/jacoco/org.jacoco.agent.test/src/org/jacoco/agent/
AgentJarTest.java 17 import java.io.File;
33 private File file; field in class:AgentJarTest
37 if (file != null) {
38 file.delete();
56 file = File.createTempFile("agent", ".jar");
57 AgentJar.extractTo(file);
58 assertAgentContents(new FileInputStream(file));
63 file = File.createTempFile("folder", null)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OpenRandomFileTest.java 2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
19 import java.io.File;
37 File file = File.createTempFile("test", "tmp"); local
38 assertTrue(file.exists());
39 file.deleteOnExit();
40 FileOutputStream fos = new FileOutputStream(file);
50 File file = File.createTempFile("test", "tmp"); local
    [all...]
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DownloadsFilePreference.java 5 * you may not use this file except in compliance with the License.
25 import java.io.File;
28 * DownloadsFilePreference is a preference representing a file in the Downloads folder with a
29 * checkbox that represents if the file should be deleted.
32 private File mFile;
34 public DownloadsFilePreference(Context context, File file, IconProvider iconProvider) {
36 mFile = file;
38 setTitle(file.getName());
39 setItemSize(file.length())
62 File file = getFile(); local
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
FakeTestsZipFolderTest.java 5 * you may not use this file except in compliance with the License.
23 import java.io.File;
39 mFiles.put("app/AndroidCommonTests.apk", ItemType.FILE);
40 mFiles.put("app/GalleryTests.apk", ItemType.FILE);
48 File base = fakeStuff.getBasePath();
51 File data = fakeStuff.getDataFolder();
53 File file = new File(data, fileName); local
56 case FILE
    [all...]
  /build/make/core/
distdir.mk 5 # you may not use this file except in compliance with the License.
22 # $(1): source file
23 # $(2): destination file
24 # $(3): goals that should copy the file
26 define copy-one-dist-file
30 $$(copy-file-to-new-target-with-cp)
36 # copy-one-dist-file to avoid multiple rules for the same target.
43 # $(2): the dist files to add to those goals. If the file contains ':',
44 # the text following the colon is the name that the file is copied
48 $(foreach file,$(2),
    [all...]

Completed in 225 milliseconds

1 2 3 45 6 7 8 91011>>