/external/v8/test/test262/ |
D | test262.status | 170 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], 171 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], 172 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], 173 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], 174 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], 175 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], 176 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], 177 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], 178 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], 179 'language/expressions/compound-assignment/S11.13.2_A7.6_T4': [FAIL], [all …]
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_program.cpp | 19 CFX_PtrArray* expressions = 0; in ParseProgram() local 24 expressions = m_parse.ParseTopExpression(); in ParseProgram() 27 for (int32_t u = 0; u < expressions->GetSize(); ++u) { in ParseProgram() 28 e = (CXFA_FMExpression*)expressions->GetAt(u); in ParseProgram() 33 delete expressions; in ParseProgram() 37 new CXFA_FMFunctionDefinition(1, 1, FX_WSTRC(L""), 0, expressions); in ParseProgram()
|
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/parser/ |
D | ExpressionParser.java | 21 import org.jacoco.examples.expressions.Add; 22 import org.jacoco.examples.expressions.Const; 23 import org.jacoco.examples.expressions.Div; 24 import org.jacoco.examples.expressions.IExpression; 25 import org.jacoco.examples.expressions.Mul; 26 import org.jacoco.examples.expressions.Sub;
|
/external/clang/test/SemaTemplate/ |
D | instantiate-objc-1.mm | 3 // Obj-C string literal expressions 13 // @selector expressions 26 // @protocol expressions 39 // @encode expressions 50 // @() boxing expressions.
|
/external/eigen/doc/ |
D | 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 …tural 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 m… 34 negation and conjugation. Transpose and Block expressions are not evaluated and they only modify th… 35 and shape. All other expressions are immediately evaluated. [all …]
|
D | FunctionsTakingEigenTypes.dox | 17 …atrixBase: The common base class for all dense matrix expressions (as opposed to array expressions… 18 … ArrayBase: The common base class for all dense array expressions (as opposed to matrix expression… 23 …s of the most generic object present in %Eigen. It could be any matrix expressions, any dense or s… 131 \b Note: Functions taking \e const references to Matrix (or Array) can process expressions at the c… 171 The implementation above does now not only work with temporary expressions but it also allows to us… 186 … %Eigen supports automatic resizing but it is not possible to do so on expressions. Why should res… 205 …expressions and for parameters being matrices and having the wrong size. Resizing the expressions …
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | constant_condition.ll | 4 ; CHECK-LABEL: Classifying expressions for: @branch_true 20 ; CHECK-LABEL: Classifying expressions for: @branch_false 36 ; CHECK-LABEL: Classifying expressions for: @select_true 45 ; CHECK-LABEL: Classifying expressions for: @select_false
|
D | smax-br-phi-idioms.ll | 4 ; CHECK-LABEL: Classifying expressions for: @f0 21 ; CHECK-LABEL: Classifying expressions for: @f1 38 ; CHECK-LABEL: Classifying expressions for: @f2 55 ; CHECK-LABEL: Classifying expressions for: @f3 81 ; CHECK-LABEL: Classifying expressions for: @f4 107 ; CHECK-LABEL: Classifying expressions for: @f5
|
D | infer-prestart-no-wrap.ll | 4 ; CHECK-LABEL: Classifying expressions for: @infer.sext.0 24 ; CHECK-LABEL: Classifying expressions for: @infer.zext.0 44 ; CHECK-LABEL: Classifying expressions for: @infer.sext.1 64 ; CHECK-LABEL: Classifying expressions for: @infer.sext.2 84 ; CHECK-LABEL: Classifying expressions for: @infer.zext.1
|
D | shift-op.ll | 4 ; CHECK-LABEL: Classifying expressions for: @test0 20 ; CHECK-LABEL: Classifying expressions for: @test1 72 ; CHECK-LABEL: Classifying expressions for: @test4 126 ; CHECK-LABEL: Classifying expressions for: @test7 143 ; CHECK-LABEL: Classifying expressions for: @test8
|
D | incorrect-nsw.ll | 4 ; CHECK-LABEL: Classifying expressions for: @bad.nsw 5 ; CHECK-LABEL: Classifying expressions for: @bad.nsw
|
D | range-signedness.ll | 4 ; CHECK-LABEL: Classifying expressions for: @x 23 ; CHECK-LABEL: Classifying expressions for: @y
|
D | nowrap-preinc-limits.ll | 4 ; CHECK-LABEL: Classifying expressions for: @f 26 ; CHECK-LABEL: Classifying expressions for: @g
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/ |
D | AbstractControlActionsManager.java | 19 import org.eclipse.core.expressions.EvaluationResult; 20 import org.eclipse.core.expressions.Expression; 21 import org.eclipse.core.expressions.ExpressionInfo; 22 import org.eclipse.core.expressions.IEvaluationContext;
|
/external/llvm/test/Feature/ |
D | constexpr.ll | 5 ; This testcase is for testing expressions constructed from 10 ;; Test constant cast expressions 31 ;; Test constant getelementpr expressions for arrays 48 ;; TODO: Test constant getelementpr expressions for structures 77 ;; TODO: Test constant expressions for unary and binary operators
|
/external/llvm/test/Integer/ |
D | constexpr_bt.ll | 6 ; This testcase is for testing expressions constructed from 11 ;; Test constant cast expressions 33 ;; Test constant getelementpr expressions for arrays 50 ;; TODO: Test constant getelementpr expressions for structures 79 ;; TODO: Test constant expressions for unary and binary operators
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.switch.txt | 25 + Constant, uniform and dynamic switch expressions 27 + Complex constant expressions as case labels 35 - Non-integer switch expressions
|
/external/llvm/test/Other/ |
D | constant-fold-gep.ll | 48 ; simplifications on sizeof, alignof, and offsetof expressions. The 181 ; SCEV: Classifying expressions for: @goo8 184 ; SCEV: Classifying expressions for: @goo1 187 ; SCEV: Classifying expressions for: @foo8 190 ; SCEV: Classifying expressions for: @foo1 193 ; SCEV: Classifying expressions for: @hoo8 195 ; SCEV: Classifying expressions for: @hoo1 313 ; SCEV: Classifying expressions for: @fa 316 ; SCEV: Classifying expressions for: @fb 319 ; SCEV: Classifying expressions for: @fc [all …]
|
/external/clang/docs/ |
D | ObjectiveCLiterals.rst | 10 scalar literal expressions; *Collection Literals* provide a short-hand 82 parenthesized expression. Parenthesized expressions are supported using 92 ``(BOOL)0`` respectively. To support ``@YES`` and ``@NO`` expressions, 110 Objective-C++ also supports ``@true`` and ``@false`` expressions, which 116 Objective-C provides a new syntax for boxing C expressions: 221 As with all C pointers, character pointer expressions can involve 225 ``NULL`` character pointers used in boxed expressions. 230 Boxed expressions support construction of NSValue objects. 279 sub-expressions of an array literal can be any Objective-C object 293 sub-expressions of a dictionary literal must be Objective-C object [all …]
|
/external/clang/test/SemaObjC/ |
D | gcc-cast-ext.m | 12 // GCC allows pointer expressions in integer constant expressions.
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 83 .. _TableGen expressions: 85 TableGen values and expressions 229 colon character ("``:``"). If `value definitions`_ or `let expressions`_ are 266 .. _let expressions: 267 .. _"let" expressions within a record: 269 'let' expressions 274 derived class or definition wants to override. Let expressions consist of the 316 The more esoteric forms of `TableGen expressions`_ are useful in conjunction 523 'let' expressions 526 "Let" expressions at file scope are similar to `"let" expressions within a [all …]
|
/external/clang/test/CodeGenObjC/ |
D | objc-literal-debugger-test.m | 38 // boxed expressions. 49 #error "boxed expressions not supported"
|
/external/regex-re2/doc/ |
D | mksyntaxgo | 25 Package syntax parses regular expressions into parse trees and compiles 26 parse trees into programs. Most clients of regular expressions will use the
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlregexp.rpgle | 1 * Summary: regular expressions handling 2 * Description: basic API for libxml regular expressions handling used 19 * thank the POSIX regex expressions. 116 * expressions are used within a context 149 * 2 core expressions shared by all for the empty language set
|
/external/v8/src/ast/ |
D | ast-expression-rewriter.cc | 40 ZoneList<Expression*>* expressions) { in VisitExpressions() argument 41 for (int i = 0; i < expressions->length(); i++) { in VisitExpressions() 46 if (expressions->at(i) != nullptr) { in VisitExpressions() 47 AST_REWRITE_LIST_ELEMENT(Expression, expressions, i); in VisitExpressions()
|