HomeSort by relevance Sort by last modified time
    Searched refs:FileName (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/clang/include/clang/Tooling/
Tooling.h 104 /// \param FileName The file name which 'Code' will be mapped as.
108 const Twine &FileName = "input.cc");
116 /// \param FileName The file name which 'Code' will be mapped as.
121 const Twine &FileName = "input.cc");
  /external/clang/lib/Serialization/
Module.cpp 76 llvm::errs() << "\nModule: " << FileName << "\n";
82 llvm::errs() << Imports[I]->FileName;
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 50 StringRef FileName,
59 this->FileName = FileName.str();
70 SmallString<16> FileName;
158 // Callbacks have been executed at this point -- return filename range.
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
SDL_main.cpp 105 exeName.Set(thisProcess.FileName(), NULL, NULL);
  /external/srec/srec/include/
ann_util.h 76 void save_annotations(annotate_info* hAnnotation, char* FileName);
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 159 static struct dsc$descriptor_s FileName =
192 Nam.nam$l_esa = EName; /* expanded filename */
194 Nam.nam$l_rsa = RName; /* resultant filename */
207 FileName.dsc$a_pointer = Nam.nam$l_name;
208 FileName.dsc$w_length = Nam.nam$b_name + Nam.nam$b_type + Nam.nam$b_ver;
223 &FibDesc, &FileName, 0, 0, &Atr, 0);
  /external/jhead/
jpgfile.c 520 int ReadJpegFile(const char * FileName, ReadMode_t ReadMode)
525 infile = fopen(FileName, "rb"); // Unix ignores 'b', windows needs it.
528 ALOGE("can't open '%s'", FileName);
529 fprintf(stderr, "can't open '%s'\n", FileName);
537 ALOGV("Cannot parse JPEG sections for file: %s", FileName);
538 fprintf(stderr,"Not JPEG: %s\n",FileName);
563 // A filename of '-' indicates thumbnail goes to stdout.
784 int WriteJpegFile(const char * FileName)
794 outfile = fopen(FileName,"wb");
main.c 70 static int loadExifInfo(const char* FileName, int readJPG) {
95 if (stat(FileName, &st) >= 0) {
101 strncpy(ImageInfo.FileName, FileName, PATH_MAX);
105 return ReadJpegFile(FileName, ReadMode);
108 static void saveJPGFile(const char* filename) {
113 ALOGE("Modified: %s\n", filename);
116 strncpy(backupName, filename, 395);
127 ALOGE("rename %s to %s", filename, backupName);
129 rename(filename, backupName)
204 const char* filename = NULL; local
401 const char* filename = (*env)->GetStringUTFChars(env, jfilename, NULL); local
429 const char* filename = (*env)->GetStringUTFChars(env, jfilename, NULL); local
443 const char* filename = (*env)->GetStringUTFChars(env, jfilename, NULL); local
539 const char* filename = (*env)->GetStringUTFChars(env, jfilename, NULL); local
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 214 StringRef FileName;
234 InclusionKind Kind, StringRef FileName,
242 StringRef getFileName() const { return FileName; }
567 StringRef FileName,
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 304 StringRef FileName = File->getValue(FileStorage);
306 if (llvm::sys::path::is_relative(FileName)) {
310 llvm::sys::path::append(AbsolutePath, FileName);
313 llvm::sys::path::native(FileName, NativeFilePath);
Tooling.cpp 100 const Twine &FileName) {
102 ToolAction, Code, std::vector<std::string>(), FileName);
107 const Twine &FileName) {
109 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage);
  /external/clang/lib/Frontend/
DependencyFile.cpp 41 bool FileMatchesDepCriteria(const char *Filename,
43 void AddFilename(StringRef Filename);
60 StringRef FileName,
88 /// FileMatchesDepCriteria - Determine whether the given Filename should be
90 bool DependencyFileCallback::FileMatchesDepCriteria(const char *Filename,
92 if (strcmp("<built-in>", Filename) == 0)
117 StringRef Filename = FE->getName();
118 if (!FileMatchesDepCriteria(Filename.data(), FileType))
122 while (Filename.size() > 2 && Filename[0] == '.' &
    [all...]
SerializedDiagnosticPrinter.cpp 161 unsigned getEmitFile(const char *Filename);
318 unsigned SDiagsWriter::getEmitFile(const char *FileName){
319 if (!FileName)
322 unsigned &entry = State->Files[FileName];
333 StringRef Name(FileName);
403 EmitRecordID(RECORD_FILENAME, "FileName", Stream, Record);
  /external/compiler-rt/lib/asan/
asan_win.cc 149 info.FileName, info.LineNumber);
  /external/llvm/lib/MC/
MCNullStreamer.cpp 90 virtual void EmitFileDirective(StringRef Filename) {}
92 StringRef Filename, unsigned CUID = 0) {
98 StringRef FileName) {}
  /external/clang/lib/Lex/
ModuleMap.cpp 108 /// \brief "Sanitize" a filename so that it can be used as an identifier.
    [all...]
  /external/chromium/base/debug/
stack_trace_win.cc 54 // <tab>SymbolName[0xAddress+Offset] (FileName:LineNo)
102 (*os) << " (" << line.FileName << ":" << line.LineNumber << ")";
  /external/clang/include/clang/Serialization/
Module.h 108 std::string FileName;
ASTReader.h     [all...]
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 74 StringRef FileName) {
  /external/freetype/include/freetype/
tttables.h 453 FT_Char FileName[6];
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 611 const char *FileName = Entry.Name;
613 sys::path::is_absolute(FileName)) {
614 Result = FileName;
625 sys::path::append(FilePath, FileName);
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 88 int FileWrapperImpl::FileName(char* fileNameUTF8,
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 42 std::string FileName = LineInfo.getFileName();
43 LineInfo = DILineInfo(StringRef(FileName), StringRef(NewFunctionName),
204 StringRef Basename = sys::path::filename(Path);
248 // By default, DILineInfo contains "<invalid>" for function/filename it
259 std::string Filename = LineInfo.getFileName();
260 if (Filename == kDILineInfoBadString)
261 Filename = kBadString;
262 Result << Filename << ":" << LineInfo.getLine() << ":" << LineInfo.getColumn()
  /external/giflib/
gif_lib.h 250 extern int DumpScreen2Gif(const char *FileName,

Completed in 1462 milliseconds

12 3 4