/art/test/030-bad-finalizer/ |
expected.txt | 4 Finalizer sleeping forever now.
|
/external/autotest/client/site_tests/desktopui_SimpleLogin/ |
control | 9 This test logs in and waits forever (or until exit flag is seen). 17 This test logs in and waits forever (or until the exit flag is seen).
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue8076.go | 7 // Issue 8076. nilwalkfwd walked forward forever
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue8076.go | 7 // Issue 8076. nilwalkfwd walked forward forever
|
/libcore/ojluni/src/main/java/sun/net/ |
InetAddressCachePolicy.java | 45 public static final int FOREVER = -1; 57 * -1: caching forever 60 * default value is forever (FOREVER), as we let the platform do the 61 * caching. For security reasons, this caching is made forever when 64 private static int cachePolicy = FOREVER; 68 * -1: caching forever 108 cachePolicy = FOREVER; 117 cachePolicy = FOREVER; 145 negativeCachePolicy = FOREVER; [all...] |
/external/dbus/test/ |
.gitignore | 22 test-sleep-forever
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ |
RepeatAction.java | 19 /** Repeats an action a number of times or forever.
22 static public final int FOREVER = -1;
49 /** Sets the number of times to repeat. Can be set to {@link #FOREVER}. */
|
/external/autotest/client/site_tests/performance_Tracker/ |
control | 15 measure cpu/memory usage. This test runs forever until the exit flag is seen.
|
/external/autotest/client/tests/iosched_bugs/ |
control | 11 starved forever without the bugfix(220.4 and earlier kernels) and with the
|
/external/boringssl/src/tool/ |
rand.cc | 37 bool forever = true, hex = false; local 49 forever = false; 67 while (forever || done < len) { 69 if (!forever && todo > len - done) {
|
/external/valgrind/docs/internals/ |
SPEC-notes.txt | 14 2). dealII - runs forever, never ending 42 makes the benchmark loop forever.
|
/packages/providers/TvProvider/res/values/ |
config.xml | 17 <!-- Maximum age of program in days. 0 means forever. --> 20 <!-- Maximum age of watch history in days. 0 means forever. -->
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
buildcfg_hal.h | 25 #define GKI_RUNNER_HAL_TASK 2 //execute GKI_run(), which runs forever
|
/external/mockito/src/org/mockito/stubbing/answers/ |
ReturnsElementsOf.java | 10 * Returns elements of the collection. Keeps returning the last element forever.
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
bpf_tester_compatibility_delegate.h | 34 // to live forever. So it's ok to pass aux_pointer_for_policy_ to 41 // The current object is guaranteed to live forever in the child process
|
/external/libchrome/sandbox/linux/services/ |
scoped_process.h | 16 // After the Closure has run, the child will pause forever. If this object 26 // return. If the callback returns, the process will wait forever.
|
/external/xmlrpcpp/src/ |
XmlRpcDispatch.h | 50 //! duration (in ms, -1 implies wait forever, or until exit is called) 79 // When work should stop (-1 implies wait forever, or until exit is called)
|
/packages/experimental/CameraPreviewTest/res/values/ |
strings.xml | 38 <string name="forever">Repeat forever</string>
|
/external/autotest/server/cros/ |
queue_barrier.py | 43 A None value will block forever. 67 A None value will block forever.
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
GroupFadeTest.java | 21 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.forever;
50 stage.getRoot().addAction(forever(sequence(fadeOut(3), fadeIn(3))));
|
/external/valgrind/memcheck/tests/ |
overlap.c | 62 strcpy(x+20, x); // overlap, but runs forever (or until it seg faults) 109 always run forever, I think... */
|
/external/cros/system_api/ |
README | 17 mean. "Required is Forever" and very rarely should actually be used. Consult
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/drawable/ |
GlideDrawable.java | 26 * {@link #isAnimated ()}} returns {@code true}. A loop count of <=0 indicates loop forever.
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
FutureTarget.java | 24 * off of the main thread or they will block forever.
|
/external/mockito/src/org/mockito/internal/stubbing/answers/ |
ReturnsElementsOf.java | 15 * Returns elements of the collection. Keeps returning the last element forever.
|