Home
last modified time | relevance | path

Searched defs:serials (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/cert/
Dcrl_set_unittest.cc195 const std::vector<std::string>& serials = crls[0].second; in TEST() local
248 const std::vector<std::string>& serials = crls[1].second; in TEST() local
277 const std::vector<std::string>& serials = crls[0].second; in TEST() local
296 const std::vector<std::string>& serials = crls[0].second; in TEST() local
Dcrl_set.cc51 const std::vector<std::string>& serials = crls_[i->second].second; in CheckSerial() local
Dcrl_set_storage.cc421 std::vector<std::string> serials; in ApplyDelta() local
434 std::vector<std::string> serials; in ApplyDelta() local
/external/chromium_org/chrome/browser/devtools/device/adb/
Dadb_device_provider.cc37 std::vector<std::string> serials; in ReceivedAdbDevices() local
/external/chromium_org/chrome/browser/devtools/device/
Dandroid_device_manager.cc252 const Serials& serials) { in ProcessSerials()