OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:there
(Results
226 - 250
of
8604
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java
75
@ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete.
There
is no "
123
fail("Should throw IllegalArgumentException because
there
is no column with name"
131
fail("Should throw IllegalArgumentException because
there
is no column with name"
139
fail("Should throw IllegalArgumentException because
there
is no column with name"
183
fail("Should throw SQLException because
there
is no column with name "
192
fail("Should throw SQLException because
there
is no column with name "
/development/host/windows/usb/api/
adb_endpoint_object.h
70
complete. Zero value in this parameter means that
there
is no
89
complete. Zero value in this parameter means that
there
is no
122
complete. Zero value in this parameter means that
there
is no
142
complete. Zero value in this parameter means that
there
is no
159
complete. Zero value in this parameter means that
there
is no
175
complete. Zero value in this parameter means that
there
is no
/external/icu4c/layout/
TibetanReordering.h
34
// signs... but
there
is only one base in a stack, it has to be coded as
43
// is placed after all the subjoined consonants, and it is also permitted
there
.
55
// Subjoined vowels -> Dependent vowels (matras) placed below the base and below all subjoined consonants.
There
58
// Superscript vowels ->
There
are three superscript vowels, and they can be repeated or combined (up to three
67
// Digits -> Digits are not considered as non-combining characters because
there
are a few characters which
72
//
There
are a number of characters in the CJK block that are used in Tibetan script, two of these are symbols
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
TableHelper.java
54
// if
there
is no pref store or the entry is missing, we use the sample
72
// if
there
is a pref store and a pref entry name, then we setup a
113
// if
there
is no pref store or the entry is missing, we use the sample
131
// if
there
is a pref store and a pref entry name, then we setup a
169
// if
there
is no pref store or the entry is missing, we use the sample
186
// if
there
is a pref store and a pref entry name, then we setup a
/bionic/libc/string/
strsep.c
41
* On return, *stringp points past the last NUL written (if
there
might
42
* be further tokens), or is NULL (if
there
are definitely no more tokens).
/cts/tests/src/android/os/cts/
TestThread.java
69
* Wait for the test thread to complete and throw the stored exception if
there
is one.
85
* Check whether
there
is an exception when running Runnable object.
/dalvik/docs/opcodes/
opcode-2c-sparse-switch.html
19
there
is no match.
79
If
there
exists an I with 0 <= I < table.size such that table.keys[I] = vA,
/dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java
26
* of mutation, but that doesn't mean that
there
isn't a non-interface
62
* or {@code null} if
there
is none
/dalvik/hit/src/com/android/hit/
Main.java
87
System.out.println("
There
are " + instances.length + " Strings.");
94
System.out.println("
There
are " + instances.length
/dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
TestLevel.java
62
* method for which
there
already exists one {@code COMPLETE} or a set of
70
* Indicates that
there
is nothing to test in an API method, for example if
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
internalSubset01.java
35
* the internal subset as a string or null if
there
is none.
39
* Apply the "getInternalSubset()" method. Null is returned since
there
/dalvik/libcore/luni/src/main/java/java/lang/reflect/
AnnotatedElement.java
44
* inherited annotations). If
there
are no annotations present, this method
53
* (not inherited). If
there
are no declared annotations present, this
/dalvik/libcore/luni/src/main/java/java/util/
Iterator.java
37
* Returns true if
there
is at least one more element, false otherwise.
47
* if
there
are no more elements.
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
Compiler.java
59
* {@code false} if it has failed or if
there
is no JIT compiler
74
* {@code false} if it has failed or if
there
is no JIT compiler
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/extension/
AuthorityKeyIdentifierStructure.java
104
* @throws CertificateParsingException if
there
is a problem processing the certificate
118
* @throws InvalidKeyException if
there
is a problem using the key.
/dalvik/libcore/sql/src/main/java/java/sql/
Struct.java
42
* customized type mappings. Where
there
is no entry in the type mapping
56
* case where
there
is no entry in the type mapping which matches this
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
X509ExtendedKeyManager.java
48
* @return the alias name of a matching key or {@code null} if
there
are no
68
* @return the alias name of a matching key or {@code null} if
there
are no
/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
FuncTranslate.java
71
// OK,
there
's a corresponding character in the
78
//
There
's no corresponding character in the
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
NameList.java
29
* <code>NameList</code>, or <code>null</code> if
there
is no name for
38
* <code>NameList</code>, or <code>null</code> if
there
is no name for
/dalvik/libcore/xml/src/main/java/org/xml/sax/
InputSource.java
26
* <p>
There
are two places that the application can deliver an
32
* to read XML input. If
there
is a character stream available, the
35
* If
there
is no character stream, but
there
is
174
* <p>The system identifier is optional if
there
is a byte stream
179
*
there
is no byte stream or character stream specified).</p>
221
* <p>The SAX parser will ignore this if
there
is also a character
297
* <p>If
there
is a character stream specified, the SAX parser
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
InternalSubset.java
37
* the internal subset as a string or null if
there
is none.
41
* Apply the "getInternalSubset()" method. Null is returned since
there
/dalvik/tests/036-finalizer/src/
Main.java
22
* Make ft in another thread, so
there
is no danger of
49
* Do the work in another thread, so
there
is no danger of a
/external/apache-http/src/org/apache/http/
HeaderElementIterator.java
44
* Indicates whether
there
is another header element in this
47
* @return <code>true</code> if
there
is another header element,
HeaderIterator.java
46
* Indicates whether
there
is another header in this iteration.
48
* @return <code>true</code> if
there
is another header,
/external/dbus/
HACKING
9
of patches, etc. should go
there
.
21
There
are some exceptions, for example
35
Regular expressions are just too complicated, and
there
are many
36
different libc's out
there
.
51
"doxygen Doxyfile" prior to commit and be sure
there
are no
107
link and changelog for the previous that was
there
.
113
formatting of the other releases
there
.
215
- if
there
's a live unresolved controversy about a change,
Completed in 967 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>