Home
last modified time | relevance | path

Searched refs:string (Results 6801 - 6825 of 28552) sorted by relevance

1...<<271272273274275276277278279280>>...1143

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_type_struct_test.cpp26 std::string shader = R"( in TEST()
99 std::string after_transformation = R"( in TEST()
127 std::string shader = R"( in TEST()
H A Dtransformation_adjust_branch_weights_test.cpp27 std::string shader = R"( in TEST()
175 std::string shader = R"( in TEST()
269 std::string variant_shader = R"( in TEST()
H A Dtransformation_expand_vector_reduction_test.cpp27 std::string reference_shader = R"( in TEST()
104 std::string reference_shader = R"( in TEST()
201 std::string variant_shader = R"( in TEST()
H A Dtransformation_replace_copy_object_with_store_load_test.cpp26 std::string reference_shader = R"( in TEST()
145 std::string after_transformation = R"( in TEST()
204 std::string reference_shader = R"( in TEST()
H A Dtransformation_replace_opselect_with_conditional_branch_test.cpp26 std::string shader = R"( in TEST()
143 std::string shader = R"( in TEST()
217 std::string after_transformation = R"( in TEST()
H A Dtransformation_swap_function_variables_test.cpp27 std::string shader = R"( in TEST()
116 std::string shader = R"( in TEST()
224 std::string after_transformation = R"( in TEST()
H A Dtransformation_wrap_early_terminator_in_function_test.cpp27 std::string shader = R"( in TEST()
147 std::string shader = R"( in TEST()
243 std::string after_transformation = R"( in TEST()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.h43 std::string getRendererDescription() override;
44 std::string getVendorString() override;
45 std::string getVersionString() override;
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dspace_test.cpp20 void expectSpace(const std::string &str) in expectSpace()
47 // Construct test string with the whitespace char before "foo". in TEST_P()
48 std::string str(1, GetParam()); in TEST_P()
56 // This test fixture tests the processing of a string containing consecutive
65 // Construct test string with the whitespace char before "foo". in TEST_P()
66 std::string str; in TEST_P()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DGlyphCoverage.java37 * A class for computing which glyphs are needed to render a given string. Currently
45 public static List<Integer> getGlyphCoverage(Font font, String string) { in getGlyphCoverage() argument
51 for (int i = 0; i < string.length(); i++) { in getGlyphCoverage()
52 int c = (string.charAt(i)) & 0xffff; in getGlyphCoverage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
H A Dirrelevant_value_facts_test.cpp26 std::string shader = R"( in TEST()
63 std::string shader = R"( in TEST()
105 std::string shader = R"( in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_image_sample_unused_components_test.cpp27 std::string shader = R"( in TEST()
153 std::string reference_shader = R"( in TEST()
212 std::string variant_shader = R"( in TEST()
H A Dtransformation_add_type_float_test.cpp26 std::string reference_shader = R"( in TEST()
90 std::string reference_shader = R"( in TEST()
142 std::string variant_shader = R"( in TEST()
H A Dtransformation_add_type_struct_test.cpp26 std::string shader = R"( in TEST()
99 std::string after_transformation = R"( in TEST()
127 std::string shader = R"( in TEST()
H A Dtransformation_adjust_branch_weights_test.cpp27 std::string shader = R"( in TEST()
175 std::string shader = R"( in TEST()
269 std::string variant_shader = R"( in TEST()
H A Dtransformation_expand_vector_reduction_test.cpp27 std::string reference_shader = R"( in TEST()
104 std::string reference_shader = R"( in TEST()
201 std::string variant_shader = R"( in TEST()
H A Dtransformation_replace_copy_object_with_store_load_test.cpp26 std::string reference_shader = R"( in TEST()
145 std::string after_transformation = R"( in TEST()
204 std::string reference_shader = R"( in TEST()
H A Dtransformation_replace_opselect_with_conditional_branch_test.cpp26 std::string shader = R"( in TEST()
143 std::string shader = R"( in TEST()
217 std::string after_transformation = R"( in TEST()
H A Dtransformation_swap_function_variables_test.cpp27 std::string shader = R"( in TEST()
116 std::string shader = R"( in TEST()
224 std::string after_transformation = R"( in TEST()
H A Dtransformation_wrap_early_terminator_in_function_test.cpp27 std::string shader = R"( in TEST()
147 std::string shader = R"( in TEST()
243 std::string after_transformation = R"( in TEST()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddbgutil.cpp20 #include <string.h>
61 //fprintf(stderr,"Initializing string cache..\n"); in udbg_setup()
71 newStrs[UDBG_ENUM_COUNT] = new UnicodeString[1]; // empty string in udbg_setup()
84 // use UDBG_ENUM_COUNT,0 to mean an empty string in udbg_enumString()
98 U_CAPI int32_t U_EXPORT2 udbg_enumByString(UDebugEnumType type, const UnicodeString& string) { in udbg_enumByString() argument
108 if(string == (strs[type][i])) { in udbg_enumByString()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DEncodingContext.h25 #include <string>
65 std::string out; in ConsumedError()
177 std::vector<std::string> mDebugGroupLabels;
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderCompileTreeTest.cpp134 bool ShaderCompileTreeTest::compile(const std::string &shaderString) in compile()
143 void ShaderCompileTreeTest::compileAssumeSuccess(const std::string &shaderString) in compileAssumeSuccess()
153 return mInfoLog.find("WARNING: ") != std::string::npos; in hasWarning()
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstreamname.py7 import string namespace
13 _ALNUM_CHARS = string.ascii_letters + string.digits
28 v (str): The stream name string.
56 """Given a string, mutate it into a valid segment name.
94 """Given a string, mutate it into a valid stream name.
110 # Validate the resulting string.
134 ValueError: If path is not a full, valid stream path string.
148 ValueError: If path is not a full, valid stream path string.
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUShaderModule.cpp37 std::string getMessage(Napi::Env) override { in compilationInfo()
117 std::optional<std::string> GPUShaderModule::getLabel(Napi::Env) { in getLabel()
121 void GPUShaderModule::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel()

Completed in 18 milliseconds

1...<<271272273274275276277278279280>>...1143