HomeSort by relevance Sort by last modified time
    Searched full:that (Results 226 - 250 of 34462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/database/sqlite/
DatabaseObjectNotClosedException.java 20 * An exception that indicates that garbage-collector is finalizing a database object
21 * that is not explicitly closed
27 "that was opened here";
  /packages/providers/ContactsProvider/tests/assets/testSynced/
readme.txt 1 The contacts in this example were created on a device that was synchronized to the server.
  /packages/providers/DownloadProvider/res/values/
strings.xml 23 of any application that was granted that permission.
25 applications that initiate downloads. -->
29 of any application that was granted that permission.
31 applications that initiate downloads. -->
39 of any application that was granted that permission.
41 dangerous) features from the Download Manager that are needed by
43 that just initiate plain downloads. --
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
TestLevel.java 28 * Indicates that a test method completely tests its target API method.
33 * Indicates that a test method partially tests its target API method and
34 * that together with all other {@code PARTIAL_COMPLETE} tests for the same
45 * Indicates that a test method partially tests its target API method. It
53 * Indicates that a test method is known to not completely test an API
61 * Indicates that a test method provides additional testing for an API
64 * methods that test a concept which can not be directly attributed to
70 * Indicates that there is nothing to test in an API method, for example if
71 * the specification states that a method does nothing.
76 * Indicates that it is very hard or impossible to test an API method
    [all...]
  /external/icu4c/common/
schriter.cpp 58 StringCharacterIterator::StringCharacterIterator(const StringCharacterIterator& that)
59 : UCharCharacterIterator(that),
60 text(that.text)
70 StringCharacterIterator::operator=(const StringCharacterIterator& that) {
71 UCharCharacterIterator::operator=(that);
72 text = that.text;
79 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const {
80 if (this == &that) {
85 // because that checks for array pointer equality
88 if (getDynamicClassID() != that.getDynamicClassID())
    [all...]
  /build/target/board/emulator/
README.txt 2 without a kernel or bootloader, except that it defines the
3 HAVE_HTC_AUDIO_DRIVER constant, since that is what the emulator
  /dalvik/dx/src/junit/framework/
Assert.java 15 * Asserts that a condition is true. If it isn't it throws
23 * Asserts that a condition is true. If it isn't it throws
30 * Asserts that a condition is false. If it isn't it throws
37 * Asserts that a condition is false. If it isn't it throws
56 * Asserts that two objects are equal. If they are not
67 * Asserts that two objects are equal. If they are not
74 * Asserts that two Strings are equal.
84 * Asserts that two Strings are equal.
90 * Asserts that two doubles are equal concerning a delta. If they are not
104 * Asserts that two doubles are equal concerning a delta. If the expecte
    [all...]
  /dalvik/dx/tests/010-class-attrib-InnerClasses/
info.txt 2 invalid. That being said, the system should still have no trouble parsing and
5 The salient bit of parsing tested here is that the class has a single
  /dalvik/dx/tests/014-field-attrib-ConstantValue/
info.txt 2 invalid. That being said, the system should still have no trouble parsing and
5 The salient bit of parsing tested here is that the class has a series of
  /dalvik/dx/tests/023-code-exception-table/
info.txt 2 invalid. That being said, the system should still have no trouble parsing and
5 The salient bit of parsing tested here is that the class has a single
  /dalvik/dx/tests/024-code-bytecode/
info.txt 2 invalid. That being said, the system should still have no trouble parsing and
5 The salient bit of parsing tested here is that the class has a single
  /dalvik/dx/tests/028-class-attrib-EnclosingMethod/
info.txt 2 are overall invalid. That being said, the system should still have no
5 The salient bit of parsing tested here is that each class has a single
  /dalvik/dx/tests/063-dex-empty-switch/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
2 a couple cases of empty (that is, default-only) switch statements
  /dalvik/dx/tests/080-dex-exception-tables/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
2 exception handler tables get built reasonably (combining entries that
  /dalvik/dx/tests/081-dex-throws-list/
info.txt 1 This is a smoke test of dex conversion, which checks to make sure that
2 throws lists (that is, list of declared exceptions on methods) get
  /dalvik/libcore/junit/src/main/java/junit/framework/
Assert.java 15 * Asserts that a condition is true. If it isn't it throws
23 * Asserts that a condition is true. If it isn't it throws
30 * Asserts that a condition is false. If it isn't it throws
37 * Asserts that a condition is false. If it isn't it throws
56 * Asserts that two objects are equal. If they are not
67 * Asserts that two objects are equal. If they are not
74 * Asserts that two Strings are equal.
84 * Asserts that two Strings are equal.
90 * Asserts that two doubles are equal concerning a delta. If they are not
104 * Asserts that two doubles are equal concerning a delta. If the expecte
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
package.html 10 unbuffered. And on top of that there are classes that help to abstract
  /dalvik/libcore/luni/src/main/java/java/lang/reflect/
UndeclaredThrowableException.java 34 * undeclared, checked exception that occurred.
37 * the undeclared, checked exception that occurred
47 * undeclared, checked exception that occurred and a message.
52 * the undeclared, checked exception that occurred
62 * Returns the undeclared, checked exception that occurred, which may be
65 * @return the undeclared, checked exception that occurred
72 * Returns the undeclared, checked exception that occurred, which may be
75 * @return the undeclared, checked exception that occurred
  /dalvik/libnativehelper/
README 4 These are VM-agnostic native functions that implement methods for system
7 - MUST not be associated with an android.* class (that code lives in
  /dalvik/tests/021-string2/src/junit/framework/
Assert.java 15 * Asserts that a condition is true. If it isn't it throws
23 * Asserts that a condition is true. If it isn't it throws
30 * Asserts that a condition is false. If it isn't it throws
37 * Asserts that a condition is false. If it isn't it throws
56 * Asserts that two objects are equal. If they are not
67 * Asserts that two objects are equal. If they are not
74 * Asserts that two Strings are equal.
84 * Asserts that two Strings are equal.
90 * Asserts that two doubles are equal concerning a delta. If they are not
104 * Asserts that two doubles are equal concerning a delta. If the expecte
    [all...]
  /dalvik/tests/082-inline-execute/
info.txt 1 This is a miscellaneous test that was imported into the new-at-the-time
7 looping manner to ensure that the tests are translated when a Jit is
  /dalvik/tests/082-inline-execute/src/junit/framework/
Assert.java 15 * Asserts that a condition is true. If it isn't it throws
23 * Asserts that a condition is true. If it isn't it throws
30 * Asserts that a condition is false. If it isn't it throws
37 * Asserts that a condition is false. If it isn't it throws
56 * Asserts that two objects are equal. If they are not
67 * Asserts that two objects are equal. If they are not
74 * Asserts that two Strings are equal.
84 * Asserts that two Strings are equal.
90 * Asserts that two doubles are equal concerning a delta. If they are not
104 * Asserts that two doubles are equal concerning a delta. If the expecte
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
funop.S 3 * "instr" line that specifies an instruction that performs "s1 = op s0".
funopNarrower.S 3 * "instr" line that specifies an instruction that performs "s0 = op d0".
funopWider.S 3 * "instr" line that specifies an instruction that performs "d0 = op s0".

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>