/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... .File rootDir
org.gradle.cli.CommandLineParser parser
org.gradle.cli.SystemPropertiesCommandLineConverter converter
org. ... |
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... .File rootDir
org.gradle.cli.CommandLineParser parser
org.gradle.cli.SystemPropertiesCommandLineConverter converter
org. ... |
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... .File rootDir
org.gradle.cli.CommandLineParser parser
org.gradle.cli.SystemPropertiesCommandLineConverter converter
org. ... |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 877 OH_Drawing_FontParser* parser = OH_Drawing_CreateFontParser(); in HWTEST_F() local 883 char** list = OH_Drawing_FontParserGetSystemFontList(parser, &fontNum); in HWTEST_F() 886 EXPECT_NE(OH_Drawing_FontParserGetFontByName(parser, name), nullptr); in HWTEST_F() 889 OH_Drawing_DestroyFontParser(parser); in HWTEST_F() 2348 * @tc.desc: test for the font parser 2353 OH_Drawing_FontParser* parser = OH_Drawing_CreateFontParser(); in HWTEST_F() local 2358 char** list = OH_Drawing_FontParserGetSystemFontList(parser, &fontNum); in HWTEST_F() 2362 EXPECT_NE(OH_Drawing_FontParserGetFontByName(parser, name), nullptr); in HWTEST_F() 2367 OH_Drawing_DestroyFontParser(parser); in HWTEST_F()
|
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | OH_Drawing_TypographyTest.cpp | 1220 OH_Drawing_FontParser* parser = OH_Drawing_CreateFontParser(); in HWTEST_F() local 1226 char** list = OH_Drawing_FontParserGetSystemFontList(parser, &fontNum); in HWTEST_F() 1229 EXPECT_EQ(OH_Drawing_FontParserGetFontByName(parser, name) != nullptr, true); in HWTEST_F() 1232 OH_Drawing_DestroyFontParser(parser); in HWTEST_F() 2494 * @tc.desc: test for the font parser 2499 OH_Drawing_FontParser* parser = OH_Drawing_CreateFontParser(); in HWTEST_F() local 2504 char** list = OH_Drawing_FontParserGetSystemFontList(parser, &fontNum); in HWTEST_F() 2508 EXPECT_EQ(OH_Drawing_FontParserGetFontByName(parser, name) != nullptr, true); in HWTEST_F() 2513 OH_Drawing_DestroyFontParser(parser); in HWTEST_F()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 221 // returning false. Borrowed from parser.cc (Thanks Kenton!). 641 StrCat("Message is too deep, the parser exceeded the " in ConsumeFieldMessage() 677 StrCat("Message is too deep, the parser exceeded the " in SkipFieldMessage() 1178 explicit ParserErrorCollector(TextFormat::Parser::ParserImpl* parser) in ParserErrorCollector() argument 1179 : parser_(parser) {} in ParserErrorCollector() 1426 ParserImpl parser(output->GetDescriptor(), input, error_collector_, finder_, in Parse() 1432 return MergeUsingImpl(input, output, &parser); in Parse() 1445 ParserImpl parser(output->GetDescriptor(), input, error_collector_, finder_, in Merge() 1451 return MergeUsingImpl(input, output, &parser); in Merge() 1481 ParserImpl parser( in ParseFieldValueFromString() [all...] |
/third_party/python/Lib/test/test_email/ |
H A D | test_email.py | 34 from email.parser import Parser, HeaderParser 48 from email.parser import FeedParser, BytesFeedParser 221 parser = HeaderParser() 222 msg = parser.parsestr(msgdata) 229 # Make sure new bytes header parser also passes this. 232 parser = email.parser.BytesHeaderParser() 233 msg = parser.parsebytes(msgdata) 2793 # A general test of parser->model->generator idempotency. IOW, read a message 3025 'message_from_file', 'message_from_string', 'mime', 'parser', [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_app_parser_test.cpp | 19 #include <libxml/parser.h>
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | x509_public_key.c | 13 #include <keys/asymmetric-parser.h> 272 MODULE_DESCRIPTION("X.509 certificate parser");
|
/kernel/linux/linux-5.10/block/ |
H A D | cmdline-parser.c | 9 #include <linux/cmdline-parser.h>
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/ |
H A D | goyaP.h | 223 int goya_cs_parser(struct hl_device *hdev, struct hl_cs_parser *parser);
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | keyctl_pkey.c | 12 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.h | 11 #include <linux/parser.h> 15 /* Options for hostdata parser */
|
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8-core.c | 6 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/fs/ramfs/ |
H A D | inode.c | 35 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.h | 11 #include <linux/parser.h> 15 /* Options for hostdata parser */
|
/kernel/linux/linux-6.6/fs/smb/server/mgmt/ |
H A D | share_config.c | 10 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-core.c | 6 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/ |
H A D | goyaP.h | 235 int goya_cs_parser(struct hl_device *hdev, struct hl_cs_parser *parser);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage.c | 63 .parser = parse_arg,
|
H A D | bench_bpf_hashmap_lookup.c | 111 .parser = parse_arg,
|
H A D | bench_local_storage_create.c | 69 .parser = parse_arg,
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyctl_pkey.c | 12 #include <linux/parser.h>
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | oh_kernel_parser.py | 19 from ohos.parser import *
|
/third_party/ffmpeg/libavformat/ |
H A D | internal.h | 119 * Packets split by the parser get queued here. 222 * The codec context used by avformat_find_stream_info, the parser, etc. 381 struct AVCodecParserContext *parser; member
|