HomeSort by relevance Sort by last modified time
    Searched full:fileobject (Results 1 - 25 of 35) sorted by null

1 2

  /cts/tools/dex-tools/test/dex/reader/util/
SpecialJavaFileManager.java 24 import javax.tools.FileObject;
44 JavaFileObject.Kind kind, FileObject sibling) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
drmk.h 14 PFILE_OBJECT FileObject;
65 IN PFILE_OBJECT FileObject);
ntifs.h     [all...]
tdikrnl.h 398 bIrpSp->FileObject = (bFileObj); \
570 * IN PFILE_OBJECT FileObject,
576 FileObject, Event, IoStatusBlock) \
    [all...]
wdm.h     [all...]
classpnp.h 505 PFILE_OBJECT FileObject;
1171 PFILE_OBJECT FileObject);
ntddk.h     [all...]
portcls.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 88 fileobject = httpresponse.fp
89 self.assertTrue(fileobject.__class__ is socket._fileobject)
91 self.assertTrue(not fileobject.closed)
93 self.assertTrue(fileobject.closed)
test_univnewlines2k.py 16 "hundred character limit that is inside fileobject.c and which " +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 88 fileobject = httpresponse.fp
89 self.assertTrue(fileobject.__class__ is socket._fileobject)
91 self.assertTrue(not fileobject.closed)
93 self.assertTrue(fileobject.closed)
test_univnewlines2k.py 16 "hundred character limit that is inside fileobject.c and which " +
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java 36 import javax.tools.FileObject;
175 JavaFileObject.Kind kind, FileObject sibling) throws IOException {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
barcode_encoder.py 168 barcodes_file(FileObject): The YUV file containing the barcodes (opened).
169 base_file(FileObject): The base YUV file (opened).
170 output_file(FileObject): The output overlaid file (opened).
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python.h 108 #include "fileobject.h"
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python.h 108 #include "fileobject.h"
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 6 f = posixfile.fileopen(fileobject)
tarfile.py 1499 fileobject = ExFileObject # The default ExFileObject class to use. variable in class:TarFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 6 f = posixfile.fileopen(fileobject)
tarfile.py 1499 fileobject = ExFileObject # The default ExFileObject class to use. variable in class:TarFile
    [all...]
  /external/chromium_org/tools/idl_parser/
idl_parser.py 1089 with open(filename) as fileobject:
1091 out = parser.ParseText(filename, fileobject.read())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 381 Objects/fileobject.o \
714 Include/fileobject.h \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 382 Objects/fileobject.o \
715 Include/fileobject.h \
    [all...]

Completed in 1317 milliseconds

1 2