OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_desc
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
explore.py
401
type_desc
= "struct/class"
403
type_desc
= "union"
407
(expr,
type_desc
, str(value.type)))
413
"fields:\n" % (expr,
type_desc
, str(value.type)))
478
type_desc
= ""
480
type_desc
= "struct/class"
482
type_desc
= "union"
488
(name,
type_desc
, str(datatype)))
491
print ("'%s' is a %s with no fields." % (name,
type_desc
))
497
(name,
type_desc
, str(datatype))
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
explore.py
401
type_desc
= "struct/class"
403
type_desc
= "union"
407
(expr,
type_desc
, str(value.type)))
413
"fields:\n" % (expr,
type_desc
, str(value.type)))
478
type_desc
= ""
480
type_desc
= "struct/class"
482
type_desc
= "union"
488
(name,
type_desc
, str(datatype)))
491
print ("'%s' is a %s with no fields." % (name,
type_desc
))
497
(name,
type_desc
, str(datatype))
[
all
...]
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
explore.py
401
type_desc
= "struct/class"
403
type_desc
= "union"
407
(expr,
type_desc
, str(value.type)))
413
"fields:\n" % (expr,
type_desc
, str(value.type)))
478
type_desc
= ""
480
type_desc
= "struct/class"
482
type_desc
= "union"
488
(name,
type_desc
, str(datatype)))
491
print ("'%s' is a %s with no fields." % (name,
type_desc
))
497
(name,
type_desc
, str(datatype))
[
all
...]
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
explore.py
401
type_desc
= "struct/class"
403
type_desc
= "union"
407
(expr,
type_desc
, str(value.type)))
413
"fields:\n" % (expr,
type_desc
, str(value.type)))
478
type_desc
= ""
480
type_desc
= "struct/class"
482
type_desc
= "union"
488
(name,
type_desc
, str(datatype)))
491
print ("'%s' is a %s with no fields." % (name,
type_desc
))
497
(name,
type_desc
, str(datatype))
[
all
...]
/art/compiler/debug/
elf_debug_info_writer.h
218
const char*
type_desc
= dex->StringByTypeIdx(dex_params->GetTypeItem(i).type_idx_);
local
219
WriteLazyType(
type_desc
);
220
const bool is64bitValue =
type_desc
[0] == 'D' ||
type_desc
[0] == 'J';
659
std::map<std::string, size_t> type_cache_; //
type_desc
-> definition_offset.
662
std::multimap<std::string, size_t> lazy_types_; //
type_desc
-> patch_offset.
Completed in 284 milliseconds