/third_party/python/Lib/ |
H A D | copy.py | 119 d[dict] = dict.copy 233 d[dict] = _deepcopy_dict
|
/third_party/typescript/tests/issues_cookbook_tests/ |
H A D | autotest_sdk.py | 83 hash_index_map = dict() 104 group_i = dict() 141 read_data = dict()
|
/third_party/protobuf/objectivec/ |
H A D | GPBDictionary_PackagePrivate.h | 480 size_t GPBDictionaryComputeSizeInternalHelper(NSDictionary *dict, 486 GPBCodedOutputStream *outputStream, NSDictionary *dict, 491 BOOL GPBDictionaryIsInitializedInternalHelper(NSDictionary *dict,
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 1173 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 D | Bench.cpp | 2156 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 D | fileio.c | 70 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 D | gzlog.c | 33 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 D | test_constructor.py | 210 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 D | lava_job_submitter.py | 246 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 D | webidl.js | 334 const dict = {} 337 return dict 382 dict[key] = value 386 return dict
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | __main__.py | 81 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 D | test_decorators.py | 126 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 D | runtest_mp.py | 74 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.c | 253 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 D | metadata.c | 32 #include <libavutil/dict.h>
|
/third_party/googletest/googletest/test/ |
H A D | gtest_json_test_utils.py | 57 if isinstance(obj, dict):
|
/third_party/jinja2/ |
H A D | defaults.py | 31 "dict": dict,
|
/third_party/node/deps/v8/tools/testrunner/utils/ |
H A D | dump_build_config_gyp.py | 54 json.dump(dict(map(as_json, sys.argv[2:])), f)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | defaults.py | 28 "dict": dict,
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | simple_copy.py | 59 d[dict] = _deepcopy_dict
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | defaults.py | 35 'dict': dict,
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | simple_copy.py | 59 d[dict] = _deepcopy_dict
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | defaults.py | 28 "dict": dict,
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_asserts.py | 8 NAMES = dict(
|
/third_party/python/PC/layout/support/ |
H A D | props.py | 90 d = dict(PROPS_DATA)
|