HomeSort by relevance Sort by last modified time
    Searched refs:associate (Results 1 - 25 of 35) sorted by null

1 2

  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 136 associate
149 associate
977 allow bin_t fs_t:filesystem associate;
978 allow bin_t noxattrfs:filesystem associate;
980 allow sbin_t fs_t:filesystem associate;
981 allow sbin_t noxattrfs:filesystem associate;
983 allow ls_exec_t fs_t:filesystem associate;
984 allow ls_exec_t noxattrfs:filesystem associate;
987 allow shell_exec_t fs_t:filesystem associate;
988 allow shell_exec_t noxattrfs:filesystem associate;
    [all...]
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioGroupTest.java 55 mStreamA.associate(mSocketA.getLocalAddress(), mSocketA.getLocalPort());
62 mStreamB.associate(mSocketB.getLocalAddress(), mSocketB.getLocalPort());
AudioStreamTest.java 33 stream.associate(address, 1000);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.h 70 void associate(FormAssociatedElement&);
72 void associate(HTMLImageElement&);
FormAssociatedElement.cpp 118 // value is a form element, then associate the form-associated element
125 // form element, then associate the form-associated element with the nearest
160 m_form->associate(*this);
195 // HTMLFormElement::associate.
HTMLImageElement.cpp 96 m_form->associate(*this);
211 m_form->associate(*this);
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Canceler.java 29 this.associate(DNSState.CANCELING_1);
Announcer.java 31 this.associate(DNSState.ANNOUNCING_1);
Renewer.java 29 this.associate(DNSState.ANNOUNCED);
DNSStateTask.java 71 * Associate the DNS host and the service infos with this task if not already associated and in the same state.
76 protected void associate(DNSState state) { method in class:DNSStateTask
Prober.java 34 this.associate(DNSState.PROBING_1);
  /external/libsepol/tests/policies/test-expander/
alias-base.conf 130 associate
154 associate
role-base.conf 130 associate
154 associate
user-base.conf 130 associate
154 associate
small-base.conf 130 associate
154 associate
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 130 associate
154 associate
small-base.conf 130 associate
154 associate
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 130 associate
154 associate
base-notmetreq.conf 129 associate
153 associate
small-base.conf 130 associate
154 associate
  /external/libsepol/tests/policies/test-linker/
small-base.conf 130 associate
154 associate
  /external/chromium_org/remoting/webapp/background/
message_window_manager.js 32 * @param {remoting.MessageWindow} window The window to associate
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
commandbutton.js 51 * associate with this button.
  /external/chromium_org/v8/test/mjsunit/es6/
generators-runtime.js 85 // Functions that we associate with generator objects are actually defined by
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
interframe.js 9 * associate with that iframe, then call cvox.Interframe.sendIdToIFrame

Completed in 570 milliseconds

1 2