/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | AnyPathTest.java | 21 import static com.google.i18n.phonenumbers.metadata.regex.AnyPath.OPTIONAL; 35 assertPath(OPTIONAL, 0, 1); in testConstants() 41 assertThat(EMPTY.extend(true)).isEqualTo(OPTIONAL); in testExtend() 44 // This is not the same as joining SINGLE.join(OPTIONAL). in testExtend() 55 assertThat(EMPTY.join(OPTIONAL)).isEqualTo(OPTIONAL); in testJoin() 57 assertPath(SINGLE.join(OPTIONAL), 1, 2); in testJoin() 58 assertPath(OPTIONAL.join(OPTIONAL), 0, 1, 2); in testJoin() 72 assertThat(OPTIONAL in testMakeOptional() [all...] |
/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) \ 4417 OPTIONAL(line, LineField, ); \ 4418 OPTIONAL(column, ColumnField, ); \ 4420 OPTIONAL(inlinedAt, MDField, ); \ 4421 OPTIONAL(isImplicitCode, MDBoolField, (false)); 4434 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \ 4436 OPTIONAL(header, MDStringField, ); \ 4437 OPTIONAL(operands, MDFieldList, ); 4450 #define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \ 4452 OPTIONAL(lowerBoun [all...] |
/third_party/ninja/src/ |
H A D | minidump-win32.cc | 29 IN CONST PMINIDUMP_EXCEPTION_INFORMATION, OPTIONAL 30 IN CONST PMINIDUMP_USER_STREAM_INFORMATION, OPTIONAL 31 IN CONST PMINIDUMP_CALLBACK_INFORMATION OPTIONAL
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/ |
H A D | field_behavior.js | 18 * OPTIONAL - Specifically denotes a field as optional. 22 FieldBehavior[FieldBehavior["OPTIONAL"] = 1] = "OPTIONAL"; 62 case "OPTIONAL": 63 return FieldBehavior.OPTIONAL; 88 case FieldBehavior.OPTIONAL: 89 return "OPTIONAL";
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extensionmetadocgenerator.py | 722 OPTIONAL = False 723 depends = self.getAttrib(interface, 'depends', OPTIONAL) # TODO should default to base API version 1.0? 724 contact = self.getAttrib(interface, 'contact', OPTIONAL) 725 promotedTo = self.getAttrib(interface, 'promotedto', OPTIONAL) 726 deprecatedBy = self.getAttrib(interface, 'deprecatedby', OPTIONAL) 727 obsoletedBy = self.getAttrib(interface, 'obsoletedby', OPTIONAL) 728 provisional = self.getAttrib(interface, 'provisional', OPTIONAL, 'false') 729 specialuse = self.getAttrib(interface, 'specialuse', OPTIONAL) 730 ratified = self.getAttrib(interface, 'ratified', OPTIONAL, '')
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBLabel.php | 37 const OPTIONAL = 1;
|
H A D | MessageBuilderContext.php | 87 GPBLabel::OPTIONAL,
|
H A D | Message.php | 152 } else if ($field->getLabel() === GPBLabel::OPTIONAL && 599 } else if ($field->getLabel() === GPBLabel::OPTIONAL) { 676 } else if ($field->getLabel() === GPBLabel::OPTIONAL) { 737 } else if ($field->getLabel() === GPBLabel::OPTIONAL) {
|
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set_heavy.cc | 157 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, MESSAGE); in GetMessage() 182 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, MESSAGE); in MutableMessage() 200 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, MESSAGE); in ReleaseMessage() 228 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, MESSAGE); in UnsafeArenaReleaseMessage()
|
/third_party/python/Lib/ |
H A D | argparse.py | 80 'OPTIONAL', 98 OPTIONAL = '?' variable 605 elif action.nargs == OPTIONAL: 720 defaulting_nargs = [OPTIONAL, ZERO_OR_MORE] 941 if const is not None and nargs != OPTIONAL: 942 raise ValueError('nargs must be %r to supply const' % OPTIONAL) 1033 if const is not None and nargs != OPTIONAL: 1034 raise ValueError('nargs must be %r to supply const' % OPTIONAL) 1552 if kwargs.get('nargs') not in [OPTIONAL, ZERO_OR_MORE]: 2200 OPTIONAL [all...] |
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 1330 template <typename NAME, typename... OPTIONAL> 1333 OPTIONAL&&... optional) { in Var() 1334 VarOptionals opts(std::forward<OPTIONAL>(optional)...); in Var() 1352 template <typename NAME, typename... OPTIONAL> 1356 OPTIONAL&&... optional) { in Var() 1357 VarOptionals opts(std::forward<OPTIONAL>(optional)...); in Var() 1436 typename... OPTIONAL, 1440 OPTIONAL&&... optional) { in Global() 1442 std::forward<OPTIONAL>(optional)...); in Global() 1460 template <typename NAME, typename... OPTIONAL> [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | AnyPath.java | 46 public static final AnyPath OPTIONAL = of(0x3); field in AnyPath
|
H A D | EdgeWriter.java | 178 path = path.join(edge.isOptional() ? AnyPath.OPTIONAL : AnyPath.SINGLE); in visit()
|
/third_party/popt/src/ |
H A D | popthelp.c | 345 if (F_ISSET(opt, OPTIONAL)) in singleOptionHelp() 426 if (F_ISSET(opt, OPTIONAL)) in singleOptionHelp() 525 if (F_ISSET(opt, OPTIONAL)) len += sizeof("[]")-1; in maxArgWidth()
|
H A D | popt.c | 1394 if (!F_ISSET(opt, OPTIONAL)) in poptGetNextOpt() 1410 if (F_ISSET(opt, OPTIONAL) && in poptGetNextOpt()
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 152 %token MODULE VERSION_IDENTIFIER REQUIRE OPTIONAL 986 optional_decl : OPTIONAL
|
/third_party/icu/tools/commit-checker/ |
H A D | check.py | 24 OPTIONAL = 2 variable in CommitWanted 76 commit_wanted = CommitWanted["OPTIONAL"] 82 commit_wanted = CommitWanted["OPTIONAL"] 372 if issue.commit_wanted == CommitWanted["OPTIONAL"] or issue.commit_wanted == CommitWanted["FORBIDDEN"]: 394 if issue.commit_wanted == CommitWanted["OPTIONAL"]:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 132 OPTIONAL, member in llvm::DepClassTy 1065 DepClassTy DepClass = DepClassTy::OPTIONAL) { in getOrCreateAAFor() 1103 DepClassTy DepClass = DepClassTy::OPTIONAL) { in lookupAAFor()
|
/third_party/protobuf/php/tests/ |
H A D | PhpImplementationTest.php | 338 $this->assertSame(GPBLabel::OPTIONAL, $field->getLabel());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 345 A.recordDependence(*LivenessAA, QueryingAA, DepClassTy::OPTIONAL); in genericValueTraversal() 3603 DepClassTy::OPTIONAL); 4993 *this, IRP, /* TrackDependence */ true, DepClassTy::OPTIONAL); in updateImpl() 5586 recordDependence(*LivenessAA, AA, DepClassTy::OPTIONAL); in isAssumedDead() 5637 recordDependence(*LivenessAA, QueryingAA, DepClassTy::OPTIONAL); in checkForAllUses() 5695 recordDependence(*LivenessAA, *QueryingAA, DepClassTy::OPTIONAL); in checkForAllCallSites() 5808 recordDependence(LivenessAA, QueryingAA, DepClassTy::OPTIONAL); 5842 recordDependence(LivenessAA, QueryingAA, DepClassTy::OPTIONAL);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 2847 OPTIONAL: 1, 2872 * @property {number} [presence=lunr.Query.presence.OPTIONAL] - The terms presence in any matching documents. 2911 clause.presence = lunr.Query.presence.OPTIONAL
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | defs.c | 960 CONVERT(OPTIONAL, optional); in ruby_to_label() 1014 CONVERT(OPTIONAL, optional); in FieldDescriptor_label()
|