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

1 2 3 45 6 7 8 91011>>

  /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 */
  /system/core/adb/
adb_client.h 33 * of -1 if there is no emulator, and -2 if there is more than one.
38 /* send commands to the current emulator instance. will fail if there
  /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/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...]
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-cxx98.cpp 49 case 15: // no warning here, there's no fall-through
60 case 19: { // no warning here, there's no fall-through
64 case 21: { // no warning here, there's no fall-through
67 case 23: // no warning here, there's no fall-through
70 case 25: // no warning here, there's no fall-through
89 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/mesa3d/docs/
README.MITS 43 over two threads. There is a certain amount of overhead involved
44 with the thread synchronization and if there is not enough work
47 running Quake because it uses GL_POLYGON and there is only one
50 100-200 vertices in the vertex buffer before any there is any
54 5. Are there any parameters that I can tune to try to improve performance.
62 6. Are there any ways I can modify the application to improve its
  /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.");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Mac.java 47 * @exception DataLengthException if there isn't enough data in in.
60 * @exception DataLengthException if there isn't enough space in out.
68 * in the same state it was after the last init (if there was one).
  /external/icu4c/test/intltest/
sfwdchit.h 41 * (toward endIndex()). If there are
49 * (toward endIndex()). If there are
55 * Returns FALSE if there are no more code units or code points
  /external/junit/src/org/junit/runners/model/
MultipleFailureException.java 28 String.format("There were %d errors:", fErrors.size()));
37 * will throw {@link MultipleFailureException} (if there are
39 * (if there is only one element).
  /libcore/luni/src/main/java/javax/sql/
ConnectionPoolDataSource.java 28 * from there by name.
39 * if there is a problem accessing the database.
55 * if there is a problem accessing the database.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 30 * @return Currently active network, or null if there's no active
44 * there's no limit
50 * connection; or null if there's no recommended limit. The user will have the option to bypass
  /tools/motodev/src/help/appvalidator_help/
ReadMe.txt 2 1. Obtain the DITA Open Toolkit from http://dita-ot.sourceforge.net. Install it into the tools folder. Note that there is already a ditaot plugin in this folder; that plugin needs to reside in the plugins folder within your ditaot installation.
4 3. Obtain Linklint from http://www.linklint.org and install it into the tools folder, so that you wind up with a linklint folder inside tools. You should now have three folders inside the tools folder: "ditaot", "ditareports", and "linklint", and within the plugins folder inside ditaot you should see cshelp (part of ditaot) and com.mot.mdb.deved.xhtml. If the cshelp plugin isn't there, you'll need to obtain it from http://dita-ot.sourceforge.net and install it separately.
13 There are Windows batch files (in tools/ditaot) that can be used in place of step 1 on a Windows machine.
  /tools/motodev/src/help/studio_help/
ReadMe.txt 2 1. Obtain the DITA Open Toolkit from http://dita-ot.sourceforge.net. Install it into the tools folder. Note that there is already a ditaot plugin in this folder; that plugin needs to reside in the plugins folder within your ditaot installation.
4 3. Obtain Linklint from http://www.linklint.org and install it into the tools folder, so that you wind up with a linklint folder inside tools. You should now have three folders inside the tools folder: "ditaot", "ditareports", and "linklint", and within the plugins folder inside ditaot you should see cshelp (part of ditaot) and com.mot.mdb.deved.xhtml. If the cshelp plugin isn't there, you'll need to obtain it from http://dita-ot.sourceforge.net and install it separately.
13 There are Windows batch files (in tools/ditaot) that can be used in place of step 1 on a Windows machine.
  /tools/motodev/src/help/studio_help/src/topics/
u_avd-offline-dialog.dita 7 there.</shortdesc>
17 running while there is a compatible emulated device already running. The three buttons in this dialog allow you to
41 <section>There is also an option to "Update configuration to use selected AVD". If you select this option, the
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
TransitionDrawableTest.java 68 // start when there is no transition
74 // start when there is a transition in progress
81 // start when there is a reverse transition in progress
96 // reset when there is no transition
101 // reset when there is a transition in progress
109 // reset when there is a reverse transition in progress
122 // reverse when there is no transition
134 // reverse when there is a transition in progress
142 // reverse when there is a reverse transition in progress
  /cts/tests/tests/permission/src/android/permission/cts/
NoAudioPermissionTest.java 47 // If there is no permission of MODIFY_AUDIO_SETTINGS, setMicrophoneMute does nothing.
51 // If there is no permission of MODIFY_AUDIO_SETTINGS, setMode does nothing.
70 // If there is no permission of MODIFY_AUDIO_SETTINGS, setSpeakerphoneOn does nothing.
75 // If there is no permission of MODIFY_AUDIO_SETTINGS, setBluetoothScoOn does nothing.

Completed in 783 milliseconds

1 2 3 45 6 7 8 91011>>