HomeSort by relevance Sort by last modified time
    Searched defs:expr (Results 1 - 25 of 446) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/misc/
ssfilter.y 48 applet: null expr
57 expr: DCOND HOSTCOND label
126 | expr '|' expr
131 | expr expr
136 | expr '&' expr
142 | '!' expr
146 | '(' expr ')'
    [all...]
  /external/deqp/framework/delibs/decpp/
deDefs.cpp 32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line)
36 if (expr)
37 msg << '\'' << expr << '\''; local
  /external/v8/tools/
compare-table-gen.js 34 function expr(infix, a, cmp, b) { function
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]);
  /prebuilts/go/darwin-x86/src/cmd/yacc/testdata/expr/
expr.y 7 // go tool yacc -p "expr" expr.y (produces y.go)
8 // go build -o expr y.go
9 // expr
33 %type <num> expr expr1 expr2 expr3
42 expr
51 expr: label
53 | '+' expr
57 | '-' expr
86 | '(' expr ')'
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/testdata/expr/
expr.y 7 // go tool yacc -p "expr" expr.y (produces y.go)
8 // go build -o expr y.go
9 // expr
33 %type <num> expr expr1 expr2 expr3
42 expr
51 expr: label
53 | '+' expr
57 | '-' expr
86 | '(' expr ')'
    [all...]
  /external/deqp/execserver/
xsDefs.cpp 31 static std::string formatError (const char* message, const char* expr, const char* file, int line)
35 if (expr)
36 msg << '\'' << expr << '\''; local
41 Error::Error (const char* message, const char* expr, const char* file, int line)
42 : std::runtime_error(formatError(message, expr, file, line))
  /external/deqp/executor/
xeDefs.cpp 31 static std::string formatError (const char* message, const char* expr, const char* file, int line)
35 if (expr)
36 msg << '\'' << expr << '\''; local
41 Error::Error (const char* message, const char* expr, const char* file, int line)
42 : std::runtime_error(formatError(message, expr, file, line))
  /external/iproute2/tc/
emp_ematch.y 31 %type <e> match expr
38 | expr
40 | expr error
47 expr: label
50 | match relation expr
66 | invert '(' expr ')'
  /external/javassist/src/main/javassist/compiler/
NoFieldException.java 22 private ASTree expr; field in class:NoFieldException
29 expr = e;
38 public ASTree getExpr() { return expr; }
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
VersionProvider.java 17 package android.databinding.tool.expr;
StaticIdentifierExpr.java 17 package android.databinding.tool.expr;
  /external/javassist/src/main/javassist/expr/
ConstructorCall.java 16 package javassist.expr;
ExprEditor.java 16 package javassist.expr;
180 Expr expr = null; local
190 expr = new MethodCall(pos, iterator, clazz, minfo);
191 edit((MethodCall)expr);
196 expr = new FieldAccess(pos, iterator, clazz, minfo, c);
197 edit((FieldAccess)expr);
209 expr = new NewExpr(pos, iterator, clazz, minfo,
211 edit((NewExpr)expr);
218 expr = ccall
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 5 (* expr - Base type for all expression nodes. *)
6 type expr = type
14 | Binary of char * expr * expr
17 | Call of string * expr array
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 5 (* expr - Base type for all expression nodes. *)
6 type expr = type
14 | Binary of char * expr * expr
17 | Call of string * expr array
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 5 (* expr - Base type for all expression nodes. *)
6 type expr = type
14 | Binary of char * expr * expr
17 | Call of string * expr array
25 type func = Function of proto * expr
  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 64 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, local
66 return MCOperand::createExpr(expr);
  /external/mesa3d/src/glsl/
lower_texture_projection.cpp 64 ir_expression *expr = new(mem_ctx) ir_expression(ir_unop_rcp, local
68 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, expr, NULL);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorExpressionBuilder.java 47 final String expr = mTokenizer.getNormalizedExpression(toString()); local
51 final int index = expr.lastIndexOf('.');
52 if (index != -1 && TextUtils.isDigitsOnly(expr.substring(index + 1, start))) {
66 while (start > 0 && "+-*/".indexOf(expr.charAt(start - 1)) != -1) {
72 if (start > 0 && "+-".indexOf(expr.charAt(start - 1)) != -1) {
  /system/core/toolbox/upstream-netbsd/lib/libc/stdlib/
strsuftoll.c 138 char *expr; local
153 num = strtoll(val, &expr, 10);
157 if (expr == val) /* No digits */
160 switch (*expr) {
166 ++expr;
173 ++expr;
180 ++expr;
187 ++expr;
194 ++expr;
201 ++expr;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariableSimple.java 55 Expression expr = ((ElemVariable)m_obj).getSelect().getExpression(); local
56 XObject xobj = expr.execute(xctxt);
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
VariableSafeAbsRef.java 67 Expression expr = (Expression)xns.getContainedIter(); local
68 xns = (XNodeSet)expr.asIterator(xctxt, context);
  /external/deqp/framework/common/
tcuDefs.cpp 50 static std::string formatError (const char* message, const char* expr, const char* file, int line)
55 if (expr)
56 msg << ": '" << expr << '\''; local
64 Exception::Exception (const char* message, const char* expr, const char* file, int line)
65 : std::runtime_error(formatError(message, expr, file, line))
76 TestException::TestException (const char* message, const char* expr, const char* file, int line, qpTestResult result)
77 : Exception (formatError(message, expr, file, line))
88 TestError::TestError (const char* message, const char* expr, const char* file, int line)
89 : TestException(message, expr, file, line, QP_TEST_RESULT_FAIL)
98 InternalError::InternalError (const char* message, const char* expr, const char* file, int line
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/
PatternElement.java 37 String expr = pattern.getPattern(); local
38 if (expr.indexOf('/') >= 0)
40 wildcards.add(new Wildcard(expr.replace('.', '/'), result));
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 5 (* expr - Base type for all expression nodes. *)
6 type expr = type
14 | Binary of char * expr * expr
17 | Call of string * expr array
20 | If of expr * expr * expr
23 | For of string * expr * expr * expr option * exp
    [all...]

Completed in 1011 milliseconds

1 2 3 4 5 6 7 8 91011>>