Home
last modified time | relevance | path

Searched refs:parent_tag (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sync/tools/testserver/
Dchromiumsync.py346 def __init__(self, tag, name, parent_tag, sync_type, create_by_default=True): argument
349 self.parent_tag = parent_tag
489 parent_tag=ROOT_ID, sync_type=APPS),
491 parent_tag=ROOT_ID, sync_type=APP_LIST),
493 parent_tag=ROOT_ID, sync_type=APP_NOTIFICATION),
496 parent_tag=ROOT_ID, sync_type=APP_SETTINGS),
498 parent_tag=ROOT_ID, sync_type=BOOKMARK),
500 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK),
502 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK),
504 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK,
[all …]
Dchromiumsync_test.py49 self.assertTrue(spec.parent_tag in declared_specs, 'parent tags must '
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp797 dw_tag_t parent_tag = parent->Tag(); in Index() local
798 if (parent_tag == DW_TAG_class_type || parent_tag == DW_TAG_structure_type) in Index()
812 parent_tag = parent->Tag(); in Index()
814 … if (parent_tag == DW_TAG_class_type || parent_tag == DW_TAG_structure_type) in Index()
DDWARFDebugInfoEntry.cpp2012 const dw_tag_t parent_tag = parent_decl_ctx_die->Tag(); in GetQualifiedName() local
2013 switch (parent_tag) in GetQualifiedName()
DSymbolFileDWARF.cpp7361 dw_tag_t parent_tag = sc_parent_die ? sc_parent_die->Tag() : 0; in ParseVariableDIE() local
7482 switch (parent_tag) in ParseVariableDIE()
7640 dw_tag_t parent_tag = sc_parent_die ? sc_parent_die->Tag() : 0; in ParseVariables() local
7641 switch (parent_tag) in ParseVariables()
7657 … DW_TAG_value_to_name (parent_tag), in ParseVariables()