/external/chromium-trace/catapult/tracing/third_party/gl-matrix/ |
webpack.config.js | 29 var mainFile = fs.readFileSync(entryFile, { encoding: 'utf8' }); 30 if (mainFile) { 31 var headerIndex = mainFile.indexOf('\/\/ END HEADER'); 33 header = mainFile.substr(0, headerIndex);
|
/external/elfutils/libdwfl/ |
dwfl_module_info.c | 35 const char **mainfile, const char **debugfile) 54 if (mainfile) 55 *mainfile = mod->main.name;
|
libdwfl.h | 198 yet accessed); *MAINFILE is the name of the ELF file, and *DEBUGFILE the 199 name of the debuginfo file (might be equal to *MAINFILE; either is null 204 const char **mainfile, [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
clean.go | 36 MAINFILE(.exe) from go build MAINFILE.go 40 directory, and MAINFILE is the base name of any Go source
|
alldocs.go | 176 MAINFILE(.exe) from go build MAINFILE.go 180 directory, and MAINFILE is the base name of any Go source [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
clean.go | 36 MAINFILE(.exe) from go build MAINFILE.go 40 directory, and MAINFILE is the base name of any Go source
|
alldocs.go | 176 MAINFILE(.exe) from go build MAINFILE.go 180 directory, and MAINFILE is the base name of any Go source [all...] |
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
output_writers.py | 858 self.mainfile = None 874 # - append the contents of N-1's tmpfile to the mainfile 882 # to the mainfile (rewriting tmpfile is an idempotent operation). 896 and mainfile. 909 return self.status.mainfile.name [all...] |
/external/elfutils/src/ |
stack.c | 143 const char *mainfile; local 146 NULL, &mainfile, &debugfile); 166 printf (" %s\n", mainfile != NULL ? mainfile : "-"); 433 const char *mainfile = NULL; local 435 NULL, &mainfile, NULL); 438 if (mainfile != NULL) 439 modname = mainfile;
|
/external/testng/src/main/java/org/testng/xml/ |
Parser.java | 154 File mainFile = new File(m_fileName); 155 toBeParsed.add(mainFile.getCanonicalPath());
|
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 244 void GeneratePTH(const std::string &MainFile); 482 void PTHWriter::GeneratePTH(const std::string &MainFile) { 492 // Write the name of the MainFile. 493 if (!MainFile.empty()) { 494 EmitString(MainFile); 576 const FileEntry *MainFile = SrcMgr.getFileEntryForID(SrcMgr.getMainFileID()); 577 SmallString<128> MainFilePath(MainFile->getName());
|
/external/clang/lib/CodeGen/ |
CodeGenModule.h | 190 void addVisited(bool MainFile) { 191 if (MainFile) 196 void addMissing(bool MainFile) { 197 if (MainFile) 202 void addMismatched(bool MainFile) { ++Mismatched; } 206 void reportDiagnostics(DiagnosticsEngine &Diags, StringRef MainFile); [all...] |
CGDeclCXX.cpp | 435 if (const FileEntry *MainFile = SM.getFileEntryForID(SM.getMainFileID())) { 439 FileName = llvm::sys::path::filename(MainFile->getName());
|
CodeGenAction.cpp | 748 llvm::MemoryBuffer *MainFile = SM.getBuffer(FID, &Invalid); 753 TheModule = parseIR(MainFile->getMemBufferRef(), Err, *VMContext); [all...] |
CodeGenModule.cpp | 348 StringRef MainFile) { 352 if (MainFile.empty()) 353 MainFile = "<stdin>"; 354 Diags.Report(diag::warn_profile_data_unprofiled) << MainFile; [all...] |
CGObjCGNU.cpp | [all...] |
CGDebugInfo.cpp | 368 if (const FileEntry *MainFile = SM.getFileEntryForID(SM.getMainFileID())) { 369 MainFileDir = remapDIPath(MainFile->getDir()->getName()); [all...] |
/external/elfutils/tests/ |
varlocs.c | 786 const char *mainfile; local 790 &mainfile, 797 : basename (mainfile));
|
/build/blueprint/bootstrap/ |
bootstrap.go | 514 mainFile := filepath.Join(testRoot, "test.go") 524 Outputs: []string{mainFile}, 542 Inputs: []string{mainFile},
|
/external/clang/lib/Basic/ |
SourceManager.cpp | [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/ |
manifest-merger-22.2.0.jar | |
/external/clang/lib/Serialization/ |
ASTWriter.cpp | [all...] |
/frameworks/base/docs/html/google/play/ |
expansion-files.jd | [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.0/ |
manifest-merger-22.4.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.2/ |
manifest-merger-22.4.2.jar | |