OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:collections
(Results
51 - 75
of
93
) sorted by null
1
2
3
4
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
mux_client_for_testing.py
45
import
collections
namespace
394
self._channel_slots =
collections
.deque()
/external/chromium_org/build/android/buildbot/
bb_device_steps.py
6
import
collections
namespace
39
I_TEST =
collections
.namedtuple('InstrumentationTest', [
/external/chromium_org/build/android/
test_runner.py
13
import
collections
namespace
638
CommandFunctionTuple =
collections
.namedtuple(
/external/chromium_org/tools/grit/grit/node/
base.py
9
import
collections
namespace
35
eval_expr_cache =
collections
.defaultdict(dict)
/external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java
5
package org.mockito.internal.util.
collections
;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py
91
import
collections
namespace
92
MutableMapping =
collections
.MutableMapping
dbshelve.py
75
import
collections
namespace
76
MutableMapping =
collections
.MutableMapping
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py
21
import
collections
namespace
81
head_nodes =
collections
.defaultdict(list)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py
44
import
collections
namespace
625
self._items =
collections
.deque()
queues.py
40
import
collections
namespace
89
self._buffer =
collections
.deque()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py
12
import
collections
namespace
491
if not isinstance(function,
collections
.Callable):
UserString.py
9
import
collections
namespace
13
class UserString(
collections
.Sequence):
133
class MutableString(UserString,
collections
.MutableSequence):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py
91
import
collections
namespace
92
MutableMapping =
collections
.MutableMapping
dbshelve.py
75
import
collections
namespace
76
MutableMapping =
collections
.MutableMapping
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py
21
import
collections
namespace
81
head_nodes =
collections
.defaultdict(list)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py
44
import
collections
namespace
625
self._items =
collections
.deque()
queues.py
40
import
collections
namespace
89
self._buffer =
collections
.deque()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py
12
import
collections
namespace
491
if not isinstance(function,
collections
.Callable):
UserString.py
9
import
collections
namespace
13
class UserString(
collections
.Sequence):
133
class MutableString(UserString,
collections
.MutableSequence):
/external/chromium_org/base/android/jni_generator/
jni_generator.py
9
import
collections
namespace
386
method_counts =
collections
.defaultdict(
387
lambda:
collections
.defaultdict(lambda: 0))
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakset.py
11
import
collections
namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakset.py
11
import
collections
namespace
/external/chromium_org/v8/tools/
ll_prof.py
31
import
collections
namespace
134
self.self_ticks_map =
collections
.defaultdict(lambda: 0)
140
self.callee_ticks =
collections
.defaultdict(lambda: 0)
[
all
...]
/external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java
22
package org.jivesoftware.smack.util.
collections
;
70
* You can use {@link java.util.
Collections
#synchronizedMap} to
77
* @since Commons
Collections
3.1 (extracted from ReferenceMap in 3.0)
562
* @since Commons
Collections
3.1
[
all
...]
/external/v8/tools/
ll_prof.py
31
import
collections
namespace
118
self.self_ticks_map =
collections
.defaultdict(lambda: 0)
124
self.callee_ticks =
collections
.defaultdict(lambda: 0)
Completed in 977 milliseconds
1
2
3
4