/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) ) {
|
D | BaseRecognizer.js | 373 if ( !org.antlr.lang.isValue(s) ) { 893 if ( !org.antlr.lang.isValue(this.state.ruleMemo) ) { 899 if ( org.antlr.lang.isValue(this.state.ruleMemo[ruleIndex]) ) {
|
/external/python/pyasn1/pyasn1/type/ |
D | base.py | 150 return self.isValue 252 self.__class__.__name__, self.isValue and 'value' or 'schema', id(self) 259 if self.isValue: 296 def isValue(self): member in AbstractSimpleAsn1Item 474 self.__class__.__name__, self.isValue and 'value' or 'schema', id(self) 481 if self.isValue and self._componentValues:
|
D | univ.py | 1749 if default is noValue or componentValue.isValue: 1825 if verifyConstraints and value.isValue: 1867 def isValue(self): member in SequenceOfAndSetOfBase 1894 if componentValue is noValue or not componentValue.isValue: 2284 if componentValue is noValue or not componentValue.isValue: 2294 if default is noValue or componentValue.isValue: 2381 if verifyConstraints and value.isValue: 2402 def isValue(self): member in SequenceAndSetBase 2439 if componentValue is noValue or not componentValue.isValue: 2444 if componentValue is noValue or not componentValue.isValue: [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 209 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/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 145 return this->isValue(CI->getValue()); in match() 148 return this->isValue(CI->getValue()); in match() 162 if (this->isValue(CI->getValue())) { in match() 168 if (this->isValue(CI->getValue())) { in match() 178 bool isValue(const APInt &C) { return C == 1; } in isValue() function 186 bool isValue(const APInt &C) { return C.isAllOnesValue(); } in isValue() function 194 bool isValue(const APInt &C) { return C.isSignBit(); } in isValue() function 202 bool isValue(const APInt &C) { return C.isPowerOf2(); } in isValue() function
|
/external/python/pyasn1/docs/source/pyasn1/type/univ/ |
D | null.rst | 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec
|
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…
|
D | real.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, is…
|
D | sequenceof.rst | 10 …:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, …
|
D | integer.rst | 10 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap,
|
/external/python/pyasn1/docs/source/pyasn1/type/char/ |
D | t61string.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|
D | iso646string.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|
D | utf8string.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|
D | numericstring.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|
D | universalstring.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|
D | generalstring.rst | 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
|