HomeSort by relevance Sort by last modified time
    Searched refs:dictionary (Results 226 - 250 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libmojo/base/android/jni_generator/
jni_generator.py     [all...]
  /external/v8/src/
keys.cc 576 Handle<T> dictionary(raw_dictionary, isolate);
577 int length = dictionary->NumberOfEnumElements();
582 T::CopyEnumKeysTo(dictionary, storage, mode, accumulator);
    [all...]
objects.h 85 // - Dictionary
    [all...]
  /external/python/cpython3/Lib/pydoc_data/
topics.py 200 'dictionary).\n'
217 ' If the primary is a mapping object (such as a dictionary), '
376 'attribute "__annotations__" that is a dictionary mapping from '
509 'dictionary (but\n'
547 ' instance dictionary). *name* is the attribute name, '
583 'dictionary or in the class dictionary for one of its '
656 "the attribute from an object's dictionary. For instance, "
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips.exp 192 return [lsort -dictionary [array names mips_arches]]
    [all...]
  /external/libchrome/base/
values.cc 25 "string", "binary", "dictionary", "list"};
67 case Value::Type::DICTIONARY:
121 case Type::DICTIONARY:
370 case Value::Type::DICTIONARY:
416 case Value::Type::DICTIONARY:
505 case Type::DICTIONARY:
539 case Type::DICTIONARY:
572 case Type::DICTIONARY:
596 case Type::DICTIONARY:
618 DictionaryValue::DictionaryValue() : Value(Type::DICTIONARY) {}
    [all...]
values.h 61 DICTIONARY,
123 bool is_dict() const { return type() == Type::DICTIONARY; }
212 // DictionaryValue provides a key-value dictionary with (optional) "path"
217 // Returns |value| if it is a dictionary, nullptr otherwise.
222 // Returns true if the current dictionary has a value for the given key.
225 // Returns the number of Values in this dictionary.
228 // Returns whether the dictionary is empty.
231 // Clears any current contents of this dictionary.
274 // Note that the dictionary always owns the value that's returned.
319 // Removes the Value with the specified path from this dictionary (or on
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 33 # cookies as a Python dictionary. See RFC 2109 for more
36 # The original idea to treat Cookies as a dictionary came from
67 a dictionary.
116 Each dictionary element has a 'value' attribute, which gives you
136 the value to a string, when the values are set dictionary-style.
175 When setting a value in a dictionary-fashion, the SmartCookie will
419 # This dictionary provides a mapping from the lowercase
551 # Using this class is almost just like using a dictionary.
570 Called prior to setting a cookie's value from the dictionary
590 """Dictionary style assignment."""
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 48 /// An Hashtable-backed dictionary that enumerates Keys and Values in
142 /// <param name="dict">Dictionary whose string representation will be returned</param>
143 /// <returns>A string representation of the specified dictionary or "null"</returns>
  /external/autotest/site_utils/
acts_lib.py 194 @param apk_info: A dictionary containing the apk info. This dictionary
284 @returns: A dictionary of enviroment variables to be used by this
  /external/python/cpython2/Lib/
Cookie.py 30 # cookies as a Python dictionary. See RFC 2109 for more
33 # The original idea to treat Cookies as a dictionary came from
64 a dictionary.
113 Each dictionary element has a 'value' attribute, which gives you
133 the value to a string, when the values are set dictionary-style.
172 When setting a value in a dictionary-fashion, the SmartCookie will
416 # This dictionary provides a mapping from the lowercase
555 # Using this class is almost just like using a dictionary.
574 Called prior to setting a cookie's value from the dictionary
594 """Dictionary style assignment.""
    [all...]
  /external/python/cpython3/Lib/http/
cookies.py 30 # cookies as a Python dictionary. See RFC 2109 for more
33 # The original idea to treat Cookies as a dictionary came from
55 a dictionary.
104 Each dictionary element has a 'value' attribute, which gives you
114 the value to a string, when the values are set dictionary-style.
278 # This dictionary provides a mapping from the lowercase
481 # using a dictionary. See this module's docstring for example usage.
497 Called prior to setting a cookie's value from the dictionary
515 """Dictionary style assignment."""
550 from a dictionary. Loading cookies from a dictionary 'd
    [all...]
  /external/python/cpython3/Lib/unittest/
case.py     [all...]
  /external/tensorflow/tensorflow/python/util/
deprecation.py 322 """Builds a dictionary from deprecated arguments to their spec.
338 Dictionary from arg_name to DeprecatedArgSpec.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 33 # cookies as a Python dictionary. See RFC 2109 for more
36 # The original idea to treat Cookies as a dictionary came from
67 a dictionary.
116 Each dictionary element has a 'value' attribute, which gives you
136 the value to a string, when the values are set dictionary-style.
175 When setting a value in a dictionary-fashion, the SmartCookie will
419 # This dictionary provides a mapping from the lowercase
551 # Using this class is almost just like using a dictionary.
570 Called prior to setting a cookie's value from the dictionary
590 """Dictionary style assignment.""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 33 # cookies as a Python dictionary. See RFC 2109 for more
36 # The original idea to treat Cookies as a dictionary came from
67 a dictionary.
116 Each dictionary element has a 'value' attribute, which gives you
136 the value to a string, when the values are set dictionary-style.
175 When setting a value in a dictionary-fashion, the SmartCookie will
419 # This dictionary provides a mapping from the lowercase
551 # Using this class is almost just like using a dictionary.
570 Called prior to setting a cookie's value from the dictionary
590 """Dictionary style assignment.""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 33 # cookies as a Python dictionary. See RFC 2109 for more
36 # The original idea to treat Cookies as a dictionary came from
67 a dictionary.
116 Each dictionary element has a 'value' attribute, which gives you
136 the value to a string, when the values are set dictionary-style.
175 When setting a value in a dictionary-fashion, the SmartCookie will
419 # This dictionary provides a mapping from the lowercase
551 # Using this class is almost just like using a dictionary.
570 Called prior to setting a cookie's value from the dictionary
590 """Dictionary style assignment.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 33 # cookies as a Python dictionary. See RFC 2109 for more
36 # The original idea to treat Cookies as a dictionary came from
67 a dictionary.
116 Each dictionary element has a 'value' attribute, which gives you
136 the value to a string, when the values are set dictionary-style.
175 When setting a value in a dictionary-fashion, the SmartCookie will
419 # This dictionary provides a mapping from the lowercase
551 # Using this class is almost just like using a dictionary.
570 Called prior to setting a cookie's value from the dictionary
590 """Dictionary style assignment.""
    [all...]
  /build/make/core/
Makefile     [all...]
  /build/soong/java/
dex.go 240 // dictionary of the app and move the app from libraryjars to injars.
  /external/autotest/client/common_lib/
test.py 98 def _append_type_to_keys(dictionary, typename):
100 for key, value in dictionary.iteritems():
684 @param dargs: Dictionary with args for subtest.
710 Given a callable (func), an argument tuple and a dictionary of keyword
712 accept and return a new argument tuple and keyword argument dictionary.
717 dargs: A dictionary of keyword arguments to consider passing to func.
719 A tuple of: (args tuple, keyword arguments dictionary)
760 dargs: A dictionary of proposed keyword arguments.
    [all...]

Completed in 1708 milliseconds

1 2 3 4 5 6 7 8 91011>>