HomeSort by relevance Sort by last modified time
    Searched full:pairings (Results 1 - 25 of 26) 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 55 // Add a couple of pairings.
61 // Verify that there are two pairings in the store now.
77 scoped_ptr<base::ListValue> pairings = delegate->LoadAll(); local
79 EXPECT_TRUE(pairings->GetDictionary(0, &json));
111 // 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_win.h 24 // - |privileged| - contains the shared secrets of all pairings. This key must
pairing_registry_delegate_linux.cc 39 scoped_ptr<base::ListValue> pairings(new base::ListValue());
60 pairings->Append(pairing_json.release());
63 return pairings.Pass();
  /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 188 scoped_ptr<base::ListValue> pairings = delegate_->LoadAll(); local
190 base::Passed(&pairings)));
247 scoped_ptr<base::ListValue> pairings) {
248 callback.Run(pairings.Pass());
254 scoped_ptr<base::ListValue> pairings) {
258 for (size_t i = 0; i < pairings->GetSize(); ++i) {
260 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 229 typedef std::map<std::string, protocol::PairingRegistry::Pairing> Pairings;
230 Pairings pairings_;
  /external/chromium_org/chrome/test/remoting/
me2me_browsertest.cc 71 << "The host must have no pairings before running the pinless test.";
136 // Clean up pairings.
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.h 104 scoped_ptr<base::ListValue> pairings);
me2me_native_messaging_host.cc 410 scoped_ptr<base::ListValue> pairings) {
413 response->Set("pairedClients", pairings.release());
  /external/chromium_org/components/autofill/content/common/
autofill_messages.h 249 autofill::PasswordFormFillData /* password pairings */)
  /external/chromium_org/remoting/webapp/
main.html 274 data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-setup home.token-refresh-failed home.manage-pairings"
278 data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-setup home.token-refresh-failed home.manage-pairings"
695 data-ui-mode="home.manage-pairings"
730 </div> <!-- home.manage-pairings -->
ui_mode.js 50 HOME_MANAGE_PAIRINGS: 'home.manage-pairings',
  /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/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 749 // least one branch. Then select all pairings that are part of that dag
750 // and remove them from the list of available pairings and pairable
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 71 * <p>Appropriate uses of SlidingPaneLayout include pairings of panes such as a contact list and
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /packages/apps/Settings/res/values-de/
strings.xml     [all...]
  /packages/apps/Settings/res/values-en-rGB/
strings.xml     [all...]

Completed in 381 milliseconds

1 2