HomeSort by relevance Sort by last modified time
    Searched full:fileclass (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 125 Class<?> fileClass = LegacyResourceSupport.getFileClass();
126 if (input != null && fileClass != null) {
127 Object file = Util.getAdapter(input, fileClass);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 16 def __init__(self, text, fileclass=StringIO.StringIO):
18 self.fileclass = fileclass
27 return self.fileclass(self.text)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 16 def __init__(self, text, fileclass=StringIO.StringIO):
18 self.fileclass = fileclass
27 return self.fileclass(self.text)
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 263 fileclass = f.uint8()
264 if fileclass == 1:
266 elif fileclass == 2:
269 raise ValueError, "Unknown file class %x" % fileclass
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc     [all...]

Completed in 132 milliseconds