OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kind_name
(Results
1 - 4
of
4
) sorted by null
/system/media/camera/docs/
ACameraMetadata.mako
19
<%def name="single_kind_keys(
kind_name
)">\
22
% if section.find_first(lambda x: isinstance(x, metadata_model.Entry) and x.kind ==
kind_name
) and \
23
any_visible(section,
kind_name
, ('public','ndk_public') ):
24
% for inner_namespace in get_children_by_filtering_kind(section,
kind_name
, 'namespaces'):
36
get_children_by_filtering_kind(section,
kind_name
, 'merged_entries'), \
metadata_helpers.py
251
def get_children_by_filtering_kind(section,
kind_name
, member='entries'):
257
kind_name
: A name of the kind, i.e. 'dynamic' or 'static' or 'controls'
263
matched_kind = next((i for i in section.merged_kinds if i.name ==
kind_name
), None)
[
all
...]
metadata_model.py
503
for idx, (
kind_name
, entry_it) in enumerate(leaf_it):
505
kind = Kind(
kind_name
, section)
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
dwarf.c
4077
const char *
kind_name
;
local
[
all
...]
Completed in 55 milliseconds