| /third_party/python/Lib/ |
| D | copy.py | 128 def deepcopy(x, memo=None, _nil=[]): argument 182 def _deepcopy_atomic(x, memo): argument 201 def _deepcopy_list(x, memo, deepcopy=deepcopy): argument 210 def _deepcopy_tuple(x, memo, deepcopy=deepcopy): argument 227 def _deepcopy_dict(x, memo, deepcopy=deepcopy): argument 237 def _deepcopy_method(x, memo): # Copy instance methods argument 243 def _keep_alive(x, memo): argument 259 def _reconstruct(x, memo, func, args, argument
|
| D | pickletools.py | 2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument 2886 memo = {} if args.memo else None variable
|
| D | weakref.py | 182 def __deepcopy__(self, memo): argument 441 def __deepcopy__(self, memo): argument
|
| D | fractions.py | 753 def __deepcopy__(self, memo): argument
|
| /third_party/node/lib/internal/util/ |
| D | comparisons.js | 361 function setHasEqualElement(set, val1, strict, memo) { argument 407 function mapMightHaveLoosePrim(a, b, prim, item, memo) { argument 420 function setEquiv(a, b, strict, memo) { argument 472 function mapHasEqualEntry(set, map, key1, item1, strict, memo) { argument 487 function mapEquiv(a, b, strict, memo) { argument
|
| /third_party/node/deps/npm/node_modules/bin-links/lib/ |
| D | get-node-modules.js | 7 const memo = new Map() constant
|
| /third_party/node/deps/npm/node_modules/cacache/lib/ |
| D | rm.js | 6 const memo = require('./memoization') constant
|
| D | put.js | 4 const memo = require('./memoization') constant
|
| D | get.js | 8 const memo = require('./memoization') constant
|
| /third_party/node/lib/internal/test_runner/reporter/ |
| D | tap.js | 102 const memo = new SafeMap(); constant
|
| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| D | root.js | 22 var str = this.reduce(function (memo, selector) { argument
|
| D | container.js | 256 return this.reduce(function (memo, node, index) { argument 271 _proto.reduce = function reduce(callback, memo) { argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | TextTrieMapTest.java | 217 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | TextTrieMapTest.java | 220 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult()
|
| /third_party/python/Lib/json/ |
| D | decoder.py | 137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
|
| /third_party/python/Modules/clinic/ |
| D | zlibmodule.c.h | 571 PyObject *memo; in zlib_Compress___deepcopy__() local 658 PyObject *memo; in zlib_Decompress___deepcopy__() local
|
| /third_party/protobuf/python/google/protobuf/ |
| D | message.py | 80 def __deepcopy__(self, memo=None): argument
|
| /third_party/node/deps/npm/node_modules/cli-table3/src/ |
| D | utils.js | 11 return split.reduce(function (memo, s) { argument
|
| /third_party/node/lib/internal/test_runner/ |
| D | utils.js | 277 const memo = new SafeMap(); constant
|
| /third_party/python/Lib/test/ |
| D | test_genericalias.py | 367 def __deepcopy__(self, memo): argument
|
| D | test_copy.py | 300 def __deepcopy__(self, memo=None): argument 470 def __deepcopy__(self, memo): argument
|
| /third_party/python/Modules/ |
| D | zlibmodule.c | 1141 PyObject *memo) in zlib_Compress___deepcopy___impl() 1229 PyObject *memo) in zlib_Decompress___deepcopy___impl()
|
| D | _pickle.c | 631 PyMemoTable *memo; /* Memo table, keep track of the seen member 674 PyObject **memo; member 741 PyMemoTable *memo = PyMem_Malloc(sizeof(PyMemoTable)); in PyMemoTable_New() local 1573 PyObject **memo = PyMem_NEW(PyObject *, new_size); in _Unpickler_NewMemo() local 1587 PyObject **memo = self->memo; in _Unpickler_MemoCleanup() local 4683 PyMemoTable *memo = self->memo; in Pickler_clear() local 4823 PyMemoTable *memo; in _pickle_PicklerMemoProxy_copy_impl() local
|
| /third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
| D | isolated-reifier.js | 12 const memo = new Map() constant
|
| /third_party/protobuf/java/lite/src/test/java/com/google/protobuf/ |
| D | LiteTest.java | 195 Field memo = message.getClass().getDeclaredField("memoizedIsInitialized"); in testMemoization() local
|