/libcore/ojluni/src/main/java/java/util/concurrent/ |
Phaser.java | 61 * Phaser} may be repeatedly awaited. Method {@link 175 * <p>One way to cause a set of threads to repeatedly perform actions [all...] |
/art/test/004-ThreadStress/src-art/ |
Main.java | 678 // Note that the Thread creation may fail repeatedly, [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
SurfaceViewPreviewTest.java | 335 * Test to verify correct behavior with the same Surface object being used repeatedly with [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
ScriptGraph.java | 143 * {@link Allocation#ioReceive ioReceive} repeatedly until no more buffers are pending.
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
VideoCallTest.java | 44 * called. To compensate we will call the test methods on the provider repeatedly until we [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
OutputFinisher.java | 389 * reservation, repeatedly until no new reservations happen.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
OutputFinisher.java | 452 * reservation, repeatedly until no new reservations happen. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
bytesio.c | 337 "Call readline() repeatedly and return a list of the lines so read.\n"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
tokenize.py | 8 repeatedly to get the next line of input (or "" for EOF). It generates
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
bytesio.c | 327 "Call readline() repeatedly and return a list of the lines so read.\n"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
cursor.c | 1048 PyDoc_STR("Repeatedly executes a SQL statement.")},
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
pgen.c | 528 /* Simplify the DFA by repeatedly eliminating states that are
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/ |
BootMonFsOpenClose.c | 225 // Repeatedly remove the first node from the list and free its resources.
|
/external/ImageMagick/ImageMagick/api/ |
quantize.html | 90 <p>Reduction repeatedly prunes the tree until the number of nodes with n2 > 0 is less than or equal to the maximum number of colors allowed in the output image. On any given iteration over the tree, it selects those nodes whose E count is minimal for pruning and merges their color statistics upward. It uses a pruning threshold, Ep, to govern node selection as follows:</p>
|
/external/ImageMagick/ImageMagick/script/ |
quantize.html | 122 <p>Reduction repeatedly prunes the tree until the number of nodes with <var>n2</var> > <var>0</var> is less than or equal to the maximum number of colors allowed in the output image. On any given iteration over the tree, it selects those nodes whose <var>E</var> value is minimal for pruning and merges their color statistics upward. It uses a pruning threshold, <var>Ep</var>, to govern node selection as follows:</p>
|
/external/ImageMagick/www/api/ |
quantize.html | 94 <p>Reduction repeatedly prunes the tree until the number of nodes with n2 > 0 is less than or equal to the maximum number of colors allowed in the output image. On any given iteration over the tree, it selects those nodes whose E count is minimal for pruning and merges their color statistics upward. It uses a pruning threshold, Ep, to govern node selection as follows:</p>
|
quantize.php | 90 <p>Reduction repeatedly prunes the tree until the number of nodes with n2 > 0 is less than or equal to the maximum number of colors allowed in the output image. On any given iteration over the tree, it selects those nodes whose E count is minimal for pruning and merges their color statistics upward. It uses a pruning threshold, Ep, to govern node selection as follows:</p>
|
/external/ImageMagick/www/ |
quantize.html | 126 <p>Reduction repeatedly prunes the tree until the number of nodes with <var>n2</var> > <var>0</var> is less than or equal to the maximum number of colors allowed in the output image. On any given iteration over the tree, it selects those nodes whose <var>E</var> value is minimal for pruning and merges their color statistics upward. It uses a pruning threshold, <var>Ep</var>, to govern node selection as follows:</p>
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 590 * repeatedly for each type or use variant with Set argument to
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeWizard.cs | 667 * repeatedly for each type or use variant with Set argument to
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeWizard.java | 482 * repeatedly for each type or use variant with Set argument to
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeWizard.m | 682 * repeatedly for each type or use variant with Set argument to
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPTestCase.java | 468 .println("## FAILURE: The field is found repeatedly in the list"); [all...] |
/external/autotest/scheduler/shard/ |
shard_client.py | 90 ids of all hosts. This is used to not send objects repeatedly. For more
|
/external/boringssl/src/ssl/ |
handshake.cc | 365 // |RAND_bytes| repeatedly and makes the values consistent within a
|