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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
eptags.py 21 expr = r'^[ \t]*(def|class)[ \t]+([a-zA-Z_][a-zA-Z0-9_]*)[ \t]*[:\(]' variable
22 matcher = re.compile(expr)
ptags.py 27 expr = '^[ \t]*(def|class)[ \t]+([a-zA-Z0-9_]+)[ \t]*[:\(]' variable
28 matcher = re.compile(expr)
  /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]);
  /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;
  /external/javassist/src/main/javassist/expr/
ConstructorCall.java 16 package javassist.expr;
  /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 63 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, local
65 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);
  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/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
  /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...]
  /bootable/recovery/tests/component/
edify_test.cpp 22 #include "edify/expr.h"
25 std::unique_ptr<Expr> e;
156 std::unique_ptr<Expr> expr; local
158 EXPECT_EQ(1, parse_string(script1, &expr, &error_count));
163 EXPECT_EQ(1, parse_string(script2, &expr, &error_count));
168 EXPECT_EQ(1, parse_string(script3, &expr, &error_count));
  /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/dtc/tests/
integer-expressions.c 34 const char *expr; member in struct:test_expr
37 #define TE(expr) { #expr, (expr) }
90 fprintf(f, "\t\t(%s)\n", expr_table[i].expr);
111 expr_table[i].expr, fdt32_to_cpu(res[i]),

Completed in 1001 milliseconds

1 2 3 4 5 6 7 8 91011>>