/external/qemu/elff/ |
dwarf_die.h | 36 * only for compilation unit DIEs.
56 * Some DIEs (such as inline routine DIEs) may have no DW_AT_name property,
141 * in which children DIEs have been discovered).
172 * belongs to. In other words, DIE level defines how many parent DIEs exist
194 * in which children DIEs have been discovered).
|
dwarf_die.cc | 104 /* For CU DIEs address range may be zero size, even though its child DIEs
113 * Lets iterate through child DIEs to find the leaf (last DIE) that contains
130 /* DIE can contain either list of ranges (f.i. DIEs that represent a routine
|
dwarf_cu.h | 209 * in the branch of all DIEs containing given address.
235 * DIEs of this compilation unit.
237 * parse_context - Parsing context that lists tags for DIEs that should be
238 * collected during parsing. NULL passed in this parameter indicates DIEs
342 * DIEs of this compilation unit. This is an implementation of DwarfCU's
|
dwarf_defs.h | 420 * separator (usually it ends a list of "child" DIEs)
671 * DIEs by the list of tags.
674 /* Zero-terminated list of tags to collect DIEs for. If this field is NULL,
675 * DIEs for all tags will be collected during the parsing. */
[all...] |
/external/kernel-headers/original/asm-x86/ |
required-features.h | 6 kernel dies. Make sure to assign features to the proper mask!
|
/external/svox/pico/res/values/ |
strings.xml | 25 <string name="deu_deu_sample">Dies ist ein Beispiel für Sprachsynthese in Deutsch mit Pico.</string>
|
/frameworks/base/core/java/android/app/ |
IntentService.java | 80 * {@link Service#START_REDELIVER_INTENT}, so if this process dies before 87 * {@link Service#START_NOT_STICKY}, and if the process dies, the Intent 88 * dies along with it.
|
/frameworks/base/cmds/system_server/library/ |
system_init.cpp | 36 * This class is used to kill this process when the runtime dies.
|
/frameworks/base/media/libmedia/ |
IMediaDeathNotifier.cpp | 89 // Notify application when media server dies.
|
/external/elfutils/libdw/ |
dwarf_siblingof.c | 45 must not return the dies for children of the given die. */
|
/external/gtest/test/ |
gtest-test-part_test.cc | 124 // Tests that the program dies when GetTestPartResult() is called with
|
/dalvik/libcore/luni/src/main/java/java/io/ |
PipedInputStream.java | 202 * lastReader dies while someone is waiting to write an IOException of 315 * lastReader dies while someone is waiting to write an IOException of 409 * lastWriter dies while someone is waiting to read an IOException of
|
PipedReader.java | 226 * lastReader dies while someone is waiting to write an IOException 337 * lastWriter dies while someone is waiting to read an IOException 399 * lastWriter dies while someone is waiting to read an IOException
|
/external/quake/quake/src/WinQuake/docs/ |
README.X11 | 73 one. Same with the CDROM. If it dies, try it with -nosound and/or
|
readme.squake | 92 one. Same with the CDROM. If it dies, try it with -nosound and/or
|
/external/webkit/WebCore/bindings/v8/ |
ScriptController.h | 186 // This list is used so that when the plugin dies, we can immediately
|
/frameworks/base/include/binder/ |
IBinder.h | 126 * dies. The @a cookie is optional. If non-NULL, you can
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
BitmapManager.java | 39 * don't need to remove Thread from it if some thread dies.
|
/packages/apps/PackageInstaller/res/values-de/ |
strings.xml | 38 <string name="dlg_sys_app_replacement_statement" msgid="1047598434568470723">"Dies ist eine Systemanwendung. Möchten Sie sie dennoch ersetzen?"\n\n"Alle vorherigen Nutzerdaten werden gespeichert."</string>
|
/system/core/libcutils/ |
zygote.c | 177 // and will close when the peer dies
|
/dalvik/libcore/security/src/test/java/tests/targets/security/ |
MessageDigestTest.java | 57 // freed after each test. Otherwise the Android runtime simply dies at
|
/external/dropbear/ |
cli-session.c | 272 /* Set std{in,out,err} back to non-blocking - busybox ash dies nastily if
|
/external/elfutils/src/ |
ChangeLog | 66 * readelf.c (print_debug_info_section): Free dies memory.
|
/external/webkit/JavaScriptCore/wtf/ |
ThreadSpecific.h | 197 // 1) Once the instance of ThreadSpecific<> is created, it will not be destructed until the program dies.
|
/external/webkit/WebCore/html/ |
HTMLTableElement.cpp | 471 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies. 529 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies. 615 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies.
|