HomeSort by relevance Sort by last modified time
    Searched refs:getClauses (Results 1 - 4 of 4) sorted by null

  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailFilterFactory.java 80 return createWithWhereClause(concatenateClausesWithAnd(getClauses(filters)));
85 return createWithWhereClause(concatenateClausesWithOr(getClauses(filters)));
88 private static String[] getClauses(VoicemailFilter[] filters) {
  /external/clang/include/clang/AST/
StmtOpenMP.h 52 MutableArrayRef<OMPClause *> getClauses() {
211 Stmt **ChildStorage = reinterpret_cast<Stmt **>(getClauses().end());
215 ArrayRef<OMPClause *> clauses() { return getClauses(); }
218 return const_cast<OMPExecutableDirective *>(this)->getClauses();
    [all...]
  /external/clang/lib/AST/
StmtOpenMP.cpp 23 std::copy(Clauses.begin(), Clauses.end(), getClauses().begin());
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 

Completed in 249 milliseconds