HomeSort by relevance Sort by last modified time
    Searched full:clause (Results 26 - 50 of 330) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-69.js 28 // This tests a switch statement with only default clause leaves
  /external/webkit/WebKit/chromium/src/
WebFileChooserCompletionImpl.cpp 50 // This clause handles a case of file_names.size()==0 too.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
StrSegment.java 22 * This class defines information of a segment in a string, such as a character, a word or a clause.
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java 87 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
119 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
255 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
293 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
398 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
439 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
480 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
521 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
779 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
837 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
DefaultPolicy.java 63 * The <i>keystore </i> clause specifies reference to a keystore, which is a
69 * keystore must be specified if some grant clause refers to a certificate's
71 * The <i>grant </i> clause associates a CodeSource (consisting of an URL and a
82 * specifying one or more <i>Principal </i> fields in the <i>grant </i> clause.
91 * Each <i>grant </i> clause must contain one or more <i>permission </i> entry.
111 * clause is ignored, and for <i>permission </i> entry, only that entry is
  /bionic/libc/
README 12 Bionic is released under the standard 3-clause BSD License
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 116 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
142 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
345 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
403 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
454 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
625 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
678 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
697 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
742 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
  /cts/tests/tests/text/src/android/text/style/cts/
UnderlineSpanTest.java 62 @ToBeFixed(bug = "1695243", explanation = "should add @throws NullPointerException clause" +
AbsoluteSizeSpanTest.java 81 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
108 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
TypefaceSpanTest.java 78 @ToBeFixed(bug = "1695243", explanation = "should add @throws NullPointerException clause" +
106 @ToBeFixed(bug = "1695243", explanation = "should add @throws NullPointerException clause" +
  /cts/tests/tests/widget/src/android/widget/cts/
ButtonTest.java 57 @ToBeFixed(bug="1417734", explanation="should add @throws clause into javadoc of " +
CheckBoxTest.java 53 @ToBeFixed(bug="1695243", explanation="should add @throws clause into javadoc of " +
ToastTest.java 67 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
426 @ToBeFixed(bug = "1695243", explanation = "1. should add @throws clause into javadoc of " +
462 @ToBeFixed(bug = "1695243", explanation = "1. should add @throws clause into javadoc of " +
493 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
518 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
  /external/proguard/docs/
license.html 29 exception</a> to the latter clause (in wording suggested by
  /external/v8/src/
usage-analyzer.cc 154 CaseClause* clause = cases->at(i); local
155 if (!clause->is_default())
156 Read(clause->label());
157 VisitStatements(clause->statements());
prettyprinter.h 75 void PrintCaseClause(CaseClause* clause);
100 void PrintCaseClause(CaseClause* clause);
prettyprinter.cc 575 void PrettyPrinter::PrintCaseClause(CaseClause* clause) {
576 if (clause->is_default()) {
580 Visit(clause->label());
583 PrintStatements(clause->statements());
584 if (clause->statements()->length() > 0)
763 void AstPrinter::PrintCaseClause(CaseClause* clause) {
764 if (clause->is_default()) {
766 PrintStatements(clause->statements());
769 Visit(clause->label());
770 PrintStatements(clause->statements())
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
langhooks.h 200 /* Return true if DECL in private clause needs
201 OMP_CLAUSE_PRIVATE_OUTER_REF on the private clause. */
205 response to CLAUSE. OUTER is corresponding outer region's
207 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer);
210 tree (*omp_clause_copy_ctor) (tree clause, tree dst, tree src);
213 tree (*omp_clause_assign_op) (tree clause, tree dst, tree src);
217 tree (*omp_clause_dtor) (tree clause, tree decl);
219 /* Do language specific checking on an implicitly determined clause. */
220 void (*omp_finish_clause) (tree clause);
treestruct.def 64 DEFTREESTRUCT(TS_OMP_CLAUSE, "omp clause")
  /cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java 123 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
175 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
291 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
362 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
402 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
442 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
482 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
569 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
ReplacementTransformationMethodTest.java 75 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
122 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
  /external/stlport/stlport/stl/
_ios.h 61 public: // Members from clause 27.4.4.2
131 // a catch clause.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 72 * Algorithms used in ON CONFLICT clause
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
UpdateFunctionalityTest2.java 271 * subquery in WHERE clause
278 notes = "Functionality test: Updates table using subquery in WHERE clause. Not supported: FK",
284 notes = "Functionality test: Updates table using subquery in WHERE clause. Not supported: FK.",
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 155 * SQL WHERE clause (excluding the WHERE itself). Passing null will
161 * clause (excluding the ORDER BY itself). Passing null will use the
259 * @param selection the where clause.

Completed in 256 milliseconds

12 3 4 5 6 7 8 91011>>