/external/openssl/crypto/rc4/asm/ |
D | rc4-ia64.pl | 672 $predicates = 1; 674 &emit_body (\$code, \$bypass, $iteration++, $predicates); 675 $predicates = ($predicates << 1) | 1; 684 &emit_body (\$code, \$bypass, $iteration++, $predicates); 693 $predicates <<= 1; 694 &emit_body (\$code, \$bypass, $iteration++, $predicates);
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
D | StepPattern.java | 283 public void setPredicates(Expression[] predicates) in setPredicates() argument 286 m_predicates = predicates; in setPredicates() 287 if(null != predicates) in setPredicates() 289 for(int i = 0; i < predicates.length; i++) in setPredicates() 291 predicates[i].exprSetParent(this); in setPredicates()
|
/external/webkit/Source/WebCore/xml/ |
D | XPathPath.cpp | 41 Filter::Filter(Expression* expr, const Vector<Predicate*>& predicates) in Filter() argument 42 : m_expr(expr), m_predicates(predicates) in Filter()
|
D | XPathStep.h | 79 … Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
|
D | XPathStep.cpp | 44 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) in Step() argument 47 , m_predicates(predicates) in Step()
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | Compiler.java | 955 Expression[] predicates = new Expression[count]; in getCompiledPredicates() local 957 compilePredicates(opPos, predicates); in getCompiledPredicates() 959 return predicates; in getCompiledPredicates() 998 private void compilePredicates(int opPos, Expression[] predicates) in compilePredicates() argument 1004 predicates[i] = predicate(opPos); in compilePredicates()
|
/external/chromium/testing/gtest/ |
D | CHANGES | 34 * New feature: predicates used inside EXPECT_TRUE() and friends
|
/external/llvm/lib/CodeGen/ |
D | README.txt | 159 which would eliminate a bunch of explicit predicates on them (e.g. no side
|
/external/iproute2/doc/ |
D | ss.sgml | 148 <tt/or/, <tt/and/, <tt/not/ and predicates. 234 to corresponding predicates of type A. F.e. 393 There are the following kinds of predicates:
|
/external/doclava/src/com/google/doclava/parser/ |
D | Java.g | 74 * 3) Some syntactical predicates are added for efficiency, although this is not necessary 241 * Added semantic predicates to test for shift operations rather than other 563 *TODO: add predicates 1245 …* These are headers help to make syntatical predicates, not necessary but helps to make grammar fa…
|
/external/v8/tools/gyp/ |
D | v8.gyp | 311 '../../src/char-predicates-inl.h', 312 '../../src/char-predicates.h',
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 55 // Feature predicates.
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 498 // These allow specifying different sorts of predicates that control whether a 512 // They can take arguments and have C++ predicates that control whether they
|
D | Target.td | 292 // Predicates - List of predicates which will be turned into isel matching 740 /// and do allow Requires predicates, e.g.:
|
/external/v8/tools/v8.xcodeproj/ |
D | project.pbxproj | 639 …62E90 /* char-predicates-inl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 640 …0D62E90 /* char-predicates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s… 1031 897FF10D0E719B8F00D62E90 /* char-predicates-inl.h */, 1032 897FF10E0E719B8F00D62E90 /* char-predicates.h */,
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 58 // of the function. These must be kept in sync with the predicates in the
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 21 // Feature predicates.
|
/external/llvm/lib/Target/ |
D | README.txt | 2122 yes/no/unknown for each of these predicates.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 2878 N "predicates" "pr'edIkIts" 4668 V "predicates" "pr'edIke_Its"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 3257 N "predicates" "pr'edIk@ts" 5165 V "predicates" "pr'edIke_Its"
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 269 /// adde and sube predicates - True based on whether the carry flag output
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 3634 fast/xpath/py-dom-xpath/predicates.html 4252 filtering it with predicates, we now try to apply predicates while enumerating an axis. 4256 (WebCore::XPath::Step::~Step): The step owns NodeTest merged predicates, so it is still 4258 (WebCore::XPath::Step::optimize): Merge predicates into NodeTest if possible. 4261 possible if there are no context sensitive predicates for "//". 4264 merged predicates. 4265 (WebCore::XPath::nodeMatches): Additionally check merged predicates, and update position. 4266 (WebCore::XPath::Step::nodesInAxis): Check merged predicates in optimized attribute code
|
D | ChangeLog-2006-12-31 | 50491 (WebCore::XPath::Parser::parseStatement): Added code to delete the predicates and the 50495 the vector. However this does not delete the predicates in the vector.
|
D | ChangeLog-2007-10-14 | 50196 (WebCore::XPath::Step::predicates): 54508 increment, decrement, and several predicates on the Position it is at.
|
D | ChangeLog-2010-05-24 | 11316 - add parens around ambiguous looking compound predicates like (a || b && c)
|