HomeSort by relevance Sort by last modified time
    Searched refs:die (Results 76 - 100 of 599) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/libxml/src/
dbgen.pl 7 die "usage: dbgen.pl [size]\n";
dbgenattr.pl 7 die "usage: dbgen.pl [size]\n";
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 3 die "insufficient arguments" if (scalar(@ARGV) < 2);
  /external/chromium_org/third_party/lcov/bin/
gendesc 103 die("No input filename specified\n".
147 # Die on error.
157 or die("ERROR: cannot open $input_filename!\n");
163 or die("ERROR: cannot create $output_filename!\n");
225 die("$tool_name: $msg");
updateversion.pl 23 die("Usage: $0 <directory> <version string> <release string>\n");
70 open(IN, "<$filename") || die ("Error: cannot open $filename\n");
72 die("Error: cannot create $filename.new\n");
92 open(IN, "<$filename") || die ("Error: cannot open $filename\n");
94 die("Error: cannot create $filename.new\n");
113 open(IN, "<$filename") || die ("Error: cannot open $filename\n");
115 die("Error: cannot create $filename.new\n");
134 open(IN, "<$filename") || die ("Error: cannot open $filename\n");
136 die("Error: cannot create $filename.new\n");
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
postproc.c 72 die("Invalid number of arguments.");
76 die("Failed to open %s for reading.", argv[1]);
79 die("Failed to open %s for writing", argv[2]);
85 die("Unknown input codec.");
simple_encoder.c 176 die("Invalid number of arguments");
187 die("Unsupported codec.");
199 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
204 die("Failed to allocate image.");
209 die("Invalid keyframe interval value.");
226 die("Failed to open %s for writing.", outfile_arg);
229 die("Failed to open %s for reading.", infile_arg);
vp8cx_set_ref.c 116 die("Invalid number of arguments");
121 die("Unsupported codec.");
125 die("Couldn't parse frame number '%s'\n", argv[5]);
137 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
142 die("Failed to allocate image.");
159 die("Failed to open %s for writing.", argv[4]);
162 die("Failed to open %s for reading.", argv[3]);
vp9_lossless_encoder.c 77 die("Invalid number of arguments");
81 die("Unsupported codec.");
93 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
98 die("Failed to allocate image.");
114 die("Failed to open %s for writing.", argv[4]);
117 die("Failed to open %s for reading.", argv[3]);
  /external/deqp/framework/platform/android/
tcuAndroidMain.cpp 47 tcu::die("Failed to create activity: %s", e.what());
  /external/elfutils/0.153/libdw/
dwarf_getscopevar.c 62 getfiles (Dwarf_Die *die, Dwarf_Files **files)
64 return INTUSE(dwarf_getsrcfiles) (&CUDIE (die->cu), files, NULL);
69 getattr (Dwarf_Die *die, int search_name, Dwarf_Word *value)
72 return INTUSE(dwarf_formudata) (INTUSE(dwarf_attr) (die, search_name,
82 If successful, fill in *RESULT with the DIE of the variable found,
  /external/elfutils/0.153/libdwfl/
dwfl_onesrcline.c 70 if (idx >= cu->die.cu->lines->nlines)
cu.c 175 return DIE_OFFSET_FROM_CU_OFFSET (cu->die.cu->start, cu->die.cu->offset_size,
176 cu->die.cu->type_sig8 != 0);
191 key.die.cu = &dwkey;
222 Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw, cuoff, &cu->die); local
223 if (die == NULL)
225 assert (die == &cu->die);
237 if (cu->die.cu->start == 0
    [all...]
  /external/libvpx/libvpx/examples/
postproc.c 74 die("Invalid number of arguments.");
78 die("Failed to open %s for reading.", argv[1]);
81 die("Failed to open %s for writing", argv[2]);
87 die("Unknown input codec.");
simple_encoder.c 175 die("Invalid number of arguments");
186 die("Unsupported codec.");
198 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
203 die("Failed to allocate image.");
208 die("Invalid keyframe interval value.");
225 die("Failed to open %s for writing.", outfile_arg);
228 die("Failed to open %s for reading.", infile_arg);
vp8cx_set_ref.c 112 die("Invalid number of arguments");
117 die("Unsupported codec.");
121 die("Couldn't parse frame number '%s'\n", argv[5]);
133 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
138 die("Failed to allocate image.");
155 die("Failed to open %s for writing.", argv[4]);
158 die("Failed to open %s for reading.", argv[3]);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
trace-event-scripting.c 88 die("error registering Python script extension");
92 die("error registering py script extension");
151 die("error registering Perl script extension");
155 die("error registering pl script extension");
strbuf.c 48 die("you want to use way too much memory");
58 die("you want to use way too much memory");
60 die("`pos' is too far after the end of the buffer");
62 die("`pos + len' is too far after the end of the buffer");
96 die("your vsnprintf is broken");
103 die("this should not happen, your vsnprintf is broken");
  /external/lldb/source/Plugins/SymbolFile/DWARF/
UniqueDWARFASTType.cpp 25 const DWARFDebugInfoEntry *die,
35 if (pos->m_die->Tag() == die->Tag())
45 const DWARFDebugInfoEntry *parent_arg_die = die->GetParent();
UniqueDWARFASTType.h 46 DWARFDebugInfoEntry *die,
52 m_die (die),
122 const DWARFDebugInfoEntry *die,
155 const DWARFDebugInfoEntry *die,
164 return pos->second.Find (symfile, cu, die, decl, byte_size, entry);
DWARFCompileUnit.cpp 143 // Save at least the compile unit DIE
169 // Set the offset to that of the first DIE and calculate the start of the
174 DWARFDebugInfoEntry die; local
175 // Keep a flat array of the DIE for binary lookup by DIE offset
197 die.FastExtract (debug_info_data, this, fixed_form_sizes, &offset))
201 // die.GetOffset(),
203 // DW_TAG_value_to_name (die.Tag()),
204 // die.HasChildren() ? " *" : "");
206 const bool null_die = die.IsNULL()
395 const DWARFDebugInfoEntry* die = DIE(); local
452 const DWARFDebugInfoEntry* die = DIE(); local
633 const DWARFDebugInfoEntry &die = *pos; local
959 const DWARFDebugInfoEntry *die = GetCompileUnitDIEOnly(); local
    [all...]
SymbolFileDWARF.h 234 GetCachedClangDeclContextForDIE (const DWARFDebugInfoEntry *die)
236 DIEToDeclContextMap::iterator pos = m_die_to_decl_ctx.find(die);
244 GetClangDeclContextForDIE (const lldb_private::SymbolContext &sc, DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die);
251 const DWARFDebugInfoEntry *die,
258 GetDeclContextDIEContainingDIE (DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die);
305 const DWARFDebugInfoEntry* die);
313 lldb_private::Function * ParseCompileUnitFunction (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die);
317 const DWARFDebugInfoEntry *die,
320 size_t ParseTypes (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool parse_siblings, bool parse_children);
321 lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new)
    [all...]
  /external/bison/build-aux/
