Home
last modified time | relevance | path

Searched refs:npos (Results 176 - 200 of 645) sorted by relevance

12345678910>>...26

/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dstring_utils.cpp52 return (ix != std::string::npos) in SplitFlagArgs()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dstring_utils.cpp52 return (ix != std::string::npos) in SplitFlagArgs()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DOpenGLVersion.cpp30 if (version.find("OpenGL ES") != std::string::npos) { in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTypeName.h53 assert(AnglePos != StringRef::npos && "Unable to find the closing '>'!"); in getTypeName()
/third_party/skia/third_party/externals/tint/src/
H A Ddemangler.cc38 if (idx == std::string::npos) { in Demangle()
/third_party/spirv-tools/source/util/
H A Dstring_utils.cpp52 return (ix != std::string::npos) in SplitFlagArgs()
/test/ostest/wukong/report/src/
H A Dreport.cpp500 if (exceptionFilename.find("cppcrash") != std::string::npos) { in ExceptionRecord()
504 if (exceptionFilename.find("appfreeze") != std::string::npos) { in ExceptionRecord()
508 if (exceptionFilename.find("jscrash") != std::string::npos) { in ExceptionRecord()
512 if (exceptionFilename.find("serviceblock") != std::string::npos) { in ExceptionRecord()
/third_party/ffmpeg/libavfilter/
H A Dvf_scale_vulkan.c61 C(1, vec2 npos = (vec2(pos) + 0.5f) / imageSize(output_img[idx]); )
62 C(1, npos *= crop_range; /* Reduce the range */ )
63 C(1, npos += crop_off; /* Offset the start */ )
64 C(1, return texture(input_img[idx], npos); )
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.cpp906 hasIndex = (open != std::string::npos) && (close == baseNameLength - 1); in ParseResourceName()
936 if (strippedNameLength != std::string::npos && name.back() == ']') in StripLastArrayIndex()
951 if (start == std::string::npos) in SamplerNameContainsNonZeroArrayElement()
995 if (open != std::string::npos && name.back() == ']') in ParseArrayIndex()
/third_party/spirv-tools/test/val/
H A Dval_non_uniform_test.cpp172 size_t pos = std::string::npos; in TEST_P()
173 while ((pos = args.find(match)) != std::string::npos) { in TEST_P()
212 size_t pos = std::string::npos; in TEST_P()
213 while ((pos = args.find(match)) != std::string::npos) { in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp236 if (beg == std::string::npos) in trim()
296 if (pos == std::string::npos) in TestCaseExecutor()
832 while ((pos = originalCmdLine.find(paramStr, pos)) != std::string::npos) in runTestsInSubprocess()
842 if (found != std::string::npos) in runTestsInSubprocess()
945 if (beginPos == std::string::npos || endPos == std::string::npos) in runTestsInSubprocess()
978 if (beginPos == std::string::npos) in runTestsInSubprocess()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp228 if (beg == std::string::npos) in trim()
288 if (pos == std::string::npos) in TestCaseExecutor()
774 while ((pos = originalCmdLine.find(paramStr, pos)) != std::string::npos) in runTestsInSubprocess()
784 if (found != std::string::npos) in runTestsInSubprocess()
887 if (beginPos == std::string::npos || endPos == std::string::npos) in runTestsInSubprocess()
920 if (beginPos == std::string::npos) in runTestsInSubprocess()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveCounter.cpp710 while (template_position != std::string::npos) in GetGeometryShaderCode()
722 while (template_position != std::string::npos) in GetGeometryShaderCode()
734 while (template_position != std::string::npos) in GetGeometryShaderCode()
746 while (template_position != std::string::npos) in GetGeometryShaderCode()
758 while (template_position != std::string::npos) in GetGeometryShaderCode()
/applications/standard/contacts_data/ability/common/utils/include/
H A Dsql_analyzer.h60 if (pos == std::string::npos) { in IsInStr()
/test/ostest/wukong/component_event/src/
H A Dwukong_tree.cpp64 while (pos != std::string::npos) { in GetClearnAbility()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvmtest.cpp71 if (name.find("/") != std::string::npos) { in main()
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DCustomCrossOverTest.cpp28 if (Str.find(Target) != std::string::npos) { in LLVMFuzzerTestOneInput()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dcompiler.hpp66 opts.find("-create-library") != std::string::npos; in link_program()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionWasm.cpp27 "ABCDEFGHIJKLMNOPQRSTUVWXYZ") == Name.npos) { in printName()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfreeze_spec_const_test.cpp106 return std::string(line).find("SpecId") != std::string::npos; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfreeze_spec_const_test.cpp106 return std::string(line).find("SpecId") != std::string::npos; in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_node/
H A DModule.cpp35 if (sep_index == std::string::npos) { in CreateGPU()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc238 if (pos == std::string::npos || pos == 0) { in AddDefaultProtoPaths()
255 if (pos == std::string::npos || pos == 0) { in AddDefaultProtoPaths()
698 if (pos == std::string::npos) { in ~MemoryOutputStream()
715 if (pos == std::string::npos) { in ~MemoryOutputStream()
1111 if (file.name().find("google/ads/googleads") != std::string::npos) { in AllowProto3Optional()
1116 if (file.name().find("test_proto3_optional") != std::string::npos) { in AllowProto3Optional()
1584 if (equals_pos == std::string::npos) { in InterpretArgument()
1777 if (equals_pos == std::string::npos) { in InterpretArgument()
1780 if (slash_pos == std::string::npos) { in InterpretArgument()
1855 if (colon_pos == std::string::npos || IsWindowsAbsolutePat in InterpretArgument()
[all...]
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance_two/entry/src/main/cpp/
H A Dhello.cpp74 if (reType == SERVICE_WORKER || frameUrl1.find("iqiyi.com") != std::string::npos) { in OnURLRequestStart()
79 if (url1.find("schemeHandler_loader") != std::string::npos && frameUrl1 == "") { in OnURLRequestStart()
84 if (frameUrl1.find("sdkSchemeHandler") != std::string::npos) { in OnURLRequestStart()
/test/xts/hats/powermgr/power/hdi_power/common/
H A Dhdi_power_test.cpp270 EXPECT_TRUE(pos != std::string::npos) << "HdfPowerHdiTest003 failed state: " << state; in HWTEST_F()
320 EXPECT_TRUE(pos != std::string::npos) << "HdfPowerHdiTest006 failed lock: " << lock;
348 EXPECT_TRUE(pos != std::string::npos) << "HdfPowerHdiTest007 failed unLock: " << unLock;

Completed in 21 milliseconds

12345678910>>...26