Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 14 of 14) sorted by relevance

/build/kati/
Dsymtab.h129 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(); }
Dstring_piece.h98 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 {
Dstrutil.h28 Iterator& operator++();
29 StringPiece operator*() const;
30 bool operator!=(const Iterator& r) const {
Dfind.h58 void operator=(FindCommand) = delete; member
/build/blueprint/parser/
Dprinter.go175 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])
Dparser.go343 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/
DZipFile.h48 ZipFile& operator=(const ZipFile& src); variable
DZipEntry.h74 ZipEntry& operator=(const ZipEntry& src); variable
/build/make/tools/zipalign/
DZipFile.h164 ZipFile& operator=(const ZipFile& src); variable
DZipEntry.h209 ZipEntry& operator=(const ZipEntry& src); variable
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java31 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/
DREADME.md86 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/
Dprettify.js18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"]…
/build/make/tools/releasetools/
Dpylintrc39 # operator. Joining a lot of strings can lead to a maximum recursion error in