/third_party/protobuf/conformance/ |
H A D | binary_json_conformance_suite.cc | 681 "PrematureEofBeforeKnownNonRepeatedValue" + type_name, REQUIRED); in TestPrematureEOFForType() 685 "PrematureEofBeforeKnownRepeatedValue" + type_name, REQUIRED); in TestPrematureEOFForType() 689 "PrematureEofBeforeUnknownValue" + type_name, REQUIRED); in TestPrematureEOFForType() local 693 "PrematureEofInsideKnownNonRepeatedValue" + type_name, REQUIRED); in TestPrematureEOFForType() 697 "PrematureEofInsideKnownRepeatedValue" + type_name, REQUIRED); in TestPrematureEOFForType() 701 "PrematureEofInsideUnknownValue" + type_name, REQUIRED); in TestPrematureEOFForType() 707 REQUIRED); in TestPrematureEOFForType() 712 REQUIRED); in TestPrematureEOFForType() 717 "PrematureEofInDelimitedDataForUnknownValue" + type_name, REQUIRED); in TestPrematureEOFForType() 728 "PrematureEofInSubmessageValue" + type_name, REQUIRED); in TestPrematureEOFForType() [all...] |
H A D | text_format_conformance_suite.cc | 205 RunValidTextFormatTest("HelloWorld", REQUIRED, in RunSuiteImpl() 208 RunValidTextFormatTest("Int32FieldMaxValue", REQUIRED, in RunSuiteImpl() 210 RunValidTextFormatTest("Int32FieldMinValue", REQUIRED, in RunSuiteImpl() 212 RunValidTextFormatTest("Uint32FieldMaxValue", REQUIRED, in RunSuiteImpl() 214 RunValidTextFormatTest("Int64FieldMaxValue", REQUIRED, in RunSuiteImpl() 216 RunValidTextFormatTest("Int64FieldMinValue", REQUIRED, in RunSuiteImpl() 218 RunValidTextFormatTest("Uint64FieldMaxValue", REQUIRED, in RunSuiteImpl() 222 ExpectParseFailure("Int32FieldTooLarge", REQUIRED, in RunSuiteImpl() 224 ExpectParseFailure("Int32FieldTooSmall", REQUIRED, in RunSuiteImpl() 226 ExpectParseFailure("Uint32FieldTooLarge", REQUIRED, in RunSuiteImpl() [all...] |
H A D | conformance_test.h | 160 // be treated the same way as REQUIRED tests and failing a RECOMMENDED test 164 // difference between REQUIRED and RECOMMENDED test cases. 190 // REQUIRED: the test case must be passed for an implementation to be 202 REQUIRED = 0, enumerator
|
H A D | conformance_test.cc | 141 case REQUIRED: return "Required"; in ConformanceLevelToString()
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/ |
H A D | field_behavior.js | 24 * REQUIRED - Denotes a field as required. 28 FieldBehavior[FieldBehavior["REQUIRED"] = 2] = "REQUIRED"; 65 case "REQUIRED": 66 return FieldBehavior.REQUIRED; 90 case FieldBehavior.REQUIRED: 91 return "REQUIRED";
|
/third_party/rust/crates/clap/src/builder/ |
H A D | arg_settings.rs | 53 const REQUIRED = 1; consts 78 Required => Flags::REQUIRED,
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBLabel.php | 38 const REQUIRED = 2;
|
H A D | MessageBuilderContext.php | 109 GPBLabel::REQUIRED,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4416 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \ 4419 REQUIRED(scope, MDField, (/* AllowNull */ false)); \ 4434 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \ 4435 REQUIRED(tag, DwarfTagField, ); \ 4450 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \ 4451 REQUIRED(count, MDSignedOrMDField, (-1, -1, INT64_MAX, false)); \ 4471 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \ 4472 REQUIRED(name, MDStringField, ); \ 4473 REQUIRED(value, MDSignedOrUnsignedField, ); \ 4494 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \ [all...] |
/third_party/skia/third_party/externals/freetype/builds/cmake/ |
H A D | testbuild.sh | 79 find_package(Freetype REQUIRED CONFIG)
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_session.h | 95 REQUIRED, member in shrpx::ConnectionCheck 255 // connection_check_state_ = ConnectionCheck::REQUIRED. After
|
H A D | shrpx_http2_session.cc | 85 http2session->set_connection_check_state(ConnectionCheck::REQUIRED); in connchk_timeout_cb() 1886 connection_check_state_ != ConnectionCheck::REQUIRED) { in start_checking_connection()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 2032 if (expandedTerms.length === 0 && clause.presence === lunr.Query.presence.REQUIRED) { 2070 if (clause.presence == lunr.Query.presence.REQUIRED) { 2146 if (clause.presence === lunr.Query.presence.REQUIRED) { 2841 * query.term('foo', { presence: lunr.Query.presence.REQUIRED }) 2853 REQUIRED: 2, 3265 parser.currentClause.presence = lunr.Query.presence.REQUIRED
|
/third_party/icu/tools/commit-checker/ |
H A D | check.py | 23 REQUIRED = 1 variable in CommitWanted 84 commit_wanted = CommitWanted["REQUIRED"] 90 commit_wanted = CommitWanted["REQUIRED"] 396 if issue.issue_id in commit_issue_ids and issue.commit_wanted == CommitWanted["REQUIRED"]: 405 if issue.issue_id not in commit_issue_ids and issue.commit_wanted == CommitWanted["REQUIRED"]: 406 print("\t- No commits, and they are REQUIRED.")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 338 ECase(REQUIRED); in enumeration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 131 REQUIRED, member in llvm::DepClassTy 735 DepClassTy DepClass = DepClassTy::REQUIRED) { in getAAFor()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | defs.c | 961 CONVERT(REQUIRED, required); in ruby_to_label() 1015 CONVERT(REQUIRED, required); in FieldDescriptor_label()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 6475 if (DepClass == DepClassTy::REQUIRED)
|