/third_party/gn/src/gn/ |
H A D | functions.cc | 1292 while ((start_pos = val.find(old, start_pos)) != std::string::npos) { 1370 while ((next_pos = str.find(separator, pos)) != std::string::npos) { 1374 strings.push_back(str.substr(pos, std::string::npos));
|
/third_party/mesa3d/src/compiler/clc/ |
H A D | clc_helpers.cpp | 286 if (pos == std::string::npos || in parseOpString() 299 if (entryEnd == std::string::npos) in parseOpString() 308 if (entryVal.find("const") != std::string::npos) in parseOpString()
|
/third_party/ninja/src/ |
H A D | ninja.cc | 902 if (index == 0 || index == string::npos ||
in EvaluateCommandWithRspfile() 911 string::npos) {
in EvaluateCommandWithRspfile() 1394 if (err.find("interrupted by user") != string::npos) {
in RunBuild()
|
/third_party/nghttp2/src/ |
H A D | util.cc | 856 path.find('\\') == std::string::npos && in check_path() 857 path.find("/../") == std::string::npos && in check_path() 858 path.find("/./") == std::string::npos && in check_path()
|
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 361 if (s->pos + ctx->npos > s->len) { in cb_dir() 366 memcpy(s->dest + s->pos, ctx->buf, ctx->npos); in cb_dir() 367 s->pos += ctx->npos; in cb_dir()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 283 if (StringRef(StrVal).find_first_of(0) != StringRef::npos) { in LexDollar() 366 if (StringRef(StrVal).find_first_of(0) != StringRef::npos) { in LexVar() 401 if (StringRef(StrVal).find_first_of(0) != StringRef::npos) { in LexQuote()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 298 while (found != std::string::npos) { in getPGOFuncNameVarName() 351 if (pos != std::string::npos) { in create() 1120 if (Pos != std::string::npos) { in getMemOPSizeRangeFromOption()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface_unittest.cc | 385 if (slash_pos != std::string::npos) { in CreateTempFile() 435 return error_text_.find(expected_substring) != std::string::npos; in HasAlternateErrorSubstring() 2627 std::string::npos); in ExpectStderrContainsText() member in google::protobuf::compiler::__anon16917::EncodeDecodeTest::std::string
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 314 while ((new_start = returned_output.find(prefix, new_start)) != std::string::npos) { 316 if ((postfix_index = returned_output.find(postfix, new_start)) != std::string::npos) { 630 layer.lib_path.stem().str().find(fs::path(TEST_LAYER_WRAP_OBJECTS).stem().str()) == std::string::npos) {
|
H A D | test_util.cpp | 306 if (last_div == std::string::npos) return ""; in parent_path() 311 return last_div != std::string::npos; in has_parent_path()
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
H A D | dump_implement.cpp | 203 ret = (procName.find("hidumper") != std::string::npos); in IsHidumperClientProcess() 772 while (strTmp.find(character) != std::string::npos) { in RemoveCharacterFromStr()
|
/base/powermgr/power_manager/test/unittest/src/servicetest/ |
H A D | powermgr_service_native_test.cpp | 855 EXPECT_TRUE(noneIndex != string::npos); in HWTEST_F() 859 EXPECT_TRUE(helpIndex != string::npos); in HWTEST_F()
|
/base/notification/common_event_service/services/src/ |
H A D | inner_common_event_manager.cpp | 150 if (keyCheck.find("/") == std::string::npos && json.contains(keyCheck)) { in GetConfigJson() 155 if (keyCheck.find("/") != std::string::npos) { in GetConfigJson()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | ims_control.cpp | 51 if (newPhoneNum.find('@') != std::string::npos || newPhoneNum.find("%40") != std::string::npos) { in Dial()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.h | 514 if (parenAt != candidateName.npos && candidateName.compare(0, parenAt, name) == 0) in hasFunctionName() 530 if (parenAt == candidateName.npos) { in findFunctionVariableName()
|
/third_party/cups-filters/fontembed/ |
H A D | sfnt.c | 697 int npos=get_USHORT(res+10); in otf_get_name() local 699 return nstore+npos; in otf_get_name()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | strtest.cpp | 324 // static const npos in TestStringPiece() 325 const int32_t *ptr_npos=&StringPiece::npos; in TestStringPiece() 326 if(StringPiece::npos!=0x7fffffff || *ptr_npos!=0x7fffffff) { in TestStringPiece() 327 errln("StringPiece::npos!=0x7fffffff"); in TestStringPiece() 329 // substr() method with pos, using len=npos. in TestStringPiece()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicHLSL.cpp | 161 bool usesPointSize = sourceShader.find("GL_USES_POINT_SIZE") != std::string::npos; in generateVertexShaderForInputLayout() 1017 const bool usesPointCoord = preambleString.find("gl_PointCoord") != std::string::npos;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Archive.cpp | 118 if (end == StringRef::npos) in getRawName() 182 if (End == StringRef::npos || End < 1 || in getName()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTriangles.cpp | 319 std::size_t vertex_spacing_token_index = std::string::npos; in initTestDescriptor() 343 while ((vertex_spacing_token_index = te_body_string.find(vertex_spacing_token)) != std::string::npos) in initTestDescriptor()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.cpp | 292 const bool isFloat = value.find('.') != std::string::npos || value.find('e') != std::string::npos; in getNumericValue()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 727 if (feature.find(kSubgroupSupportedOperations) != std::string::npos) in Initialize() 732 if (feature.find(kSubgroupSupportedStages) != std::string::npos) in Initialize()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | optimizer.cpp | 362 if (pass_args.find_first_not_of("0123456789") == std::string::npos) { in RegisterPassFromFlag() 394 if (pass_args.find_first_not_of(".0123456789") == std::string::npos) { in RegisterPassFromFlag()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | optimizer.cpp | 362 if (pass_args.find_first_not_of("0123456789") == std::string::npos) { in RegisterPassFromFlag() 394 if (pass_args.find_first_not_of(".0123456789") == std::string::npos) { in RegisterPassFromFlag()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_ext_inst_test.cpp | 4169 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P() 4194 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P() 4219 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P() 4241 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P() 4267 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P() 4289 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P() 4313 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P() 4335 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P() 4358 if (std::string::npos == ext_inst_name.find("halfn")) { in TEST_P() 4381 if (std::string::npos in TEST_P() [all...] |