gnu-web-doc-update 29 die() { warn "$*"; exit 1; } function
68 # die otherwise.
89 || die "one of these is required: $find_tool_names"
91 || die "${find_tool_error_prefix}cannot run $find_tool_res --version"
124 --*) die "unrecognized option: $1";;
130 || die "too many arguments"
133 version=$(cat $prev) || die "no $prev file?"
135 || die "no Makefile?"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
split-file-by-class 41 $filename =~ m/^(\w+)\.h$/ or die "Command line args must be .h files.\n";
44 open(OLDFILE, "<", $filename) or die "File does not exist: $filename\n";
94 open(NEWHEADER, ">", "$classname.h") or die "File does not exist: $filename\n";
109 open(OLDCPP, "<", "$classname.cpp.original") or die "Failed to copy file for reading: $filename\n";
110 open(NEWCPP, ">", "$classname.cpp") or die "File does not exist: $filename\n";
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 70 open FILE, "<", $filename or die;
101 die "Cound not find data in ${filename} - needs to start with [{" unless $foundStart;
102 die "Cound not find data in ${filename} - needs to end with }]" unless $foundEnd;
110 open FILE, ">", $path or die;
118 open FILE, "<", $path or die;
130 opendir DIR, $dir or die;

Completed in 4496 milliseconds

1 2 34 5 6 7 8 91011>>