Searched refs:dict (Results 151 - 175 of 179) sorted by relevance

12345678

/openbsd-current/usr.sbin/smtpd/
H A Dspfwalk.c63 struct dict seen;
H A Dca.c40 static struct dict pkeys;
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cdb.py188 result = dict()
/openbsd-current/regress/usr.bin/sed/
H A Dsedtest.sh45 DICT=${3-/usr/share/dict/words}
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp740 static void AddBoolConfigEntry(StructuredData::Dictionary &dict, argument
746 dict.AddItem(name, std::move(entry_up));
749 static void AddLLVMTargets(StructuredData::Dictionary &dict) { argument
757 dict.AddItem("targets", std::move(entry_up));
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py247 self.addTypeEqualityFunc(dict, 'assertDictEqual')
907 dict),
912 dict),
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py557 globals_space = dict(globals())
763 _get_uuid_from_binary_cache = dict()
810 self._module_name_to_description_map = dict()
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py402 env = dict(os.environ)
812 self.dict = None
948 self.dict = dictionary
1020 self.cleanup(dictionary=self.dict)
1025 for dict in reversed(self.dicts):
1026 self.cleanup(dictionary=dict)
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dgdbremote.py191 def start_gdb_log(debugger, command, result, dict):
240 def stop_gdb_log(debugger, command, result, dict):
349 self.info = dict()
H A Dcrashlog.py85 self.registers = dict()
343 self.exception = dict()
608 registers = dict()
876 def save_crashlog(debugger, command, exe_ctx, result, dict):
H A Dbsd.py556 def __lldb_init_module(debugger, dict):
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py417 return dict(
/openbsd-current/gnu/llvm/clang/utils/perf-training/
H A Dperf-helper.py325 methods = dict((name[len("form_by_"):],value)
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A Dmain.py142 params = dict(builtin_params)
/openbsd-current/usr.bin/sed/TEST/
H A Dsed.test47 DICT=/usr/share/dict/words
/openbsd-current/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/
H A DLocale.pm41 dict dictionary
379 dictionary dict
/openbsd-current/sys/dev/pci/drm/apple/
H A Dparser.c230 bool dict)
233 enum dcp_parse_type type = dict ? DCP_TYPE_DICTIONARY : DCP_TYPE_ARRAY;
229 iterator_begin(struct dcp_parse_ctx *handle, struct iterator *it, bool dict) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp741 if (Flags.dict)
742 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary))
900 Printf("ERROR: can't analyze dict without dict and corpus provided\n");
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3828 ParseModuleSpec(StructuredData::Dictionary *dict) { argument
3830 if (!dict)
3836 if (!dict->GetValueForKeyAsString("uuid", string))
3841 if (!dict->GetValueForKeyAsInteger("file_offset", integer))
3845 if (!dict->GetValueForKeyAsInteger("file_size", integer))
3849 if (!dict->GetValueForKeyAsString("triple", string))
3853 if (!dict->GetValueForKeyAsString("file_path", string))
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py736 elif isinstance(line, dict):
752 # self.logger.info("processed dict sequence to send to remote")
761 # self.logger.info("processed dict sequence to match receiving from remote")
/openbsd-current/gnu/llvm/libcxx/utils/libcxx/test/
H A Ddsl.py289 parsedMacros = dict()
/openbsd-current/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py504 self._func_dict.update({prefix: dict()})
506 self._global_var_dict.update({prefix: dict()})
/openbsd-current/gnu/llvm/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py73 ok_values = dict.fromkeys(
/openbsd-current/gnu/llvm/clang/tools/scan-view/share/
H A DScanView.py276 fields = dict([i.groups() for i in
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py482 env=dict(os.environ, **extra_env),

Completed in 289 milliseconds

12345678