HomeSort by relevance Sort by last modified time
    Searched full:npos (Results 476 - 500 of 874) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/ADT/
StringExtras.h 118 /// the offset of s2 in s1 or npos if s2 cannot be found.
  /external/llvm/lib/Support/
Signals.cpp 84 MainExecutableName.find("llvm-symbolizer") != std::string::npos)
SpecialCaseList.cpp 117 for (size_t pos = 0; (pos = Regexp.find("*", pos)) != std::string::npos;
  /external/llvm/lib/Target/
TargetRecip.cpp 53 if (Position == StringRef::npos)
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfChannelList.cpp 225 if (pos != string::npos && pos != 0 && pos + 1 < layerName.size())
  /external/opencv3/modules/core/src/
glob.cpp 279 if (pos == String::npos)
  /external/opencv3/modules/imgproc/test/
test_houghLines.cpp 91 while ( pos != string::npos ) {
  /external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 153 if (pos != string::npos) {
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 53 if (start == string::npos) {
  /external/webrtc/talk/app/webrtc/
dtmfsender.cc 199 if (first_tone_pos == std::string::npos) {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 107 if (start_pos != std::string::npos) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
bitset 45 typename basic_string<charT>::size_type n = basic_string<charT>::npos,
51 basic_string<charT,traits,Allocator>::npos,
656 typename basic_string<_CharT>::size_type __n = basic_string<_CharT>::npos,
662 (basic_string<_CharT,_Traits,_Allocator>::npos),
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
bitset 45 typename basic_string<charT>::size_type n = basic_string<charT>::npos,
51 basic_string<charT,traits,Allocator>::npos,
656 typename basic_string<_CharT>::size_type __n = basic_string<_CharT>::npos,
662 (basic_string<_CharT,_Traits,_Allocator>::npos),
    [all...]
  /system/connectivity/apmanager/
device_info.cc 202 if (contents.find(kInterfaceUeventWifiSignature) == string::npos) {
  /art/compiler/utils/
assembler_test_base.h 274 if (line.find(".text") != line.npos) {
448 if (last_slash == std::string::npos) {
454 if (space_index == std::string::npos) {
  /build/kati/
find.cc 215 if (index == string::npos)
584 } else if (tok.find_first_of("|;&><*'\"") != string::npos) {
925 if (path.find('/') == string::npos) {
func.cc 46 if (cmd->find('#') == string::npos)
129 if (found == string::npos)
141 if (in.find(find) != string::npos)
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 147 while ((pos = module_identifier.find('-')) != string::npos) {
256 while ((pos = module_identifier.find('-')) != string::npos) {
424 while ((pos = module_identifier.find('-')) != string::npos) {
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 361 if (last_colon != std::string::npos)
503 if (slash_pos != std::string::npos)
528 if (last_colon != std::string::npos)
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.cc 120 assert(local_cache.find_first_of(kInvalidCharacters) == string::npos);
139 assert((*symbol_server).find_first_of(kInvalidCharacters) == string::npos);
409 if (desc.find(desc_actions[desc_action_index].desc) != string::npos) {
  /external/gptfdisk/
gptcurses.cc 583 if (whichOptions.find(currentKey) == string::npos)
603 if (whichOptions.find(selectedKey) == string::npos)
607 if (whichOptions.find(selectedKey) == string::npos)
  /external/libchrome/base/files/
file_util_posix.cc 257 DCHECK(to_path.value().find('*') == std::string::npos);
258 DCHECK(from_path.value().find('*') == std::string::npos);
538 DCHECK(name_tmpl.find("XXXXXX") != FilePath::StringType::npos)
  /external/webrtc/webrtc/base/
stringencode.cc 608 if (std::string::npos == start_pos) break;
616 if (std::string::npos == end_pos) break;
634 if (left_pos == std::string::npos) {
  /external/xmlrpcpp/src/
XmlRpcValue.cpp 379 if (valueEnd == std::string::npos)
402 if (valueEnd == std::string::npos)
439 if (valueEnd == std::string::npos)
  /system/extras/perfprofd/
perfprofdcore.cc 328 std::string::npos) {
332 std::string::npos ||
334 std::string::npos) {

Completed in 1362 milliseconds

<<11121314151617181920>>