HomeSort by relevance Sort by last modified time
    Searched defs:die (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/dbus/bus/
test-system.c 34 die (const char *failure) function
50 die ("memleaks");
90 die ("initializing debug threads");
95 die ("parser");
  /external/dbus/test/name-test/
test-shutdown.c 8 die (const char *message) function
27 die ("Couldn't find GUID in session bus address");
33 die ("Failed to open connection to temp session bus\n");
37 die ("No memory\n");
40 die ("No memory\n");
test-privserver-client.c 5 die (const char *message, ...) function
48 die ("couldn't access session bus\n");
55 die ("couldn't send message: %s\n", error.message);
58 die ("couldn't parse message replym\n");
70 die ("couldn't connect to server direct connection: %s\n", error.message);
82 die ("couldn't send Quit message\n");
test-privserver.c 5 die (const char *message, ...) function
81 die ("couldn't access session bus");
87 die ("couldn't request name: %s", error.message);
90 die ("couldn't add filter");
98 die (error.message);
106 die ("server setup failed");
  /external/libvpx/build/make/
gen_msvs_sln.sh 34 die() { function
99 [ -z "${dep_guid}" ] && die "Unknown GUID for $dep (dependency of $var)"
226 *) die Unrecognized Visual Studio Version in $opt
237 *) die "Unrecognized Visual Studio Version '$optval' in $opt"
gen_msvs_proj.sh 45 die() { function
82 die "Missing attribute value in '$opt' while generating $tag tag"
204 *) die Unrecognized Visual Studio Version in $opt
252 [ -n "$name" ] || die "Project name (--name) must be specified!"
253 [ -n "$target" ] || die "Target (--target) must be specified!"
280 *) die "Unsupported target $target!"
294 *) die "Unsupported target $target!"
  /external/elfutils/tests/
