HomeSort by relevance Sort by last modified time
    Searched full:expressions (Results 1 - 25 of 2155) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/project.xcworkspace/xcuserdata/acondit.xcuserdatad/xcdebugger/
Expressions.xcexplist 7 <expressions>
8 </expressions>
12 <expressions>
13 </expressions>
17 <expressions>
21 </expressions>
25 <expressions>
26 </expressions>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/llvm/test/Assembler/
2003-05-21-ConstantShiftExpr.ll 2 ; Test that shift instructions can be used in constant expressions.
  /external/clang/test/SemaTemplate/
instantiate-objc-1.mm 3 // Obj-C string literal expressions
13 // @selector expressions
26 // @protocol expressions
39 // @encode expressions
50 // @() boxing expressions.
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive_test.cc 14 // Test very simple expressions.
19 // Test mixed-case expressions.
32 // Test very simple expressions.
regexp_generator.h 6 // regular expressions within given parameters (see below for details).
21 // Given a set of atom expressions like "a", "b", or "."
22 // and operators like "%s*", generates all possible regular expressions
23 // using at most maxbases base expressions and maxops operators.
34 // Generates all the regular expressions, calling HandleRegexp(re) for each.
37 // Generates n random regular expressions, calling HandleRegexp(re) for each.
  /external/regex-re2/re2/testing/
exhaustive_test.cc 14 // Test very simple expressions.
19 // Test mixed-case expressions.
32 // Test very simple expressions.
regexp_generator.h 6 // regular expressions within given parameters (see below for details).
21 // Given a set of atom expressions like "a", "b", or "."
22 // and operators like "%s*", generates all possible regular expressions
23 // using at most maxbases base expressions and maxops operators.
34 // Generates all the regular expressions, calling HandleRegexp(re) for each.
37 // Generates n random regular expressions, calling HandleRegexp(re) for each.
  /dalvik/dx/tests/048-dex-new-array/
info.txt 2 simple array construction expressions get converted reasonably.
  /dalvik/dx/tests/049-dex-instanceof/
info.txt 2 instanceof expressions get converted reasonably.
  /dalvik/dx/tests/050-dex-checkcast/
info.txt 2 checked cast expressions get converted reasonably.
  /external/chromium_org/third_party/angle/src/third_party/compiler/
README.angle 9 Implements clamping of array indexing expressions during shader translation.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XSLTVisitor.java 39 * @return true if the sub expressions should be traversed.
50 * @return true if the sub expressions should be traversed.
62 * @return true if the sub expressions should be traversed.
73 * @return true if the sub expressions should be traversed.
85 * @return true if the sub expressions should be traversed.
96 * @return true if the sub expressions should be traversed.
107 * @return true if the sub expressions should be traversed.
118 * @return true if the sub expressions should be traversed.
  /external/clang/test/SemaObjC/
gcc-cast-ext.m 12 // GCC allows pointer expressions in integer constant expressions.
  /external/clang/test/PCH/
objc_exprs.h 5 // Expressions
  /external/llvm/test/ExecutionEngine/MCJIT/
test-constantexpr.ll 3 ; This tests to make sure that we can evaluate weird constant expressions
  /external/llvm/test/ExecutionEngine/
test-constantexpr.ll 3 ; This tests to make sure that we can evaluate weird constant expressions
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathdef.h 31 typedef float float_t; /* `float' expressions are evaluated as `float'. */
32 typedef double double_t; /* `double' expressions are evaluated
38 typedef long double float_t; /* `float' expressions are evaluated as
40 typedef long double double_t; /* `double' expressions are evaluated as
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathdef.h 31 typedef float float_t; /* `float' expressions are evaluated as `float'. */
32 typedef double double_t; /* `double' expressions are evaluated
38 typedef long double float_t; /* `float' expressions are evaluated as
40 typedef long double double_t; /* `double' expressions are evaluated as
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathdef.h 31 typedef float float_t; /* `float' expressions are evaluated as `float'. */
32 typedef double double_t; /* `double' expressions are evaluated
38 typedef long double float_t; /* `float' expressions are evaluated as
40 typedef long double double_t; /* `double' expressions are evaluated as
  /external/eigen/doc/
I02_HiPerformance.dox 4 /** \page TopicWritingEfficientProductExpression Writing efficient matrix product expressions
7 simply write your expressions in the most high level way. This is especially true
9 take some care when writing your expressions in order to minimize useless evaluations
12 and evaluate complex product expressions, and discuss the current limitations.
13 In particular we will focus on expressions matching level 2 and 3 BLAS routines, i.e,
18 natural API. Each of these routines can compute in a single evaluation a wide variety of expressions.
21 you to write faster code by making your expressions more Eigen friendly.
33 More precisely each side is simplified by iteratively removing trivial expressions such as scalar multiple,
34 negation and conjugation. Transpose and Block expressions are not evaluated and they only modify the storage order
35 and shape. All other expressions are immediately evaluated
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlregexp.h 2 * Summary: regular expressions handling
3 * Description: basic API for libxml regular expressions handling used
26 * thank the POSIX regex expressions.
115 /* expressions are used within a context */
130 /* Expressions are trees but the tree is opaque */
144 * 2 core expressions shared by all for the empty language set
151 * Expressions are reference counted internally
  /external/libxml2/include/libxml/
xmlregexp.h 2 * Summary: regular expressions handling
3 * Description: basic API for libxml regular expressions handling used
26 * thank the POSIX regex expressions.
115 /* expressions are used within a context */
130 /* Expressions are trees but the tree is opaque */
144 * 2 core expressions shared by all for the empty language set
151 * Expressions are reference counted internally
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java 58 * @return true if the sub expressions should be traversed.
70 * @return true if the sub expressions should be traversed.
82 * @return true if the sub expressions should be traversed.
97 * @return true if the sub expressions should be traversed.
109 * @return true if the sub expressions should be traversed.
121 * @return true if the sub expressions should be traversed.
133 * @return true if the sub expressions should be traversed.
145 * @return true if the sub expressions should be traversed.
157 * @return true if the sub expressions should be traversed.
169 * @return true if the sub expressions should be traversed
    [all...]

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011>>