Searched
full:loop (Results
451 -
475 of
3512) sorted by null
<<11121314151617181920>>
/external/skia/tests/ |
skia_test.cpp | 6 // need to explicitly declare this, or we get some weird infinite loop llist
|
/external/skia/xcode/ports/ |
skia_mac.cp | 86 // Call the event loop
|
/external/speex/libspeex/ |
misc_bfin.h | 44 "LOOP move%= LC0 = %2;\n\t"
|
/external/v8/src/ |
shell.h | 48 // Run the read-eval loop, executing code in the specified
|
/external/webkit/JavaScriptCore/bytecompiler/ |
LabelScope.h | 41 enum Type { Loop, Switch, NamedLabel };
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.3-1-n.js | 57 // The following line causes an infinte loop
|
/external/webkit/WebCore/html/ |
HTMLAttributeNames.in | 117 loop
|
HTMLMediaElement.idl | 70 attribute boolean loop;
|
/external/webkit/WebCore/platform/ |
SharedTimer.h | 48 // Implemented by port (since it provides the run loop for the main thread).
|
/external/webkit/WebCore/platform/image-decoders/gif/ |
GIFImageDecoder.h | 54 // The number of repetitions to perform for an animation loop.
|
/external/webkit/WebCore/workers/ |
DedicatedWorkerThread.cpp | 64 // Notify the parent object of our current active state before calling the superclass to run the event loop.
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebIconDatabaseClient.mm | 53 // This is a quick notification that is likely to fire in a rapidly iterating loop
|
/frameworks/base/core/java/android/os/ |
HandlerThread.java | 60 Looper.loop();
|
/frameworks/base/core/java/android/text/ |
TextWatcher.java | 47 * loop, because any changes you make will cause this method to be
|
/frameworks/base/include/media/ |
PVPlayer.h | 57 virtual status_t setLooping(int loop);
|
/frameworks/base/libs/utils/tests/ |
Looper_test.cpp | 120 << "pollOnce result should be ALOOPER_POLL_CALLBACK because loop was awoken"; 134 << "pollOnce result should be ALOOPER_POLL_CALLBACK because loop was awoken"; 286 // First loop: Callback is registered and FD is signalled. 302 // Second loop: Callback is no longer registered and FD is signalled.
|
/frameworks/base/services/camera/libcameraservice/ |
CameraHardwareStub.h | 89 // loop until we need to quit
|
/libcore/luni/src/main/java/java/util/ |
Iterator.java | 30 * class to be used as a collection with the enhanced for loop.
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
AbstractFileFilter.java | 26 * otherwise your class will infinitely loop.
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
MiscService.java | 84 Log.v(TAG, "in echo thread loop: " + e);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
PostActivityCreationAction.java | 65 // Since the type could be enclosed in other types, we loop till we find it.
|
PostReceiverCreationAction.java | 61 // Since the type could be enclosed in other types, we loop till we find it.
|
/system/core/adb/ |
test_track_devices.c | 81 /* now loop */
|
test_track_jdwp.c | 81 /* now loop */
|
/external/icu4c/i18n/ |
rematch.cpp | 331 // TODO: optimize this loop by efficiently scanning for '$' or '\', 341 // loop iteration. 580 // to avoid sending find() into a loop on zero-length matches. 642 // match at the end of a string, so we must make sure that the loop 765 // match at the end of a string, so we must make sure that the loop 793 // match at the end of a string, so we must make sure that the loop 875 // to avoid sending find() into a loop on zero-length matches. 926 // match at the end of a string, so we must make sure that the loop [all...] |
Completed in 2387 milliseconds
<<11121314151617181920>>