HomeSort by relevance Sort by last modified time
    Searched defs:source_file (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gprof/
source.h 26 typedef struct source_file
28 struct source_file *next;
35 Source_File;
46 extern Source_File *first_src_file;
49 extern Source_File *source_file_lookup_path (const char *);
50 extern Source_File *source_file_lookup_name (const char *);
61 (Source_File *sf, unsigned int max_width,
25 typedef struct source_file struct
  /art/compiler/debug/
elf_debug_writer.cc 54 const char* source_file = mi.dex_file->GetSourceFile(dex_class_def); local
55 if (compilation_units.empty() || source_file != last_source_file) {
65 last_source_file = source_file;
elf_debug_line_writer.h 177 const char* source_file = dex->GetSourceFile(dex_class_def); local
178 if (source_file != nullptr) {
179 std::string file_name(source_file);
  /external/e2fsprogs/lib/ss/
test_ss.c 35 static int source_file(const char *cmd_file, int sci_idx) function
130 exit_status = source_file(cmd_file, sci_idx);
  /test/vts/compilation_tools/vtsc/code_gen/
CodeGenBase.cpp 91 FILE* source_file = fopen(output_cpp_file_path, "w"); local
92 if (source_file == NULL) {
96 Formatter source_out(source_file);
  /development/vndk/tools/header-checker/header-abi-dumper/src/
ast_processing.cpp 138 std::string source_file = ABIWrapper::GetDeclSourceFile(decl, cip_); local
141 (exported_headers_.find(source_file) == exported_headers_.end())) {
abi_wrappers.cpp 233 const std::string &source_file) const {
238 functionp->set_source_file(source_file);
286 std::string source_file = GetDeclSourceFile(function_decl_, cip_); local
287 if (!SetupFunction(abi_decl.get(), source_file)) {
479 const std::string &source_file) const {
494 record_declp->set_source_file(source_file);
512 std::string source_file = GetDeclSourceFile(record_decl_, cip_); local
514 if (!SetupRecordInfo(record_declp, source_file) ||
551 const std::string &source_file) const {
561 enump->set_source_file(source_file);
567 std::string source_file = GetDeclSourceFile(enum_decl_, cip_); local
607 std::string source_file = GetDeclSourceFile(global_var_decl_, cip_); local
    [all...]
  /art/runtime/mirror/
throwable.cc 118 const char* source_file = method->GetDeclaringClassSourceFile(); local
120 source_file, line_number);
  /external/ImageMagick/coders/
mpeg.c 372 source_file;
407 source_file=open_utf8(source,O_RDONLY | O_BINARY,0);
408 if (source_file == -1)
414 if ((fstat(source_file,&attributes) == 0) && (attributes.st_size > 0))
420 (void) close(source_file);
427 count=(ssize_t) read(source_file,buffer,quantum);
436 (void) close(source_file);
365 source_file; local
  /external/e2fsprogs/tests/progs/
test_icount.c 247 static int source_file(const char *cmd_file, int sci_idx) function
357 exit_status = source_file(cmd_file, sci_idx);
test_rel.c 663 static int source_file(const char *cmd_file, int sci_idx) function
757 exit_status = source_file(cmd_file, sci_idx);
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 38 static int source_file(const char *cmd_file, int sci_idx) function
707 exit_status = source_file(cmd_file, sci_idx);
  /external/google-breakpad/src/processor/
basic_source_line_resolver.cc 339 long source_file; local
342 &source_file)) {
343 return new Line(address, size, source_file, line_number);
528 long *source_file) {
551 *source_file = strtol(tokens[3], &after_number, 10);
552 if (!IsValidAfterNumber(after_number) || *source_file < 0 ||
553 *source_file == std::numeric_limits<long>::max()) {
basic_source_line_resolver_unittest.cc 536 long source_file; local
540 &line_number, &source_file));
544 EXPECT_EQ(4, source_file);
549 &line_number, &source_file));
553 EXPECT_EQ(4, source_file);
558 &line_number, &source_file));
562 EXPECT_EQ(4, source_file);
571 long source_file; local
576 &line_number, &source_file));
580 &line_number, &source_file));
    [all...]
stackwalk_common.cc 273 string source_file = PathnameStripper::File(frame->source_file_name); local
275 source_file.c_str(),
    [all...]
  /bootable/recovery/applypatch/
applypatch.cpp 46 static int GenerateTarget(const FileContents& source_file, const std::unique_ptr<Value>& patch,
519 // We try to load the target file into the source_file object.
520 FileContents source_file; local
521 if (LoadFileContents(target_filename, &source_file) == 0) {
522 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_LENGTH) == 0) {
530 if (source_file.data.empty() ||
534 source_file.data.clear();
535 LoadFileContents(source_filename, &source_file);
538 if (!source_file.data.empty()) {
539 int to_use = FindMatchingPatch(source_file.sha1, patch_sha1_str)
591 FileContents source_file; local
    [all...]
  /external/ImageMagick/MagickCore/
delegate.c 1556 source_file; local
    [all...]
utility.c 163 source_file;
205 source_file=open_utf8(source,O_RDONLY | O_BINARY,0);
206 if (source_file == -1)
213 if ((fstat(source_file,&attributes) == 0) && (attributes.st_size > 0))
218 (void) close(source_file);
225 count=(ssize_t) read(source_file,buffer,quantum);
233 (void) close(source_file);
240 (void) close(source_file);
158 source_file; local
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 450 std::string source_file; local
451 JdwpError status = Dbg::GetSourceFile(refTypeId, &source_file);
455 expandBufAddUtf8String(pReply, source_file);
    [all...]
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 350 struct SourceFileInfo &source_file = (*sorted_files)[i]; local
351 std::vector<struct FuncInfo> *sorted_functions = &(source_file.func_info);
  /art/dexlayout/
dex_ir.cc 399 const StringId* source_file = GetStringIdOrNullPtr(disk_class_def.source_file_idx_.index_); local
415 source_file, annotations, static_values, class_data);
    [all...]
dexlayout.cc 1459 const dex_ir::StringId* source_file = class_def->SourceFile(); local
    [all...]
  /art/runtime/hprof/
hprof.cc 714 const char* source_file = method->GetDeclaringClassSourceFile(); local
715 if (source_file == nullptr) {
716 source_file = "";
718 __ AddStringId(LookupStringId(source_file));
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 2363 static int source_file(const char *cmd_file, int ss_idx) function
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.h 103 std::string source_file; member in struct:gold::Symbol_location_info
    [all...]

Completed in 532 milliseconds

1 2