OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actives
(Results
1 - 10
of
10
) sorted by null
/external/autotest/client/site_tests/login_RetrieveActiveSessions/
login_RetrieveActiveSessions.py
42
def __check_for_users_in_actives(self, users,
actives
):
43
"""Checks that only members of users are in
actives
.
45
If there are too many (or too few) entries in
actives
, this method
47
actives
, then the method also raises.
50
@param
actives
: a dictionary of {user: userhash}, the keys of which
56
if len(
actives
) != expected_sessions:
58
(expected_sessions, str(
actives
)))
60
if set(users) != set(
actives
.keys()):
62
(users,
actives
))
/external/clang/tools/scan-build-py/libscanbuild/
clang.py
125
def is_active(
actives
, entry):
128
actives
-- set of active plugin names (or prefixes).
135
return any(re.match(r'^' + a + r'(\.|$)', entry) for a in
actives
)
137
actives
= get_active_checkers(clang, plugins)
148
k: (v, is_active(
actives
, k))
/cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageReportingTest.java
363
mUiDevice.executeShellCommand("dumpsys usagestats apptimelimit
actives
");
364
final String[]
actives
= activeUsages.split("\n");
367
for (String active:
actives
) {
UsageStatsTest.java
1227
final String[]
actives
= activeUsages.split("\\n");
local
[
all
...]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js
468
,
actives
475
actives
= this.$parent && this.$parent.find('> .accordion-group > .in')
477
if (
actives
&&
actives
.length) {
478
hasData =
actives
.data('collapse')
480
actives
.collapse('hide')
481
hasData ||
actives
.data('collapse', null)
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h
179
bool GetActiveStreams(AudioInfo::StreamList*
actives
) override;
webrtcvoiceengine.cc
[
all
...]
/external/webrtc/talk/session/media/
channel.h
399
void GetActiveStreams_w(AudioInfo::StreamList*
actives
);
channel.cc
[
all
...]
/external/webrtc/talk/media/base/
mediachannel.h
[
all
...]
Completed in 585 milliseconds