Searched defs:infix (Results 1 - 7 of 7) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DExpressionTranslator.java233 setResult(infix(Type.BOOLEAN, Type.INT, "==", node.getLeft(), node.getRight()));
245 setResult(infix(Type.BOOLEAN, Type.INT, "!=", node.getLeft(), node.getRight()));
250 setResult(infix(Type.BOOLEAN, Type.INT, "<", node.getLeft(), node.getRight()));
255 setResult(infix(Type.BOOLEAN, Type.INT, ">", node.getLeft(), node.getRight()));
260 setResult(infix(Type.BOOLEAN, Type.INT, "<=", node.getLeft(), node.getRight()));
265 setResult(infix(Type.BOOLEAN, Type.INT, ">=", node.getLeft(), node.getRight()));
270 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "&&", node.getLeft(), node.getRight()));
275 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "||", node.getLeft(), node.getRight()));
280 setResult(infix(Type.STRING, Type.STRING, "+", node.getLeft(), node.getRight()));
285 setResult(infix(Typ
356 infix(Type destType, Type srcType, String infix, PExpression leftNode, PExpression rightNode) argument
[all...]
H A DJavaExpression.java406 * An infix expression (e.g. (a + b) ).
408 public static JavaExpression infix(Type type, final String operator, final JavaExpression left, method in class:JavaExpression
460 * An increment statement (e.g. a += b). The difference with infix is that this does not wrap the
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c731 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);
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.c1654 const char *infix = ""; local
1670 infix = ".b";
1673 infix = ".l";
1683 infix = ".lz";
1686 infix = ".d";
1690 infix = ".lz";
1702 sprintf(intr_name, "%s%s%s%s.%s", name, is_shadow ? ".c" : "", infix,
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c4939 const char *infix = ""; local
4968 infix = ".lz";
4973 infix = ".b";
4977 infix = ".l";
4980 infix = ".d";
4984 infix = ".lz";
4994 name, is_shadow ? ".c" : "", infix,
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 714 milliseconds