HomeSort by relevance Sort by last modified time
    Searched defs:keys (Results 201 - 225 of 2356) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/guice/core/test/com/google/inject/
GenericInjectionTest.java 150 assertEquals(ImmutableSet.of("one", "two"), parameterizedDeps.keys);
155 @Inject SubParameterizedDeps(Set<A> keys) {
156 super(keys);
162 private Set<K> keys; field in class:GenericInjectionTest.ParameterizedDeps
165 @Inject ParameterizedDeps(Set<K> keys) {
166 this.keys = keys;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
NGramList.java 130 public Collection keys() method in class:NGramList
  /external/iproute2/tc/
m_pedit.h 62 struct tc_pedit_key keys[MAX_OFFS]; member in struct:m_pedit_sel
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsServiceConnectionSE.java 77 Set keys = properties.keySet(); local
80 for (Iterator i = keys.iterator(); i.hasNext();) {
ServiceConnectionSE.java 85 Set keys = properties.keySet(); local
88 for (Iterator i = keys.iterator(); i.hasNext();) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
Amf0Track.java 70 LinkedList<Long> keys = new LinkedList<Long>(rawSamples.keySet()); local
71 Collections.sort(keys);
73 for (Long key : keys) {
  /external/perfetto/src/tracing/core/
trace_buffer_unittest.cc 122 std::vector<ChunkMetaKey> keys; local
123 keys.reserve(trace_buffer_->index_.size());
125 keys.push_back(it.first);
126 return keys;
    [all...]
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
FieldArray.java 99 int[] keys = mFieldNumbers; local
107 keys[o] = keys[i];
  /external/python/cpython2/Demo/pdist/
cvslib.py 226 list = self.entries.keys()
259 def keys(self): member in class:CVS
260 keys = self.entries.keys()
261 keys.sort()
262 return keys
267 return map(value, self.keys())
272 return map(item, self.keys())
  /external/python/cpython2/Lib/bsddb/
__init__.py 117 # since we're only returning keys, we call the cursor
301 def keys(self): member in class:_DBWithCursor
303 return _DeadlockWrap(self.db.keys)
  /external/python/cpython2/Lib/test/
test_userdict.py 94 # Test keys, items, values
95 self.assertEqual(u2.keys(), d2.keys())
100 for i in u2.keys():
121 for i in u2.keys():
132 keys = u2.keys()
133 self.assertEqual(set(ikeys), set(keys))
199 self.assertNotIn(2, d.keys())
269 def keys(self) member in class:SeqDict
    [all...]
  /external/python/cpython2/Lib/
weakref.py 63 # A list of keys to be removed
287 """ Mapping class that references keys weakly.
307 # A list of dead weakrefs (keys to be removed)
317 # However, it means keys may already have been removed.
390 """Return an iterator that yields the weak references to the keys.
396 keep the keys around longer than needed.
418 """Return a list of weak references to the keys.
424 keep the keys around longer than needed.
427 return self.data.keys()
429 def keys(self) member in class:WeakKeyDictionary
    [all...]
  /external/python/cpython3/Lib/dbm/
dumb.py 60 # file, and holds the values associated with keys. Each value
67 self._index = None # maps keys to (pos, siz) pairs
195 raise TypeError("keys must be bytes or strings")
243 def keys(self): member in class:_Database
251 return [(key, self[key]) for key in self._index.keys()]
  /external/python/cpython3/Lib/test/
test_shelve.py 12 "Mapping that supports bytes keys"
30 for k in self.d.keys():
35 def keys(self): member in class:byteskeydict
  /external/python/cpython3/Objects/
namespaceobject.c 72 PyObject *pairs = NULL, *d = NULL, *keys = NULL, *keys_iter = NULL; local
93 keys = PyDict_Keys(d);
94 if (keys == NULL)
96 if (PyList_Sort(keys) != 0)
99 keys_iter = PyObject_GetIter(keys);
140 Py_XDECREF(keys);
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SLF4JLogFactory.java 109 Enumeration<String> keys = attributes.keys(); local
110 while (keys.hasMoreElements()) {
111 names.add((String) keys.nextElement());
  /external/smali/util/src/main/java/org/jf/util/
SparseArray.java 113 int[] keys = mKeys; local
121 keys[o] = keys[i];
253 * specified key, or a negative number if no keys map to the
256 * and that multiple keys can map to the same value and this will
288 * the key is greater than all existing keys in the array.
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py 235 def keys(self): member in class:_BaseAttentionMechanism
287 def _luong_score(query, keys, scale):
303 query: Tensor, shape `[batch_size, num_units]` to compare to keys.
304 keys: Processed memory, shape `[batch_size, max_time, num_units]`.
314 key_units = keys.get_shape()[-1]
317 "Incompatible or unknown inner dimensions between query and keys. "
318 "Query (%s) has units: %s. Keys (%s) have units: %s. "
319 "Perhaps you need to set num_units to the keys' dimension (%s)?"
320 % (query, depth, keys, key_units, key_units))
329 # keys is [batch_size, max_time, depth]
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.cc 80 std::vector<string> keys; local
85 keys.push_back(key);
88 rendezvous, device_context, alloc_attrs, keys, tensors_to_send));
99 std::vector<string> keys; local
104 keys.push_back(key);
107 rendezvous, device_context, alloc_attrs, keys, received_tensors,
  /external/tensorflow/tensorflow/core/debug/
debug_io_utils_test.cc 94 std::unordered_set<DebugNodeKey> keys; local
95 keys.insert(debug_node_key_1);
96 ASSERT_EQ(1, keys.size());
97 keys.insert(debug_node_key_3);
98 ASSERT_EQ(2, keys.size());
99 keys.erase(debug_node_key_2);
100 ASSERT_EQ(1, keys.size());
  /external/tensorflow/tensorflow/core/kernels/
reader_ops.cc 132 Tensor* keys = nullptr; variable
135 "keys", TensorShape({num_actually_read}), &keys));
142 auto keys_t = keys->vec<string>();
  /external/v8/src/
keys.h 16 // This is a helper class for JSReceiver::GetKeys which collects and sorts keys.
17 // GetKeys needs to sort keys per prototype level, first showing the integer
19 // does not apply to proxies which are in full control of how the keys are
22 // For performance reasons the KeyAccumulator internally separates integer keys
23 // in |elements_| into sorted lists per prototype level. String keys are
25 // Symbols in |symbol_properties_|. To separate the keys per level later when
27 // String and Symbol keys per level.
29 // Only unique keys are kept by the KeyAccumulator, strings are stored in a
30 // HashSet for inexpensive lookups. Integer keys are kept in sorted lists which
68 // Filter keys based on their property descriptors
100 Handle<OrderedHashSet> keys() { return Handle<OrderedHashSet>::cast(keys_); } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
est.php 17 $keys = implode('|', array_keys($needed)); variable
18 preg_match_all('@(' . $keys . ')=(?:([\'"])([^\2]+?)\2|([^\s,]+))@',
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls_common.c 145 struct tls_random keys; local
148 if (tls_connection_get_random(sm->ssl_ctx, data->conn, &keys))
151 if (keys.client_random == NULL || keys.server_random == NULL)
154 *len = 1 + keys.client_random_len + keys.server_random_len;
161 os_memcpy(out + 1, keys.client_random, keys.client_random_len);
162 os_memcpy(out + 1 + keys.client_random_len, keys.server_random
    [all...]
ikev2.h 35 struct ikev2_keys keys; member in struct:ikev2_initiator_data

Completed in 739 milliseconds

1 2 3 4 5 6 7 891011>>