Home
last modified time | relevance | path

Searched defs:dict (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/external/pigweed/pw_sensor/py/pw_sensor/
Dvalidator.py69 def validate(self, metadata: dict) -> dict:
148 def _resolve_dependencies(self, metadata: dict, out: dict) -> None:
189 def _backfill_declarations(self, declarations: dict, out: dict) -> None:
202 def _backfill_attributes(declarations: dict, out: dict) -> None:
229 def _backfill_channels(declarations: dict, out: dict) -> None:
267 def _backfill_triggers(declarations: dict, out: dict) -> None:
291 def _resolve_attributes(self, metadata: dict, out: dict) -> None:
334 def _resolve_channels(self, metadata: dict, out: dict) -> None:
385 def _resolve_triggers(self, metadata: dict, out: dict) -> None:
453 def _check_scalar_name(name: str, haystack: dict, overrides: dict) -> dict:
/external/trusty/arm-trusted-firmware/tools/sptool/
Dsp_mk_generator.py62 def check_sp_mk_gen(args :dict):
66 def check_out_dir(args :dict):
70 def check_sp_layout_dir(args :dict):
74 def write_to_sp_mk_gen(content, args :dict):
79 def get_sp_manifest_full_path(sp_node, args :dict):
83 def get_sp_img_full_path(sp_node, args :dict):
87 def get_sp_pkg(sp, args :dict):
91 def is_line_in_sp_gen(line, args :dict):
116 def get_uuid(sp_layout, sp, args :dict):
135 def get_load_address(sp_layout, sp, args :dict):
[all …]
Dspactions.py33 def inner_logged_action(sp_layout, sp, args :dict):
46 def __call__(self, sp_layout, sp, args :dict):
79 def run_actions(sp_layout: dict, args: dict, verbose=False):
90 def append_called(action, sp, args :dict):
142 def my_action1(sp_layout, _, args :dict):
146 def my_action2(sp_layout, sp_name, args :dict):
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_stream_unittest.cpp35 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
92 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
103 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
115 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
127 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
138 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
150 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
162 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
174 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
185 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
[all …]
Dfpdf_parser_utility_unittest.cpp38 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
60 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
94 auto dict = doc->New<CPDF_Dictionary>(); in TEST() local
109 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in TEST() local
/external/e2fsprogs/lib/support/
Ddict.c145 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
163 static int verify_bintree(dict_t *dict) in verify_bintree()
288 void dict_set_allocator(dict_t *dict, dnode_alloc_t al, in dict_set_allocator()
299 void dict_set_cmp_context(dict_t *dict, const void *cmp_ctx) in dict_set_cmp_context()
313 void dict_destroy(dict_t *dict) in dict_destroy()
325 void dict_free_nodes(dict_t *dict) in dict_free_nodes()
338 void dict_free(dict_t *dict) in dict_free()
351 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init()
372 void dict_init_like(dict_t *dict, const dict_t *template) in dict_init_like()
393 static void dict_clear(dict_t *dict) in dict_clear()
[all …]
/external/f2fs-tools/fsck/
Ddict.c135 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
153 static int verify_bintree(dict_t *dict) in verify_bintree()
271 void dict_set_allocator(dict_t *dict, dnode_alloc_t al, in dict_set_allocator()
287 void dict_destroy(dict_t *dict) in dict_destroy()
298 void dict_free_nodes(dict_t *dict) in dict_free_nodes()
311 void dict_free(dict_t *dict) in dict_free()
323 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init()
343 void dict_init_like(dict_t *dict, const dict_t *template) in dict_init_like()
363 static void dict_clear(dict_t *dict) in dict_clear()
380 int dict_verify(dict_t *dict) in dict_verify()
[all …]
/external/python/setuptools/setuptools/config/
Dpyprojecttoml.py28 def validate(config: dict, filepath: _Path):
127 config: dict,
172 dist: Optional["Distribution"], project_cfg: dict, root_dir: _Path
181 def __init__(self, distribution: "Distribution", setuptools_cfg: dict):
216 project_cfg: dict,
217 setuptools_cfg: dict,
259 dynamic_cfg: dict,
280 dynamic_cfg: dict, root_dir: _Path, ignore_option_errors: bool
299 def _expand_packages(setuptools_cfg: dict, root_dir: _Path, ignore_option_errors=False):
313 container: dict, field: str, fn: Callable, ignore_option_errors=False
D_apply_pyprojecttoml.py31 def apply(dist: "Distribution", config: dict, filename: _Path) -> "Distribution":
114 def _license(dist: "Distribution", val: dict, root_dir: _Path):
123 def _people(dist: "Distribution", val: List[dict], _root_dir: _Path, kind: str):
141 def _project_urls(dist: "Distribution", val: dict, _root_dir):
159 def _python_requires(dist: "Distribution", val: dict, _root_dir):
165 def _unify_entry_points(project_table: dict):
181 def _copy_command_options(pyproject: dict, dist: "Distribution", filename: _Path):
/external/cronet/net/cookies/
Dcookie_monster_netlog_params.cc13 base::Value::Dict dict; in NetLogCookieMonsterConstructorParams() local
25 base::Value::Dict dict; in NetLogCookieMonsterCookieAdded() local
47 base::Value::Dict dict; in NetLogCookieMonsterCookieDeleted() local
64 base::Value::Dict dict; in NetLogCookieMonsterCookieRejectedSecure() local
80 base::Value::Dict dict; in NetLogCookieMonsterCookieRejectedHttponly() local
96 base::Value::Dict dict; in NetLogCookieMonsterCookiePreservedSkippedSecure() local
/external/cronet/net/dns/
Dhost_resolver_internal_result.cc77 const base::Value::Dict* dict = value.GetIfDict(); in EndpointMetadataPairFromValue() local
177 const base::Value::Dict* dict = value.GetIfDict(); in FromValue() local
243 const base::Value::Dict& dict) in HostResolverInternalResult()
255 const base::Value::Dict& dict, in ValidateValueBaseDict()
299 base::Value::Dict dict; in ToValueBaseDict() local
319 const base::Value::Dict* dict = value.GetIfDict(); in FromValue() local
394 base::Value::Dict dict = ToValueBaseDict(); in ToValue() local
421 const base::Value::Dict& dict, in HostResolverInternalDataResult()
433 const base::Value::Dict* dict = value.GetIfDict(); in FromValue() local
474 base::Value::Dict dict = ToValueBaseDict(); in ToValue() local
[all …]
/external/google-breakpad/src/common/
Dlong_string_dictionary_unittest.cc45 LongStringDictionary dict; in TEST() local
75 LongStringDictionary* dict = new LongStringDictionary(); in TEST() local
174 LongStringDictionary dict; in TEST() local
199 LongStringDictionary dict; in TEST() local
218 LongStringDictionary dict; in TEST() local
246 LongStringDictionary dict; in TEST() local
275 LongStringDictionary dict; in TEST() local
290 LongStringDictionary dict; in TEST() local
/external/python/cpython2/Lib/plat-mac/
Daepack.py306 def mkrange(dict): argument
309 def mkcomparison(dict): argument
312 def mklogical(dict): argument
315 def mkstyledtext(dict): argument
318 def mkaetext(dict): argument
321 def mkinsertionloc(dict): argument
324 def mkobject(dict): argument
347 def mkobjectfrommodule(dict, modulename): argument
/external/angle/build/gn_ast/
Dgn_ast.py38 def _wrap(node: dict):
53 def _find_node(root_node: dict, target_node: dict):
54 def recurse(node: dict) -> Optional[Tuple[dict, int]]:
102 def visit_nodes(self, callback: Callable[[dict],
106 def recurse(root: dict):
120 def helper(n: dict):
154 def match_fn(node: dict):
198 def from_node(node: dict) -> Optional[AssignmentWrapper]:
295 def __init__(self, function_node: dict, name_node: dict):
318 def from_node(node: dict) -> Optional[Target]:
[all …]
/external/cronet/build/gn_ast/
Dgn_ast.py38 def _wrap(node: dict):
53 def _find_node(root_node: dict, target_node: dict):
54 def recurse(node: dict) -> Optional[Tuple[dict, int]]:
102 def visit_nodes(self, callback: Callable[[dict],
106 def recurse(root: dict):
120 def helper(n: dict):
154 def match_fn(node: dict):
198 def from_node(node: dict) -> Optional[AssignmentWrapper]:
295 def __init__(self, function_node: dict, name_node: dict):
318 def from_node(node: dict) -> Optional[Target]:
[all …]
/external/libxml2/os400/
Dtranscode.c24 xmlZapDict(xmlDictPtr * dict) in xmlZapDict()
47 xmlDictPtr * dict, void (*freeproc)(const void *)) in xmlTranscodeResult()
136 inTranscode(const char * s, size_t l, const char * encoding, xmlDictPtr * dict) in inTranscode()
205 xmlTranscodeString(const char * s, const char * encoding, xmlDictPtr * dict) in xmlTranscodeString()
220 xmlTranscodeWString(const char * s, const char * encoding, xmlDictPtr * dict) in xmlTranscodeWString()
240 xmlTranscodeHString(const char * s, const char * encoding, xmlDictPtr * dict) in xmlTranscodeHString()
260 xmlVasprintf(xmlDictPtr * dict, const char * encoding, in xmlVasprintf()
/external/cronet/third_party/libxml/src/
Ddict.c134 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, unsigned int namelen) { in xmlDictAddString()
202 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, unsigned int plen, in xmlDictAddQString()
261 xmlDictPtr dict; in xmlDictCreate() local
296 xmlDictPtr dict = xmlDictCreate(); in xmlDictCreateSub() local
315 xmlDictReference(xmlDictPtr dict) { in xmlDictReference()
331 xmlDictFree(xmlDictPtr dict) { in xmlDictFree()
374 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns()
400 xmlDictSize(xmlDictPtr dict) { in xmlDictSize()
419 xmlDictSetLimit(xmlDictPtr dict, size_t limit) { in xmlDictSetLimit()
439 xmlDictGetUsage(xmlDictPtr dict) { in xmlDictGetUsage()
[all …]
/external/libxml2/
Ddict.c138 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, unsigned int namelen) { in xmlDictAddString()
206 xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, unsigned int plen, in xmlDictAddQString()
265 xmlDictPtr dict; in xmlDictCreate() local
300 xmlDictPtr dict = xmlDictCreate(); in xmlDictCreateSub() local
319 xmlDictReference(xmlDictPtr dict) { in xmlDictReference()
335 xmlDictFree(xmlDictPtr dict) { in xmlDictFree()
378 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns()
404 xmlDictSize(xmlDictPtr dict) { in xmlDictSize()
423 xmlDictSetLimit(xmlDictPtr dict, size_t limit) { in xmlDictSetLimit()
443 xmlDictGetUsage(xmlDictPtr dict) { in xmlDictGetUsage()
[all …]
/external/libchrome/components/policy/core/common/
Dconfig_dir_policy_loader_unittest.cc97 base::DictionaryValue dict; in InstallEmptyPolicy() local
103 base::DictionaryValue dict; in InstallStringPolicy() local
110 base::DictionaryValue dict; in InstallIntegerPolicy() local
117 base::DictionaryValue dict; in InstallBooleanPolicy() local
124 base::DictionaryValue dict; in InstallStringListPolicy() local
132 base::DictionaryValue dict; in InstallDictionaryPolicy() local
138 base::DictionaryValue dict; in Install3rdPartyPolicy() local
143 void TestHarness::WriteConfigFile(const base::DictionaryValue& dict, in WriteConfigFile()
/external/pigweed/pw_build/py/pw_build/
Dgenerate_python_package.py154 def _get_setup_keywords(pkg_data: dict, keywords: dict) -> dict:
166 config: configparser.ConfigParser, data: dict, section: str | None = None
194 pkg_data: dict,
195 keywords: dict,
/external/cronet/net/socket/
Dsocket_net_log_params.cc20 base::Value::Dict dict; in NetLogSocketErrorParams() local
36 base::Value::Dict dict; in CreateNetLogHostPortPairParams() local
42 base::Value::Dict dict; in CreateNetLogIPEndPointParams() local
50 base::Value::Dict dict; in CreateNetLogAddressPairParams() local
/external/pdfium/core/fpdfdoc/
Dcpdf_action_unittest.cpp17 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in CreateActionDictWithType() local
25 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in CreateActionDictWithoutType() local
32 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in CreateActionDictWithInvalidType() local
40 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in CreateInvalidActionDictWithType() local
48 auto dict = pdfium::MakeRetain<CPDF_Dictionary>(); in CreateInvalidActionDictWithoutType() local
/external/cronet/net/cert/
Dct_signed_certificate_timestamp_log_param.cc25 base::Value::Dict& dict) { in SetBinaryData()
37 base::Value::Dict dict; in SCTToDictionary() local
76 base::Value::Dict dict; in NetLogSignedCertificateTimestampParams() local
87 base::Value::Dict dict; in NetLogRawSignedCertificateTimestampParams() local
/external/pigweed/pw_bloat/py/pw_bloat/
Dbloaty_config.py217 def _memory_regions_overlap(memory_regions: dict) -> bool:
276 segments: dict, memory_regions: dict
315 def generate_memoryregions_data_source(segment_to_memory_region: dict) -> str:
/external/pigweed/pw_stm32cube_build/py/pw_stm32cube_build/
Dicf_to_ld.py78 def icf_regions_to_ld_regions(icf_regions: dict) -> dict:
113 def create_ld(ld_regions: dict, blocks: dict) -> str:

12345678910>>...27