Home
last modified time | relevance | path

Searched refs:isValue (Results 1 – 25 of 66) sorted by relevance

123

/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DRewriteRuleElementStream.js54 if ( !org.antlr.lang.isValue(el) ) {
61 if ( !org.antlr.lang.isValue(this.singleElement) ) { // no elements yet, track w/o list
109 if ( org.antlr.lang.isValue(this.singleElement) ) {
130 return (org.antlr.lang.isValue(this.singleElement) && this.cursor < 1) ||
136 if ( org.antlr.lang.isValue(this.singleElement) ) {
DCommonTreeAdaptor.js21 if ( !org.antlr.lang.isValue(t) ) {
70 if ( !org.antlr.lang.isValue(t) ) {
75 if ( org.antlr.lang.isValue(startToken) ) {
84 if ( org.antlr.lang.isValue(stopToken) ) {
DBaseTreeAdaptor.js64 if ( t && org.antlr.lang.isValue(child) ) {
201 if ( org.antlr.lang.isValue(prevID) ) {
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DMissingTokenException.js17 if (org.antlr.lang.isValue(this.inserted) &&
18 org.antlr.lang.isValue(this.token))
22 if ( org.antlr.lang.isValue(this.token) ) {
DCommonTokenStream.js42 while ( org.antlr.lang.isValue(t) &&
49 if ( org.antlr.lang.isValue(channelI) ) {
296 if ( org.antlr.lang.isValue(start) && org.antlr.lang.isValue(stop) ) {
DLexer.js19 if ( org.antlr.lang.isValue(this.input) ) {
22 if ( !org.antlr.lang.isValue(this.state) ) {
50 if ( !org.antlr.lang.isValue(this.state.token) ) {
DUnwantedTokenException.js20 if ( !org.antlr.lang.isValue(this.token) ) {
/external/python/pyasn1/pyasn1/type/
Dbase.py162 return self.isValue
279 self.__class__.__name__, self.isValue and 'value' or 'schema')
285 if self.isValue:
322 def isValue(self): member in SimpleAsn1Type
536 self.__class__.__name__, self.isValue and 'value' or 'schema'
543 if self.isValue and self.components:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h209 return this->isValue(CI->getValue()); in match()
213 return this->isValue(CI->getValue()); in match()
225 if (!CI || !this->isValue(CI->getValue())) in match()
244 if (this->isValue(CI->getValue())) { in match()
251 if (this->isValue(CI->getValue())) { in match()
266 return this->isValue(CF->getValueAPF()); in match()
270 return this->isValue(CF->getValueAPF()); in match()
282 if (!CF || !this->isValue(CF->getValueAPF())) in match()
302 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function
311 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function
[all …]
/external/python/pyasn1-modules/tests/
Dtest_rfc5958.py43 assert asn1Object['privateKey'].isValue
45 assert asn1Object['publicKey'].isValue
Dtest_rfc8410.py36 assert asn1Object['privateKey'].isValue
Dtest_rfc8418.py36 assert asn1Object['parameters'].isValue
/external/python/pyasn1/tests/type/
Dtest_univ.py672 assert not univ.Null().isValue
1171 assert not n.isValue
1175 assert n.isValue
1229 assert s.isValue
1235 assert s.isValue
1246 assert s.isValue
1250 assert not s.isValue
1559 assert not s.isValue
1563 assert s.isValue
1567 assert not s.isValue
[all …]
/external/python/pyasn1/docs/source/pyasn1/
Dcontents.rst78 To tell instantiated schema object from just a schema, the *.isValue*
86 assert schema.isValue == False
91 assert schema['modulus'].isValue == True
92 assert schema.isValue == False
97 assert schema.isValue == True
/external/python/pyasn1/docs/source/pyasn1/type/base/
Dsimpleasn1type.rst10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
/external/python/pyasn1/docs/source/pyasn1/type/univ/
Dnull.rst10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
Dboolean.rst10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
Dreal.rst10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, is…
Dobjectidentifier.rst10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, is…
Denumerated.rst10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, na…
Dsetof.rst10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, …
/external/python/pyasn1/docs/source/pyasn1/type/char/
Dt61string.rst12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
Dutf8string.rst12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
Dnumericstring.rst12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
Diso646string.rst12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap

123