Searched refs:expr (Results 101 - 125 of 938) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/compiler/
H A DParser.java77 ASTree expr = null;
80 expr = parseExpression(tbl);
85 return new FieldDecl(mods, new ASTList(d, new ASTList(expr)));
305 ASTree expr = parseParExpression(tbl);
315 return new Stmnt(t, expr, new ASTList(thenp, new ASTList(elsep)));
324 ASTree expr = parseParExpression(tbl);
326 return new Stmnt(t, expr, body);
337 ASTree expr = parseExpression(tbl);
341 return new Stmnt(t, expr, body);
344 /* for.statement : FOR "(" decl.or.expr expressio
785 parseInstanceOf(SymbolTable tbl, ASTree expr) argument
801 binaryExpr2(SymbolTable tbl, ASTree expr, int prec) argument
1161 parseMethodCall(SymbolTable tbl, ASTree expr) argument
[all...]
H A DJvstTypeChecker.java68 protected void atFieldAssign(Expr expr, int op, ASTree left, ASTree right) argument
83 super.atFieldAssign(expr, op, left, right);
86 public void atCastExpr(CastExpr expr) throws CompileError { argument
87 ASTList classname = expr.getClassName();
88 if (classname != null && expr.getArrayDim() == 0) {
93 atCastToRtype(expr);
97 atCastToWrapper(expr);
103 super.atCastExpr(expr);
110 protected void atCastToRtype(CastExpr expr) throws CompileError { argument
112 expr
124 atCastToWrapper(CastExpr expr) argument
140 atCallExpr(CallExpr expr) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DFilterExprIteratorSimple.java63 public FilterExprIteratorSimple(Expression expr) argument
66 m_expr = expr;
91 Expression expr )
116 result = (org.apache.xpath.objects.XNodeSet) expr.execute(xctxt);
123 result = (org.apache.xpath.objects.XNodeSet) expr.execute(xctxt);
218 public void setInnerExpression(Expression expr) argument
220 expr.exprSetParent(this);
221 m_expr = expr;
287 public boolean deepEquals(Expression expr) argument
289 if (!super.deepEquals(expr))
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlregexp.h155 xmlExpNodePtr expr);
157 xmlExpRef (xmlExpNodePtr expr);
164 const char *expr);
186 xmlExpIsNillable(xmlExpNodePtr expr);
188 xmlExpMaxToken (xmlExpNodePtr expr);
191 xmlExpNodePtr expr,
196 xmlExpNodePtr expr,
201 xmlExpNodePtr expr,
206 xmlExpNodePtr expr,
210 xmlExpNodePtr expr,
[all...]
/external/libxml2/include/libxml/
H A Dxmlregexp.h155 xmlExpNodePtr expr);
157 xmlExpRef (xmlExpNodePtr expr);
164 const char *expr);
186 xmlExpIsNillable(xmlExpNodePtr expr);
188 xmlExpMaxToken (xmlExpNodePtr expr);
191 xmlExpNodePtr expr,
196 xmlExpNodePtr expr,
201 xmlExpNodePtr expr,
206 xmlExpNodePtr expr,
210 xmlExpNodePtr expr,
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLSL.h124 * Argument expr is a simple expression or a parenthesized expression. */
126 GrGLSLExpr(const char expr[]) { argument
127 if (NULL == expr) { // TODO: remove this once effects input Exprs.
131 fExpr = expr;
137 * Argument expr is a simple expression or a parenthesized expression. */
139 GrGLSLExpr(const SkString& expr) { argument
140 if (expr.isEmpty()) { // TODO: remove this once effects input Exprs.
144 fExpr = expr;
225 GrGLSLExpr1(const char* expr) argument
226 : INHERITED(expr) {
228 GrGLSLExpr1(const SkString& expr) argument
266 GrGLSLExpr4(const char* expr) argument
269 GrGLSLExpr4(const SkString& expr) argument
[all...]
H A DGrGLSL_impl.h13 inline Self GrGLSLExpr<Self>::VectorCastImpl(const T& expr) { argument
14 if (expr.isZeros()) {
17 if (expr.isOnes()) {
20 return Self(Self::CastStr(), expr.c_str());
80 inline GrGLSLExpr1 GrGLSLExpr1::VectorCast(const GrGLSLExpr1& expr) { argument
81 return expr;
127 inline GrGLSLExpr4 GrGLSLExpr4::VectorCast(const GrGLSLExpr1& expr) { argument
128 return INHERITED::VectorCastImpl(expr);
131 inline GrGLSLExpr4 GrGLSLExpr4::VectorCast(const GrGLSLExpr4& expr) { argument
132 return expr;
[all...]
/external/skia/src/gpu/gl/
H A DGrGLSL.h124 * Argument expr is a simple expression or a parenthesized expression. */
126 GrGLSLExpr(const char expr[]) { argument
127 if (NULL == expr) { // TODO: remove this once effects input Exprs.
131 fExpr = expr;
137 * Argument expr is a simple expression or a parenthesized expression. */
139 GrGLSLExpr(const SkString& expr) { argument
140 if (expr.isEmpty()) { // TODO: remove this once effects input Exprs.
144 fExpr = expr;
225 GrGLSLExpr1(const char* expr) argument
226 : INHERITED(expr) {
228 GrGLSLExpr1(const SkString& expr) argument
266 GrGLSLExpr4(const char* expr) argument
269 GrGLSLExpr4(const SkString& expr) argument
[all...]
H A DGrGLSL_impl.h13 inline Self GrGLSLExpr<Self>::VectorCastImpl(const T& expr) { argument
14 if (expr.isZeros()) {
17 if (expr.isOnes()) {
20 return Self(Self::CastStr(), expr.c_str());
80 inline GrGLSLExpr1 GrGLSLExpr1::VectorCast(const GrGLSLExpr1& expr) { argument
81 return expr;
127 inline GrGLSLExpr4 GrGLSLExpr4::VectorCast(const GrGLSLExpr1& expr) { argument
128 return INHERITED::VectorCastImpl(expr);
131 inline GrGLSLExpr4 GrGLSLExpr4::VectorCast(const GrGLSLExpr4& expr) { argument
132 return expr;
[all...]
/external/ltrace/
H A Doptions.c190 compile_libname(const char *expr, const char *a_lib, int lib_re_p, argument
209 expr, buf);
218 add_filter_rule(struct filter *filt, const char *expr, argument
246 expr, buf);
251 if (compile_libname(expr, a_lib, lib_re_p, matcher) < 0) {
282 parse_filter(struct filter *filt, char *expr, int operators) argument
290 while (*expr != 0) {
291 size_t s = strcspn(expr, &"-+@"[operators ? 0 : 2]);
292 char *symname = expr;
294 char *next = expr
382 recursive_parse_chain(const char *orig, char *expr, int operators) argument
410 parse_filter_chain(const char *expr, struct filter **retp) argument
[all...]
/external/qemu/scripts/
H A Dqapi.py107 expr = OrderedDict()
110 return expr
119 expr[key] = self.get_expr(True)
122 return expr
130 expr = []
133 return expr
137 expr.append(self.get_expr(True))
140 return expr
150 expr = self.get_members()
153 expr
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
H A DT.g47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
50 expr: mul ('+' mul)*
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathExpression.cpp51 RefPtrWillBeRawPtr<XPathExpression> expr = XPathExpression::create(); local
54 expr->m_topExpression = parser.parseStatement(expression, resolver, exceptionState);
55 if (!expr->m_topExpression)
58 return expr.release();
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_runtime.py26 def Execute(self, expr, context_id, timeout):
27 self.Evaluate(expr + '; 0;', context_id, timeout)
29 def Evaluate(self, expr, context_id, timeout):
33 'expression': expr,
/external/deqp/framework/opengl/
H A DgluDefs.cpp35 Error::Error (int error, const char* message, const char* expr, const char* file, int line) argument
36 : tcu::TestError (message, expr, file, line)
51 OutOfMemoryError::OutOfMemoryError (const char* message, const char* expr, const char* file, int line) argument
52 : tcu::ResourceError(message, expr, file, line)
/external/javassist/src/main/javassist/compiler/ast/
H A DExpr.java57 public void setOprand1(ASTree expr) { argument
58 setLeft(expr);
63 public void setOprand2(ASTree expr) { argument
64 getRight().setLeft(expr);
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc121 static LhsKind DetermineLhsKind(Expression* expr) { argument
122 Property* property = expr->AsProperty();
123 DCHECK(expr->IsValidReferenceExpression());
135 Code* unoptimized_code, FunctionLiteral* expr) {
136 int start_position = expr->start_position();
315 void AstGraphBuilder::VisitForValueOrNull(Expression* expr) { argument
316 if (expr == NULL) {
319 VisitForValue(expr);
330 void AstGraphBuilder::VisitForValue(Expression* expr) { argument
333 expr
134 SearchSharedFunctionInfo( Code* unoptimized_code, FunctionLiteral* expr) argument
338 VisitForEffect(Expression* expr) argument
346 VisitForTest(Expression* expr) argument
793 VisitFunctionLiteral(FunctionLiteral* expr) argument
815 VisitClassLiteral(ClassLiteral* expr) argument
821 VisitNativeFunctionLiteral(NativeFunctionLiteral* expr) argument
826 VisitConditional(Conditional* expr) argument
840 VisitVariableProxy(VariableProxy* expr) argument
846 VisitLiteral(Literal* expr) argument
852 VisitRegExpLiteral(RegExpLiteral* expr) argument
868 VisitObjectLiteral(ObjectLiteral* expr) argument
979 VisitArrayLiteral(ArrayLiteral* expr) argument
1016 VisitForInAssignment(Expression* expr, Node* value) argument
1061 VisitAssignment(Assignment* expr) argument
1152 VisitYield(Yield* expr) argument
1162 VisitThrow(Throw* expr) argument
1171 VisitProperty(Property* expr) argument
1190 VisitCall(Call* expr) argument
1292 VisitCallNew(CallNew* expr) argument
1307 VisitCallJSRuntime(CallRuntime* expr) argument
1334 VisitCallRuntime(CallRuntime* expr) argument
1357 VisitUnaryOperation(UnaryOperation* expr) argument
1373 VisitCountOperation(CountOperation* expr) argument
1469 VisitBinaryOperation(BinaryOperation* expr) argument
1489 VisitCompareOperation(CompareOperation* expr) argument
1536 VisitThisFunction(ThisFunction* expr) argument
1542 VisitSuperReference(SuperReference* expr) argument
1547 VisitCaseClause(CaseClause* expr) argument
1581 VisitDelete(UnaryOperation* expr) argument
1604 VisitVoid(UnaryOperation* expr) argument
1611 VisitTypeof(UnaryOperation* expr) argument
1628 VisitNot(UnaryOperation* expr) argument
1637 VisitComma(BinaryOperation* expr) argument
1644 VisitLogicalExpression(BinaryOperation* expr) argument
[all...]
/external/chromium_org/v8/src/
H A Dfull-codegen.cc27 void BreakableStatementChecker::Check(Expression* expr) { argument
28 Visit(expr);
181 void BreakableStatementChecker::VisitFunctionLiteral(FunctionLiteral* expr) { argument
185 void BreakableStatementChecker::VisitClassLiteral(ClassLiteral* expr) { argument
186 if (expr->extends() != NULL) {
187 Visit(expr->extends());
193 NativeFunctionLiteral* expr) {
197 void BreakableStatementChecker::VisitConditional(Conditional* expr) { argument
201 void BreakableStatementChecker::VisitVariableProxy(VariableProxy* expr) { argument
205 void BreakableStatementChecker::VisitLiteral(Literal* expr) { argument
192 VisitNativeFunctionLiteral( NativeFunctionLiteral* expr) argument
209 VisitRegExpLiteral(RegExpLiteral* expr) argument
213 VisitObjectLiteral(ObjectLiteral* expr) argument
217 VisitArrayLiteral(ArrayLiteral* expr) argument
221 VisitAssignment(Assignment* expr) argument
236 VisitYield(Yield* expr) argument
242 VisitThrow(Throw* expr) argument
248 VisitProperty(Property* expr) argument
254 VisitCall(Call* expr) argument
260 VisitCallNew(CallNew* expr) argument
266 VisitCallRuntime(CallRuntime* expr) argument
270 VisitUnaryOperation(UnaryOperation* expr) argument
275 VisitCountOperation(CountOperation* expr) argument
280 VisitBinaryOperation(BinaryOperation* expr) argument
289 VisitCompareOperation(CompareOperation* expr) argument
295 VisitThisFunction(ThisFunction* expr) argument
299 VisitSuperReference(SuperReference* expr) argument
840 SetExpressionPosition(Expression* expr) argument
896 EmitInlineRuntimeCall(CallRuntime* expr) argument
906 EmitGeneratorNext(CallRuntime* expr) argument
913 EmitGeneratorThrow(CallRuntime* expr) argument
920 EmitDebugBreakInOptimizedCode(CallRuntime* expr) argument
925 VisitBinaryOperation(BinaryOperation* expr) argument
938 VisitInDuplicateContext(Expression* expr) argument
953 VisitComma(BinaryOperation* expr) argument
960 VisitLogicalExpression(BinaryOperation* expr) argument
1029 VisitArithmeticExpression(BinaryOperation* expr) argument
1225 Expression* expr = stmt->expression(); local
1494 VisitConditional(Conditional* expr) argument
1524 VisitLiteral(Literal* expr) argument
1530 VisitFunctionLiteral(FunctionLiteral* expr) argument
1544 VisitClassLiteral(ClassLiteral* expr) argument
1554 VisitNativeFunctionLiteral( NativeFunctionLiteral* expr) argument
1586 VisitThrow(Throw* expr) argument
1605 TryLiteralCompare(CompareOperation* expr) argument
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c474 GXResult ML_(evaluate_Dwarf3_Expr) ( UChar* expr, UWord exprszB, argument
517 vg_assert(expr);
519 limit = expr + exprszB;
525 && expr[0] >= DW_OP_reg0 && expr[0] <= DW_OP_reg31) {
527 res.word = (UWord)(expr[0] - DW_OP_reg0);
531 && expr[0] == DW_OP_regx) {
534 expr++;
536 res.word = (UWord)read_leb128U( &expr );
537 if (expr !
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dexpr.pxi1 # Python bindings for Yasm: Pyrex input file for expr.h
56 cdef object __make_expression(yasm_expr *expr):
57 return Expression(__pass_voidp(expr, Expression))
60 cdef yasm_expr *expr
63 self.expr = NULL
66 self.expr = yasm_expr_copy((<Expression>op).expr)
69 self.expr = <yasm_expr *>__get_voidp(op, Expression)
82 self.expr = yasm_expr_create(op, self.__new_item(args[0]),
85 self.expr
[all...]
/external/libsepol/tests/
H A Dtest-linker-cond-map.c60 cond_expr_t *expr; local
63 CU_ASSERT_FATAL(d->cond_list->expr != NULL);
65 expr = d->cond_list->expr;
68 CU_ASSERT_FATAL(expr != NULL);
70 CU_ASSERT(expr->expr_type == bools[i].expr_type);
72 CU_ASSERT(strcmp(p->sym_val_to_name[SYM_BOOLS][expr->bool - 1], bools[i].bool) == 0);
74 expr = expr->next;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_mat_op_to_vec.cpp69 ir_expression *expr = ir->as_expression(); local
72 if (!expr)
75 for (i = 0; i < expr->get_num_operands(); i++) {
76 if (expr->operands[i]->type->is_matrix())
127 ir_expression *expr; local
131 expr = new(mem_ctx) ir_expression(ir_binop_mul,
142 expr = new(mem_ctx) ir_expression(ir_binop_add,
143 expr,
147 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr);
159 ir_expression *expr; local
287 has_matrix_operand(const ir_expression *expr, unsigned &columns) argument
[all...]
/external/mesa3d/src/glsl/
H A Dlower_mat_op_to_vec.cpp69 ir_expression *expr = ir->as_expression(); local
72 if (!expr)
75 for (i = 0; i < expr->get_num_operands(); i++) {
76 if (expr->operands[i]->type->is_matrix())
127 ir_expression *expr; local
131 expr = new(mem_ctx) ir_expression(ir_binop_mul,
142 expr = new(mem_ctx) ir_expression(ir_binop_add,
143 expr,
147 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr);
159 ir_expression *expr; local
287 has_matrix_operand(const ir_expression *expr, unsigned &columns) argument
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestTreeFragment.py24 self.assertEqual("x", T.stats[0].expr.operand1.name)
25 self.assertEqual("x", T.stats[0].expr.operand2.name)
26 self.assert_(T.stats[0].expr.operand1 is not T.stats[0].expr.operand2)
58 self.assert_(isinstance(s[0].expr, TempRefNode))
60 self.assert_(s[0].expr.handle is s[1].rhs.handle)
/external/deqp/framework/common/
H A DtcuDefs.hpp51 Exception (const char* message, const char* expr, const char* file, int line);
65 TestException (const char* message, const char* expr, const char* file, int line, qpTestResult result);
80 TestError (const char* message, const char* expr, const char* file, int line);
89 InternalError (const char* message, const char* expr, const char* file, int line);
98 ResourceError (const char* message, const char* expr, const char* file, int line);
109 NotSupportedError (const char* message, const char* expr, const char* file, int line);

Completed in 2625 milliseconds

1234567891011>>