HomeSort by relevance Sort by last modified time
    Searched full:clauses (Results 1 - 25 of 309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DbQueryUtils.java 44 /** Concatenates any number of clauses using "AND". */
47 public static String concatenateClausesWithAnd(String... clauses) {
48 return concatenateClausesWithOperation("AND", clauses);
51 /** Concatenates any number of clauses using "OR". */
52 public static String concatenateClausesWithOr(String... clauses) {
53 return concatenateClausesWithOperation("OR", clauses);
56 /** Concatenates any number of clauses using the specified operation. */
57 public static String concatenateClausesWithOperation(String operation, String... clauses) {
59 if (clauses.length == 1) {
60 return clauses[0]
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnSentence.java 29 /** The array of clauses */
36 * @param clauses The array of clauses of this sentence
38 public WnnSentence(String input, ArrayList<WnnClause> clauses) {
39 if (clauses == null || clauses.isEmpty()) {
47 this.elements = clauses;
48 WnnClause headClause = (WnnClause)clauses.get(0);
50 if (clauses.size() == 1) {
59 Iterator<WnnClause> ci = clauses.iterator()
    [all...]
  /external/clang/include/clang/Basic/
OpenMPKinds.def 1 //===--- OpenMPKinds.def - OpenMP directives and clauses list ---*- C++ -*-===//
11 /// clauses.
33 // OpenMP clauses.
37 // Clauses allowed for OpenMP directives.
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailFilterFactory.java 89 String[] clauses = new String[filters.length];
91 clauses[i] = filters[i].getWhereClause();
93 return clauses;
97 List<String> clauses = new ArrayList<String>();
99 clauses.add(getEqualityClause(Voicemails.IS_READ, fieldMatch.isRead() ? "1" : "0"));
102 clauses.add(getEqualityClause(Voicemails.NUMBER, fieldMatch.getNumber()));
105 clauses.add(getEqualityClause(Voicemails.SOURCE_PACKAGE,
109 clauses.add(getEqualityClause(Voicemails.SOURCE_DATA, fieldMatch.getSourceData()));
112 clauses.add(getEqualityClause(Voicemails.DURATION,
116 clauses.add(getEqualityClause(Voicemails.DATE
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h 1 //===- StmtOpenMP.h - Classes for OpenMP directives and clauses --*- C++ -*-===//
11 /// clauses.
26 // AST classes for clauses.
68 /// \brief This represents clauses with the list of variables like 'private',
69 /// 'firstprivate', 'copyin', 'shared', or 'reduction' clauses in the
141 /// \brief Set kind of the clauses.
267 /// \brief Pointer to the list of clauses.
268 llvm::MutableArrayRef<OMPClause *> Clauses;
284 Clauses(reinterpret_cast<OMPClause **>(static_cast<T *>(this) + 1),
286 StmtAndExpressions(reinterpret_cast<Stmt **>(Clauses.end())
348 ArrayRef<OMPClause *> clauses() { return Clauses; } function in class:clang::OMPExecutableDirective
350 ArrayRef<OMPClause *> clauses() const { return Clauses; } function in class:clang::OMPExecutableDirective
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
SelectionBuilder.java 25 * Builds a selection clause by concatenating several clauses with AND.
53 * Returns a combined selection clause with AND of all clauses added using
55 * only null/empty clauses have been added till now.
DbQueryUtils.java 68 /** Concatenates any number of clauses using "AND". */
69 public static String concatenateClauses(String... clauses) {
71 for (String clause : clauses) {
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultLocation.java 18 * explicit ones in <tt>extends</tt> clauses, and implicit upper bounds
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.def 224 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY>
234 CLAUSES is the list of clauses.
269 /* GIMPLE_OMP_PARALLEL <BODY, CLAUSES, CHILD_FN, DATA_ARG> represents
271 #pragma omp parallel [CLAUSES]
276 CLAUSES is a TREE_LIST node with all the clauses.
284 sharing clauses. */
287 /* GIMPLE_OMP_TASK <BODY, CLAUSES, CHILD_FN, DATA_ARG, COPY_FN,
290 #pragma omp task [CLAUSES]
    [all...]
gimple.h 628 tree clauses; variable
650 Clauses. */
651 tree clauses; variable
691 tree clauses; variable
722 tree clauses; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.def 224 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY>
234 CLAUSES is the list of clauses.
269 /* GIMPLE_OMP_PARALLEL <BODY, CLAUSES, CHILD_FN, DATA_ARG> represents
271 #pragma omp parallel [CLAUSES]
276 CLAUSES is a TREE_LIST node with all the clauses.
284 sharing clauses. */
287 /* GIMPLE_OMP_TASK <BODY, CLAUSES, CHILD_FN, DATA_ARG, COPY_FN,
290 #pragma omp task [CLAUSES]
    [all...]
gimple.h 628 tree clauses; variable
650 Clauses. */
651 tree clauses; variable
691 tree clauses; variable
722 tree clauses; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.def 224 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY>
234 CLAUSES is the list of clauses.
269 /* GIMPLE_OMP_PARALLEL <BODY, CLAUSES, CHILD_FN, DATA_ARG> represents
271 #pragma omp parallel [CLAUSES]
276 CLAUSES is a TREE_LIST node with all the clauses.
284 sharing clauses. */
287 /* GIMPLE_OMP_TASK <BODY, CLAUSES, CHILD_FN, DATA_ARG, COPY_FN,
290 #pragma omp task [CLAUSES]
    [all...]
gimple.h 628 tree clauses; variable
650 Clauses. */
651 tree clauses; variable
691 tree clauses; variable
722 tree clauses; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.def 224 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY>
234 CLAUSES is the list of clauses.
269 /* GIMPLE_OMP_PARALLEL <BODY, CLAUSES, CHILD_FN, DATA_ARG> represents
271 #pragma omp parallel [CLAUSES]
276 CLAUSES is a TREE_LIST node with all the clauses.
284 sharing clauses. */
287 /* GIMPLE_OMP_TASK <BODY, CLAUSES, CHILD_FN, DATA_ARG, COPY_FN,
290 #pragma omp task [CLAUSES]
    [all...]
gimple.h 628 tree clauses; variable
650 Clauses. */
651 tree clauses; variable
691 tree clauses; variable
722 tree clauses; variable
    [all...]
  /external/chromium_org/content/child/npapi/
webplugin_ime_win.h 54 // std::vector<int> clauses;
55 // clauses.push_back(0);
56 // clauses.push_back(text.length());
58 // ime.CompositionUpdated(text, clauses, target, text.length());
97 std::vector<int> clauses,
webplugin_ime_win.cc 43 std::vector<int> clauses,
71 // Create the composition clauses returned when a plug-in calls
74 for (size_t i = 0; i < clauses.size(); ++i)
75 composition_clauses_.push_back(clauses[i]);
123 // Updated the result text and its clause. (Unlike composition clauses, a
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 152 LinkedList clauses = new LinkedList(); local
171 /* make clauses */
191 clauses.clear();
195 singleClauseConvert(clauses, key, mPosEndOfClause1, false);
198 singleClauseConvert(clauses, key, mPosEndOfClause3, false);
200 if (clauses.isEmpty()) {
203 bestClause = (WnnClause)clauses.get(0);
259 /* get clauses without ancillary word */
271 /* get clauses with ancillary word */
291 /* make clauses */
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_status_consumer.h 29 // The following functions can be used in gmock Invoke() clauses.
  /external/clang/lib/Parse/
ParseOpenMP.cpp 10 /// \brief This file implements parsing of all OpenMP directives and clauses.
84 SmallVector<OMPClause *, 5> Clauses;
123 Clauses.push_back(Clause);
155 Directive = Actions.ActOnOpenMPExecutableDirective(DKind, Clauses,
245 /// \brief Parsing of OpenMP clauses.
291 /// \brief Parsing of simple OpenMP clauses like 'default'.
  /external/chromium/chrome/browser/chromeos/login/
mock_login_status_consumer.h 30 // The following functions can be used in gmock Invoke() clauses.
  /external/chromium_org/third_party/sqlite/src/test/
where8m.test 13 # of WHERE clauses that feature the OR operator.
  /external/chromium_org/v8/src/
rewriter.cc 199 // Rewrite statements in all case clauses in reversed order.
200 ZoneList<CaseClause*>* clauses = node->cases(); local
202 for (int i = clauses->length() - 1; i >= 0; --i) {
203 CaseClause* clause = clauses->at(i);
  /external/v8/src/
rewriter.cc 183 // Rewrite statements in all case clauses in reversed order.
184 ZoneList<CaseClause*>* clauses = node->cases(); local
186 for (int i = clauses->length() - 1; i >= 0; --i) {
187 CaseClause* clause = clauses->at(i);

Completed in 1999 milliseconds

1 2 3 4 5 6 7 8 91011>>