/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 1 //===--- OpenMPKinds.def - OpenMP directives and clauses list ---*- C++ -*-===// 11 /// clauses. 67 // OpenMP clauses. 107 // TODO more clauses allowed for directive 'omp for'. 124 // TODO more clauses allowed for directive 'omp single'.
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
D | FilterFile.txt | 24 Types of Match clauses: 40 <Or> combines Match clauses as disjuncts. I.e., you can put two 47 Match clauses can only match information that is actually contained in the 54 Only the FIRST (primary) class is matched against Match clauses. 57 two Match clauses: 68 you can put Method clauses in the Match element and they should work
|
/external/chromium_org/v8/src/ |
D | rewriter.cc | 177 ZoneList<CaseClause*>* clauses = node->cases(); in VisitSwitchStatement() local 179 for (int i = clauses->length() - 1; i >= 0; --i) { in VisitSwitchStatement() 180 CaseClause* clause = clauses->at(i); in VisitSwitchStatement()
|
D | typing.cc | 201 ZoneList<CaseClause*>* clauses = stmt->cases(); in VisitSwitchStatement() local 205 for (int i = 0; i < clauses->length(); ++i) { in VisitSwitchStatement() 206 CaseClause* clause = clauses->at(i); in VisitSwitchStatement()
|
/external/chromium_org/content/child/npapi/ |
D | webplugin_ime_win.cc | 43 std::vector<int> clauses, in CompositionUpdated() argument 74 for (size_t i = 0; i < clauses.size(); ++i) in CompositionUpdated() 75 composition_clauses_.push_back(clauses[i]); in CompositionUpdated()
|
D | webplugin_ime_win.h | 97 std::vector<int> clauses,
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 151 OMPClause *getClause(unsigned i) const { return clauses()[i]; } in getClause() 168 ArrayRef<OMPClause *> clauses() { return getClauses(); } in clauses() function 170 ArrayRef<OMPClause *> clauses() const { in clauses() function
|
/external/llvm/test/CodeGen/R600/ |
D | vtx-fetch-branch.ll | 3 ; This tests for a bug where vertex fetch clauses right before an ENDIF
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 56 for (auto C : S.clauses()) { in EmitOMPSimdDirective()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | select3.test | 13 # GROUP BY and HAVING clauses of SELECT statements. 52 # Try some basic GROUP BY clauses 127 # Toss in some HAVING clauses
|
D | where8m.test | 13 # of WHERE clauses that feature the OR operator.
|
D | in2.test | 56 # clauses, as it is impossible for persistent b-trees (SQL tables +
|
D | collate5.test | 15 # GROUP BY clauses that use user-defined collation sequences. 218 # feature ORDER BY clauses.
|
D | e_delete.test | 246 # EVIDENCE-OF: R-28691-49464 The INDEXED BY and NOT INDEXED clauses are 269 # EVIDENCE-OF: R-64942-06615 The LIMIT and ORDER BY clauses (described 288 # BY and LIMIT clauses: 427 # LIMIT and OFFSET clauses to determine the subset that are actually
|
D | e_update.test | 26 # e_update-3.*: Test the special LIMIT/OFFSET and ORDER BY clauses that can 440 # EVIDENCE-OF: R-19619-42762 The INDEXED BY and NOT INDEXED clauses are 461 # EVIDENCE-OF: R-57359-59558 The LIMIT and ORDER BY clauses for UPDATE 496 # clauses 576 # LIMIT and OFFSET clauses to determine which are actually updated.
|
D | join4.test | 14 # clauses that restrict the scope of the left term of the join.
|
D | join5.test | 14 # clauses that restrict the scope of the left term of the join.
|
D | between.test | 12 # focus of this file is testing the use of indices in WHERE clauses
|
D | collate4.test | 49 # collate4-2.* WHERE clauses. 58 # selected or not selected to implement ORDER BY clauses when 316 # selected or not selected to implement WHERE clauses when user 319 # Indices may optimise WHERE clauses using <, >, <=, >=, = or IN
|
D | collate6.test | 48 # in WHEN clauses.
|
D | select9.test | 16 # that have any or all of an ORDER BY, LIMIT or OFFSET clauses. As of 174 # Test some 2-way UNION ALL queries. No WHERE clauses. 272 # except that the simple select statements have WHERE clauses attached
|
/external/chromium_org/content/plugin/ |
D | webplugin_delegate_stub.h | 87 const std::vector<int>& clauses,
|
D | webplugin_delegate_stub.cc | 343 const std::vector<int>& clauses, in OnImeCompositionUpdated() argument 347 delegate_->ImeCompositionUpdated(text, clauses, target, cursor_position); in OnImeCompositionUpdated()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 104 handling is *very* impractical. Also, the "with" clauses describe the 133 d->~D(); // destruct D as it goes out of scope when entering catch clauses
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_delegate_proxy.h | 84 const std::vector<int>& clauses,
|