Searched refs:operator (Results 1 – 14 of 14) sorted by relevance
/build/kati/ |
D | symtab.h | 129 iterator& operator++() { 137 bool operator==(iterator other) const { 141 bool operator!=(iterator other) const { return !(*this == other); } 143 Symbol operator*() { return Symbol(pos_); } 203 inline bool operator==(const Symbol& x, const Symbol& y) { 207 inline bool operator<(const Symbol& x, const Symbol& y) { 214 size_t operator()(const Symbol& s) const { return s.val(); }
|
D | string_piece.h | 98 char operator[](size_type i) const { return ptr_[i]; } 184 bool operator==(const StringPiece& x, const StringPiece& y); 186 inline bool operator!=(const StringPiece& x, const StringPiece& y) { 190 inline bool operator<(const StringPiece& x, const StringPiece& y) { 196 inline bool operator>(const StringPiece& x, const StringPiece& y) { 200 inline bool operator<=(const StringPiece& x, const StringPiece& y) { 204 inline bool operator>=(const StringPiece& x, const StringPiece& y) { 211 size_t operator()(const StringPiece& s) const {
|
D | strutil.h | 28 Iterator& operator++(); 29 StringPiece operator*() const; 30 bool operator!=(const Iterator& r) const {
|
D | find.h | 58 void operator=(FindCommand) = delete; member
|
/build/blueprint/parser/ |
D | printer.go | 175 func (p *printer) printOperator(operator *Operator) { 176 p.printOperatorInternal(operator, true) 179 func (p *printer) printOperatorInternal(operator *Operator, allowIndent bool) { 180 p.printExpression(operator.Args[0]) 182 p.printToken(string(operator.Operator), operator.OperatorPos) 185 if operator.Args[0].End().Line == operator.Args[1].Pos().Line { 195 if op, isOp := operator.Args[1].(*Operator); isOp { 198 p.printExpression(operator.Args[1])
|
D | parser.go | 343 func (p *parser) evaluateOperator(value1, value2 Expression, operator rune, 352 return nil, fmt.Errorf("mismatched type in operator %c: %s != %s", operator, 358 switch operator { 375 return nil, fmt.Errorf("operator %c not supported on type %s", operator, v.Type()) 378 panic("unknown operator " + string(operator)) 384 Operator: operator, 432 operator := p.tok 434 p.accept(operator) 438 value, err := p.evaluateOperator(value1, value2, operator, pos)
|
/build/make/tools/ziptime/ |
D | ZipFile.h | 48 ZipFile& operator=(const ZipFile& src); variable
|
D | ZipEntry.h | 74 ZipEntry& operator=(const ZipEntry& src); variable
|
/build/make/tools/zipalign/ |
D | ZipFile.h | 164 ZipFile& operator=(const ZipFile& src); variable
|
D | ZipEntry.h | 209 ZipEntry& operator=(const ZipEntry& src); variable
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 31 import org.bouncycastle.operator.ContentSigner; 32 import org.bouncycastle.operator.OperatorCreationException; 33 import org.bouncycastle.operator.jcajce.JcaContentSignerBuilder; 34 import org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder;
|
/build/soong/ |
D | README.md | 86 Strings, lists of strings, and maps can be appended using the `+` operator. 87 Integers can be summed up using the `+` operator. Appending a map produces the
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | prettify.js | 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"]…
|
/build/make/tools/releasetools/ |
D | pylintrc | 39 # operator. Joining a lot of strings can lead to a maximum recursion error in
|