HomeSort by relevance Sort by last modified time
    Searched full:pairings (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux_unittest.cc 43 // Add a couple of pairings.
49 // Verify that there are two pairings in the store now.
65 scoped_ptr<base::ListValue> pairings = delegate->LoadAll(); local
67 EXPECT_TRUE(pairings->GetDictionary(0, &json));
pairing_registry_delegate_win_unittest.cc 57 // Add a couple of pairings.
63 // Verify that there are two pairings in the store now.
79 scoped_ptr<base::ListValue> pairings = delegate->LoadAll(); local
81 EXPECT_TRUE(pairings->GetDictionary(0, &json));
113 // to read the pairings.
pairing_registry_delegate_win.cc 124 scoped_ptr<base::ListValue> pairings(new base::ListValue());
140 pairings->Append(pairing.ToValue().release());
143 return pairings.Pass();
148 LOG(ERROR) << "Cannot delete pairings: the delegate is read-only.";
pairing_registry_delegate_linux.cc 39 scoped_ptr<base::ListValue> pairings(new base::ListValue());
60 pairings->Append(pairing_json.release());
63 return pairings.Pass();
pairing_registry_delegate_win.h 35 // - |privileged| - contains the shared secrets of all pairings. This key must
  /external/chromium_org/remoting/protocol/
pairing_registry.h 77 typedef base::Callback<void(scoped_ptr<base::ListValue> pairings)>
91 // Retrieves all JSON-encoded pairings from persistent storage.
94 // Deletes all pairings in persistent storage.
124 // Gets all pairings with the shared secrets removed as a base::ListValue.
133 // Clear all pairings from the registry.
176 scoped_ptr<base::ListValue> pairings);
178 // Sanitize |pairings| by parsing each entry and removing the secret from it.
180 scoped_ptr<base::ListValue> pairings);
pairing_registry.cc 190 scoped_ptr<base::ListValue> pairings = delegate_->LoadAll(); local
192 base::Passed(&pairings)));
249 scoped_ptr<base::ListValue> pairings) {
250 callback.Run(pairings.Pass());
256 scoped_ptr<base::ListValue> pairings) {
260 for (size_t i = 0; i < pairings->GetSize(); ++i) {
262 if (!pairings->GetDictionary(i, &pairing_json)) {
protocol_mock_objects.cc 62 for (Pairings::const_iterator i = pairings_.begin(); i != pairings_.end();
76 Pairings::const_iterator i = pairings_.find(client_id);
pairing_registry_unittest.cc 37 void GetAllPairingsCallback(scoped_ptr<base::ListValue> pairings) {
38 GetAllPairingsCallbackPtr(pairings.get());
69 void set_pairings(scoped_ptr<base::ListValue> pairings) {
70 pairings_ = pairings.Pass();
protocol_mock_objects.h 232 typedef std::map<std::string, protocol::PairingRegistry::Pairing> Pairings;
233 Pairings pairings_;
  /external/chromium_org/remoting/webapp/html/
dialog_manage_pairings.html 8 data-ui-mode="home.manage-pairings"
49 </div> <!-- home.manage-pairings -->
template_main.html 53 data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-setup home.token-refresh-failed home.manage-pairings home.host-setup home.host-install"
57 data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-install home.host-setup home.token-refresh-failed home.manage-pairings"
  /external/chromium_org/chrome/test/remoting/
me2me_browsertest.cc 72 << "The host must have no pairings before running the pinless test.";
133 // Clean up pairings.
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.h 113 scoped_ptr<base::ListValue> pairings);
me2me_native_messaging_host.cc 436 scoped_ptr<base::ListValue> pairings) {
439 response->Set("pairedClients", pairings.release());
  /external/chromium_org/components/autofill/content/common/
autofill_messages.h 283 autofill::PasswordFormFillData /* password pairings */)
  /external/chromium_org/remoting/webapp/
ui_mode.js 51 HOME_MANAGE_PAIRINGS: 'home.manage-pairings',
  /prebuilts/eclipse/maven/apache-maven-3.2.1/conf/
settings.xml 116 | NOTE: You should either specify username/password OR privateKey/passphrase, since these pairings are
  /external/chromium_org/device/bluetooth/
bluetooth_adapter.h 289 // cleaning up ongoing pairings using it.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 1029 /* Some pairings might fail because they require too
1030 * many source slots; try all possible pairings if necessary */
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 1029 /* Some pairings might fail because they require too
1030 * many source slots; try all possible pairings if necessary */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 419 // I don't think there will be any other type pairings.
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 419 // I don't think there will be any other type pairings.
  /external/owasp/sanitizer/empiricism/
html-containment.html 115 This page tries to exhaustively combine tags for all pairings of HTML elements
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 777 // least one branch. Then select all pairings that are part of that dag
778 // and remove them from the list of available pairings and pairable
    [all...]

Completed in 1014 milliseconds

1 2