OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_instances
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/lit/lit/
Test.py
10
_instances
= {}
variable in class:ResultCode
12
res = cls.
_instances
.get(name)
14
cls.
_instances
[name] = res = super(ResultCode, cls).__new__(cls)
/external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java
39
private final ConcurrentMap<JmDNSImpl, DNSTaskStarter>
_instances
;
field in class:DNSTaskStarter.Factory
62
_instances
= new ConcurrentHashMap<JmDNSImpl, DNSTaskStarter>(20);
128
DNSTaskStarter starter =
_instances
.get(jmDNSImpl);
130
_instances
.putIfAbsent(jmDNSImpl, newDNSTaskStarter(jmDNSImpl));
131
starter =
_instances
.get(jmDNSImpl);
/external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp
662
std::string countName = de::toString(instanceCounts[countNdx]) + "
_instances
";
/external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py
1996
_instances
= {}
variable in class:_ArgumentParserCache
[
all
...]
/external/chromium_org/third_party/python_gflags/
gflags.py
1996
_instances
= {}
variable in class:_ArgumentParserCache
[
all
...]
Completed in 3943 milliseconds