/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/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/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/test/SemaObjC/ |
D | gcc-cast-ext.m | 12 // GCC allows pointer expressions in integer constant expressions.
|
/external/webkit/LayoutTests/fast/xpath/ |
D | null-namespace-in-html-expected.txt | 1 This tests that XPath expressions with prefixes work correctly.
|
D | xpath-namespaces-expected.txt | 1 This tests that XPath expressions with prefixes work correctly.
|
/external/llvm/test/Assembler/ |
D | 2003-05-21-ConstantShiftExpr.ll | 2 ; Test that shift instructions can be used in constant expressions.
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 22 (values of variables and expressions) is encapsulated by the state 31 individual expressions. The analysis of an expression can cause the 94 If you are interested in bringing up support for C++ expressions, the 96 handles the simulation of individual expressions. There are plenty of 97 examples there of how other expressions are handled.
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | VariableTranslator.java | 149 private JavaExpression concatenate(List<JavaExpression> expressions) { in concatenate() argument 153 for (JavaExpression expression : expressions) { in concatenate()
|
/external/llvm/test/ExecutionEngine/ |
D | test-constantexpr.ll | 3 ; This tests to make sure that we can evaluate weird constant expressions
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
D | jsunittest.js | 731 var pass = true, expressions = DrNicTest.arrayfromargs(arguments); 732 var elements = expressions.shift(); 733 if (elements.length != expressions.length) { 734 …'size mismatch: ? elements, ? expressions (?).', elements.length, expressions.length, expressions); 738 for (var i=0; i < expressions.length; i++) { 739 var expression = expressions[i];
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
D | ExpressionEvaluator.java | 230 private void executeFunction(String name, PExpression... expressions) { in executeFunction() argument 231 Value[] args = new Value[expressions.length]; in executeFunction() 233 args[i] = evaluate(expressions[i]); in executeFunction()
|
/external/webkit/Source/WebCore/css/ |
D | MediaQuery.h | 51 const Vector<OwnPtr<MediaQueryExp> >* expressions() const { return m_expressions.get(); } in expressions() function
|
/external/clang/test/CodeGenObjC/ |
D | objc-literal-debugger-test.m | 17 // boxed expressions.
|
/external/mesa3d/src/glsl/ |
D | glsl_parser_extras.cpp | 385 foreach_list_const (n, &this->expressions) { in print() 386 if (n != this->expressions.get_head()) in print() 421 foreach_list_const(n, & this->expressions) { in print() 422 if (n != this->expressions.get_head()) in print()
|
D | hir_field_selection.cpp | 85 if (!call->expressions.is_empty()) in _mesa_ast_field_selection_to_hir()
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
D | jstemplate.js | 531 var expressions = jstAttributes[ATT_eval]; 532 if (expressions) { 533 for (var i = 0, I = jsLength(expressions); i < I; ++i) { 534 context.jsexec(expressions[i], template);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
D | jstemplate.js | 531 var expressions = jstAttributes[ATT_eval]; 532 if (expressions) { 533 for (var i = 0, I = jsLength(expressions); i < I; ++i) { 534 context.jsexec(expressions[i], template);
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | undefined.ll | 3 ; ScalarEvolution shouldn't attempt to interpret expressions which have
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-expr.mm | 32 // Test instantiation of unresolved member reference expressions to an 44 // Test instantiation of unresolved member referfence expressions to
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 3 ; Test TransformForPostIncUse and LSR's expansion of expressions in 4 ; post-inc form to ensure the implementation can handle expressions
|
/external/llvm/test/Transforms/InstCombine/ |
D | setcc-strength-reduce.ll | 1 ; This test ensures that "strength reduction" of conditional expressions are
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 35 (* reassociate expressions. *)
|