HomeSort by relevance Sort by last modified time
    Searched defs:FileName (Results 276 - 300 of 307) sorted by null

<<111213

  /external/pdfium/third_party/lcms/src/
cmscgats.c 135 char FileName[cmsMAX_PATH]; // File name if being readed from file
469 snprintf(ErrMsg, 1023, "%s: Line %d, %s", it8->FileStack[it8 ->IncludeSP]->FileName, it8->lineno, Buffer);
914 if (!Check(it8, SSTRING, "Filename expected")) return;
925 it8->FileStack[it8->IncludeSP]->FileName,
926 FileNest->FileName, cmsMAX_PATH-1) == FALSE) {
931 FileNest->Stream = fopen(FileNest->FileName, "rt");
934 SynError(it8, "File %s not found", FileNest->FileName);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
COFF.h 274 uint8_t FileName[18];
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 553 // Steal the next argument, like for '-o filename'
922 StringRef FileName = Arg.drop_front();
923 if (llvm::sys::path::is_relative(FileName)) {
932 ResponseFile, llvm::sys::path::parent_path(FName), FileName);
    [all...]
  /external/syslinux/efi32/include/efi/
efiprot.h 192 IN CHAR16 *FileName,
310 CHAR16 FileName[1];
314 // The FileName field of the EFI_FILE_INFO data structure is variable length.
316 // be the size of the data structure without the FileName field. The following macro
317 // computes this size correctly no matter how big the FileName array is declared.
321 #define SIZE_OF_EFI_FILE_INFO EFI_FIELD_OFFSET(EFI_FILE_INFO,FileName)
  /external/syslinux/efi64/include/efi/
efiprot.h 192 IN CHAR16 *FileName,
310 CHAR16 FileName[1];
314 // The FileName field of the EFI_FILE_INFO data structure is variable length.
316 // be the size of the data structure without the FileName field. The following macro
317 // computes this size correctly no matter how big the FileName array is declared.
321 #define SIZE_OF_EFI_FILE_INFO EFI_FIELD_OFFSET(EFI_FILE_INFO,FileName)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiprot.h 192 IN CHAR16 *FileName,
310 CHAR16 FileName[1];
314 // The FileName field of the EFI_FILE_INFO data structure is variable length.
316 // be the size of the data structure without the FileName field. The following macro
317 // computes this size correctly no matter how big the FileName array is declared.
321 #define SIZE_OF_EFI_FILE_INFO EFI_FIELD_OFFSET(EFI_FILE_INFO,FileName)
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdmdbg.h 169 CHAR FileName[MAX_PATH16+1];
176 CHAR FileName[MAX_PATH16+1];
206 CHAR FileName[MAX_PATH16];
winternl.h 270 WCHAR FileName[ANYSIZE_ARRAY];
285 WCHAR FileName[ANYSIZE_ARRAY];
301 WCHAR FileName[ANYSIZE_ARRAY];
318 WCHAR FileName[ANYSIZE_ARRAY];
336 WCHAR FileName[ANYSIZE_ARRAY];
382 WCHAR FileName[1];
387 WCHAR FileName[1];
394 WCHAR FileName[1];
401 WCHAR FileName[1];
835 UNICODE_STRING FileName;
    [all...]
setupapi.h 341 PCSTR FileName;
348 PCWSTR FileName;
    [all...]
winbase.h     [all...]
winioctl.h     [all...]
winnt.h     [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 138 free((char *)unsaved_files[i].Filename);
176 char *filename; local
225 filename = (char *)malloc(filename_len + 1);
226 memcpy(filename, arg_string, filename_len);
227 filename[filename_len] = 0;
228 unsaved->Filename = filename;
2153 char *filename = 0; local
2284 char *filename; member in struct:__anon17008
2444 CXString filename = clang_getFileName(file); local
2852 CXString filename = clang_getFileName((CXFile)file); local
2859 CXString filename; local
3078 CXString filename; local
3129 CXString filename = clang_getFileName(info->file); local
3578 char *filename = 0; local
    [all...]
  /external/syslinux/com32/include/syslinux/
pxe_api.h 131 uint8_t FileName[128];
149 uint8_t FileName[128];
165 uint8_t FileName[128];
419 segoff16_t FileName;
  /external/syslinux/gpxe/src/arch/i386/include/
pxe_api.h 590 UINT8_t FileName[128]; /**< File name */
665 UINT8_t FileName[128]; /**< File name */
713 UINT8_t FileName[128]; /**< File name */
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData);
48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context);
49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData);
59 HANDLE IMAGEAPI FindDebugInfoFile(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath);
60 HANDLE IMAGEAPI FindDebugInfoFileEx(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACK Callback,PVOID CallerData);
61 BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context);
62 HANDLE IMAGEAPI FindExecutableImage(PSTR FileName,PSTR SymbolPath,PSTR ImageFilePath);
63 HANDLE IMAGEAPI FindExecutableImageEx(PSTR FileName,PSTR SymbolPath,PSTR ImageFilePath,PFIND_EXE_FILE_CALLBACK Callback,PVOID CallerData);
126 PIMAGE_DEBUG_INFORMATION IMAGEAPI MapDebugInformation(HANDLE FileHandle,PSTR FileName,PSTR SymbolPath,DWORD ImageBase);
469 PCHAR FileName;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 12 typedef WINBOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PCSTR FileName,PVOID CallerData);
13 typedef WINBOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACKW)(HANDLE FileHandle,PCWSTR FileName,PVOID CallerData);
14 typedef WINBOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PCSTR filename,PVOID context);
15 typedef WINBOOL (CALLBACK *PFINDFILEINPATHCALLBACKW)(PCWSTR filename,PVOID context);
16 typedef WINBOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PCSTR FileName,PVOID CallerData);
17 typedef WINBOOL (CALLBACK *PFIND_EXE_FILE_CALLBACKW)(HANDLE FileHandle,PCWSTR FileName,PVOID CallerData);
27 HANDLE IMAGEAPI FindDebugInfoFile(PCSTR FileName,PCSTR SymbolPath,PSTR DebugFilePath);
28 HANDLE IMAGEAPI FindDebugInfoFileEx(PCSTR FileName,PCSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACK Callback,PVOID CallerData);
29 HANDLE IMAGEAPI FindDebugInfoFileExW(PCWSTR FileName,PCWSTR SymbolPath,PWSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACKW Callback,PVOID CallerData);
30 WINBOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,PCSTR SearchPath,PCSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
ntifs.h     [all...]
wdm.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 1315 milliseconds

<<111213