Home
last modified time | relevance | path

Searched refs:npos (Results 726 - 750 of 1616) sorted by relevance

1...<<21222324252627282930>>...65

/third_party/node/src/inspector/
H A Dnode_string.cc12 size_t kNotFound = std::string::npos;
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.cc133 DCHECK_EQ(name.find(':'), std::string::npos); in BeginNamespace()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.hpp139 if ((m_operand.find("Nontemporal") != std::string::npos) && in checkSupport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFunctionsGL.cpp25 if (version.find("OpenGL ES") == std::string::npos) in GetGLVersion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionELF.cpp33 "ABCDEFGHIJKLMNOPQRSTUVWXYZ") == Name.npos) { in printName()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dunify_const_test.cpp86 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructionsToSet()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A Dglmark2Benchmark.cpp221 ASSERT_NE(line.find("ANGLE"), std::string::npos); in parseOutput()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dunify_const_test.cpp86 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructionsToSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DRegex.cpp193 return Str.find_first_of(RegexMetachars) == StringRef::npos; in isLiteralERE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRegex.cpp212 return Str.find_first_of(RegexMetachars) == StringRef::npos; in isLiteralERE()
H A DTarWriter.cpp135 if (Sep == StringRef::npos) in splitUstar()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc112 if (name.find("/") == std::string::npos) { in FindExecutable()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_field.h90 return field_flags.find("GPBFieldTextFormatNameCustom") != string::npos; in needs_textformat_name_support()
/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc137 if (slashpos == string::npos) { in RecursivelyCreateDir()
/third_party/spirv-tools/test/opt/
H A Dunify_const_test.cpp86 if (inst_str.find("OpName %") == std::string::npos) { in StripOpNameInstructionsToSet()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.hpp139 if ((m_operand.find("Nontemporal") != std::string::npos) && in checkSupport()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp192 if (option.find(DEBUGGER) == std::string::npos) { in StartDebugMode()
254 if (findPos == std::string::npos) { in JsperfProfilerCommandParse()
329 if (option.find(DEBUGGER) == std::string::npos) { in StartProfiler()
355 if (dOption.perfCmd.find(profilerCommand) != std::string::npos) { in DebuggerConnectionManager()
454 if (position != std::string::npos) { in LoadRepairPatch()
459 if (hspPosition != std::string::npos) { in LoadRepairPatch()
988 if (pos != std::string::npos) { in LoadModule()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_object_utils.cpp319 if (slashIndex == string::npos || lastPath.length() <= ROOT_MEDIA_DIR.length()) { in GetLastDirExistInDb()
826 if (mode.find(MEDIA_FILEMODE_WRITEONLY) != string::npos) { in OpenFile()
1088 if (pos != string::npos) { in GetRelativePathFromFilePath()
1106 if (found != string::npos) { in UpdateFileInfoInDb()
1587 if (pos == string::npos) { in GetRelativePathFromPath()
1603 if (pos == string::npos) { in GetRootDirAssetByRelativePath()
1646 if (dirMediaTypes.find(fileMediaType) == string::npos) { in CheckDirExtension()
H A Dmedialibrary_data_manager.cpp817 if (uriString.find(MEDIALIBRARY_DATA_URI) == string::npos) { in BatchInsert()
844 if (uriString.find(MEDIALIBRARY_DATA_URI) == string::npos) { in Delete()
868 if (whereClause.find(MAP_ALBUM) != string::npos && whereClause.find(MAP_ASSET) != string::npos) { in CheckIsDismissAsset()
1599 if (whereClause.find(USER_DISPLAY_LEVEL) != string::npos || whereClause.find(IS_ME) != string::npos || in CheckIsPortraitAlbum()
1600 whereClause.find(ALBUM_NAME_NOT_NULL) != string::npos) { in CheckIsPortraitAlbum()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp196 if (uri.find(MEDIALIBRARY_IMAGE_URI) != string::npos) { in GetMediaTypeFromUri()
198 } else if (uri.find(MEDIALIBRARY_VIDEO_URI) != string::npos) { in GetMediaTypeFromUri()
200 } else if (uri.find(MEDIALIBRARY_AUDIO_URI) != string::npos) { in GetMediaTypeFromUri()
202 } else if (uri.find(MEDIALIBRARY_FILE_URI) != string::npos) { in GetMediaTypeFromUri()
769 if (uri.find(uriKey) != string::npos) { in UriAppendKeyValue()
773 char queryMark = (uri.find('?') == string::npos) ? '?' : '&'; in UriAppendKeyValue()
777 if (posJ == string::npos) { in UriAppendKeyValue()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.cpp264 for (size_t start_pos = str.find(from, 0); start_pos != std::string::npos; start_pos = str.find(from, start_pos)) in replaceAll()
824 std::size_t token_position = std::string::npos; in iterate()
906 while ((token_position = current_body.body_ptr->find(current_pair.token)) != std::string::npos) in iterate()
3149 std::size_t token_position = std::string::npos; in iterate()
3170 while ((token_position = vs_body_string.find(token_n_gl_clipdistance_entries)) != std::string::npos) in iterate()
3176 while ((token_position = vs_body_string.find(token_n_gl_culldistance_entries)) != std::string::npos) in iterate()
3182 while ((token_position = vs_body_string.find(token_insert_static_writes)) != std::string::npos) in iterate()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp249 if (pos != string::npos) { in GetFileIdFromUri()
285 if (uri.find(MEDIALIBRARY_IMAGE_URI) != string::npos) { in GetMediaTypeFromUri()
287 } else if (uri.find(MEDIALIBRARY_VIDEO_URI) != string::npos) { in GetMediaTypeFromUri()
289 } else if (uri.find(MEDIALIBRARY_AUDIO_URI) != string::npos) { in GetMediaTypeFromUri()
291 } else if (uri.find(MEDIALIBRARY_FILE_URI) != string::npos) { in GetMediaTypeFromUri()
856 if (uri.find(uriKey) != string::npos) { in UriAppendKeyValue()
860 char queryMark = (uri.find('?') == string::npos) ? '?' : '&'; in UriAppendKeyValue()
864 if (posJ == string::npos) { in UriAppendKeyValue()
1589 while (pos != string::npos) { in FixSpecialDateType()
/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp280 EXPECT_NE(cmd.ExecCommand().find(ABILITY_TOOL_HELP_MSG_START), string::npos); in HWTEST_F()
466 EXPECT_NE(cmd.ExecCommand().find(ABILITY_TOOL_HELP_MSG_TEST), string::npos); in HWTEST_F()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.cpp277 if (index == std::string::npos || index == packagePath.size() - 1) { in AddPackagePath()
778 if (index == std::string::npos) { in GetImportFilePath()
/foundation/ability/ability_base/test/unittest/want/
H A Duri_test.cpp259 uri_->cachedSsi_ = std::string::npos; in HWTEST_F()
315 uri_->cachedSsi_ = std::string::npos; in HWTEST_F()

Completed in 30 milliseconds

1...<<21222324252627282930>>...65