Home
last modified time | relevance | path

Searched refs:parser (Results 1401 - 1425 of 1787) sorted by relevance

1...<<51525354555657585960>>...72

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-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 Dgradle-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 Dgradle-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 Ddrawing_text_typography_test.cpp877 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 DOH_Drawing_TypographyTest.cpp1220 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 Dtext_format.cc221 // 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 Dtest_email.py34 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 Dwifi_app_parser_test.cpp19 #include <libxml/parser.h>
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dx509_public_key.c13 #include <keys/asymmetric-parser.h>
272 MODULE_DESCRIPTION("X.509 certificate parser");
/kernel/linux/linux-5.10/block/
H A Dcmdline-parser.c9 #include <linux/cmdline-parser.h>
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H A DgoyaP.h223 int goya_cs_parser(struct hl_device *hdev, struct hl_cs_parser *parser);
/kernel/linux/linux-5.10/security/keys/
H A Dkeyctl_pkey.c12 #include <linux/parser.h>
/kernel/linux/linux-5.10/fs/gfs2/
H A Dglock.h11 #include <linux/parser.h>
15 /* Options for hostdata parser */
/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-core.c6 #include <linux/parser.h>
/kernel/linux/linux-5.10/fs/ramfs/
H A Dinode.c35 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/gfs2/
H A Dglock.h11 #include <linux/parser.h>
15 /* Options for hostdata parser */
/kernel/linux/linux-6.6/fs/smb/server/mgmt/
H A Dshare_config.c10 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-core.c6 #include <linux/parser.h>
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H A DgoyaP.h235 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 Dbench_local_storage.c63 .parser = parse_arg,
H A Dbench_bpf_hashmap_lookup.c111 .parser = parse_arg,
H A Dbench_local_storage_create.c69 .parser = parse_arg,
/kernel/linux/linux-6.6/security/keys/
H A Dkeyctl_pkey.c12 #include <linux/parser.h>
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Doh_kernel_parser.py19 from ohos.parser import *
/third_party/ffmpeg/libavformat/
H A Dinternal.h119 * 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

Completed in 31 milliseconds

1...<<51525354555657585960>>...72