Home
last modified time | relevance | path

Searched refs:dictionaries (Results 1 – 25 of 221) sorted by relevance

123456789

/external/python/cpython3/Doc/library/
Dplistlib.rst23 basic object types, like dictionaries, lists, numbers and strings. Usually the
32 Values can be strings, integers, floats, booleans, tuples, lists, dictionaries
65 The *dict_type* is the type used for dictionaries that are read from the
99 When *sort_keys* is true (the default) the keys for dictionaries will be
138 attribute access to access items of these dictionaries.
159 attribute access to access items of these dictionaries.
Dmarshal.rst43 frozensets, dictionaries, and code objects, where it should be understood that
44 tuples, lists, sets, frozensets and dictionaries are only supported as long as
48 For format *version* lower than 3, recursive lists, sets and dictionaries cannot
Dhtml.entities.rst13 This module defines four dictionaries, :data:`html5`,
Dmimetypes.rst182 :meth:`readfp` methods. The mapping dictionaries may also be cleared before
206 Tuple containing two dictionaries, mapping filename extensions to MIME types:
214 Tuple containing two dictionaries, mapping MIME types to a list of filename
/external/python/cpython3/Objects/
Ddictnotes.txt54 Similar access patterns occur with replacement dictionaries
115 1. General dictionaries are slightly larger.
117 2. All object dictionaries of a single class can share a single key-table,
135 is paid with no compensating benefit). This occurs in small dictionaries
137 occurs frequently in large dictionaries which have a common access pattern
/external/python/cpython2/Objects/
Ddictnotes.txt55 Similar access patterns occur with replacement dictionaries
80 the sparseness of small dictionaries but costs time to read in
85 Increasing this ratio makes dictionaries more dense resulting
151 is paid with no compensating benefit). This occurs in small dictionaries
153 occurs frequently in large dictionaries which have a common access pattern
174 distribution), then there will be more benefit for large dictionaries
185 If lookdict() and lookdict_string() are specialized for smaller dictionaries,
201 * Also, small dictionaries may be made more dense, perhaps filling all
/external/zlib/src/doc/
Drfc1950.txt346 and ADLER32, but need not support preset dictionaries. When the
348 the compressor may use only preset dictionaries that are specified
364 decompressor must support all the preset dictionaries specified by
457 8.1. Preset dictionaries
470 certain number of predefined dictionaries, according to the kind
474 predefined dictionaries, since the optimal dictionaries are
477 dictionaries.
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs880 private static readonly Dictionary<System.Type, Dictionary<object, string>> dictionaries field in Google.Protobuf.JsonFormatter.OriginalEnumValueHelper
887 lock (dictionaries) in GetOriginalName()
889 if (!dictionaries.TryGetValue(enumType, out nameMapping)) in GetOriginalName()
892 dictionaries[enumType] = nameMapping; in GetOriginalName()
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Dtf_ops_fuzz_target_lib.bzl24 srcs = native.glob(["dictionaries/" + name + ".dict"]),
/external/tensorflow/tensorflow/lite/java/demo/
D.gitignore5 .idea/dictionaries
/external/tensorflow/tensorflow/examples/android/
D.gitignore5 .idea/dictionaries
/external/python/cpython2/Doc/library/
Dmarshal.rst43 tuples, lists, sets, frozensets, dictionaries, and code objects, where it should
44 be understood that tuples, lists, sets, frozensets and dictionaries are only
46 recursive lists, sets and dictionaries should not be written (they will cause
Dplistlib.rst26 basic object types, like dictionaries, lists, numbers and strings. Usually the
29 Values can be strings, integers, floats, booleans, tuples, lists, dictionaries
Dcollections.rst92 dictionaries:
478 dictionaries, return ``None`` as a default rather than using
593 Named tuple instances do not have per-instance dictionaries, so they are
768 keep memory requirements low by preventing the creation of instance dictionaries.
800 Ordered dictionaries are just like regular dictionaries but they remember the
816 The :meth:`popitem` method for ordered dictionaries returns and removes
820 In addition to the usual mapping methods, ordered dictionaries also support
827 dictionaries. This allows :class:`OrderedDict` objects to be substituted
860 The new sorted dictionaries maintain their sort order when entries
Dmimetypes.rst182 :meth:`readfp` methods. The mapping dictionaries may also be cleared before
206 Tuple containing two dictionaries, mapping filename extensions to MIME types:
214 Tuple containing two dictionaries, mapping MIME types to a list of filename
/external/python/cpython3/Misc/NEWS.d/
D3.6.0rc2.rst7 Fix a memory leak in split-table dictionaries: setattr() must not convert
/external/icu/icu4c/source/data/brkitr/
Droot.txt15 dictionaries{
/external/javaparser/
D.gitignore29 .idea/dictionaries
/external/brotli/fetch-spec/
Dshared-brotli-fetch-spec.txt5 This document is a draft proposal for Shard Brotli dictionaries in the fetch spec
8 The goal is to add support for custom dictionaries for Brotli. A dictionary is used
21 Below are changes and additions to add Shared Brotli dictionaries to the fetch spec
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DAboutResources.txt1 Images, layout descriptions, binary blobs and string dictionaries can be included
/external/python/cpython3/Doc/tutorial/
Ddatastructures.rst484 .. _tut-dictionaries:
492 indexed by a range of numbers, dictionaries are indexed by *keys*, which can be
504 dictionary; this is also the way dictionaries are written on output.
538 The :func:`dict` constructor builds dictionaries directly from sequences of
544 In addition, dict comprehensions can be used to create dictionaries from
562 When looping through dictionaries, the key and corresponding value can be
/external/icu/icu4c/source/data/translit/
Dxh_xh_FONIPA.txt16 # (http://rma.nwu.ac.za/index.php/resource-catalogue/nchlt-inlang-dictionaries.html).
Dzu_zu_FONIPA.txt16 # (http://rma.nwu.ac.za/index.php/resource-catalogue/nchlt-inlang-dictionaries.html).
/external/honggfuzz/examples/apache-httpd/
Dhttpd.wordlist2 # Format of the dictionary: http://llvm.org/docs/LibFuzzer.html#dictionaries
/external/libcups/cups/
Dutf8demo.txt25 Linguistics and dictionaries:

123456789