/external/chromium_org/v8/src/ |
platform-posix.cc | 370 FILE* OS::FOpen(const char* path, const char* mode) { 371 FILE* file = fopen(path, mode); local 372 if (file == NULL) return NULL; 374 if (fstat(fileno(file), &file_stat) != 0) return NULL; 376 if (is_regular_file) return file; 377 fclose(file); 387 FILE* OS::OpenTemporaryFile() { 412 void OS::FPrint(FILE* out, const char* format, ...) { 420 void OS::VFPrint(FILE* out, const char* format, va_list args) [all...] |
/external/chromium_org/v8/test/cctest/ |
cctest.h | 85 CcTest(TestFunction* callback, const char* file, const char* name, 90 const char* file() { return file_; } function in class:CcTest
|
/external/chromium_org/v8/tools/profviz/ |
profviz.js | 69 'file' : filename, 101 "file"]; 220 var file = getSelectedFile(); 230 worker.run(file, kResX, kResY, distortion, range[0], range[1]); 235 var file = ui.file.files[0]; 236 if (!file) throw Error("No valid file selected."); 237 return file;
|
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 5 // This file is distributed under the University of Illinois Open Source 746 const FileEntry *file = Ctx.getSourceManager().getFileEntryForID(FID); local 747 assert(file); 753 StringRef(newText.data(), newText.size()), file->getName()); 754 SmallString<64> filePath(file->getName());
|
TransformActions.cpp | 5 // This file is distributed under the University of Illinois Open Source 427 // Try to load the file buffer. 429 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); local 433 return file.substr(locInfo.second).startswith(text);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_ann.cc | 5 // This file is distributed under the University of Illinois Open Source 10 // This file is a part of ThreadSanitizer (TSan), a race detector. 75 char *file; member in struct:__tsan::ExpectRace 105 race->file = f; 139 race->desc, race->addr, (int)race->size, race->file, race->line); 176 && internal_strcmp(race->file, race0->file) == 0 203 hit_matched[i].hitcount, hit_matched[i].file, 213 add_matched[i].addcount, add_matched[i].file, 223 race->desc, race->addr, race->file, race->line) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-javamail.jar | |
/external/elfutils/src/ |
i386_ld.c | 2 This file is part of Red Hat elfutils. 64 /* Process relocations for the output in a relocatable file. This 87 struct usedfiles *file = runp->fileinfo; local 94 /* Get the data for section in the input file this relocation 97 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL); 101 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL); 112 symindirect = file->symindirect; 115 symref = file->symref; 131 /* Compute the symbol index in the output file. */ 157 input file. Therefore we have to adjust the addend whic [all...] |
/external/emma/core/java12/com/vladium/emma/data/ |
DataFactory.java | 17 import java.io.File; 42 // TODO: file compaction 43 // TODO: file locking 51 public static IMergeable [] load (final File file) 54 if (file == null) throw new IllegalArgumentException ("null input: file"); 56 return mergeload (file); 59 public static void persist (final IMetaData data, final File file, final boolean merge 101 persist (data.getMetaData (), TYPE_METADATA, file); local 102 persist (data.getCoverageData (), TYPE_COVERAGEDATA, file); local [all...] |
/external/icu4c/test/letest/ |
FontObject.h | 230 FILE *file; member in class:FontObject
|
letest.cpp | 8 * file name: letest.cpp 419 FILE *f = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"rbbitst.txt", "r"); 574 log_err("Could not open the test data file: %s\n", testFilePath); 1026 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); local [all...] |
/external/icu4c/tools/toolutil/ |
package.cpp | 8 * file name: package.cpp 65 vfprintf((FILE *)context, fmt, args); 174 // file handling ----------------------------------------------------------- *** 202 getFileLength(FILE *f) { 212 * Turn tree separators and alternate file separators into normal file separators. 230 * Turn file separators into tree separators. 263 // make sure the path ends with a file separator 272 // turn the name into a filename, turn tree separators into file separators 301 *sep++=U_FILE_SEP_CHAR; // restore file separator characte 308 FILE *file; local 692 FILE *file; local 1132 FILE *file; local [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
TerrainGridAlphaMapTest.java | 34 import java.io.File; 78 File file = new File("TerrainGridTestData.zip"); local 79 if (!file.exists()) {
|
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 1 //===-- llvm-objdump.cpp - Object file dumping utility for llvm -----------===// 5 // This file is distributed under the University of Illinois Open Source 11 // dumps out a plethora of information about an object file depending on the 78 Relocations("r", cl::desc("Display the relocation entries in the file")); 87 MachOOpt("macho", cl::desc("Use MachO specific object file parser")); 128 cl::desc("Display format specific file headers")); 140 " and write it to a graphviz file")); 147 outs() << ToolName << ": error reading file: " << ec.message() << ".\n"; 180 // Write a graphviz file for the CFG inside an MCFunction. 183 // Start a new dot file 798 errs() << ToolName << ": '" << file << "': " << "No such file\\n"; local 819 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\\n"; local [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zOut.cpp | 594 const CFileItem &file = db.Files[i];
local 595 if (!file.HasStream)
597 unpackSizes.Add(file.Size);
598 digestsDefined.Add(file.CrcDefined);
599 digests.Add(file.Crc);
645 const CFileItem &file = db.Files[i];
local 646 if (!file.HasStream)
648 emptyFileVector.Add(!file.IsDir);
649 if (!file.IsDir)
731 const CFileItem &file = db.Files[i]; local [all...] |
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 151 static const wchar_t *kCantDeleteOutputFile = L"ERROR: Can not delete output file ";
186 UString _diskFilePath; // full path to file on disk
305 // Create folders for file
334 PrintString((UString)L"can not open output file " + fullProcessedPath);
583 PrintError("WARNING: can't open file");
706 PrintString(UString(L"Can't find file") + name);
723 PrintError("can't create archive file");
774 PrintString((UString)L"Error for file: " + updateCallbackSpec->FailedFiles[i]);
806 CMyComPtr<IInStream> file = fileSpec;
local 810 PrintError("Can not open archive file");
[all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 30 * @file 82 * - undetermined (when .file == TGSI_FILE_NULL) 89 unsigned file:4; /* TGSI_FILE_* */ member in struct:lp_tgsi_channel_info 117 * Whether any of the texture opcodes access a register file other than
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_text.c | 317 parse_file( const char **pcur, uint *file ) 326 *file = i; 377 /* <register_file_bracket> ::= <file> `[' 382 uint *file ) 384 if (!parse_file( &ctx->cur, file )) { 385 report_error( ctx, "Unknown register file" ); 402 uint *file, 407 if (!parse_register_file_bracket( ctx, file )) 423 uint *file, 426 if (!parse_register_file_bracket_index( ctx, file, index ) 682 uint file; local 763 uint file; local 879 uint file; local 1068 uint file; local [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow.c | 54 cb_data->Cb(cb_data->UserData, fullinst, src->File, 124 cb(userdata, fullinst, inst->RGB.Src[src].File, inst->RGB.Src[src].Index, 128 cb(userdata, fullinst, inst->Alpha.Src[src].File, inst->Alpha.Src[src].Index, RC_MASK_W); 199 if (inst->U.I.SrcReg[src].File == RC_FILE_NONE) 202 if (inst->U.I.SrcReg[src].File == RC_FILE_PRESUB) { 262 cb(userdata, fullinst, inst->DstReg.File, inst->DstReg.Index, inst->DstReg.WriteMask); 304 rc_register_file file, unsigned int index, unsigned int mask) 309 d->Fn(d->UserData, inst, file, index, chan); 348 rc_register_file file = inst->DstReg.File; local 358 rc_register_file file = inst->SrcReg[src].File; local 395 rc_register_file file = RC_FILE_TEMPORARY; local 404 rc_register_file file = RC_FILE_TEMPORARY; local 414 rc_register_file file = inst->RGB.Src[src].File; local 424 rc_register_file file = inst->Alpha.Src[src].File; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.h | 88 fs_reg(enum register_file file, int reg); 89 fs_reg(enum register_file file, int reg, uint32_t type); 94 /** Register file: ARF, GRF, MRF, IMM. */ 95 enum register_file file; member in class:fs_reg 115 /** Value for file == IMM */
|
brw_vec4.h | 61 /** Register file: ARF, GRF, MRF, IMM. */ 62 enum register_file file; member in class:brw::reg 71 /** Value for file == BRW_IMMMEDIATE_FILE */ 96 src_reg(register_file file, int reg, const glsl_type *type); 135 dst_reg(register_file file, int reg); 136 dst_reg(register_file file, int reg, const glsl_type *type, int writemask);
|
/external/opencv/cvaux/src/ |
cvlevmarprojbandle.cpp | 56 /* Note these file may be very large */ 535 FILE *file; local 536 file = fopen( TRACK_BUNDLE_FILE_MATRW ,"w"); 540 fprintf(file,"\nPoint=%d\n",currPoint); 550 fprintf(file,"%lf ",val); 553 fprintf(file,"\n"); 556 fclose(file); 608 FILE *file; local 711 FILE *file; local 940 FILE *file; local 962 FILE *file; local 980 FILE *file; local 1278 FILE* file; local 1309 FILE* file; local 1346 FILE *file; local 1377 FILE *file; local 1404 FILE *file; local 1420 FILE *file; local 1527 FILE* file; local 1606 FILE *file; local 1625 FILE* file; local 1694 FILE* file; local 1725 FILE* file; local [all...] |
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 228 // reading /proc/cpuinfo file (proc file system must be supported) 229 FILE *file = fopen( "/proc/cpuinfo", "r" ); local 231 if( file ) 238 const char* ptr = fgets( buffer, max_size, file ); 262 fclose( file ); 816 /* End of file. */
|
/external/oprofile/daemon/ |
opd_ibs.c | 2 * @file daemon/opd_ibs.c 6 * @remark Read the file COPYING 76 FILE * memaccess_log; 77 FILE * bta_log; 174 FILE * fp = NULL; 648 verbprintf(vext, "Warning: Cannot create file %s\n", filename); 664 verbprintf(vext, "Warning: Cannot create file %s\n", filename); 757 odb_t * file; local 776 file = &(sf->ext_files[ibs_vci]); 788 file = &(cg->to.ext_files[ibs_vci]) [all...] |
/external/oprofile/libpp/ |
arrange_profiles.cpp | 2 * @file arrange_profiles.cpp 7 * @remark Read the file COPYING 240 /// find the first sample file header in the class 245 string file; local 253 file = sample_files.sample_filename; 255 file = *sample_files.cg_files.begin(); 260 file = sample_files.sample_filename; 262 file = *sample_files.cg_files.begin(); 265 return read_header(file); 268 /// merge sample file header in the profile_sample_file [all...] |