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

1 2 3 4

  /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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.def 231 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY>
241 CLAUSES is the list of clauses.
276 /* GIMPLE_OMP_PARALLEL <BODY, CLAUSES, CHILD_FN, DATA_ARG> represents
278 #pragma omp parallel [CLAUSES]
283 CLAUSES is a TREE_LIST node with all the clauses.
291 sharing clauses. */
294 /* GIMPLE_OMP_TASK <BODY, CLAUSES, CHILD_FN, DATA_ARG, COPY_FN,
297 #pragma omp task [CLAUSES]
    [all...]
gimple.h 607 tree clauses; local
630 Clauses. */
631 tree clauses; local
673 tree clauses; local
706 tree clauses; local
    [all...]
tree.def     [all...]
  /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...]
OpenWnnEngineJAJP.java 498 Iterator<WnnClause> clauses = ((WnnSentence)word).elements.iterator(); local
499 while (clauses.hasNext()) {
500 WnnWord wd = clauses.next();
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-203841.js 38 * SUMMARY: Testing merged if-clauses
46 var summary = 'Testing merged if-clauses';
  /frameworks/base/core/java/com/android/internal/content/
SelectionBuilder.java 27 * Helper for building selection clauses for {@link SQLiteDatabase}. Each
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
DefaultPolicy.java 46 * implementation recognizes text files, consisting of clauses with the
90 * clauses. <br>
110 * ignored. For fields of <i>keystore </i> and <i>grant </i> clauses, the whole
  /external/v8/src/
rewriter.cc 664 // Rewrite statements in all case clauses in reversed order.
665 ZoneList<CaseClause*>* clauses = node->cases(); local
667 for (int i = clauses->length() - 1; i >= 0; --i) {
668 CaseClause* clause = clauses->at(i);
  /system/core/sh/
nodetypes 78 NIF nif # the if statement. Elif clauses are handled
  /external/tcpdump/
makemib 131 # DESCRIPTION clauses
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 155 * Build an SQL query string from the given clauses.
185 "HAVING clauses are only permitted when using a groupBy clause");
188 throw new IllegalArgumentException("invalid LIMIT clauses:" + limit);
  /external/libpng/contrib/visupng/
cexcept.h 125 clauses, each of which may be a simple statement ending with a
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py     [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/
DefaultPolicyScanner.java 37 * This implementation recognizes text files, consisting of clauses with the
  /external/icu4c/
aclocal.m4 236 # On exit from the following clauses:
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 202 * ContentProvider, one may want to add WHERE clauses that were
260 * Concatenates two SQL WHERE clauses, handling empty or null values.
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 23 import com.android.providers.contacts.ContactsDatabaseHelper.Clauses;
    [all...]
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp     [all...]
  /cts/tools/dasm/src/java_cup/
parser.cup 60 v0.9b Updated for beta language (throws clauses) [SEH] 11/25/95
  /external/icu4c/i18n/unicode/
plurfmt.h 87 * <code><i>caseKeyword</i>{<i>message</i>}</code> clauses, separated by white
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 609 * Parse a query. A query string is any number of parameter-value clauses
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PicasaContentProvider.java 101 // clauses.

Completed in 233 milliseconds

1 2 3 4