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

1 2 3

  /frameworks/wilhelm/src/
interfaces.cpp 139 const char *infix; local
140 infix = "";
142 strcpy(&buffer[3], infix);
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
format.h 22 // Returns a string containing <prefix><key><infix><value><postfix> for every
26 const std::string& infix, const std::string& postfix) {
29 s << prefix << pair.first << infix << pair.second << postfix;
  /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/v8/tools/
compare-table-gen.js 34 function expr(infix, a, cmp, b) {
35 return infix ? a + " " + cmp + " " + b : cmp + "(" + a + ", " + b + ")";
43 function gen(name, cmp, infix) {
51 var body = "(function " + name + "(a,b) { return " + expr(infix, "a", cmp, "b") + "; })";
73 var body = "(function " + name + "_L" + i + "(b) { return " + expr(infix, value, cmp, "b") + "; })";
82 var body = "(function " + name + "_R" + i + "(a) { return " + expr(infix, "a", cmp, value) + "; })";
94 line += expr(infix, strings[i], cmp, strings[j]);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
fpa-mem.s 28 # Test mnemonic that is ambiguous between infix and suffic
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
KCode.kt 74 infix fun nl(c : KCode?) : KCode {
111 infix fun app(s : String) : KCode {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing.s 9 ;; Type B - infix condition branch
41 ;; Type C - infix condition load
  /art/dex2oat/
dex2oat.cc 1059 std::string infix; \/\/ Empty infix by default. local
    [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/go/darwin-x86/src/html/template/
js.go 38 // they are used as infix or prefix operators.
js_test.go 44 // Whether the + or - is infix or prefix, it cannot precede a
  /prebuilts/go/linux-x86/src/html/template/
js.go 38 // they are used as infix or prefix operators.
js_test.go 44 // Whether the + or - is infix or prefix, it cannot precede a
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 1654 const char *infix = ""; local
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 731 const char *infix; local
737 infix = TYPEATTR_INFIX;
739 infix = ROLEATTR_INFIX;
742 len = strlen(pdb->name) + strlen(infix) + num_digits(num_attrs) + 1;
749 rlen = snprintf(attr_name, len, "%s%s%i", pdb->name, infix, num_attrs);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 4939 const char *infix = ""; local
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/me/tatarka/retrolambda/projectlombok/lombok.ast/0.2.3.a2/
lombok.ast-0.2.3.a2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 

Completed in 1279 milliseconds

1 2 3