Home
last modified time | relevance | path

Searched refs:OPTIONAL (Results 1 - 22 of 22) sorted by relevance

/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DAnyPathTest.java21 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 DLLParser.cpp4416 #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 Dminidump-win32.cc29 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 Dfield_behavior.js18 * 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 Dextensionmetadocgenerator.py722 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 DGPBLabel.php37 const OPTIONAL = 1;
H A DMessageBuilderContext.php87 GPBLabel::OPTIONAL,
H A DMessage.php152 } 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 Dextension_set_heavy.cc157 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 Dargparse.py80 '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 Dprogram_builder.h1330 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 DAnyPath.java46 public static final AnyPath OPTIONAL = of(0x3); field in AnyPath
H A DEdgeWriter.java178 path = path.join(edge.isOptional() ? AnyPath.OPTIONAL : AnyPath.SINGLE); in visit()
/third_party/popt/src/
H A Dpopthelp.c345 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 Dpopt.c1394 if (!F_ISSET(opt, OPTIONAL)) in poptGetNextOpt()
1410 if (F_ISSET(opt, OPTIONAL) && in poptGetNextOpt()
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y152 %token MODULE VERSION_IDENTIFIER REQUIRE OPTIONAL
986 optional_decl : OPTIONAL
/third_party/icu/tools/commit-checker/
H A Dcheck.py24 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 DAttributor.h132 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 DPhpImplementationTest.php338 $this->assertSame(GPBLabel::OPTIONAL, $field->getLabel());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp345 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 Dlunr.js2847 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 Ddefs.c960 CONVERT(OPTIONAL, optional); in ruby_to_label()
1014 CONVERT(OPTIONAL, optional); in FieldDescriptor_label()

Completed in 44 milliseconds