/packages/apps/Music/src/com/android/music/ |
RepeatingImageButton.java | 28 * A button that will repeatedly call a 'listener' method 129 * This method will be called repeatedly at roughly the interval
|
/system/tools/hidl/utils/include/hidl-util/ |
StringHelper.h | 65 /* removes suffix repeatedly from in if in ends with suffix */ 68 /* removes prefix repeatedly from in if in starts with prefix */
|
/external/autotest/server/cros/clique_lib/ |
clique_dut_log_collector.py | 18 logs. This function is the function which is repeatedly scheduled for each
|
/external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/ |
control.debug | 11 This test makes 2 sets of DUTs repeatedly (2 runs) connect and maintain the
|
/external/bsdiff/include/bsdiff/ |
bsdiff.h | 20 // used repeatedly, pass nullptr if not needed.
|
/external/guava/guava/src/com/google/common/io/ |
InputSupplier.java | 39 * Like {@link Iterable#iterator}, this method may be called repeatedly to
|
OutputSupplier.java | 39 * Like {@link Iterable#iterator}, this method may be called repeatedly to
|
/external/icu/icu4c/source/test/cintltst/ |
ccaltst.h | 51 * Test that the days of the week progress properly when add is called repeatedly
|
/external/libchrome/base/synchronization/ |
spin_wait.h | 27 // The expression will be evaluated repeatedly until it is true, or until
|
/external/python/cpython2/Demo/curses/ |
repeat.py | 5 This simple program repeatedly (at 1-second intervals) executes the
|
/external/skia/gm/ |
discard.cpp | 20 * This GM exercises SkCanvas::discard() by creating an offscreen SkSurface and repeatedly
|
/external/skqp/gm/ |
discard.cpp | 20 * This GM exercises SkCanvas::discard() by creating an offscreen SkSurface and repeatedly
|
/external/webrtc/webrtc/test/ |
frame_generator.h | 35 // Creates a frame generator that repeatedly plays a set of yuv files.
|
/libcore/ojluni/src/main/java/java/util/ |
ListIterator.java | 76 * This method may be called repeatedly to iterate through the list, 79 * will return the same element repeatedly.) 99 * position backwards. This method may be called repeatedly to 103 * element repeatedly.)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
nss.h | 57 Attention: Using this function repeatedly will slowly eat up the
|
/system/update_engine/update_manager/ |
real_random_provider_unittest.cc | 49 // Should not return the same random seed repeatedly.
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/ |
generator.py | 97 used repeatedly in the generation process.""" 106 used repeatedly in the generation process.""" 117 used repeatedly in the generation process."""
|
/external/protobuf/python/ |
stubout.py | 98 definition. Its okay to call SmartUnsetAll() repeatedly, as later calls 130 definition. Its okay to call UnsetAll() repeatedly, as later calls have 135 # same arguments repeatedly (want the original call to be last one undone)
|
/art/test/153-reference-stress/src/ |
Main.java | 26 // Try to call Reference.get repeatedly while the GC is running.
|
/external/autotest/client/site_tests/audio_CrasOutputStress/ |
audio_CrasOutputStress.py | 25 Repeatedly add output streams of random configurations and
|
/external/autotest/client/site_tests/cheets_Midis/ |
cheets_Midis.py | 41 """ Repeatedly calls _get_midis_pid, until we succeed or timeout. """
|
/external/autotest/server/cros/ |
tradefed_constants.py | 26 # repeatedly for each test (or lxc instance) we share a common location
|
/external/clang/test/CXX/special/class.inhctor/ |
elsewhere.cpp | 15 // A using-declaration is a declaration and can therefore be used repeatedly
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
DrawableOptions.java | 42 * views animating repeatedly. Use {@link #crossFade(int, int)}} instead, or be sure to call this method once
|
/external/guice/extensions/persist/src/com/google/inject/persist/ |
UnitOfWork.java | 52 * safely invoke end() repeatedly.
|