Home
last modified time | relevance | path

Searched refs:npos (Results 376 - 400 of 975) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatProviders.h203 size_t N = StringRef::npos;
376 if (End == StringRef::npos) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatProviders.h204 size_t N = StringRef::npos;
367 if (End == StringRef::npos) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDataExtractor.cpp157 if (pos != StringRef::npos) { in getCStr()
167 if (Pos != StringRef::npos) { in getCStrRef()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTCTE.cpp557 std::size_t primitive_mode_token_position = std::string::npos; in executeTestRun()
561 while (primitive_mode_token_position != std::string::npos) in executeTestRun()
2137 std::size_t point_mode_token_index = std::string::npos; in getTessellationEvaluationShaderCode()
2140 std::size_t primitive_mode_token_index = std::string::npos; in getTessellationEvaluationShaderCode()
2143 std::size_t vertex_ordering_token_index = std::string::npos; in getTessellationEvaluationShaderCode()
2146 std::size_t vertex_spacing_token_index = std::string::npos; in getTessellationEvaluationShaderCode()
2180 while ((primitive_mode_token_index = result.find(primitive_mode_token)) != std::string::npos) in getTessellationEvaluationShaderCode()
2188 while ((vertex_ordering_token_index = result.find(vertex_ordering_token)) != std::string::npos) in getTessellationEvaluationShaderCode()
2196 while ((vertex_spacing_token_index = result.find(vertex_spacing_token)) != std::string::npos) in getTessellationEvaluationShaderCode()
2204 while ((point_mode_token_index = result.find(point_mode_token)) != std::string::npos) in getTessellationEvaluationShaderCode()
[all...]
/test/testfwk/arkxtest/uitest/test/
H A Dwidget_selector_test.cpp568 ASSERT_TRUE(pos0 != string::npos && pos0 > 0); in TEST_F()
569 ASSERT_TRUE(pos1 != string::npos && pos1 > pos0); in TEST_F()
570 ASSERT_TRUE(pos2 != string::npos && pos2 > pos1); in TEST_F()
571 ASSERT_TRUE(pos3 != string::npos && pos3 > pos2); in TEST_F()
572 ASSERT_TRUE(pos4 != string::npos && pos4 > pos3); in TEST_F()
573 ASSERT_TRUE(pos5 != string::npos && pos5 > pos4); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfReader.cpp109 if (n2 == StringRef::npos) { in ParseLine()
124 if (n3 == StringRef::npos) { in ParseLine()
143 while (n3 != StringRef::npos) { in ParseLine()
147 if (n3 == StringRef::npos || n3 == 0) in ParseLine()
159 n4 = (n4 != StringRef::npos) ? n3 + n4 + 1 : Rest.size(); in ParseLine()
166 if (n5 == StringRef::npos) in ParseLine()
/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp382 while (end != string::npos) { in Split()
396 while (end != string::npos) { in Split()
495 if (locale.find(country) != string::npos) { in GetRelatedLocales()
1042 if (found != std::string::npos) { in GetValidLocale()
1053 if (found != std::string::npos) { in GetValidLocale()
1306 if (localeTag.find("-u-") == std::string::npos) { in AddLocalDigitToLocale()
1311 if (localeTag.find(NUMBER_SYSTEM_KEY) == std::string::npos) { in AddLocalDigitToLocale()
1328 if (pos != std::string::npos) { in RemoveLocalDigitFromLocale()
1387 if (pos != std::string::npos) { in UpdateLanguageOfLocale()
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp508 if (pos != std::string::npos && pos + 1 < subProp.label.size()) { in GetSubProperty()
516 if (pos != std::string::npos && pos + 1 < subProp.icon.size()) { in GetSubProperty()
552 if (pos != std::string::npos && pos + 1 < subProp.label.size()) { in ListInputMethodSubtype()
566 if (pos != std::string::npos && pos + 1 < subProp.icon.size()) { in ListInputMethodSubtype()
611 if (pos != std::string::npos) { in CovertToLanguage()
616 if (pos != std::string::npos) { in CovertToLanguage()
779 if (pos != std::string::npos) { in GetInputMethodConfig()
784 if (pos != std::string::npos) { in GetInputMethodConfig()
861 if (pos == std::string::npos || pos + 1 >= imeCfg.imeId.size()) { in GetDefaultIme()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_dump_test.cpp423 if (pos != string::npos) { in DumpInfoCount()
425 if (pos2 != string::npos) { in DumpInfoCount()
432 if (pos != string::npos) { in DumpInfoCount()
437 if (pos != string::npos) { in DumpInfoCount()
442 if (pos != string::npos) { in DumpInfoCount()
448 if (pos != string::npos) { in DumpInfoCount()
1297 ASSERT_NE(pos, string::npos); in HWTEST_F()
1330 ASSERT_NE(pos, string::npos); in HWTEST_F()
1395 ASSERT_NE(pos, string::npos); in HWTEST_F()
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp1955 if (size_and_type.first != npos) in get_ubjson_ndarray_size()
2188 if (result == 0 || result == npos) // because dim elements shall not have zeros, result = 0 means overflow happened; it also can't be npos as it is used to initialize size in get_ubjson_size_type() in get_ubjson_size_value()
2234 result.first = npos; // size in get_ubjson_size_type()
2493 if (input_format == input_format_t::bjdata && size_and_type.first != npos && (size_and_type.second & (1 << 8)) != 0) in get_ubjson_array()
2536 if (size_and_type.first != npos) in get_ubjson_array()
2599 if (input_format == input_format_t::bjdata && size_and_type.first != npos && (size_and_type.second & (1 << 8)) != 0) in get_ubjson_object()
2607 if (size_and_type.first != npos) in get_ubjson_object()
2951 static JSON_INLINE_VARIABLE constexpr std::size_t npos = static_cast<std::size_t>(-1); member in detail::binary_reader
3006 constexpr std::size_t binary_reader<BasicJsonType, InputAdapterType, SAX>::npos; member in detail::binary_reader
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc226 std::string::npos); in TEST_F() member in google::protobuf::compiler::__anon16974::std::string
237 std::string::npos); in TEST_F()
250 std::string::npos); in TEST_F()
263 "song_name_1.") != std::string::npos); in TEST_F()
2187 if (pos != std::string::npos) { in StripFieldTypeName()
2399 EXPECT_TRUE(found_pos != std::string::npos) in TEST_F()
2431 EXPECT_TRUE(debug_string.find("map<") != std::string::npos); in TEST_F()
2432 EXPECT_TRUE(debug_string.find("option map_entry") == std::string::npos); in TEST_F()
2433 EXPECT_TRUE(debug_string.find("MapEntry") == std::string::npos); in TEST_F()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding_test.cc813 EXPECT_EQ(Status::npos(), status.pos); in TEST()
1004 EXPECT_EQ(Status::npos(), status.pos); in TEST()
1015 EXPECT_EQ(Status::npos(), status.pos); in TEST()
1223 EXPECT_EQ(Status::npos(), status.pos); in TYPED_TEST()
1230 EXPECT_EQ(Status::npos(), status.pos); in TYPED_TEST()
1253 EXPECT_EQ(Status::npos(), status.pos); in TYPED_TEST()
1679 EXPECT_NE(junk_idx, std::string::npos); in TEST_F()
1848 EXPECT_EQ(Status::npos(), status.pos); in TYPED_TEST()
1855 EXPECT_EQ(Status::npos(), status.pos); in TYPED_TEST()
1870 EXPECT_EQ(Status::npos(), statu in TYPED_TEST()
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp153 if (startPos == std::string::npos) { in GetFileNameNum()
157 if (endPos == std::string::npos) { in GetFileNameNum()
189 if (startPos != std::string::npos) { in CreateExportFileName()
391 if (fileName.find(":") == std::string::npos) { in GetEMMCPath()
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp90 if (line.find(str) != string::npos) { in IsExistInCmdResult()
442 if (it.find(initStr) == string::npos) { in HWTEST_F()
561 EXPECT_TRUE(it.find(regex) != string::npos); in HWTEST_F()
716 if (it.find(initStr) == string::npos) { in HWTEST_F()
/third_party/gn/src/gn/
H A Dfilesystem_utils_unittest.cc19 EXPECT_EQ(std::string::npos, FindExtensionOffset("")); in TEST()
20 EXPECT_EQ(std::string::npos, FindExtensionOffset("foo/bar/baz")); in TEST()
23 EXPECT_EQ(std::string::npos, FindExtensionOffset("foo.bar/")); in TEST()
24 EXPECT_EQ(std::string::npos, FindExtensionOffset("foo.bar/baz")); in TEST()
/third_party/benchmark/src/
H A Dsysinfo.cc247 while ((pos = val.find(',')) != std::string::npos) { in CountSetBitsInCPUMap()
519 if (split_idx != std::string::npos) in GetNumCPUs()
522 if (split_idx != std::string::npos) value = ln.substr(split_idx + 1); in GetNumCPUs()
679 if (split_idx != std::string::npos) value = ln.substr(split_idx + 1); in GetCPUCyclesPerSecond()
/third_party/node/src/
H A Dinspector_socket.cc158 if (last_colon_pos == std::string::npos) in TrimPort()
161 if (bracket == std::string::npos || last_colon_pos > bracket) in TrimPort()
174 if (host.find('\0') != std::string::npos) return false; in IsIPAddress()
186 if (host.find('%') != std::string::npos) return false; in IsIPAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp108 if (FS.find_lower("+wavefrontsize") != StringRef::npos) { in initializeSubtargetDependencies()
109 if (FS.find_lower("wavefrontsize16") == StringRef::npos) in initializeSubtargetDependencies()
111 if (FS.find_lower("wavefrontsize32") == StringRef::npos) in initializeSubtargetDependencies()
113 if (FS.find_lower("wavefrontsize64") == StringRef::npos) in initializeSubtargetDependencies()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dlog_util.cpp131 std::string fileName = pattern.find("/") != std::string::npos ? in IsTestModel()
/base/inputmethod/imf/services/file/src/
H A Dfile_operator.cpp108 if (content.find(key) == std::string::npos) { in Read()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dfd_output.cpp109 if (str.find("\n") == std::string::npos) { // No line breaks in NewLineMethod()
/base/hiviewdfx/faultloggerd/test/moduletest/
H A Dfaultloggerd_module_test.cpp88 ASSERT_EQ(result.find("libdfx_signalhandler.z.so") != std::string::npos, true); in HWTEST_F()
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dsehap_contexts_trie.cpp30 if ((pos = paraName.substr(index).find(delimiter)) == std::string::npos) { in SplitString()
/base/telephony/cellular_call/services/utils/src/
H A Dstandardize_utils.cpp88 while ((pos = str.find(flag, start)) != str.npos) { in Split()
/base/update/updater/utils/
H A Dutils_fs.cpp42 if (slashPos == std::string::npos) { in MkdirRecursive()

Completed in 36 milliseconds

1...<<11121314151617181920>>...39