HomeSort by relevance Sort by last modified time
    Searched full:there (Results 101 - 125 of 22005) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/NodeList/resources/
adoptNode-node-list-cache-subframe.html 12 <p>Close the document to see if there's an assertion failure.</p
  /external/webkit/LayoutTests/fast/encoding/GBK/
close-gbk-converter.html 21 <p>PASS if there is no assertion failure.</p>
  /external/webkit/Source/WebCore/manual-tests/animation/
set-to.svg 8 There should be a 100x100 green rect at 0,0.
  /external/webkit/Source/WebCore/manual-tests/
word-spacing-highlight.html 12 &#x2191; click there and drag to the right
  /frameworks/base/docs/html/training/
building-graphics.jd 11 these classes will help you get there.</p
  /frameworks/support/v7/appcompat/
README.txt 6 There is technically no source, but the src folder is necessary
  /frameworks/support/v7/mediarouter/
README.txt 6 There is technically no source, but the src folder is necessary
  /libcore/luni/src/main/java/org/w3c/dom/
DOMLocator.java 24 * there is no column number available.
30 * there is no column number available.
36 * <code>-1</code> if there is no byte offset available.
42 * <code>-1</code> if there is no UTF-16 offset available.
  /ndk/sources/cxx-stl/llvm-libc++/cmake/Modules/
MacroEnsureOutOfSourceBuild.cmake 11 Please create a directory and run cmake from there, passing the path
  /ndk/sources/cxx-stl/llvm-libc++/lib/
libc++unexp.exp 12 # There are no std::__types
  /ndk/tests/build/target-c-includes/jni/
check.c 13 #error THERE IS SOMETHING WRONG HERE !!
  /dalvik/dx/tests/111-use-null-as-array/
info.txt 8 there are some surprising instructions in there, such as using
12 that during translation there simply wasn't enough information to
  /external/e2fsprogs/misc/
mklost+found.8.in 16 file system. There is normally a
30 There are none.
36 There are none :-)
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PollEvent.3 11 Polls for currently pending events, and returns \fB1\fR if there are any pending events, or \fB0\fR if there are none available\&.
24 while(SDL_PollEvent(&event)){ /* Loop until there are no events left on the queue */
  /external/grub/stage2/
mb_info.h 179 /* is there basic lower/upper memory information? */
181 /* is there a boot device set? */
185 /* are there modules to do something with? */
190 /* is there a symbol table loaded? */
192 /* is there an ELF section header table? */
195 /* is there a full memory map? */
198 /* Is there drive info? */
201 /* Is there a config table? */
204 /* Is there a boot loader name? */
207 /* Is there a APM table? *
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 59 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs.
74 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs.
82 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs.
90 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs.
104 * @return The candidate; {@code null} if there is no more candidate.
186 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EvilMapTest.java 35 entries.add(new AbstractMap.SimpleEntry("hi", "there"));
51 evil.put("hi", "there");
61 evil.put("hi", "there");
71 evil.put("hi", "there");
81 evil.put("hi", "there");
91 evil.put("hi", "there");
101 evil.put("hi", "there");
  /libcore/luni/src/main/java/java/sql/
SQLInput.java 54 * if there is a database error.
65 * if there is a database error.
75 * if there is a database error.
85 * if there is a database error.
95 * if there is a database error.
105 * if there is a database error.
115 * if there is a database error.
125 * if there is a database error.
136 * if there is a database error.
147 * if there is a database error
    [all...]
Array.java 33 * if there is a database error.
49 * if there is a database error.
68 * if there is a database error.
81 * if there is a database error.
91 * if there is a database error.
101 * if there is a database error.
111 * if there is a database error.
127 * if there is a database error.
147 * if there is a database error.
161 * if there is a database error
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMLocatorImpl.java 47 * or -1 if there is no column number available.
53 * or -1 if there is no line number available.
62 * or null if there is no URI available.
68 * if there is no byte offset available
74 * offset into the input source this locator is pointing to or -1 if there
134 * The line number where the error occured, or -1 if there is no line
142 * The column number where the error occured, or -1 if there is no column
151 * The URI where the error occured, or null if there is no URI available.
165 * if there is no byte offset available
173 * offset into the input source this locator is pointing to or -1 if there
    [all...]
  /bionic/libc/arch-arm/bionic/
memcpy.a15.S 34 but there is no predefine to distinguish between
55 If there is at least 8 bytes to copy, use LDRD/STRD.
80 /* Is there at least 4 bytes to copy? */
95 /* Is there is at least 64 bytes to copy? */
105 because there is more penalty for stores
108 if there is a lot to copy. */
134 bge 1b /* If there is more to copy. */
139 Restore the count if there is more than 7 bytes to copy. */
148 bge 2b /* If there is more to copy. */
153 Check if there is more to copy. *
    [all...]
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-cxx98.cpp 52 case 15: // no warning here, there's no fall-through
63 case 19: { // no warning here, there's no fall-through
67 case 21: { // no warning here, there's no fall-through
70 case 23: // no warning here, there's no fall-through
73 case 25: // no warning here, there's no fall-through
92 default: // no warning here, there's no fall-through
  /external/icu4c/tools/toolutil/
uoptions.c 59 /* argument in the next argv[], and there is not an option in there */
62 /* there is no argument, but one is required: return with error */
92 /* argument in the next argv[], and there is not an option in there */
97 /* there is no argument, but one is required: return with error */
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathCache.h 50 // Get the base pointer to the vertex information. There are two
52 // cleared or another vertex is added. Returns 0 if there are no
61 // Get the base pointer to the texture coordinate information. There
64 // there are no vertices in the mesh.
82 // vertex, which can be drawn as GL_TRIANGLES. Returns 0 if there
100 // vertex, which can be drawn as GL_LINES. Returns 0 if there are
  /cts/tests/tests/widget/src/android/widget/cts/
AnalogClockTest.java 54 fail("There should be a NullPointerException thrown out.");
61 fail("There should be a NullPointerException thrown out.");
68 fail("There should be a NullPointerException thrown out.");

Completed in 796 milliseconds

1 2 3 45 6 7 8 91011>>