Home
last modified time | relevance | path

Searched refs:initFromFile (Results 1 – 25 of 26) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLOOKUPSWITCH.java70 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in LOOKUPSWITCH
71 super.initFromFile(bytes, wide); // reads padding in initFromFile()
DINVOKEINTERFACE.java86 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in INVOKEINTERFACE
87 super.initFromFile(bytes, wide); in initFromFile()
DTABLESWITCH.java78 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in TABLESWITCH
79 super.initFromFile(bytes, wide); in initFromFile()
DMULTIANEWARRAY.java73 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in MULTIANEWARRAY
74 super.initFromFile(bytes, wide); in initFromFile()
DINVOKEDYNAMIC.java73 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in INVOKEDYNAMIC
74 super.initFromFile(bytes, wide); in initFromFile()
DLDC_W.java50 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in LDC_W
DGOTO_W.java62 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in GOTO_W
DJSR_W.java62 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in JSR_W
DSIPUSH.java74 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in SIPUSH
DBIPUSH.java76 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in BIPUSH
DNEWARRAY.java98 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in NEWARRAY
DRET.java84 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in RET
DCPInstruction.java111 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in CPInstruction
DInstruction.java144 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in Instruction
474 obj.initFromFile(bytes, wide); // Do further initializations, if any in readInstruction()
DIINC.java96 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in IINC
DBranchInstruction.java178 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in BranchInstruction
DLocalVariableInstruction.java129 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in LocalVariableInstruction
DLDC.java90 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in LDC
DSelect.java153 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile() method in Select
/external/cronet/base/android/java/src/org/chromium/base/
DCommandLineInitUtil.java62 CommandLine.initFromFile(commandLineFile.getPath()); in initCommandLine()
DCommandLine.java146 public static void initFromFile(String file) { in initFromFile() method in CommandLine
/external/clang/include/clang/ARCMigrate/
DFileRemapper.h47 bool initFromFile(StringRef filePath, DiagnosticsEngine &Diag,
/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLineInitUtil.java61 CommandLine.initFromFile(commandLineFile.getPath()); in initCommandLine()
DCommandLine.java135 public static void initFromFile(String file) { in initFromFile() method in CommandLine
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp53 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
56 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag, in initFromFile() function in FileRemapper

12