HomeSort by relevance Sort by last modified time
    Searched refs:slash_pos (Results 1 - 10 of 10) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Dummy83BufferGenerator.java 137 int i, tilde_pos, slash_pos; local
145 slash_pos = randomNumber % 8;
154 if (i == slash_pos)
  /external/chromium_org/remoting/protocol/
me2me_host_authenticator_factory.cc 130 size_t slash_pos = local_jid.find('/'); local
131 if (slash_pos == std::string::npos) {
135 remote_jid_prefix = local_jid.substr(0, slash_pos);
  /external/chromium_org/chrome/browser/chromeos/system/
timezone_util.cc 76 std::string::size_type slash_pos = zone_id_str.rfind('/'); local
77 if (slash_pos != std::string::npos && slash_pos < zone_id_str.size())
78 zone_id_str.erase(0, slash_pos + 1);
  /external/chromium_org/net/tools/flip_server/
mem_cache.cc 197 size_t slash_pos = filename_stripped.find('/'); local
198 if (slash_pos == std::string::npos) {
199 slash_pos = filename_stripped.size();
202 &visitor.headers, filename_stripped.substr(0, slash_pos), visitor.body);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 318 string::size_type slash_pos = name.find_last_of('/'); local
319 if (slash_pos != string::npos) {
320 string dir = name.substr(0, slash_pos);
    [all...]
command_line_interface.cc 1050 string::size_type slash_pos = value.find_last_of('\/'); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 310 string::size_type slash_pos = name.find_last_of('/'); local
311 if (slash_pos != string::npos) {
312 string dir = name.substr(0, slash_pos);
    [all...]
command_line_interface.cc 986 string::size_type slash_pos = value.find_last_of('/'); local
987 if (slash_pos == string::npos) {
990 name = value.substr(slash_pos + 1);
    [all...]
  /external/oprofile/libpp/
xml_utils.cpp 165 string::size_type slash_pos = cpu_name.find("/"); local
167 if (slash_pos == string::npos) {
171 cpu_type = cpu_name.substr(0, slash_pos);
172 processor = cpu_name.substr(slash_pos+1);
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 1551 milliseconds