Home
last modified time | relevance | path

Searched refs:dict (Results 226 - 250 of 747) sorted by relevance

12345678910>>...30

/third_party/python/Lib/
H A Dcopy.py119 d[dict] = dict.copy
233 d[dict] = _deepcopy_dict
/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py83 hash_index_map = dict()
104 group_i = dict()
141 read_data = dict()
/third_party/protobuf/objectivec/
H A DGPBDictionary_PackagePrivate.h480 size_t GPBDictionaryComputeSizeInternalHelper(NSDictionary *dict,
486 GPBCodedOutputStream *outputStream, NSDictionary *dict,
491 BOOL GPBDictionaryIsInitializedInternalHelper(NSDictionary *dict,
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1173 NumberDictionary dict = NumberDictionary::cast(elements()); in JSArrayVerify() local
1177 uint32_t nof_elements = static_cast<uint32_t>(dict.NumberOfElements()); in JSArrayVerify()
1967 GlobalDictionary dict = in IncrementSpillStatistics() local
1969 info->number_of_slow_used_properties_ += dict.NumberOfElements(); in IncrementSpillStatistics()
1971 dict.Capacity() - dict.NumberOfElements(); in IncrementSpillStatistics()
1973 SwissNameDictionary dict = property_dictionary_swiss(); in IncrementSpillStatistics() local
1974 info->number_of_slow_used_properties_ += dict.NumberOfElements(); in IncrementSpillStatistics()
1976 dict.Capacity() - dict in IncrementSpillStatistics()
1978 NameDictionary dict = property_dictionary(); IncrementSpillStatistics() local
2023 NumberDictionary dict = element_dictionary(); IncrementSpillStatistics() local
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp2156 static inline UInt64 GetLZMAUsage(bool multiThread, int btMode, UInt64 dict)
2158 if (dict == 0)
2159 dict = 1;
2160 if (dict > kLzmaMaxDictSize)
2161 dict = kLzmaMaxDictSize;
2162 UInt32 hs = (UInt32)dict - 1;
2175 UInt64 blockSize = (UInt64)dict + (1 << 16)
2181 UInt64 son = (UInt64)dict;
4066 UInt64 dict = (UInt64)1 << startDicLog;
4067 const bool dictIsDefined = (isFixedDict || method.Get_DicSize(dict));
[all...]
/third_party/python/Modules/_io/
H A Dfileio.c70 PyObject *dict; member
515 Py_VISIT(self->dict);
522 Py_CLEAR(self->dict);
535 Py_CLEAR(self->dict);
1228 offsetof(fileio, dict), /* tp_dictoffset */
/third_party/zlib/examples/
H A Dgzlog.c33 foo.dict -- dictionary of the last 32K of data for next compression
191 - Compress the data with the dictionary in foo.dict, and write to the
193 compressed block. If there is no foo.dict, proceed anyway with the
194 compression at slightly reduced efficiency. (For the foo.dict file to be
207 - Replace foo.dict with foo.temp.
564 /* Replace the foo.dict file with the foo.temp file. Also delete the foo.add
581 /* rename foo.name to foo.dict, replacing foo.dict if it exists */ in log_replace()
582 strcpy(log->end, ".dict"); in log_replace()
612 ssize_t dict; in log_compress() local
[all...]
/third_party/PyYAML/tests/lib/
H A Dtest_constructor.py210 class MyDict(dict):
215 return type(self) is type(other) and dict(self) == dict(other)
240 elif isinstance(data, dict):
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py246 def validate(self) -> Optional[dict]:
247 """Returns a dict with errors, if the validation fails.
250 Optional[dict]: a dict with the validation errors, if any
267 job_state: dict[str, str] = _call_proxy(
294 self, lava_lines: list[dict[str, str]]
295 ) -> list[dict[str, str]]:
/third_party/node/deps/undici/src/lib/fetch/
H A Dwebidl.js334 const dict = {}
337 return dict
382 dict[key] = value
386 return dict
/third_party/python/Tools/c-analyzer/cpython/
H A D__main__.py81 CHECKS = dict(c_analyzer.CHECKS, **{
88 FILES_KWARGS = dict(excluded=_parser.EXCLUDED, nargs='*')
137 formats = dict(c_analyzer.FORMATS)
158 formats = dict(c_analyzer.FORMATS)
371 # commands = dict(COMMANDS)
/third_party/python/Lib/test/
H A Dtest_decorators.py126 kwds = dict(one=1, two=2)
136 dict(eric='idle', john='cleese')))
158 self.assertEqual(counts, dict(double=0))
192 context = dict(nullval=None, unimp=unimp)
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py74 kw = dict(
94 # Serialize TestResult as dict in JSON
501 """Encode a TestResult (sub)class object into a JSON dict."""
503 def default(self, o: Any) -> dict[str, Any]:
512 def decode_test_result(d: dict[str, Any]) -> TestResult | dict[str, Any]:
513 """Decode a TestResult (sub)class object from a JSON dict."""
/third_party/python/Modules/
H A D_testinternalcapi.c253 PyObject *dict = _PyConfig_AsDict(&config); in Py_UNUSED() local
255 return dict; in Py_UNUSED()
260 test_set_config(PyObject *Py_UNUSED(self), PyObject *dict)
264 if (_PyConfig_FromDict(&config, dict) < 0) {
/third_party/ffmpeg/doc/examples/
H A Dmetadata.c32 #include <libavutil/dict.h>
/third_party/googletest/googletest/test/
H A Dgtest_json_test_utils.py57 if isinstance(obj, dict):
/third_party/jinja2/
H A Ddefaults.py31 "dict": dict,
/third_party/node/deps/v8/tools/testrunner/utils/
H A Ddump_build_config_gyp.py54 json.dump(dict(map(as_json, sys.argv[2:])), f)
/third_party/node/deps/v8/third_party/jinja2/
H A Ddefaults.py28 "dict": dict,
/third_party/node/tools/gyp/pylib/gyp/
H A Dsimple_copy.py59 d[dict] = _deepcopy_dict
/third_party/node/tools/inspector_protocol/jinja2/
H A Ddefaults.py35 'dict': dict,
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dsimple_copy.py59 d[dict] = _deepcopy_dict
/third_party/skia/third_party/externals/jinja2/
H A Ddefaults.py28 "dict": dict,
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_asserts.py8 NAMES = dict(
/third_party/python/PC/layout/support/
H A Dprops.py90 d = dict(PROPS_DATA)

Completed in 21 milliseconds

12345678910>>...30