/external/apache-http/src/org/apache/http/ |
HttpEntity.java | 51 * {@link #isRepeatable repeatable}. 55 * Self-contained entities are generally {@link #isRepeatable repeatable}. 64 * to consider non-repeatable entities as streamed, and those that are 65 * repeatable (without a huge effort) as self-contained. 77 * A repeatable entity's getContent() and writeTo(OutputStream) methods 78 * can be called more than once whereas a non-repeatable entity's can not. 79 * @return true if the entity is repeatable, false otherwise. 135 * Entities that are not {@link #isRepeatable repeatable} 142 * if this entity is not repeatable and the stream
|
/external/apache-http/src/org/apache/http/entity/ |
BufferedHttpEntity.java | 44 * The buffered entity is always repeatable. 45 * If the wrapped entity is repeatable itself, calls are passed through. 46 * If the wrapped entity is not repeatable, the content is read into a 94 * Tells that this entity is repeatable.
|
BasicHttpEntity.java | 92 * Tells that this entity is not repeatable.
|
/external/valgrind/main/helgrind/tests/ |
locked_vs_unlocked1.c | 33 sleep(1); /* ensure repeatable results */
|
tc22_exit_w_lock.c | 33 sleeps to enforce exit ordering, for repeatable regtesting. */
|
/external/valgrind/main/none/tests/amd64/ |
bug156404-amd64.c | 51 if (r > 1) r = 1; /* to make the output repeatable */
|
/external/apache-http/src/org/apache/http/client/ |
NonRepeatableRequestException.java | 36 * Signals failure to retry the request due to non-repeatable request
|
/external/guava/guava-tests/test/com/google/common/base/ |
ObjectsTest.java | 51 // repeatable
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKeyToggle.java | 214 public boolean repeatable() { method in class:SoftKeyToggle 219 return super.repeatable();
|
SoftKey.java | 192 public boolean repeatable() { method in class:SoftKey
|
/external/clang/test/Parser/ |
MicrosoftExtensions.c | 72 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
|
MicrosoftExtensions.cpp | 4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
|
/external/protobuf/gtest/test/ |
gtest-port_test.cc | 509 "'?' can only follow a repeatable token"); 511 "'*' can only follow a repeatable token"); 513 "'+' can only follow a repeatable token"); 657 }, "'?' can only follow a repeatable token");
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_keyboard.c | 402 int posted, repeatable; local 414 repeatable = 0; 465 repeatable = 1; 557 if (repeatable && (SDL_KeyRepeat.delay != 0)) {
|
/external/chromium/testing/gtest/samples/ |
sample3_unittest.cc | 52 // repeatable. In particular, a test should not fail as the result of
|
/external/chromium/testing/gtest/test/ |
gtest-port_test.cc | 690 "'?' can only follow a repeatable token"); 692 "'*' can only follow a repeatable token"); 694 "'+' can only follow a repeatable token"); 838 }, "'?' can only follow a repeatable token"); [all...] |
/external/gtest/samples/ |
sample3_unittest.cc | 52 // repeatable. In particular, a test should not fail as the result of
|
/external/liblzf/ |
lzfP.h | 88 * deterministic/repeatable when the configuration otherwise is the same).
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
genero.php | 265 "REPEATABLE",
|
/external/libvpx/libvpx/third_party/googletest/src/samples/ |
sample3_unittest.cc | 52 // repeatable. In particular, a test should not fail as the result of
|
/external/protobuf/gtest/samples/ |
sample3_unittest.cc | 52 // repeatable. In particular, a test should not fail as the result of
|
/external/v8/test/cctest/ |
cctest.h | 78 // In order to get a surprising but repeatable pattern of thread
|
/frameworks/base/docs/html/tools/help/ |
index.jd | 51 to stress-test applications that you are developing, in a random yet repeatable manner.</dd>
|
/libcore/luni/src/main/java/java/sql/ |
Connection.java | 34 * <li><i>non-repeatable reads</i>:<br> 53 * from <i>non-repeatable reads</i> and <i>phantom reads</i>. 62 * <li><i>non-repeatable reads</i></li> 69 * A constant indicating that <i>dirty reads</i> and <i>non-repeatable 79 * <li><i>non-repeatable reads</i></li> [all...] |
/external/chromium/chrome/browser/ |
background_application_list_model_unittest.cc | 28 // operations to produce a repeatable sequence.
|