/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 1 //===--- OpenMPKinds.def - OpenMP directives and clauses list ---*- C++ -*-===// 11 /// clauses. 33 // OpenMP clauses.
|
/external/v8/src/ |
D | rewriter.cc | 184 ZoneList<CaseClause*>* clauses = node->cases(); in VisitSwitchStatement() local 186 for (int i = clauses->length() - 1; i >= 0; --i) { in VisitSwitchStatement() 187 CaseClause* clause = clauses->at(i); in VisitSwitchStatement()
|
/external/chromium_org/v8/src/ |
D | rewriter.cc | 200 ZoneList<CaseClause*>* clauses = node->cases(); in VisitSwitchStatement() local 202 for (int i = clauses->length() - 1; i >= 0; --i) { in VisitSwitchStatement() 203 CaseClause* clause = clauses->at(i); in VisitSwitchStatement()
|
D | typing.cc | 153 ZoneList<CaseClause*>* clauses = stmt->cases(); in VisitSwitchStatement() local 158 for (int i = 0; i < clauses->length(); ++i) { in VisitSwitchStatement() 159 CaseClause* clause = clauses->at(i); in VisitSwitchStatement() 200 for (int i = 0; i < clauses->length(); ++i) { in VisitSwitchStatement() 201 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 | 348 ArrayRef<OMPClause *> clauses() { return Clauses; } in clauses() function 350 ArrayRef<OMPClause *> clauses() const { return Clauses; } in clauses() function
|
/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
|
D | fts2r.test | 27 # queries with no WHERE clause, or for WHERE clauses which cannot be
|
D | fts3e.test | 27 # queries with no WHERE clause, or for WHERE clauses which cannot be
|
/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,
|