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

1 2 3 4

  /prebuilts/go/darwin-x86/src/text/template/
template.go 128 if replace, err := t.associate(nt, tree); err != nil {
212 // associate installs the new template into the group of templates associated
215 func (t *Template) associate(new *Template, tree *parse.Tree) (bool, error) { func
217 panic("internal error: associate not common")
  /prebuilts/go/linux-x86/src/text/template/
template.go 128 if replace, err := t.associate(nt, tree); err != nil {
212 // associate installs the new template into the group of templates associated
215 func (t *Template) associate(new *Template, tree *parse.Tree) (bool, error) { func
217 panic("internal error: associate not common")
  /frameworks/base/services/core/jni/
com_android_server_lights_LightsService.cpp 55 static sp<ILight> associate() { function in class:android::LightHal
171 sp<ILight> hal = LightHal::associate();
  /hardware/qcom/gps/core/
MsgTask.cpp 71 void MsgTask::associate(tAssociate tAssociator) const { function in class:loc_core::MsgTask
78 LOC_LOGD("MsgTask::associate");
  /hardware/qcom/gps/msm8084/core/
MsgTask.cpp 71 void MsgTask::associate(tAssociate tAssociator) const { function in class:loc_core::MsgTask
78 LOC_LOGD("MsgTask::associate");
  /hardware/qcom/gps/msm8994/core/
MsgTask.cpp 71 void MsgTask::associate(tAssociate tAssociator) const { function in class:loc_core::MsgTask
78 LOC_LOGD("MsgTask::associate");
  /frameworks/base/core/java/android/companion/
CompanionDeviceManager.java 46 * Context#COMPANION_DEVICE_SERVICE}) Then, call {@link #associate(AssociationRequest,
105 * Associate this app with a companion device, selected by user
137 public void associate( method in class:CompanionDeviceManager
147 mService.associate(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
CompanionDeviceTestActivity.java 82 mCompanionDeviceManager.associate(request, callback, null);
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioStreamTest.java 33 stream.associate(address, 1000);
  /frameworks/opt/net/voip/src/java/android/net/rtp/
RtpStream.java 153 public void associate(InetAddress address, int port) { method in class:RtpStream
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
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
  /external/python/cpython2/Lib/bsddb/
dbshelve.py 230 def associate(self, secondaryDB, callback, flags=0): member in class:DBShelf
239 return self.db.associate(secondaryDB, _shelf_callback, flags)
dbobj.py 144 def associate(self, *args, **kwargs): member in class:DB
145 return self._cobj.associate(*args, **kwargs)
  /prebuilts/gdb/darwin-x86/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)
dbobj.py 144 def associate(self, *args, **kwargs): member in class:DB
145 return self._cobj.associate(*args, **kwargs)
  /prebuilts/gdb/linux-x86/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)
dbobj.py 144 def associate(self, *args, **kwargs): member in class:DB
145 return self._cobj.associate(*args, **kwargs)
  /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)
  /prebuilts/python/linux-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)
  /external/python/cpython2/Lib/bsddb/test/
test_all.py 345 def associate(self, secondarydb, callback, flags=0, txn=None) : member in class:DB_py3k
367 return self._db.associate(secondarydb._db,
  /frameworks/base/services/companion/java/com/android/server/companion/
CompanionDeviceManagerService.java 97 //TODO on associate called again after configuration change -> replace old callback with new
213 public void associate( method in class:CompanionDeviceManagerService.CompanionDeviceManagerImpl
218 Slog.i(LOG_TAG, "associate(request = " + request + ", callback = " + callback
629 + "associate USER_ID PACKAGE MAC_ADDRESS\n"
642 case "associate": {
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_all.py 345 def associate(self, secondarydb, callback, flags=0, txn=None) : member in class:DB_py3k
367 return self._db.associate(secondarydb._db,
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_all.py 345 def associate(self, secondarydb, callback, flags=0, txn=None) : member in class:DB_py3k
367 return self._db.associate(secondarydb._db,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 345 def associate(self, secondarydb, callback, flags=0, txn=None) : member in class:DB_py3k
367 return self._db.associate(secondarydb._db,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 345 def associate(self, secondarydb, callback, flags=0, txn=None) : member in class:DB_py3k
367 return self._db.associate(secondarydb._db,

Completed in 250 milliseconds

1 2 3 4