Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Tests/
DTestTools.py98 def DisplayFile(self, fileName): argument
136 def GetTmpFilePath(self, fileName): argument
139 def OpenTmpFile(self, fileName, mode = 'r'): argument
142 def ReadTmpFile(self, fileName): argument
148 def WriteTmpFile(self, fileName, data): argument
153 def GenRandomFileData(self, fileName, minlen = None, maxlen = None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dtest_parser.py10 def testChunk(t, fileName): argument
33 def testFile(fileName): argument
Dexample.py17 def get_docs(fileName): argument
/device/google/contexthub/lib/nanohub/
Dnanoapp.c46 bool readFile(void *dst, uint32_t len, const char *fileName) in readFile()
68 void *loadFile(const char *fileName, uint32_t *size) in loadFile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_next.c80 const char *fileName, *moreErrorStr; in _PyImport_GetDynLoadFunc() local
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/
Dmm_lib2d_test.c214 lib2d_error lib2d_test_load_input_yuv_data(char *fileName, int offset, in lib2d_test_load_input_yuv_data()
264 lib2d_error lib2d_test_load_input_yuv_data_linebyline(char *fileName, in lib2d_test_load_input_yuv_data_linebyline()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dlex.c225 StripPath( char *fileName ) in StripPath()
Dgen.c4504 static void OutLineInfo(FILE *file,int line,char *fileName) in OutLineInfo()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c619 static bool loadNanoappElfFile(const char *fileName, struct ElfNanoApp *app) in loadNanoappElfFile()
792 static int handleAppStatic(const char *fileName, FILE *out, uint32_t layoutFlags, uint64_t appId, u… in handleAppStatic()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib.py247 def registerFileForCleanUp(self, fileName): argument
/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp2764 static int readFromFile(char* fileName, char* buffer, int bufferSize) in readFromFile()