/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...] |
/external/v8/src/ |
objects.h | 85 // - Dictionary [all...] |
/external/autotest/client/common_lib/ |
test.py | 85 def _append_type_to_keys(dictionary, typename): 87 for key, value in dictionary.iteritems(): 670 @param dargs: Dictionary with args for subtest. 696 Given a callable (func), an argument tuple and a dictionary of keyword 698 accept and return a new argument tuple and keyword argument dictionary. 703 dargs: A dictionary of keyword arguments to consider passing to func. 705 A tuple of: (args tuple, keyword arguments dictionary) 746 dargs: A dictionary of proposed keyword arguments. [all...] |
/external/icu/icu4c/source/test/testdata/break_rules/ |
line.txt | 68 dictionary = SA;
|
line_loose.txt | 76 dictionary = SA;
|
line_loose_cj.txt | 93 dictionary = SA;
|
line_normal.txt | 82 dictionary = SA;
|
line_normal_cj.txt | 84 dictionary = SA;
|
/external/libchrome/base/ |
values.cc | 388 // Assume that we're indexing into a dictionary. 784 void DictionaryValue::MergeDictionary(const DictionaryValue* dictionary) { 785 for (DictionaryValue::Iterator it(*dictionary); !it.IsAtEnd(); it.Advance()) {
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaBench.cs | 247 System.Console.WriteLine("\nError: dictionary size for benchmark must be >= 19 (512 KB)");
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
root_cgo_darwin.go | 152 // TODO: The rest of the dictionary specifies conditions for evaluation.
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
root_cgo_darwin.go | 152 // TODO: The rest of the dictionary specifies conditions for evaluation.
|
/build/make/core/ |
Makefile | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
xpsobjectmodel.h | [all...] |
/external/autotest/site_utils/ |
acts_lib.py | 213 @param apk_info: A dictionary contianing the apk info. This dictionary 289 @returns: A dictionary of enviroment variables to be used by this
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
inflate.go | 797 // with a preset dictionary. The returned Reader behaves as if 798 // the uncompressed data stream started with the given dictionary,
|
/prebuilts/go/linux-x86/src/compress/flate/ |
inflate.go | 797 // with a preset dictionary. The returned Reader behaves as if 798 // the uncompressed data stream started with the given dictionary,
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tools.Tests.pas | 571 Check(False, 'Unknown key in dictionary');
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_descr.py | 151 dictionary = {'a': deepcopy(a), 'b': b, 'c': c, 'd': d}
152 exec stmt in dictionary
153 self.assertEqual(dictionary['a'], res)
161 dictionary['a'] = deepcopy(a)
162 m(dictionary['a'], b, c, d)
163 self.assertEqual(dictionary['a'], res)
164 dictionary['a'] = deepcopy(a)
165 bm = getattr(dictionary['a'], meth)
167 self.assertEqual(dictionary['a'], res)
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_descr.py | 153 dictionary = {'a': deepcopy(a), 'b': b, 'c': c, 'd': d} 154 exec stmt in dictionary 155 self.assertEqual(dictionary['a'], res) 163 dictionary['a'] = deepcopy(a) 164 m(dictionary['a'], b, c, d) 165 self.assertEqual(dictionary['a'], res) 166 dictionary['a'] = deepcopy(a) 167 bm = getattr(dictionary['a'], meth) 169 self.assertEqual(dictionary['a'], res) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_descr.py | 153 dictionary = {'a': deepcopy(a), 'b': b, 'c': c, 'd': d} 154 exec stmt in dictionary 155 self.assertEqual(dictionary['a'], res) 163 dictionary['a'] = deepcopy(a) 164 m(dictionary['a'], b, c, d) 165 self.assertEqual(dictionary['a'], res) 166 dictionary['a'] = deepcopy(a) 167 bm = getattr(dictionary['a'], meth) 169 self.assertEqual(dictionary['a'], res) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descr.py | 153 dictionary = {'a': deepcopy(a), 'b': b, 'c': c, 'd': d} 154 exec stmt in dictionary 155 self.assertEqual(dictionary['a'], res) 163 dictionary['a'] = deepcopy(a) 164 m(dictionary['a'], b, c, d) 165 self.assertEqual(dictionary['a'], res) 166 dictionary['a'] = deepcopy(a) 167 bm = getattr(dictionary['a'], meth) 169 self.assertEqual(dictionary['a'], res) [all...] |