Searched
full:again (Results
676 -
700 of
2388) sorted by null
<<21222324252627282930>>
/external/guava/src/com/google/common/collect/ |
MapMaker.java | 281 * invoked again to create multiple independent maps. 332 * so it can be invoked again to create multiple independent maps. 504 * entry was set to the same value again. [all...] |
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
pvmf_protocol_engine_node_download_common.cpp | 216 // at this point, will call initialize again once we know if range is supported or not 551 // need to check resume notification again if something is pending [all...] |
/external/qemu/block/ |
raw-posix.c | 506 continue; /* try again */ 784 again: 813 goto again; [all...] |
/external/v8/src/ |
date.js | 419 // strings over and over again. 449 // given time, we re-use that instead of parsing the string again. 644 // and try again. [all...] |
/external/zlib/examples/ |
zlib_how.html | 225 more input or produce more output. <tt>deflate()</tt> can be called again with more output space 234 We can then reuse the output buffer for the next call of <tt>deflate()</tt>. Again if there 253 has more output for us. So we call it again. But now <tt>deflate()</tt> produces no output
|
/frameworks/base/core/java/android/app/ |
Service.java | 312 * {@link #onStartCommand} will be called again after being killed. 346 * and will explicit start themselves again later to do more work. An 361 * and the last delivered Intent re-delivered to it again via
|
/packages/apps/IM/src/com/android/im/service/ |
ContactListManagerAdapter.java | 452 // downloaded from the server, we will have to remove the list again once 506 // downloaded from the server, we will have to update the list name again 530 // downloaded from the server, we will have to update the list name again [all...] |
/sdk/emulator/qtools/ |
callstack.h | 586 // again for a matching function. 671 // call doPop() again. This won't be an infinite loop 725 // sync up again. This can happen if there is a pop of a method in the
|
/bionic/libc/bionic/ |
pthread.c | 222 /* XXX stacks address spaces should be reused if available again */ 925 * not, another thread still holds the lock and we wait again. [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
CheckedTextViewTest.java | 308 // set the same drawable again
|
FrameLayoutTest.java | 144 // should get a new foreground again, because former foreground has been stretched
|
VideoViewTest.java | 350 // test start again
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
InflaterInputStream.java | 200 // If result == 0, fill() and try again
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
package-info.java | 93 * again after that time-out. All methods that accept timeout
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
ConcurrentLinkedQueueTest.java | 483 assertEquals("queue should be empty again", 0, q.size());
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 276 * and should be passed through "dexopt" again.
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/ |
CharsetDecoderICU.java | 225 * conversion may be continued by calling convert again with suitably
|
/dalvik/libcore/luni/src/main/java/java/net/ |
DatagramSocketImpl.java | 274 * not removed from socket buffer and can be received again by another
|
/dalvik/libcore/luni/src/main/native/ |
java_io_File.cpp | 140 // Try again with a bigger buffer.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SequenceInputStreamTest.java | 203 // Reading bytes 4 and 5 of the first input stream should be ok again.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNamedNodeMap.java | 40 * linearly until we find it or fail to find it. Again, that could be
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
package.html | 232 objects in this namespace are again identified by URI, and
|
/dalvik/vm/alloc/ |
HeapBitmap.c | 295 * so that the callback doesn't expect to be called again
|
/development/apps/Development/src/com/android/development/ |
PermissionDetails.java | 282 // TODO better fix for this? Remove dialog so that it gets created again
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ServiceStartArguments.java | 143 // it will be restarted with the command again, regardless of
|
Completed in 5902 milliseconds
<<21222324252627282930>>