| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLIfStatement.cpp | 38 std::unique_ptr<Statement> IfStatement::Convert(const Context& context, int line, bool isStatic, in Convert() argument 63 std::unique_ptr<Statement> IfStatement::Make(const Context& context, int line, bool isStatic, in Make() argument
|
| H A D | SkSLLiteral.h | 26 Literal(int line, double value, const Type* type) in Literal() argument 31 static std::unique_ptr<Literal> MakeFloat(const Context& context, int line, float value) { in MakeFloat() argument 36 static std::unique_ptr<Literal> MakeFloat(int line, float value, const Type* type) { in MakeFloat() argument 42 static std::unique_ptr<Literal> MakeInt(const Context& context, int line, SKSL_INT value) { in MakeInt() argument 47 static std::unique_ptr<Literal> MakeInt(int line, SKSL_INT value, const Type* type) { in MakeInt() argument 57 MakeBool(const Context& context, int line, bool value) MakeBool() argument 63 MakeBool(int line, bool value, const Type* type) MakeBool() argument 69 Make(int line, double value, const Type* type) Make() argument [all...] |
| H A D | SkSLInterfaceBlock.h | 34 InterfaceBlock(int line, const Variable& var, skstd::string_view typeName, in InterfaceBlock() argument
|
| H A D | SkSLVariableReference.h | 44 static std::unique_ptr<Expression> Make(int line, in Make() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
| H A D | GPUTestExpectationsParser_unittest.cpp | 38 bool load(const std::string &line) in load() argument 70 std::string line = in TEST_P() local 82 std::string line = in TEST_P() local 94 std::string line = in TEST_P() local 106 std::string line in TEST_P() local 118 std::string line = TEST_P() local 131 std::string line = TEST_P() local 144 std::string line = TEST_P() local 157 std::string line = TEST_P() local 169 std::string line = TEST_P() local 181 std::string line = TEST_P() local 195 std::string line = TEST_P() local 206 std::string line = R"( : dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max = SKIP)"; TEST_P() local 222 std::string line = TEST_P() local 238 std::string line = R"(100 dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max = SKIP)"; TEST_P() local 254 std::string line = R"(100 : dEQP-GLES31.functional.layout_binding.ubo.* = SKIP)"; TEST_P() local 268 std::string line = R"(100 : dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max SKIP)"; TEST_P() local 283 std::string line = R"(100 : dEQP-GLES31.functional.layout_binding.ubo.vertex_binding_max =)"; TEST_P() local 298 std::string line = TEST_P() local 322 std::string line = TEST_P() local 339 std::string line = TEST_P() local 351 std::string line = TEST_P() local 370 std::string line = R"(100 : dEQP-GLES31.functional.layout_binding.* = FAIL TEST_P() local 394 std::string line = R"(100 : dEQP-GLES31.functional.layout_binding.ubo.* = SKIP TEST_P() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | Log.cpp | 110 LogMessage DebugLog(const char* file, const char* function, int line) { in DebugLog() argument
|
| /third_party/skia/third_party/externals/harfbuzz/test/shape/ |
| H A D | run-tests.py | 47 line = line[1:] variable 53 line = line.strip () variable [all...] |
| /third_party/toybox/toys/other/ |
| H A D | makedevs.c | 45 char *line = NULL; in makedevs_main() local [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | uniq.c | 51 static void print_line(FILE *f, char *line) in print_line() argument
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-detect.c | 72 char line[64], args[64]; in detect_alsa() local 136 char line[256], args[64]; in detect_oss() local [all...] |
| /third_party/skia/gm/ |
| H A D | imageblurrepeatmode.cpp | 168 SkPaint line; in DEF_SIMPLE_GM() local
|
| /third_party/skia/experimental/sktext/samples/ |
| H A D | Text.cpp | 97 const std::u16string line = u"One line of text"; variable [all...] |
| /third_party/spirv-tools/utils/vscode/src/lsp/span/ |
| H A D | span.go | [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuDefs.cpp | 58 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError() argument 72 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception() argument 84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qpTestResult result) in TestException() argument 96 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError() argument 100 TestError::TestError (const std::string& message, const char* expr, const char* file, int line) in TestError() argument 110 InternalError(const char* message, const char* expr, const char* file, int line) InternalError() argument 115 InternalError(const std::string& message, const char* expr, const char* file, int line) InternalError() argument 125 ResourceError(const char* message, const char* expr, const char* file, int line) ResourceError() argument 135 NotSupportedError(const char* message, const char* expr, const char* file, int line) NotSupportedError() argument 140 NotSupportedError(const std::string& message, const char* expr, const char* file, int line) NotSupportedError() argument [all...] |
| /third_party/vk-gl-cts/framework/egl/ |
| H A D | egluDefs.cpp | 39 void checkError (deUint32 err, const char* message, const char* file, int line) in checkError() argument 61 Error::Error (deUint32 errCode, const char* message, const char* expr, const char* file, int line) in Error() argument 72 BadAllocError::BadAllocError (const char* message, const char* expr, const char* file, int line) in BadAllocError() argument
|
| /third_party/typescript/tests/arkTSTest/ |
| H A D | run.js | [all...] |
| /third_party/elfutils/tests/ |
| H A D | get-lines.c | 97 int line; in main() local
|
| H A D | allfcts.c | 33 int line = -1; in cb() local
|
| H A D | next-lines.c | 75 int line; in main() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | libdavs2.c | 70 int line = 0; in davs2_dump_frames() local
|
| H A D | msrledec.c | 40 int line = avctx->height - 1; in msrle_decode_pal4() local 133 int p1, p2, line=avctx->height - 1, pos=0, i; msrle_decode_8_16_24_32() local [all...] |
| /third_party/elfutils/libdw/ |
| H A D | dwarf_getsrc_file.c | 87 Dwarf_Line *line = &lines->info[cnt]; in dwarf_getsrc_file() local [all...] |
| /third_party/elfutils/libdwfl/ |
| H A D | dwfl_module_getsrc_file.c | 38 dwfl_dwarf_line_file (const Dwarf_Line *line) in dwfl_dwarf_line_file() argument 44 dwfl_line (const Dwfl_Line *line) in dwfl_line() argument 50 dwfl_line_file (const Dwfl_Line *line) in dwfl_line_file() argument 90 Dwarf_Line *line = &cu->die.cu->lines->info[cnt]; dwfl_module_getsrc_file() local [all...] |
| /third_party/eudev/src/udev/ |
| H A D | udev-builtin-kmod.c | 66 _printf_(6,0) static void udev_kmod_log(void *data, int priority, const char *file, int line, const char *fn, const char *format, va_list args) { in udev_kmod_log() argument
|
| /third_party/eudev/src/libudev/ |
| H A D | libudev.c | 105 char line[UTIL_LINE_SIZE]; in udev_new() local 224 udev_set_log_fn(struct udev *udev, void (*log_fn)(struct udev *udev, int priority, const char *file, int line, const char *fn, const char *format, va_list args)) udev_set_log_fn() argument
|