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

1 2 3

  /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...]
  /frameworks/opt/net/voip/src/java/android/net/rtp/
RtpStream.java 153 public void associate(InetAddress address, int port) { method in class:RtpStream
  /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/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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 22 self.primary_db.associate(self.secondary_db, lambda key, data: data)
test_associate.py 2 TestCases for DB.associate.
104 # associate with a secondary. Berkeley DB will return an error.
107 dupDB.associate(secDB, f)
176 self.getDB().associate(self.secDB, getGenre)
200 self.getDB().associate(self.secDB, getGenre, db.DB_CREATE)
349 self.getDB().associate(self.secDB, self.getGenre, txn=txn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 22 self.primary_db.associate(self.secondary_db, lambda key, data: data)
test_associate.py 2 TestCases for DB.associate.
104 # associate with a secondary. Berkeley DB will return an error.
107 dupDB.associate(secDB, f)
176 self.getDB().associate(self.secDB, getGenre)
200 self.getDB().associate(self.secDB, getGenre, db.DB_CREATE)
349 self.getDB().associate(self.secDB, self.getGenre, txn=txn)
  /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
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 130 associate
154 associate
small-base.conf 130 associate
154 associate
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/crash/
nacl.scons 40 # and to associate all nexes and nmf files with one target that can be
  /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/chrome/browser/resources/file_manager/js/
commandbutton.js 52 * associate with this button.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 231 def associate(self, secondaryDB, callback, flags=0): member in class:DBShelf
240 return self.db.associate(secondaryDB, _shelf_callback, flags)

Completed in 192 milliseconds

1 2 3