Searched defs:keys (Results 1 - 25 of 1212) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/localization/locale.categories/
H A D__scan_keyword.pass.cpp49 std::string keys[] = {"a", "abb"}; local
52 keys, keys+sizeof(keys)/sizeof(keys[0]),
54 assert(k - keys == 0);
61 std::string keys[] = {"a", "abb"}; local
64 keys, keys+sizeof(keys)/sizeo
73 std::string keys[] = {"a", "abb"}; local
85 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; local
97 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; local
109 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; local
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/localization/locale.categories/
H A D__scan_keyword.pass.cpp49 std::string keys[] = {"a", "abb"}; local
52 keys, keys+sizeof(keys)/sizeof(keys[0]),
54 assert(k - keys == 0);
61 std::string keys[] = {"a", "abb"}; local
64 keys, keys+sizeof(keys)/sizeo
73 std::string keys[] = {"a", "abb"}; local
85 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; local
97 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; local
109 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_act/
H A Dtc_pedit.h30 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Ddumbdbm.py58 # file, and holds the values associated with keys. Each value
65 self._index = None # maps keys to (pos, siz) pairs
164 raise TypeError, "keys and values must be strings"
198 def keys(self): member in class:_Database
199 return self._index.keys()
H A DUserDict.py39 def keys(self): return self.data.keys() member in class:UserDict
90 # and keys. Without knowledge of the subclass constructor, the mixin
97 for k in self.keys():
124 for key in self.keys():
158 elif hasattr(other, 'keys'):
159 for k in other.keys():
180 return len(self.keys())
H A Dshelve.py4 with dbm databases is that the values (not the keys!) in a shelf can
7 types, and objects containing lots of shared sub-objects. The keys
24 list = d.keys() # a list of all existing keys (slow!)
80 __getitem__ = __setitem__ = __delitem__ = keys = closed
100 def keys(self): member in class:Shelf
101 return self.dict.keys()
H A Dweakref.py233 """ Mapping class that references keys weakly.
315 """Return an iterator that yields the weak references to the keys.
321 keep the keys around longer than needed.
339 """Return a list of weak references to the keys.
345 keep the keys around longer than needed.
348 return self.data.keys()
350 def keys(self): member in class:WeakKeyDictionary
352 for wr in self.data.keys():
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DObjectBrowser.py45 keys = dir(self.object)
47 for key in keys:
89 def keys(self): member in class:SequenceTreeItem
93 for key in self.keys():
105 def keys(self): member in class:DictTreeItem
106 keys = self.object.keys()
108 keys.sort()
111 return keys
H A DStackViewer.py108 def keys(self): member in class:VariablesTreeItem
109 return self.object.keys()
113 for key in self.keys():
/prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
H A Dheaders.py95 def keys(self): member in class:Headers
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Ddumbdbm.py58 # file, and holds the values associated with keys. Each value
65 self._index = None # maps keys to (pos, siz) pairs
164 raise TypeError, "keys and values must be strings"
198 def keys(self): member in class:_Database
199 return self._index.keys()
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DObjectBrowser.py45 keys = dir(self.object)
47 for key in keys:
89 def keys(self): member in class:SequenceTreeItem
93 for key in self.keys():
105 def keys(self): member in class:DictTreeItem
106 keys = self.object.keys()
108 keys.sort()
111 return keys
H A DStackViewer.py108 def keys(self): member in class:VariablesTreeItem
109 return self.object.keys()
113 for key in self.keys():
/prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
H A Dheaders.py95 def keys(self): member in class:Headers
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dunify_const_pass.cpp36 // as an array of keys, looks up the trie to find a result id which is stored
38 // is found, creates a trie node with those keys, stores the instruction's
42 auto keys = GetLookUpKeys(inst); local
44 for (uint32_t key : keys) {
81 // The mapping from the keys to the child nodes of this node.
88 std::vector<uint32_t> keys; local
93 keys.push_back(static_cast<uint32_t>(inst.opcode()));
96 keys.insert(keys.end(), operand.words.cbegin(), operand.words.cend());
98 return keys;
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dunify_const_pass.cpp36 // as an array of keys, looks up the trie to find a result id which is stored
38 // is found, creates a trie node with those keys, stores the instruction's
42 auto keys = GetLookUpKeys(inst); local
44 for (uint32_t key : keys) {
81 // The mapping from the keys to the child nodes of this node.
88 std::vector<uint32_t> keys; local
93 keys.push_back(static_cast<uint32_t>(inst.opcode()));
96 keys.insert(keys.end(), operand.words.cbegin(), operand.words.cend());
98 return keys;
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddumbdbm.py58 # file, and holds the values associated with keys. Each value
65 self._index = None # maps keys to (pos, siz) pairs
164 raise TypeError, "keys and values must be strings"
198 def keys(self): member in class:_Database
199 return self._index.keys()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DObjectBrowser.py45 keys = dir(self.object)
47 for key in keys:
89 def keys(self): member in class:SequenceTreeItem
93 for key in self.keys():
105 def keys(self): member in class:DictTreeItem
106 keys = self.object.keys()
108 keys.sort()
111 return keys
H A DStackViewer.py108 def keys(self): member in class:VariablesTreeItem
109 return self.object.keys()
113 for key in self.keys():
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
H A Dheaders.py95 def keys(self): member in class:Headers
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddumbdbm.py58 # file, and holds the values associated with keys. Each value
65 self._index = None # maps keys to (pos, siz) pairs
164 raise TypeError, "keys and values must be strings"
198 def keys(self): member in class:_Database
199 return self._index.keys()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DObjectBrowser.py45 keys = dir(self.object)
47 for key in keys:
89 def keys(self): member in class:SequenceTreeItem
93 for key in self.keys():
105 def keys(self): member in class:DictTreeItem
106 keys = self.object.keys()
108 keys.sort()
111 return keys
H A DStackViewer.py108 def keys(self): member in class:VariablesTreeItem
109 return self.object.keys()
113 for key in self.keys():
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
H A Dheaders.py95 def keys(self): member in class:Headers
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_userdict.py91 # Test keys, items, values
92 self.assertEqual(u2.keys(), d2.keys())
97 for i in u2.keys():
118 for i in u2.keys():
129 keys = u2.keys()
130 self.assertEqual(set(ikeys), set(keys))
166 self.assertNotIn(2, d.keys())
236 def keys(sel member in class:SeqDict
[all...]

Completed in 566 milliseconds

1234567891011>>