HomeSort by relevance Sort by last modified time
    Searched refs:actives (Results 1 - 11 of 11) sorted by null

  /external/autotest/client/site_tests/login_RetrieveActiveSessions/
login_RetrieveActiveSessions.py 41 def __check_for_users_in_actives(self, users, actives):
42 """Checks that only members of users are in actives.
44 If there are too many (or too few) entries in actives, this method
46 actives, then the method also raises.
49 @param actives: a dictionary of {user: userhash}, the keys of which
55 if len(actives) != expected_sessions:
57 (expected_sessions, str(actives)))
59 if set(users) != set(actives.keys()):
61 (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))
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentController.java 95 public List<Fragment> getActiveFragments(List<Fragment> actives) {
  /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...]
  /test/vti/test_serving/gae/webapp/static/bootstrap/js/
bootstrap.js 519 , actives
526 actives = this.$parent && this.$parent.find('> .accordion-group > .in')
528 if (actives && actives.length) {
529 hasData = actives.data('collapse')
531 actives.collapse('hide')
532 hasData || actives.data('collapse', null)
    [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...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 1096 milliseconds