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

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 236 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of "
262 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of "
302 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of "
421 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of "
NinePatchDrawableTest.java 78 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
144 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
212 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
StateListDrawableTest.java 177 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
256 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_GenresTest.java 49 + "document related to the possible values of param volumeName. @throw clause "
MediaStore_Audio_PlaylistsTest.java 49 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throw clause "
  /cts/tests/tests/text/src/android/text/style/cts/
BackgroundColorSpanTest.java 65 @ToBeFixed(bug = "1695243", explanation = "should add @throws clause into javadoc of " +
DrawableMarginSpanTest.java 93 @ToBeFixed(bug = "1695243", explanation = "should add @throws NullPointerException clause" +
146 @ToBeFixed(bug = "1695243", explanation = "should add @throws NullPointerException clause" +
  /cts/tests/tests/widget/src/android/widget/cts/
RadioButtonTest.java 65 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
SimpleAdapterTest.java 141 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
185 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
268 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into j"
363 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
SimpleCursorAdapterTest.java 128 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
220 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
328 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
354 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
SimpleExpandableListAdapterTest.java 159 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
221 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
326 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
354 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
416 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
ArrayAdapterTest.java 85 + " clause into javadoc.")
206 + " clause into javadoc.")
485 + " clause into javadoc.")
  /external/emma/core/java12/com/vladium/jcd/cls/
IInterfaceCollection.java 19 * the implements/extends clause.
  /external/libpng/contrib/gregbook/
LICENSE 15 LICENSE 1 ("BSD-like with advertising clause"):
  /external/opencore/oscl/oscl/osclutil/src/
oscl_tickcount.inl 39 * in each the following routines, there must be an valid clause
  /external/quake/quake/src/
readme.txt 23 commercial exploitation, but have no clause forcing sharing of source code.
  /external/stlport/stlport/stl/
_ios.c 112 // This is never called except from within a catch clause.
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java 123 * the selection clause to use FTS_VIRTUAL_TABLE instead of KEY_WORD (to search across
130 * @param selection The selection clause
  /cts/tests/tests/text/src/android/text/method/cts/
ArrowKeyMovementMethodTest.java 245 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
583 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
676 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
729 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
769 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
    [all...]
ScrollingMovementMethodTest.java 328 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
520 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
580 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
707 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete. @throws clause "
    [all...]
  /external/v8/src/
rewriter.cc 156 CaseClause* clause = node->cases()->at(i); local
157 if (!clause->is_default()) {
158 Visit(clause->label());
160 Optimize(clause->statements());
668 CaseClause* clause = clauses->at(i); local
669 Process(clause->statements());
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 90 /** Highlight color style for the converted clause */
161 /** Definition for {@code EngineState.convertType} (consecutive clause conversion) */
213 * Returns whether current type of conversion is consecutive clause(RENBUNSETSU) conversion.
215 * @return {@code true} if current type of conversion is consecutive clause conversion.
335 /** Number of committed clauses on consecutive clause conversion */
    [all...]
  /dalvik/libcore/sql/src/main/java/javax/sql/
RowSetMetaData.java 251 * {@code WHERE} clause. The default value is {@code false}.
258 * clause search, {@code false} otherwise.
  /external/clearsilver/python/examples/base/
odb.py 730 raise eInvalidData, "unknown type of extra where clause: %s" % repr(other_clauses)
768 # add join clause
772 # add where clause elements
777 # add order by clause
847 # build the where clause!
891 # build the where clause!
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
CriteriaTest.java 134 "clause into javadoc of setPowerRequirement() when input is valid.")

Completed in 119 milliseconds

1 23 4 5 6 7 8 91011>>