HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 26 - 50 of 2724) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format20t.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);
Format21c.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);
Format21h.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);
Format21s.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);
Format21t.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);
Format22c.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 | (insn.vregB << 4)));
31 file.writeUShort((short) insn.vregC);
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
  /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...]
  /build/core/combo/
HOST_windows-x86.mk 5 # you may not use this file except in compliance with the License.
82 # $(1): The file to check
84 define get-file-size
  /build/core/
distdir.mk 5 # you may not use this file except in compliance with the License.
33 # $(1): source file
34 # $(2): destination file
35 # $(3): goals that should copy the file
37 define copy-one-dist-file
41 $$(copy-file-to-new-target-with-cp)
47 # copy-one-dist-file to avoid multiple rules for the same target.
54 # $(2): the dist files to add to those goals. If the file contains ':',
55 # the text following the colon is the name that the file is copied
59 $(foreach file,$(2),
    [all...]

Completed in 128 milliseconds

12 3 4 5 6 7 8 91011>>