allfcts.c 66 Dwarf_Die *die = dwarf_offdie (dbg, off + cuhl, &die_mem); local
68 (void) dwarf_getfuncs (die, cb, NULL, 0);
get-pubnames.c 44 printf (" [%2d] \"%s\", die: %llu, cu: %llu\n",
53 puts ("failed to get CU die");
60 Dwarf_Die die; local
61 if (dwarf_offdie (dbg, gl->die_offset, &die) == NULL
62 || (diename = dwarf_diename (&die)) == NULL)
64 puts ("failed to get object die");
get-files.c 70 Dwarf_Die *die = dwarf_offdie (dbg, o + cuhl, &die_mem); local
71 if (die == NULL)
73 printf ("%s: cannot get CU die\n", argv[cnt]);
80 if (dwarf_getsrcfiles (die, &files, &nfiles) != 0)
show-abbrev.c 56 /* Get the DIE for the CU. */
57 Dwarf_Die die; local
58 if (dwarf_offdie (dbg, old_cuoff + hsize, &die) == NULL)
67 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
get-lines.c 68 /* Get the DIE for the CU. */
69 Dwarf_Die die; local
70 if (dwarf_offdie (dbg, old_cuoff + hsize, &die) == NULL)
73 printf ("%s: cannot get CU die\n", argv[cnt]);
81 if (dwarf_getsrclines (&die, &lb, &nlb) != 0)
addrscopes.c 61 print_vars (unsigned int indent, Dwarf_Die *die)
64 if (dwarf_child (die, &child) == 0)
81 if (dwarf_hasattr (die, DW_AT_abstract_origin)
82 && dwarf_formref_die (dwarf_attr (die, DW_AT_abstract_origin, &attr_mem),
122 Dwarf_Die *const die = &scopes[n]; local
126 dwarf_diename (die) ?: "<unnamed>",
127 dwarf_tag (die));
130 if (dwarf_lowpc (die, &lowpc) == 0
131 && dwarf_highpc (die, &highpc) == 0)
143 print_vars (indent + INDENT, die);
    [all...]
  /external/linux-tools-perf/util/
usage.c 54 void die(const char *err, ...) function
  /external/openssl/
import_openssl.sh 30 function die() { function
52 die "OpenSSL patch directory patches/ not found"
56 die "openssl.version not found"
61 die "Invalid openssl.version; see README.android for more information"
68 die "openssl.config not found"
73 die "Invalid openssl.config; see README.android for more information"
260 patch -p1 < ../patches/$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate patches/$i"
286 LC_ALL=C TZ=UTC0 diff -aup $OPENSSL_DIR_ORIG/$i $OPENSSL_DIR/$i >> $patch && die "ERROR: No diff for patch $path in file $i"
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 23 void die(int status) function
  /external/qemu/elff/
dwarf_die.h 26 /* Encapsulates an object that wraps up a DIE, cached during
33 * die - DIE represented with this instance.
34 * parent_cu - Compilation unit this DIE belongs to.
35 * parent_die - Parent DIE object for this DIE. This parameter can be NULL
38 DIEObject(const Dwarf_DIE* die, DwarfCU* parent_cu, DIEObject* parent_die)
39 : die_(die),
49 /* Gets ELF file this DIE belongs to. */
52 /* Gets DWARF tag (DW_TAG_Xxx) for the DIE represented with this instance. */
125 const Dwarf_DIE* die() const { function in class:DIEObject
    [all...]
  /external/v8/tools/
common-includes.sh 46 die() { function
67 git branch -D $1 || die "Deleting branch '$1' failed."
70 die "Can't continue. Please delete branch $1 and try again."
93 [[ -z "${!VARNAME}" ]] && die "Variable '$VARNAME' could not be restored."
99 || die "This is not a git checkout, this script won't work for you."
103 || die "Please set your EDITOR environment variable, you'll need it."
109 || die "Workspace is not clean. Please commit or undo your changes."
116 git svn fetch || die "'git svn fetch' failed."
159 || die "'git cl upload' failed, please try again."
179 { cat "$PATCH_OUTPUT_FILE" && die "Applying the patch failed.";
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.h 26 /* Encapsulates an object that wraps up a DIE, cached during
33 * die - DIE represented with this instance.
34 * parent_cu - Compilation unit this DIE belongs to.
35 * parent_die - Parent DIE object for this DIE. This parameter can be NULL
38 DIEObject(const Dwarf_DIE* die, DwarfCU* parent_cu, DIEObject* parent_die)
39 : die_(die),
49 /* Gets ELF file this DIE belongs to. */
52 /* Gets DWARF tag (DW_TAG_Xxx) for the DIE represented with this instance. *
125 const Dwarf_DIE* die() const { function in class:DIEObject
    [all...]
  /bootable/recovery/mtdutils/
flash_image.c 31 void die(const char *msg, ...) { function
62 if (mtd_scan_partitions() <= 0) die("error scanning partitions");
64 if (partition == NULL) die("can't find %s partition", argv[1]);
69 if (fd < 0) die("error opening %s", argv[2]);
73 if (headerlen <= 0) die("error reading %s header", argv[2]);
96 if (out == NULL) die("error writing %s", argv[1]);
101 if (wrote != headerlen) die("error writing %s", argv[1]);
106 if (wrote != len) die("error writing %s", argv[1]);
108 if (len < 0) die("error reading %s", argv[2]);
110 if (mtd_write_close(out)) die("error closing %s", argv[1])
    [all...]
  /external/dbus/test/
test-shell-service.c 26 die (const char *message) function
45 die ("No memory");
52 die ("No memory\n");
57 die ("No memory\n");
60 die ("No memory\n");
145 die ("No memory\n");
148 die ("No memory\n");
152 die ("No memory");
158 die ("No memory");
163 die ("No memory")
    [all...]
test-service.c 23 die (const char *message) function
48 die("no memory");
73 die ("No memory\n");
80 die ("No memory\n");
85 die ("No memory");
89 die ("No memory\n");
105 die ("No memory\n");
108 die ("No memory\n");
148 die ("No memory\n");
151 die ("No memory\n")
    [all...]
  /external/libvpx/examples/
decoder_tmpl.c 33 static void die(const char *fmt, ...) { function
59 die("Failed to open %s for reading", argv[1]);
61 die("Failed to open %s for writing", argv[2]);
67 die("%s is not an IVF file.", argv[1]);
81 die("Frame %d data too big for example code buffer", frame_sz);
83 die("Frame %d failed to read complete frame", frame_cnt);
  /system/core/netcfg/
netcfg.c 31 void die(const char *reason) function
142 die("Cannot perform requested operation");
  /system/core/toolbox/
ifconfig.c 16 static void die(const char *s) function
24 if(ioctl(s, SIOCGIFFLAGS, ifr) < 0) die("SIOCGIFFLAGS");
26 if(ioctl(s, SIOCSIFFLAGS, ifr) < 0) die("SIOCSIFFLAGS");
40 if(ioctl(s, SIOCSIFMTU, ifr) < 0) die("SIOCSIFMTU");
45 if(ioctl(s, SIOCSIFDSTADDR, ifr) < 0) die("SIOCSIFDSTADDR");
51 if(ioctl(s, SIOCSIFNETMASK, ifr) < 0) die("SIOCSIFNETMASK");
57 if(ioctl(s, SIOCSIFADDR, ifr) < 0) die("SIOCSIFADDR");
80 die("cannot open control socket\n");
134 die("expecting a value for parameter \"mtu\"");
143 die("expecting an IP address for parameter \"pointtopoint\"")
    [all...]
  /external/elfutils/libdwfl/
cu.c 175 return cu->die.cu->start + 3 * cu->die.cu->offset_size - 4 + 3;
190 key.die.cu = &dwkey;
221 Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw, cuoff, &cu->die); local
222 if (die == NULL)
224 assert (die == &cu->die);
236 if (cu->die.cu->start == 0)
267 cuoff = lastcu->die.cu->end
    [all...]

Completed in 715 milliseconds

12 3 4