/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | RewriteRuleElementStream.js | 54 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) ) {
|
D | CommonTreeAdaptor.js | 21 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) ) {
|
D | BaseTreeAdaptor.js | 64 if ( t && org.antlr.lang.isValue(child) ) { 201 if ( org.antlr.lang.isValue(prevID) ) {
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
D | MissingTokenException.js | 17 if (org.antlr.lang.isValue(this.inserted) && 18 org.antlr.lang.isValue(this.token)) 22 if ( org.antlr.lang.isValue(this.token) ) {
|
D | CommonTokenStream.js | 42 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) ) {
|
D | Lexer.js | 19 if ( org.antlr.lang.isValue(this.input) ) { 22 if ( !org.antlr.lang.isValue(this.state) ) { 50 if ( !org.antlr.lang.isValue(this.state.token) ) {
|
D | UnwantedTokenException.js | 20 if ( !org.antlr.lang.isValue(this.token) ) {
|
/external/python/pyasn1-modules/tests/ |
D | test_rfc8419.py | 36 assert not asn1Object['parameters'].isValue 52 assert not asn1Object['parameters'].isValue 68 assert not asn1Object['parameters'].isValue 84 assert not asn1Object['parameters'].isValue 100 assert asn1Object['parameters'].isValue
|
D | test_rfc5958.py | 43 assert asn1Object['privateKey'].isValue 45 assert asn1Object['publicKey'].isValue
|
D | test_rfc8410.py | 36 assert asn1Object['privateKey'].isValue
|
/external/skia/modules/svg/src/ |
D | SkSVGFeFlood.cpp | 18 if (!floodColor.isValue() || !floodOpacity.isValue()) { in resolveFloodColor()
|
D | SkSVGRenderContext.cpp | 207 SkASSERT(fPresentationContext->fInherited.f ## ATTR.isValue()); \ in applyPresentationAttributes() 209 if (attr.isValue() && *attr != *fPresentationContext->fInherited.f ## ATTR) { \ in applyPresentationAttributes() 241 const bool hasFilter = attrs.fFilter.isValue(); in applyPresentationAttributes() 242 if (attrs.fOpacity.isValue()) { in applyPresentationAttributes() 246 if (attrs.fClipPath.isValue()) { in applyPresentationAttributes() 250 if (attrs.fMask.isValue()) { in applyPresentationAttributes()
|
D | SkSVGGradient.cpp | 59 if (!stopColor.isValue() || !stopOpacity.isValue()) { in resolveStopColor()
|
/external/python/pyasn1/pyasn1/type/ |
D | base.py | 162 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-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 227 return this->isValue(CI->getValue()); in match() 231 return this->isValue(CI->getValue()); in match() 244 if (!CI || !this->isValue(CI->getValue())) in match() 264 if (this->isValue(CI->getValue())) { in match() 271 if (this->isValue(CI->getValue())) { in match() 286 return this->isValue(CF->getValueAPF()); in match() 290 return this->isValue(CF->getValueAPF()); in match() 303 if (!CF || !this->isValue(CF->getValueAPF())) in match() 324 bool isValue(const APInt &C) { return true; } in isValue() function 333 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function [all …]
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | PatternMatch.h | 275 return this->isValue(CV->getValue()); in match() 279 return this->isValue(CV->getValue()); in match() 297 if (!CV || !this->isValue(CV->getValue())) in match() 325 if (this->isValue(CI->getValue())) { in match() 332 if (this->isValue(CI->getValue())) { in match() 351 if (this->isValue(CI->getValue())) { in match() 359 if (this->isValue(CI->getValue())) { in match() 378 bool isValue(const APInt &C) { return true; } in isValue() function 387 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function 396 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue() function [all …]
|
/external/python/pyasn1/tests/type/ |
D | test_univ.py | 672 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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
D | TestPropertyConflicts.java | 29 public boolean isValue() { return false; } in isValue() method in TestPropertyConflicts.Getters1A 36 public boolean isValue() { return false; } in isValue() method in TestPropertyConflicts.Getters1B
|
/external/python/pyasn1/docs/source/pyasn1/ |
D | contents.rst | 78 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/ |
D | simpleasn1type.rst | 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
|
/external/python/pyasn1/docs/source/pyasn1/type/univ/ |
D | null.rst | 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
|
D | real.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, is…
|
D | boolean.rst | 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
|
D | objectidentifier.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, is…
|
/external/python/pyasn1/docs/source/pyasn1/type/char/ |
D | t61string.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|