HomeSort by relevance Sort by last modified time
    Searched refs:infix (Results 1 - 24 of 24) sorted by null

  /frameworks/wilhelm/src/
interfaces.c 134 const char *infix; local
135 infix = "";
137 strcpy(&buffer[3], infix);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 233 setResult(infix(Type.BOOLEAN, Type.INT, "==", node.getLeft(), node.getRight())); method
245 setResult(infix(Type.BOOLEAN, Type.INT, "!=", node.getLeft(), node.getRight())); method
250 setResult(infix(Type.BOOLEAN, Type.INT, "<", node.getLeft(), node.getRight())); method
255 setResult(infix(Type.BOOLEAN, Type.INT, ">", node.getLeft(), node.getRight())); method
260 setResult(infix(Type.BOOLEAN, Type.INT, "<=", node.getLeft(), node.getRight())); method
265 setResult(infix(Type.BOOLEAN, Type.INT, ">=", node.getLeft(), node.getRight())); method
270 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "&&", node.getLeft(), node.getRight())); method
275 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "||", node.getLeft(), node.getRight())); method
280 setResult(infix(Type.STRING, Type.STRING, "+", node.getLeft(), node.getRight())); method
285 setResult(infix(Type.INT, Type.INT, "+", node.getLeft(), node.getRight())) method
290 setResult(infix(Type.INT, Type.INT, "-", node.getLeft(), node.getRight())); method
295 setResult(infix(Type.INT, Type.INT, "*", node.getLeft(), node.getRight())); method
300 setResult(infix(Type.INT, Type.INT, "\/", node.getLeft(), node.getRight())); method
305 setResult(infix(Type.INT, Type.INT, "%", node.getLeft(), node.getRight())); method
356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, method in class:ExpressionTranslator
    [all...]
EscapingEvaluator.java 101 JavaExpression.infix(JavaExpression.Type.BOOLEAN, "!=", escapeMode, JavaExpression
104 return JavaExpression.infix(JavaExpression.Type.BOOLEAN, "||", escapeModeCheck,
223 return JavaExpression.infix(JavaExpression.Type.BOOLEAN, "||", first, second);
TemplateTranslator.java 27 import static com.google.clearsilver.jsilver.compiler.JavaExpression.infix;
341 java.startIfBlock(JavaExpression.infix(Type.BOOLEAN, "!=", value.cast(Type.DATA), literal(
438 inlineIf(Type.BOOLEAN, infix(Type.BOOLEAN, ">=", incrVar, integer(0)), infix(Type.BOOLEAN,
439 "<=", loopVar, endVar), infix(Type.BOOLEAN, ">=", loopVar, endVar));
443 loopVariable).cast(Type.STRING), infix(Type.BOOLEAN, "==", symbol(loopVariable), startVar),
444 infix(Type.BOOLEAN, "==", symbol(loopVariable), endVar)));
    [all...]
JavaExpression.java 406 * An infix expression (e.g. (a + b) ).
408 public static JavaExpression infix(Type type, final String operator, final JavaExpression left,
460 * An increment statement (e.g. a += b). The difference with infix is that this does not wrap the
  /external/chromium_org/tools/gn/
parser.cc 37 // dispatches if it's seen as either a prefix or infix operator, and if it's
38 // infix, what its precedence is.
192 InfixFunc infix = expressions_[token.type()].infix; local
193 if (infix == NULL) {
199 left = (this->*infix)(left.Pass(), token);
parser.h 24 InfixFunc infix; member in struct:ParserHelper
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 140 (peephole (infix 2 2 "==="))
148 (peephole (infix 2 2 "==="))
209 (peephole (infix 2 2 "===")))
220 (peephole (infix 2 2 "<")))
233 (peephole (infix 2 2 ">")))
246 (peephole (infix 2 2 "<=")))
259 (peephole (infix 2 2 ">=")))
316 (peephole (infix 0 #f "+" "0")))
326 (peephole (infix 0 #f "*" "1")))
374 (peephole (infix 2 2 "%"))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 134 (peephole (infix 2 2 "==="))
142 (peephole (infix 2 2 "==="))
203 (peephole (infix 2 2 "===")))
214 (peephole (infix 2 2 "<")))
227 (peephole (infix 2 2 ">")))
240 (peephole (infix 2 2 "<=")))
253 (peephole (infix 2 2 ">=")))
310 (peephole (infix 0 #f "+" "0")))
320 (peephole (infix 0 #f "*" "1")))
368 (peephole (infix 2 2 "%"))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 134 (peephole (infix 2 2 "==="))
142 (peephole (infix 2 2 "==="))
203 (peephole (infix 2 2 "===")))
214 (peephole (infix 2 2 "<")))
227 (peephole (infix 2 2 ">")))
240 (peephole (infix 2 2 "<=")))
253 (peephole (infix 2 2 ">=")))
310 (peephole (infix 0 #f "+" "0")))
320 (peephole (infix 0 #f "*" "1")))
368 (peephole (infix 2 2 "%"))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 134 (peephole (infix 2 2 "==="))
142 (peephole (infix 2 2 "==="))
203 (peephole (infix 2 2 "===")))
214 (peephole (infix 2 2 "<")))
227 (peephole (infix 2 2 ">")))
240 (peephole (infix 2 2 "<=")))
253 (peephole (infix 2 2 ">=")))
310 (peephole (infix 0 #f "+" "0")))
320 (peephole (infix 0 #f "*" "1")))
368 (peephole (infix 2 2 "%"))
    [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js 140 (peephole (infix 2 2 "==="))
148 (peephole (infix 2 2 "==="))
209 (peephole (infix 2 2 "===")))
220 (peephole (infix 2 2 "<")))
233 (peephole (infix 2 2 ">")))
246 (peephole (infix 2 2 "<=")))
259 (peephole (infix 2 2 ">=")))
316 (peephole (infix 0 #f "+" "0")))
326 (peephole (infix 0 #f "*" "1")))
374 (peephole (infix 2 2 "%"))
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 140 (peephole (infix 2 2 "==="))
148 (peephole (infix 2 2 "==="))
209 (peephole (infix 2 2 "===")))
220 (peephole (infix 2 2 "<")))
233 (peephole (infix 2 2 ">")))
246 (peephole (infix 2 2 "<=")))
259 (peephole (infix 2 2 ">=")))
316 (peephole (infix 0 #f "+" "0")))
326 (peephole (infix 0 #f "*" "1")))
374 (peephole (infix 2 2 "%"))
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 816 milliseconds