/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_type_struct_test.cpp | 26 std::string shader = R"( in TEST() 99 std::string after_transformation = R"( in TEST() 127 std::string shader = R"( in TEST()
|
H A D | transformation_adjust_branch_weights_test.cpp | 27 std::string shader = R"( in TEST() 175 std::string shader = R"( in TEST() 269 std::string variant_shader = R"( in TEST()
|
H A D | transformation_expand_vector_reduction_test.cpp | 27 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 D | transformation_replace_copy_object_with_store_load_test.cpp | 26 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 D | transformation_replace_opselect_with_conditional_branch_test.cpp | 26 std::string shader = R"( in TEST() 143 std::string shader = R"( in TEST() 217 std::string after_transformation = R"( in TEST()
|
H A D | transformation_swap_function_variables_test.cpp | 27 std::string shader = R"( in TEST() 116 std::string shader = R"( in TEST() 224 std::string after_transformation = R"( in TEST()
|
H A D | transformation_wrap_early_terminator_in_function_test.cpp | 27 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 D | DisplayNULL.h | 43 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 D | space_test.cpp | 20 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 D | GlyphCoverage.java | 37 * 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 D | irrelevant_value_facts_test.cpp | 26 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 D | transformation_add_image_sample_unused_components_test.cpp | 27 std::string shader = R"( in TEST() 153 std::string reference_shader = R"( in TEST() 212 std::string variant_shader = R"( in TEST()
|
H A D | transformation_add_type_float_test.cpp | 26 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 D | transformation_add_type_struct_test.cpp | 26 std::string shader = R"( in TEST() 99 std::string after_transformation = R"( in TEST() 127 std::string shader = R"( in TEST()
|
H A D | transformation_adjust_branch_weights_test.cpp | 27 std::string shader = R"( in TEST() 175 std::string shader = R"( in TEST() 269 std::string variant_shader = R"( in TEST()
|
H A D | transformation_expand_vector_reduction_test.cpp | 27 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 D | transformation_replace_copy_object_with_store_load_test.cpp | 26 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 D | transformation_replace_opselect_with_conditional_branch_test.cpp | 26 std::string shader = R"( in TEST() 143 std::string shader = R"( in TEST() 217 std::string after_transformation = R"( in TEST()
|
H A D | transformation_swap_function_variables_test.cpp | 27 std::string shader = R"( in TEST() 116 std::string shader = R"( in TEST() 224 std::string after_transformation = R"( in TEST()
|
H A D | transformation_wrap_early_terminator_in_function_test.cpp | 27 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 D | dbgutil.cpp | 20 #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 D | EncodingContext.h | 25 #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 D | ShaderCompileTreeTest.cpp | 134 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 D | streamname.py | 7 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 D | GPUShaderModule.cpp | 37 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()
|