Home
last modified time | relevance | path

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

/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/
Dpost_process_props.py167 operator = "?=" if self.is_optional() else "="
168 assignment.append(self.name + operator + self.value)
/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/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/soong/
DREADME.md104 Strings, lists of strings, and maps can be appended using the `+` operator.
105 Integers can be summed up using the `+` operator. Appending a map produces the
/build/make/tools/releasetools/
Dpylintrc39 # operator. Joining a lot of strings can lead to a maximum recursion error in