Home
last modified time | relevance | path

Searched refs:isSet (Results 1 - 25 of 143) sorted by relevance

123456

/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
H A Ddescriptor.js380 name: isSet(object.name) ? String(object.name) : "",
381 package: isSet(object.package) ? String(object.package) : "",
395 options: isSet(object.options) ? exports.FileOptions.fromJSON(object.options) : undefined,
396 sourceCodeInfo: isSet(object.sourceCodeInfo) ? exports.SourceCodeInfo.fromJSON(object.sourceCodeInfo) : undefined,
397 syntax: isSet(object.syntax) ? String(object.syntax) : "",
470 name: isSet(object.name) ? String(object.name) : "",
485 options: isSet(object.options) ? exports.MessageOptions.fromJSON(object.options) : undefined,
554 start: isSet(object.start) ? Number(object.start) : 0,
555 end: isSet(object.end) ? Number(object.end) : 0,
556 options: isSet(objec
1306 function isSet(value) { global() function
[all...]
H A Dtimestamp.js11 seconds: isSet(object.seconds) ? String(object.seconds) : "0",
12 nanos: isSet(object.nanos) ? Number(object.nanos) : 0,
22 function isSet(value) { function
H A Dany.js11 typeUrl: isSet(object.typeUrl) ? String(object.typeUrl) : "",
12 value: isSet(object.value) ? Buffer.from(bytesFromBase64(object.value)) : Buffer.alloc(0),
63 function isSet(value) { function
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/
H A Dsigstore_verification.js14 issuer: isSet(object.issuer) ? String(object.issuer) : "",
15 san: isSet(object.san) ? sigstore_common_1.SubjectAlternativeName.fromJSON(object.san) : undefined,
87 signers: isSet(object.certificateIdentities)
92 : isSet(object.publicKeys)
95 tlogOptions: isSet(object.tlogOptions)
98 ctlogOptions: isSet(object.ctlogOptions)
101 tsaOptions: isSet(object.tsaOptions)
104 integratedTsOptions: isSet(object.integratedTsOptions)
107 observerOptions: isSet(object.observerOptions)
145 threshold: isSet(objec
322 function isSet(value) { global() function
[all...]
H A Devents.js13 id: isSet(object.id) ? String(object.id) : "",
14 source: isSet(object.source) ? String(object.source) : "",
15 specVersion: isSet(object.specVersion) ? String(object.specVersion) : "",
16 type: isSet(object.type) ? String(object.type) : "",
23 data: isSet(object.binaryData)
25 : isSet(object.textData)
27 : isSet(object.protoData)
58 key: isSet(object.key) ? String(object.key) : "",
59 value: isSet(object.value) ? exports.CloudEvent_CloudEventAttributeValue.fromJSON(object.value) : undefined,
76 attr: isSet(objec
183 function isSet(value) { global() function
[all...]
H A Dsigstore_rekor.js12 kind: isSet(object.kind) ? String(object.kind) : "",
13 version: isSet(object.version) ? String(object.version) : "",
28 return { envelope: isSet(object.envelope) ? String(object.envelope) : "" };
42 logIndex: isSet(object.logIndex) ? String(object.logIndex) : "0",
43 rootHash: isSet(object.rootHash) ? Buffer.from(bytesFromBase64(object.rootHash)) : Buffer.alloc(0),
44 treeSize: isSet(object.treeSize) ? String(object.treeSize) : "0",
46 checkpoint: isSet(object.checkpoint) ? exports.Checkpoint.fromJSON(object.checkpoint) : undefined,
72 signedEntryTimestamp: isSet(object.signedEntryTimestamp)
98 logIndex: isSet(object.logIndex) ? String(object.logIndex) : "0",
99 logId: isSet(objec
165 function isSet(value) { global() function
[all...]
H A Dsigstore_common.js305 algorithm: isSet(object.algorithm) ? hashAlgorithmFromJSON(object.algorithm) : 0,
306 digest: isSet(object.digest) ? Buffer.from(bytesFromBase64(object.digest)) : Buffer.alloc(0),
323 messageDigest: isSet(object.messageDigest) ? exports.HashOutput.fromJSON(object.messageDigest) : undefined,
324 signature: isSet(object.signature) ? Buffer.from(bytesFromBase64(object.signature)) : Buffer.alloc(0),
341 return { keyId: isSet(object.keyId) ? Buffer.from(bytesFromBase64(object.keyId)) : Buffer.alloc(0) };
356 signedTimestamp: isSet(object.signedTimestamp)
374 rawBytes: isSet(object.rawBytes) ? Buffer.from(bytesFromBase64(object.rawBytes)) : undefined,
375 keyDetails: isSet(object.keyDetails) ? publicKeyDetailsFromJSON(object.keyDetails) : 0,
376 validFor: isSet(object.validFor) ? exports.TimeRange.fromJSON(object.validFor) : undefined,
394 return { hint: isSet(objec
586 function isSet(value) { global() function
[all...]
H A Dsigstore_bundle.js36 content: isSet(object.publicKey)
38 : isSet(object.x509CertificateChain)
43 : isSet(object.certificate)
49 timestampVerificationData: isSet(object.timestampVerificationData)
85 mediaType: isSet(object.mediaType) ? String(object.mediaType) : "",
86 verificationMaterial: isSet(object.verificationMaterial)
89 content: isSet(object.messageSignature)
91 : isSet(object.dsseEnvelope)
110 function isSet(value) { function
H A Dsigstore_trustroot.js12 baseUrl: isSet(object.baseUrl) ? String(object.baseUrl) : "",
13 hashAlgorithm: isSet(object.hashAlgorithm) ? (0, sigstore_common_1.hashAlgorithmFromJSON)(object.hashAlgorithm) : 0,
14 publicKey: isSet(object.publicKey) ? sigstore_common_1.PublicKey.fromJSON(object.publicKey) : undefined,
15 logId: isSet(object.logId) ? sigstore_common_1.LogId.fromJSON(object.logId) : undefined,
34 subject: isSet(object.subject) ? sigstore_common_1.DistinguishedName.fromJSON(object.subject) : undefined,
35 uri: isSet(object.uri) ? String(object.uri) : "",
36 certChain: isSet(object.certChain) ? sigstore_common_1.X509CertificateChain.fromJSON(object.certChain) : undefined,
37 validFor: isSet(object.validFor) ? sigstore_common_1.TimeRange.fromJSON(object.validFor) : undefined,
58 mediaType: isSet(object.mediaType) ? String(object.mediaType) : "",
101 function isSet(valu function
[all...]
H A Denvelope.js11 payload: isSet(object.payload) ? Buffer.from(bytesFromBase64(object.payload)) : Buffer.alloc(0),
12 payloadType: isSet(object.payloadType) ? String(object.payloadType) : "",
36 sig: isSet(object.sig) ? Buffer.from(bytesFromBase64(object.sig)) : Buffer.alloc(0),
37 keyid: isSet(object.keyid) ? String(object.keyid) : "",
87 function isSet(value) { function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLBitField.h35 bool isSet(cl_bitfield bits) const { return (mBits & bits) != 0u; } in isSet() function in cl::BitField
36 bool isSet(const BitField &other) const { return (mBits & other.mBits) != 0u; } in isSet() function in cl::BitField
45 return (isSet(bits1) ? 1 : 0) + (isSet(bits2) ? 1 : 0) <= 1; in areMutuallyExclusive()
50 return (isSet(bits1) ? 1 : 0) + (isSet(bits2) ? 1 : 0) + (isSet(bits3) ? 1 : 0) <= 1; in areMutuallyExclusive()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DTestCase.java38 protected boolean[] isSet = new boolean[32]; field in TestCase
43 isSet[field] = true; in set()
50 protected boolean isSet(int field) { in isSet() method in TestCase
51 return isSet[field]; in isSet()
162 if (isSet(i)) { in applyFields()
197 if (isSet(i) && get(i) != c.get(i)) { in fieldsEqual()
202 if (isSet(j)) { in fieldsEqual()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DTestCase.java35 protected boolean[] isSet = new boolean[32]; field in TestCase
40 isSet[field] = true; in set()
47 protected boolean isSet(int field) { in isSet() method in TestCase
48 return isSet[field]; in isSet()
159 if (isSet(i)) { in applyFields()
194 if (isSet(i) && get(i) != c.get(i)) { in fieldsEqual()
199 if (isSet(j)) { in fieldsEqual()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DPeriodTest.java27 assertTrue(null, p.isSet()); in testIsSet()
28 assertTrue(null, p.isSet(TimeUnit.YEAR)); in testIsSet()
29 assertFalse(null, p.isSet(TimeUnit.MONTH)); in testIsSet()
32 assertFalse(null, p.isSet(TimeUnit.YEAR)); in testIsSet()
77 assertTrue(null, p.isSet(TimeUnit.YEAR)); in testAnd()
78 assertTrue(null, p.isSet(TimeUnit.MONTH)); in testAnd()
H A DPeriodBuilderFactoryTest.java43 assertTrue(null, p.isSet(unit)); in testSetAvailableUnitRange()
51 assertEquals(null, p.isSet(unit), unit.ordinal() >= MONTH.ordinal() && unit.ordinal() <= MINUTE.ordinal()); in testSetAvailableUnitRange()
103 assertFalse("seconds", p.isSet(SECOND)); in testBuilderFactoryPeriodConstruction()
110 assertFalse("millis", p.isSet(MILLISECOND)); in testBuilderFactoryPeriodConstruction()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DPeriodTest.java30 assertTrue(null, p.isSet()); in testIsSet()
31 assertTrue(null, p.isSet(TimeUnit.YEAR)); in testIsSet()
32 assertFalse(null, p.isSet(TimeUnit.MONTH)); in testIsSet()
35 assertFalse(null, p.isSet(TimeUnit.YEAR)); in testIsSet()
80 assertTrue(null, p.isSet(TimeUnit.YEAR)); in testAnd()
81 assertTrue(null, p.isSet(TimeUnit.MONTH)); in testAnd()
H A DPeriodBuilderFactoryTest.java46 assertTrue(null, p.isSet(unit)); in testSetAvailableUnitRange()
54 assertEquals(null, p.isSet(unit), unit.ordinal() >= MONTH.ordinal() && unit.ordinal() <= MINUTE.ordinal()); in testSetAvailableUnitRange()
106 assertFalse("seconds", p.isSet(SECOND)); in testBuilderFactoryPeriodConstruction()
113 assertFalse("millis", p.isSet(MILLISECOND)); in testBuilderFactoryPeriodConstruction()
/third_party/icu/icu4c/source/test/intltest/
H A Dfldset.cpp53 if (isSet((UCalendarDateFields)i)) { in diffFrom()
182 UBool FieldsSet::isSet(int32_t field) const { in isSet() function in FieldsSet
213 if((inheritFrom == NULL) || !inheritFrom->isSet((UCalendarDateFields)field)) { in parseValueDefault()
265 if (isSet((UCalendarDateFields)i)) { in setOnCalendar()
282 if (isSet((UCalendarDateFields)i)) { in matches()
318 if(!isSet(DTS_DATE)) { in getDateStyle()
327 if(!isSet(DTS_TIME)) { in getTimeStyle()
340 if(isSet(field) && U_SUCCESS(status)) { in handleParseValue()
/third_party/node/test/parallel/
H A Dtest-icu-env.js47 function isSet(array) { function
94 isSet(zones.map((TZ) => runEnvOutside({ TZ }, 'new Date(333333333333).toString()'))),
98 isSet(zones.map((TZ) => runEnvOutside({ TZ }, 'new Date(333333333333).toLocaleString()'))),
230 isSet(zones.map((TZ) => runEnvInside({ TZ }, () => new Date(333333333333).toString()))),
234 isSet(zones.map((TZ) => runEnvInside({ TZ }, () => new Date(333333333333).toLocaleString()))),
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java214 //public boolean isSet(int field)
283 for (int i = 0; i < isSet.length; i++) { in sync()
284 if (!isSet[i]) { in sync()
285 isSet[i] = true; in sync()
298 for (int i = 0; i < isSet.length; i++) { in init()
299 isSet[i] = true; in init()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DFieldsSet.java62 public boolean isSet(int field) { in isSet() method in FieldsSet
93 if (isSet(i)) { in diffFrom()
205 if(!inheritFrom.isSet(field)) { in parseValueDefault()
240 if(isSet(i)) { in toString()
H A DCalendarFieldsSet.java33 if(isSet(i)) { in matches()
49 if(isSet(i)) { in setOnCalendar()
H A DDateTimeStyleSet.java31 if(!isSet(which)) { in getOrNone()
53 if(isSet(field)) { in handleParseValue()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DFieldsSet.java59 public boolean isSet(int field) { in isSet() method in FieldsSet
90 if (isSet(i)) { in diffFrom()
202 if(!inheritFrom.isSet(field)) { in parseValueDefault()
237 if(isSet(i)) { in toString()
H A DCalendarFieldsSet.java30 if(isSet(i)) { in matches()
46 if(isSet(i)) { in setOnCalendar()

Completed in 10 milliseconds

123456