Searched defs:die (Results 51 - 75 of 80) sorted by relevance

1234

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.c58 void die(const char *fmt, ...) { function
/external/deqp/android/scripts/
H A Dcommon.py59 def die (msg): function
/external/dnsmasq/src/
H A Dlog.c35 /* defaults in case we die() before we log_start() */
304 /* fall-back to syslog if we die during startup or fail during running. */
425 void die(char *message, char *arg1, int exit_code) function
432 log_stderr = 1; /* print as well as log when we die.... */
/external/e2fsprogs/misc/
H A Duuidd.c55 static void die(const char *msg) function
85 die("setreuid");
514 die("setresgid");
517 die("setregid");
522 die("setresuid");
525 die("setreuid");
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh24 die() { function
378 die "${AS} ${ASFLAGS} does not support section alignment (nasm <=2.08?)"
544 [ -d "${optval}" ] || die "Not a directory: ${optval}"
550 || die "Must be yasm, nasm or auto: ${optval}"
560 [ -d "${optval}" ] || die "Not a directory: ${optval}"
564 die "Option ${opt} requires argument"
591 die "Libdir ${libdir} must be a subdirectory of ${prefix}"
701 || die "Unrecognized toolchain '${toolchain}'"
977 die "Couldn't find CodeSourcery GCC from PATH"
1122 && die "Neithe
[all...]
/external/libvpx/libvpx/examples/
H A Ddecode_with_partial_drops.c82 static void die(const char *fmt, ...) { function
212 die("Usage: %s <infile> <outfile> [-t <num threads>] <N-M|N/M|L,S>\n",
225 die("Couldn't parse pattern %s\n", argv[3]);
232 die("Failed to open %s for reading", argv[1]);
234 die("Failed to open %s for writing", argv[2]);
240 die("%s is not an IVF file.", argv[1]);
259 die("Frame %d data too big for example code buffer", frame_sz);
261 die("Frame %d failed to read complete frame", frame_cnt);
H A Dvp8_multi_resolution_encoder.c48 static void die(const char *fmt, ...) { function
215 die("Usage: %s <width> <height> <infile> <outfile(s)> <output psnr?>\n",
224 die("Invalid resolution: %ldx%ld", width, height);
228 die("Failed to open %s for reading", argv[3]);
240 die("Failed to open %s for writing", argv[i+4]);
316 die("Failed to allocate image", cfg[i].g_w, cfg[i].g_h);
/external/libvpx/libvpx/
H A Dtools_common.c58 void die(const char *fmt, ...) { function
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h86 AddDIE (DWARFDebugInfoEntry& die) argument
99 m_die_array.push_back(die);
154 // AddGlobal (const DWARFDebugInfoEntry* die);
H A DDWARFDebugInfo.cpp294 DWARFDebugInfoEntry* die = NULL; local
296 die = (*cu_handle)->GetDIEPtr(die_offset);
298 if (die == NULL)
304 die = cu_sp->GetDIEPtr(die_offset);
307 if (die == NULL)
309 return die;
339 DWARFDebugInfoEntry* die,
347 if (die)
349 cu->AddDIE(*die);
371 DWARFDebugInfo::AddDIE(DWARFDebugInfoEntry& die)
335 DWARFDebugInfo_ParseCallback( SymbolFileDWARF* dwarf2Data, DWARFCompileUnitSP& cu_sp, DWARFDebugInfoEntry* die, const dw_offset_t next_offset, const uint32_t curr_depth, void* userData ) argument
484 DumpCallback( SymbolFileDWARF* dwarf2Data, DWARFCompileUnitSP& cu_sp, DWARFDebugInfoEntry* die, const dw_offset_t next_offset, const uint32_t curr_depth, void* userData ) argument
702 const DWARFDebugInfoEntry* die = cu_sp->DIE(); local
727 FindCallbackString( SymbolFileDWARF* dwarf2Data, DWARFCompileUnitSP& cu_sp, DWARFDebugInfoEntry* die, const dw_offset_t next_offset, const uint32_t curr_depth, void* userData ) argument
[all...]
H A DSymbolFileDWARF.h234 GetCachedClangDeclContextForDIE (const DWARFDebugInfoEntry *die) argument
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, boo
478 LinkDeclContextToDIE(clang::DeclContext *decl_ctx, const DWARFDebugInfoEntry *die) argument
[all...]
H A DDWARFCompileUnit.cpp174 DWARFDebugInfoEntry die; local
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();
209 uint64_t base_addr = die.GetAttributeValueAsUnsigned(m_dwarf2Data, this, DW_AT_low_pc, LLDB_INVALID_ADDRESS);
211 base_addr = die.GetAttributeValueAsUnsigned(m_dwarf2Data, this, DW_AT_entry_pc, 0);
214 AddDIE (die);
235 die
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...]
H A DSymbolFileDWARFDebugMap.cpp1213 SymbolFileDWARFDebugMap::FindCompleteObjCDefinitionTypeForDIE (const DWARFDebugInfoEntry *die, argument
1221 type_sp = oso_dwarf->FindCompleteObjCDefinitionTypeForDIE (die, type_name, must_be_implementation);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dircbot.py184 def die(self, msg="Bye, cruel world!"): member in class:SingleServerIRCBot
185 """Let the bot die.
/external/clang/test/Parser/
H A Dcxx-decl.cpp169 void test (DIE die, DIE *Die, DIE INT, DIE *FLOAT) { argument
171 die.foo();
/external/deqp/framework/delibs/deutil/
H A DdeProcess.c61 static void die (int statusPipe, const char* message) function
76 die(statusPipe, msgBuf);
114 die(statusPipe, "Command line parsing failed (out of memory)");
/external/deqp/scripts/
H A Dmake_release.py24 def die (msg): function
96 die("%s already exists" % self.dstFile)
/external/elfutils/0.153/src/
H A Dfindtextrel.c515 Dwarf_Die *die; local
522 if ((die = dwarf_addrdie (dw, addr, &die_mem)) != NULL
523 && (line = dwarf_getsrc_die (die, addr)) != NULL
H A Dnm.c616 get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc) argument
619 Dwarf_Attribute *locattr = dwarf_attr (die, DW_AT_location, &locattr_mem);
672 Dwarf_Die *die = &die_mem; local
673 if (dwarf_child (cudie, die) == 0)
677 int tag = dwarf_tag (die);
684 Dwarf_Attribute *attr = dwarf_attr (die, DW_AT_name, &attr_mem);
690 attr = dwarf_attr (die, DW_AT_decl_file, &attr_mem);
695 attr = dwarf_attr (die, DW_AT_decl_line, &attr_mem);
703 if (dwarf_lowpc (die, &lowpc) != 0
704 || dwarf_highpc (die,
1277 Dwarf_Die *die = dwarf_offdie (dbg, (*found)->die_offset, local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DHitReactionComponent.java285 public void setDieWhenCollected(boolean die) { argument
289 public void setDieOnAttack(boolean die) { argument
290 mDieOnAttack = die;
/external/elfutils/0.153/libdwfl/
H A DlibdwflP.h214 Dwarf_Die die; member in struct:dwfl_cu
/external/qemu/
H A Dposix-aio-compat.c83 static void die(const char *what) function
358 if (kill(pid, aiocb->ev_signo)) die("kill failed");
376 if (sigfillset(&set)) die("sigfillset");
377 if (sigprocmask(SIG_SETMASK, &set, &oldset)) die("sigprocmask");
381 if (sigprocmask(SIG_SETMASK, &oldset, NULL)) die("sigprocmask restore");
512 die("write()");
/external/elfutils/0.153/libdw/
H A DlibdwP.h430 extern unsigned char *__libdw_find_attr (Dwarf_Die *die,
437 extern int __libdw_attr_intval (Dwarf_Die *die, int *valp, int attval)
443 Dwarf_Die die; member in struct:Dwarf_Die_Chain
/external/ppp/pppd/
H A Dmain.c465 die(0);
640 die(status);
806 die(1); /* or just return? */
829 /* wait for parent to finish updating pid & lock files and die */
1147 * die - clean up state and exit with the specified status.
1150 die(status) function
1499 die(127);
1887 * novm - log an error message saying we ran out of memory, and die.
/external/strace/
H A Dstrace.c254 static void die(void) __attribute__ ((noreturn));
255 static void die(void) function
308 die();
324 die();
657 * may create bogus empty FILE.<nonexistant_pid>, and then die.

Completed in 489 milliseconds

1234