Searched refs:expr (Results 276 - 300 of 938) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCTP.java486 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:45:1: stat : ( forStat | expr | block );
489 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:45:5: ( forStat | expr | block )
532 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:46:7: expr
535 expr();
568 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:50:1: forStat : ^( 'for' expr expr expr block ) ;
571 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:51:5: ( ^( 'for' expr expr expr bloc
618 public final SimpleCTP.expr_return expr() throws RecognitionException { method in class:SimpleCTP
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFunctionMultiArgs.java210 public boolean deepEquals(Expression expr) argument
212 if (!super.deepEquals(expr))
215 FunctionMultiArgs fma = (FunctionMultiArgs) expr;
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DUnionPattern.java191 public boolean deepEquals(Expression expr) argument
193 if(!isSameClass(expr))
196 UnionPattern up = (UnionPattern)expr;
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h178 // implicit_cast<ToType>(expr)
208 #define COMPILE_ASSERT(expr, msg) \
209 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
218 // #define COMPILE_ASSERT(expr, msg) typedef char msg[(expr) ? 1 : -1]
229 // - By using the type CompileAssert<(bool(expr))>, we ensures that
230 // expr is a compile-time constant. (Template arguments must be
233 // - The outter parentheses in CompileAssert<(bool(expr))> are necessary
236 // CompileAssert<bool(expr)>
[all...]
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp42 StreamString expr;
43 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector);
56 target->EvaluateExpression(expr.GetData(),
76 StreamString expr;
77 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector);
91 target->EvaluateExpression(expr.GetData(),
114 StreamString expr; local
115 expr.Printf("(%s)[%s %s:%" PRId64 "]",return_type,expr_path_stream.GetData(),selector,index);
129 target->EvaluateExpression(expr.GetData(),
151 StreamString expr; local
[all...]
/external/lldb/test/lang/objc/hidden-ivars/
H A DTestHiddenIvars.py19 self.expr()
27 self.expr()
71 def expr(self): member in class:HiddenIvarsTestCase
/external/lldb/test/lang/objc/objc-new-syntax/
H A DTestObjCNewSyntax.py21 self.expr()
27 self.expr()
61 def expr(self): member in class:ObjCNewSyntaxTestCase
67 self.expect("expr --object-description -- immutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY,
70 self.expect("expr --object-description -- mutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY,
73 self.expect("expr --object-description -- mutable_array[0] = @\"bar\"", VARIABLES_DISPLAYED_CORRECTLY,
76 self.expect("expr --object-description -- mutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY,
79 self.expect("expr --object-description -- immutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY,
82 self.expect("expr --object-description -- mutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY,
85 self.expect("expr
[all...]
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfb14 link=`expr "$link" : '.*-> \(.*\)'`
15 if [ "`expr "$link" : '/.*'`" = 0 ]; then
43 if [ `expr "$fb_osname" : CYGWIN` -ne 0 ]; then
62 if [ `expr "$fb_osname" : CYGWIN` -ne 0 ]; then
H A Dfindbugs14 link=`expr "$link" : '.*-> \(.*\)'`
15 if [ "`expr "$link" : '/.*'`" = 0 ]; then
43 if [ `expr "$fb_osname" : CYGWIN` -ne 0 ]; then
62 if [ `expr "$fb_osname" : CYGWIN` -ne 0 ]; then
/external/regex-re2/util/
H A Dutil.h80 // COMPILE_ASSERT causes a compile error about msg if expr is not true.
82 #define COMPILE_ASSERT(expr, msg) \
83 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
/external/valgrind/main/drd/tests/
H A Dpth_inconsistent_cond_wait.c21 #define PTH_CALL(expr) \
24 int err = (expr); \
31 #expr, \
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiler_unittest.sh94 num_failures=`expr $num_failures + 1`
115 mthread1_plus=`expr $mthread1 + 5`
116 mthread2_plus=`expr $mthread2 + 5`
119 # || [ `expr $mthread1_plus \* $mult` -gt `expr $mthread2_plus \* 2` -o \
120 # `expr $mthread1_plus \* $mult \* 2` -lt `expr $mthread2_plus` ]
176 # || [ `expr $mthread \* $mult \* 3` -gt `expr $othread \* 10` -o \
177 # `expr
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiler_unittest.sh94 num_failures=`expr $num_failures + 1`
115 mthread1_plus=`expr $mthread1 + 5`
116 mthread2_plus=`expr $mthread2 + 5`
119 # || [ `expr $mthread1_plus \* $mult` -gt `expr $mthread2_plus \* 2` -o \
120 # `expr $mthread1_plus \* $mult \* 2` -lt `expr $mthread2_plus` ]
176 # || [ `expr $mthread \* $mult \* 3` -gt `expr $othread \* 10` -o \
177 # `expr
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
H A Dtest_symrec.py21 expr = Expression('+', 1, 2)
22 self.symtab.define_equ("foo", expr, 0)
23 self.assertRaises(YasmError, self.symtab.define_equ, "foo", expr, 0)
24 self.symtab.define_equ("bar", expr, 0) # cleared
/external/chromium_org/v8/src/base/
H A Dlogging.h196 #define DCHECK_RESULT(expr) CHECK(expr)
204 #define DCHECK_RESULT(expr) (expr)
/external/deqp/executor/
H A DxeDefs.hpp38 Error (const char* message, const char* expr, const char* file, int line);
/external/elfutils/0.153/lib/
H A Deu-config.h140 # define unlikely(expr) __builtin_expect (!!(expr), 0)
141 # define likely(expr) __builtin_expect (!!(expr), 1)
/external/elfutils/0.153/libdw/
H A Ddwarf_frame_cfa.c87 &fs->cache->expr_tree, &fs->cfa_data.expr, false, false,
/external/genext2fs/
H A Dmkbootimg_ext2.sh97 extra=`expr $num_blocks / 100`
101 num_blocks=`expr $num_blocks + $extra`
/external/llvm/tools/lto/
H A DMakefile27 LTO_LIBRARY_VERSION := $(shell expr $(LLVM_SUBMIT_VERSION) + \
/external/pixman/pixman/
H A Dpixman-compiler.h22 # define unlikely(expr) __builtin_expect ((expr), 0)
24 # define unlikely(expr) (expr)
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h259 #define J_ASSERT_BH(bh, expr) \
261 if (!(expr)) \
263 J_ASSERT(expr); \
265 #define J_ASSERT_JH(jh, expr) J_ASSERT_BH(jh2bh(jh), expr)
267 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr)
268 #define J_ASSERT_JH(jh, expr) J_ASSERT(expr)
945 #define J_ASSERT(expr) d
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DST4ObjC.stg205 /** expr is a string expression that says what template to load */
206 rewriteIndirectTemplate(expr,args) ::= <%
208 [templateLib getInstanceOf:<expr>];
224 /** An action has %st.attrName=expr; or %{st}.attrName=expr; */
225 actionSetAttribute(st,attrName,expr) ::= <<
226 [(<st>) setAttribute:@"<attrName>" value:<expr>];
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPath.java185 Expression expr = compiler.compile(0);
187 // System.out.println("expr: "+expr);
188 this.setExpression(expr);
192 expr.exprSetParent((ExpressionNode)locator);
237 Expression expr = compiler.compile(0);
239 // System.out.println("expr: "+expr);
240 this.setExpression(expr);
244 expr
276 XPath(Expression expr) argument
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dabout_memory_linux.css21 <if expr="is_android">

Completed in 723 milliseconds

<<11121314151617181920>>