Searched refs:found_name (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dcharacter_encoding.cc263 CanonicalNameDisplayNameMapType::const_iterator found_name = local
265 DCHECK(found_name != map->end());
268 base::ASCIIToUTF16(found_name->second));
278 IdToCanonicalEncodingNameMapType::const_iterator found_name = map->find(id); local
279 if (found_name != map->end())
280 return found_name->second.second;
320 IdToCanonicalEncodingNameMapType::const_iterator found_name = map->find(id); local
321 if (found_name != map->end())
322 return found_name->second.first;
333 IdToCanonicalEncodingNameMapType::const_iterator found_name local
[all...]
/external/chromium_org/chrome/utility/media_galleries/
H A Diphoto_library_parser.cc124 bool found_name = false; local
127 !(found_id && found_name && found_contents)) {
142 if (found_name)
146 found_name = true;
167 return found_id && found_name && found_contents;
/external/chromium_org/ui/display/util/
H A Dedid_parser.cc103 std::string found_name(reinterpret_cast<const char*>(&edid[offset + 5]),
106 found_name, base::TRIM_TRAILING, human_readable_name);
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsynced_notification_app_info_service_unittest.cc435 std::string found_name; local
437 found_name = app_info_service.FindSendingServiceNameFromAppId(kAppId1);
439 EXPECT_EQ(std::string(kSendingService1Name), found_name); local
441 found_name = app_info_service.FindSendingServiceNameFromAppId(kAppId6);
442 EXPECT_TRUE(found_name.empty());
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_input_manager.cc200 char found_name[kVideoCaptureDeviceNameLength] = ""; local
202 capture_device_info_->GetDeviceName(device_index, found_name,
/external/sepolicy/tools/
H A Dcheck_seapp.c478 bool found_name = false; local
488 found_name = true;
495 if(found_name && !found_seinfo) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c2130 int num_name, num_desc, i, found_name, found_desc;
2241 found_name = found_desc = -1;
2245 if (found_name == -1 && os_strstr(name[i], drv->ifname))
2246 found_name = i;
2253 if (found_name < 0 && found_desc >= 0) {
2257 found_name = found_desc;
2264 if (found_name < 0) {
2271 i = found_name;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c2130 int num_name, num_desc, i, found_name, found_desc;
2241 found_name = found_desc = -1;
2245 if (found_name == -1 && os_strstr(name[i], drv->ifname))
2246 found_name = i;
2253 if (found_name < 0 && found_desc >= 0) {
2257 found_name = found_desc;
2264 if (found_name < 0) {
2271 i = found_name;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c2130 int num_name, num_desc, i, found_name, found_desc;
2241 found_name = found_desc = -1;
2245 if (found_name == -1 && os_strstr(name[i], drv->ifname))
2246 found_name = i;
2253 if (found_name < 0 && found_desc >= 0) {
2257 found_name = found_desc;
2264 if (found_name < 0) {
2271 i = found_name;
/external/ltrace/sysdeps/linux-gnu/
H A Dtrace.c1233 const char *found_name; member in struct:irelative_name_data_t
1246 data->found_name = name;
1268 if (data.found_name != NULL) {
1269 name = data.found_name;

Completed in 347 milliseconds