/external/selinux/libsepol/cil/src/ |
cil_policy.c | 81 uint32_t *file_index; member in struct:cil_args_booleanif 85 int cil_expr_to_policy(FILE **file_arr, uint32_t file_index, struct cil_list *expr); 417 void cil_cats_to_policy(FILE **file_arr, uint32_t file_index, struct cil_cats *cats) 419 cil_expr_to_policy(file_arr, file_index, cats->datum_expr); 422 void cil_level_to_policy(FILE **file_arr, uint32_t file_index, struct cil_level *level) 426 fprintf(file_arr[file_index], "%s", sens_str); 428 fprintf(file_arr[file_index], ":"); 429 cil_cats_to_policy(file_arr, file_index, level->cats); 433 void cil_levelrange_to_policy(FILE **file_arr, uint32_t file_index, struct cil_levelrange *lvlrange) 438 cil_level_to_policy(file_arr, file_index, low) 835 uint32_t *file_index; local 872 uint32_t *file_index; local [all...] |
/external/google-breakpad/src/tools/python/ |
filter_syms.py | 144 file_index = int(file_info[0]) 148 self.unique_files[file_name] = file_index 152 self.duplicate_files[file_index] = existing_file_index 168 file_index = int(line_info[3]) 169 line_info[3] = str(self.duplicate_files.get(file_index, file_index))
|
/external/libjpeg-turbo/ |
jpegtran.c | 382 int file_index; local 412 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE); 419 if (file_index != argc-2) { 424 outfilename = argv[file_index+1]; 426 if (file_index != argc-1) { 434 if (file_index < argc-1) { 441 if (file_index < argc) { 442 if ((fp = fopen(argv[file_index], READ_BINARY)) == NULL) { 443 fprintf(stderr, "%s: can't open %s for reading\n", progname, argv[file_index]); 515 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE) [all...] |
djpeg.c | 497 int file_index; local 539 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE); 544 if (file_index != argc-2) { 549 outfilename = argv[file_index+1]; 551 if (file_index != argc-1) { 559 if (file_index < argc-1) { 566 if (file_index < argc) { 567 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { 568 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]); 603 if (file_index < argc [all...] |
cjpeg.c | 494 int file_index; local 534 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE); 540 if (file_index != argc-2) { 545 outfilename = argv[file_index+1]; 547 if (file_index != argc-1) { 556 if (file_index < argc-1) { 563 if (file_index < argc) { 564 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { 565 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]); 599 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE) [all...] |
/art/compiler/debug/ |
elf_debug_line_writer.h | 174 int file_index = 0; // 0 - primary source file of the compilation. local 204 file_index = 1 + files.size(); 205 files_map.emplace(full_path, file_index); 213 file_index = it2->second; 216 opcodes.SetFile(file_index); 219 if (file_index != 0) {
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftfuzzer/ |
ftmutator.cc | 254 int file_index = 0; local 263 snprintf( name_buffer, 100, "file%d", file_index++ );
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
shuffler.py | 528 file_index = key.__hash__() % len(self._filehandles) 534 pool = self._pools[file_index] 536 filehandle = self._filehandles[file_index] 538 self._pools[file_index] = pool
|
/external/google-breakpad/src/processor/ |
fast_source_line_resolver_unittest.cc | 180 string symbol_file(int file_index) { 182 ss << testdata_dir << "/module" << file_index << ".out"; local
|
/toolchain/binutils/binutils-2.25/gas/ |
ecoff.c | 941 symint_t file_index; \/* current file number *\/ member in struct:efdr 1960 symint_t file_index = t->tag_ptr->ifd; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
upload-diffs.py | [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
incremental.h | 118 set_offset(unsigned int file_index, unsigned int offset) 120 this->file_index_ = file_index; [all...] |
incremental.cc | 1270 unsigned int file_index = 0; local [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readpdb.c | [all...] |