/external/chromium_org/chrome/common/extensions/api/input_ime/ |
input_components_handler.cc | 61 std::string id_str; local 104 if (!module_value->GetString(keys::kId, &id_str)) { 105 id_str = ""; 217 info->input_components.back().id = id_str;
|
/external/lldb/source/Commands/ |
CommandObjectBreakpointCommand.cpp | 854 StreamString id_str; local [all...] |
CommandObjectBreakpoint.cpp | 1825 StreamString id_str; local [all...] |
/cts/tools/dasm/src/java_cup/ |
production.java | 285 * @param id_str the name of the id to be translated. 291 String id_str, /* the id string we are (possibly) translating */ 301 label_pos = (Integer)label_map.get(id_str); 304 if (label_pos == null) return id_str; 307 label_type = (String)label_types.get(id_str); 322 System.err.println("*** Label \"" + id_str + 329 return id_str; 337 return "(/*"+id_str+"*/("+label_type+")" + 360 String id_str; local 391 id_str = new String(buffer, id_start, pos - id_start) [all...] |
/external/chromium_org/net/http/ |
http_server_properties_manager.cc | 412 const std::string& id_str = dict_it.key(); local 414 if (!base::StringToInt(id_str, &id)) {
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_database_index_on_disk.cc | 490 std::string id_str; 491 if (!RemovePrefix(itr->key().ToString(), kDirtyIDKeyPrefix, &id_str)) 495 if (!base::StringToInt64(id_str, &tracker_id)) 544 std::string id_str; local 545 if (!RemovePrefix(itr->key().ToString(), kDemotedDirtyIDKeyPrefix, &id_str)) 549 if (!base::StringToInt64(id_str, &tracker_id)) 641 std::string id_str; local 642 if (!RemovePrefix(itr->key().ToString(), kFileTrackerKeyPrefix, &id_str)) 646 if (!base::StringToInt64(id_str, &tracker_id)) 865 std::string id_str; local 1048 std::string id_str; local 1075 const std::string id_str = base::Int64ToString(tracker.tracker_id()); local [all...] |
/external/chromium_org/base/debug/ |
trace_event_unittest.cc | 1316 std::string id_str; local [all...] |
/external/elfutils/0.153/src/ |
ld.h | 627 id_str, /* Normal string. */ enumerator in enum:id_list::__anon857::id_type [all...] |