Home
last modified time | relevance | path

Searched refs:MyFile (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/test/Analysis/
Dstd-c-library-functions-lookup.cpp16 struct MyFile;
17 size_t fread(void *, size_t, size_t, MyFile *);
/external/mtools/
Dmainloop.c209 Stream_t *MyFile=0; in handle_leaf() local
236 MyFile = mp->File = OpenFileByDirentry(direntry); in handle_leaf()
240 MyFile = mp->File = OpenFileByDirentry(direntry); in handle_leaf()
243 FREE(&MyFile); in handle_leaf()
251 Stream_t *MyFile=0; in _dos_loop() local
266 MyFile = 0; in _dos_loop()
270 MyFile = mp->File = OpenFileByDirentry(&entry); in _dos_loop()
279 FREE(&MyFile); in _dos_loop()
/external/pdfium/testing/resources/javascript/
Dfield_methods_expected.txt13 Alert: MyField.MyFile
22 Alert: PASS: this.getField('MyField.MyFile').browseForFileToSubmit() = undefined
Dfield.fragment130 /T (MyFile)
Dfield_methods.in57 expect("this.getField('MyField.MyFile').browseForFileToSubmit()", undefined);
Dfield_properties.in17 var file = this.getField("MyField.MyFile");
/external/python/cpython2/Demo/pdist/
Drcvs.py46 class MyFile(File): class
243 FileClass = MyFile