HomeSort by relevance Sort by last modified time
    Searched refs:clause (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
StrSegmentClause.java 20 * The container class of {@link StrSegment} which includes a clause information for Japanese IME.
25 /** Clause information */
26 public WnnClause clause; field in class:StrSegmentClause
31 * @param clause The clause
35 public StrSegmentClause(WnnClause clause, int from, int to) {
36 super(clause.candidate, from, to);
37 this.clause = clause;
WnnSentence.java 61 WnnClause clause = ci.next(); local
62 candidate.append(clause.candidate);
80 * @param clause The clauses of this sentence
82 public WnnSentence(String input, WnnClause clause) {
83 this.id = clause.id;
84 this.candidate = clause.candidate;
86 this.frequency = clause.frequency;
87 this.partOfSpeech = clause.partOfSpeech;
88 this.attribute = clause.attribute;
91 this.elements.add(clause);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DbQueryUtils.java 33 /** Returns a WHERE clause asserting equality of a field to a value. */
38 /** Returns a WHERE clause asserting equality of a field to a value. */
43 /** Returns a WHERE clause asserting in-equality of a field to a value. */
49 StringBuilder clause = new StringBuilder(); local
50 clause.append("(");
51 clause.append(field);
52 clause.append(" ").append(operator).append(" ");
53 DatabaseUtils.appendEscapedSQLString(clause, value);
54 clause.append(")");
55 return clause.toString()
59 StringBuilder clause = new StringBuilder(); local
    [all...]
SelectionBuilder.java 25 * Builds a selection clause by concatenating several clauses with AND.
42 * Adds a new clause to the selection. Nothing is added if the supplied clause
45 public SelectionBuilder addClause(String clause) {
46 if (!TextUtils.isEmpty(clause)) {
47 mWhereClauses.add(clause);
53 * Returns a combined selection clause with AND of all clauses added using
54 * {@link #addClause(String)}. Returns null if no clause has been added or
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DbQueryUtils.java 30 /** Returns a WHERE clause assert equality of a field to a value for the specified table . */
35 /** Returns a WHERE clause assert equality of a field to a value. */
37 StringBuilder clause = new StringBuilder(); local
38 clause.append(field);
39 clause.append(" = ");
40 DatabaseUtils.appendEscapedSQLString(clause, value);
41 return clause.toString();
65 for (String clause : clauses) {
66 if (!TextUtils.isEmpty(clause)) {
71 builder.append(clause);
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
SQLite.java 52 * @param whereClause SQL where clause fragment
83 * @param whereClause SQL where clause fragment
107 * Build a WHERE clause used in SELECT, UPDATE and DELETE statements.
109 * @param selection SQL where clause fragment
111 * @return where clause
139 * Build the '(columns...) VALUES (values...)' clause used in INSERT
146 StringBuilder clause = new StringBuilder("("); local
152 clause.append(entry.getKey());
154 clause.append(", ");
159 clause.append(") VALUES (")
175 StringBuilder clause = new StringBuilder(); local
    [all...]
  /prebuilts/go/darwin-x86/test/syntax/
semi4.go 8 // The new parser emits an extra "missing { after for clause" error.
16 { // ERROR "missing .*{.* after for clause|missing operand"
17 z // ERROR "undefined|missing { after for clause"
semi1.go 10 if x; y // ERROR "missing .*{.* after if clause|undefined"
semi2.go 10 switch x; y // ERROR "missing .*{.* after switch clause|undefined"
semi3.go 10 for x; y; z // ERROR "missing .*{.* after for clause|undefined"
  /prebuilts/go/linux-x86/test/syntax/
semi4.go 8 // The new parser emits an extra "missing { after for clause" error.
16 { // ERROR "missing .*{.* after for clause|missing operand"
17 z // ERROR "undefined|missing { after for clause"
semi1.go 10 if x; y // ERROR "missing .*{.* after if clause|undefined"
semi2.go 10 switch x; y // ERROR "missing .*{.* after switch clause|undefined"
semi3.go 10 for x; y; z // ERROR "missing .*{.* after for clause|undefined"
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/buildtag/
buildtag.go 12 // +build toolate // ERROR "build comment must appear before package clause and be followed by a blank line"
buildtag_bad.go 10 // +build toolate // ERROR "build comment must appear before package clause and be followed by a blank line"
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4776.go 9 type MyInt int32 // ERROR "package statement must be first|package clause"
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/buildtag/
buildtag.go 12 // +build toolate // ERROR "build comment must appear before package clause and be followed by a blank line"
buildtag_bad.go 10 // +build toolate // ERROR "build comment must appear before package clause and be followed by a blank line"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4776.go 9 type MyInt int32 // ERROR "package statement must be first|package clause"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 204 /* Return true if DECL in private clause needs
205 OMP_CLAUSE_PRIVATE_OUTER_REF on the private clause. */
209 response to CLAUSE. OUTER is corresponding outer region's
211 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer);
214 tree (*omp_clause_copy_ctor) (tree clause, tree dst, tree src);
217 tree (*omp_clause_assign_op) (tree clause, tree dst, tree src);
221 tree (*omp_clause_dtor) (tree clause, tree decl);
223 /* Do language specific checking on an implicitly determined clause. */
224 void (*omp_finish_clause) (tree clause);
  /frameworks/support/persistence/db/src/main/java/android/arch/persistence/db/
SupportSQLiteQueryBuilder.java 77 * Sets the arguments for the WHERE clause.
106 * @param having The having clause.
118 * @param orderBy The order clause.
151 "HAVING clauses are only permitted when using a groupBy clause");
175 private static void appendClause(StringBuilder s, String name, String clause) {
176 if (!isEmpty(clause)) {
178 s.append(clause);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 23 * The penWnn Clause Converter class for Japanese IME.
43 /** connect matrix for generating a clause */
52 /** work area for consecutive clause conversion */
57 /** part of speech (end of clause/not end of sentence) */
59 /** part of speech (end of clause/any place) */
64 /** cost value of a clause */
118 * Kana-to-Kanji conversion (single clause).
120 * This method execute single clause conversion.
138 /* try single clause conversion */
146 * Consecutive clause conversion
323 WnnClause clause = null; local
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
stmt.go 128 check.invalidAST(s.Pos(), "case/communication clause expected")
526 clause, _ := c.(*ast.CaseClause)
527 if clause == nil {
531 check.caseValues(&x, clause.List, seen)
532 check.openScope(clause, "case")
539 check.stmtList(inner, clause.Body)
580 check.recordDef(lhs, nil) // lhs variable is implicitly declared in each cause clause
612 clause, _ := s.(*ast.CaseClause)
613 if clause == nil {
618 T := check.caseTypes(&x, xtyp, clause.List, seen
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
stmt.go 128 check.invalidAST(s.Pos(), "case/communication clause expected")
526 clause, _ := c.(*ast.CaseClause)
527 if clause == nil {
531 check.caseValues(&x, clause.List, seen)
532 check.openScope(clause, "case")
539 check.stmtList(inner, clause.Body)
580 check.recordDef(lhs, nil) // lhs variable is implicitly declared in each cause clause
612 clause, _ := s.(*ast.CaseClause)
613 if clause == nil {
618 T := check.caseTypes(&x, xtyp, clause.List, seen
    [all...]

Completed in 516 milliseconds

1 2 3 4 5 6 7