/frameworks/base/graphics/java/android/graphics/ |
Path.java | 320 * previous contour. If there is no previous contour, this is treated the 324 * previous contour, to specify the start of a new contour 326 * previous contour, to specify the start of a new contour 347 * point on this contour. If there is no previous point, then a moveTo(0,0) 350 * @param dx The amount to add to the x-coordinate of the previous point on 352 * @param dy The amount to add to the y-coordinate of the previous point on 377 * point on this contour. If there is no previous point, then a moveTo(0,0) 414 * current point on this contour. If there is no previous point, then a
|
/build/tools/droiddoc/templates-ndk/ |
docpage.cs | 20 <?cs if:(design||training||walkthru) && !page.trainingcourse && !page.article ?><?cs # header logic for docs that provide previous/next buttons ?> 38 >Previous</a> 65 >Previous</a>
|
/build/tools/droiddoc/templates-sdk/ |
docpage.cs | 44 <?cs if:(design||training||walkthru) && !page.trainingcourse && !page.article ?><?cs # header logic for docs that provide previous/next buttons ?> 60 >Previous</a> 87 >Previous</a>
|
/build/tools/droiddoc/templates-sdk-dev/ |
docpage.cs | 36 <?cs if:(design||training||walkthru) && !page.trainingcourse && !page.article ?><?cs # header logic for docs that provide previous/next buttons ?> 54 >Previous</a> 81 >Previous</a>
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 313 def conflict!( current, previous ) 314 message = 'operation %p overlaps with previous operation %p' % [ current, previous ]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
NonLinearConjugateGradientOptimizer.java | 146 RealPointValuePair previous = current; local 148 if (previous != null) { 149 if (checker.converged(getIterations(), previous, current)) {
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
CorrelatedRandomVectorGenerator.java | 87 * considered to be dependent on previous ones and are discarded 120 * considered to be dependent on previous ones and are discarded 184 * considered to be dependent on previous ones and are discarded
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/ |
AbstractMultipleLinearRegression.java | 62 * <p>Loads model x and y sample data from a flat input array, overriding any previous sample. 123 * Loads new y sample data, overriding any previous data. 141 * <p>Loads new x sample data, overriding any previous data.
|
/external/bzip2/ |
README | 3 This version is fully compatible with the previous public releases. 69 robust than previous versions. 159 data than in previous versions. Specifically, the very
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
requireprovidesorter.py | 133 i = i.previous 147 insert_after = tokens[0].previous 232 # If the previous line starts with a comment, presume that the comment
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/ |
memory_dump_track_util_test.html | 75 // Process B: VM regions undefined and no previous value -> assume zero. 87 // Process A: VM regions undefined -> assume previous value (111). 89 // Process C: VM regions undefined -> assume previous value (0).
|
/external/clang/test/CXX/drs/ |
dr14xx.cpp | 100 int a = 0; // expected-note {{previous initialization is here}} 105 int a = 0; // expected-note {{previous initialization is here}} 113 int a = 0; // expected-note {{previous initialization is here}}
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessor.java | 84 * @param fileName [null unsets the previous override setting] 103 * @param merge [null unsets the previous override setting] 112 * @param dir [null unsets the previous setting]
|
/external/freetype/src/autofit/ |
afhints.h | 169 * that define them. A segment is round if the next and previous point 197 * coordinates of their previous and next unfitted contour neighbours. 250 AF_Point prev; /* previous point in contour */
|
/external/guava/guava/src/com/google/common/cache/ |
LoadingCache.java | 143 * the previous value (if any) will continue to be returned by {@code get(key)} unless it is 144 * evicted. If the new value is loaded successfully it will replace the previous value in the 145 * cache; if an exception is thrown while refreshing the previous value will remain, <i>and the
|
/external/icu/icu4c/source/common/ |
utrie2_builder.cpp | 792 * Set the repeatBlock instead of the null block or previous repeat block: 795 * because it's the null block or a range block (the repeatBlock from a previous 910 /* set variables for previous range */ 926 /* the index-2 block is the same as the previous one, and filled with highValue */ 942 /* the block is the same as the previous one, and filled with highValue */ 1016 /* leave newStart with the previous block! */ 1033 /* leave newStart with the previous block! */ [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
PatternTokenizer.java | 169 // we may have to fix up previous characters 209 // we may have to fix up previous characters 217 // we may have to fix up previous characters
|
Trie2Writable.java | 470 * Set the repeatBlock instead of the null block or previous repeat block: 473 * because it's the null block or a range block (the repeatBlock from a previous 665 /* set variables for previous range */ 681 /* the index-2 block is the same as the previous one, and filled with highValue */ 697 /* the block is the same as the previous one, and filled with highValue */ 770 /* leave newStart with the previous block! */ 786 /* leave newStart with the previous block! */ 790 /* see if the beginning of this block can be overlapped with the end of the previous block */ 791 /* look for maximum overlap (modulo granularity) with the previous, adjacent block */ 871 /* leave newStart with the previous block! * [all...] |
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
BreakTransliterator.java | 295 * Implements CharacterIterator.previous() for String. 296 * @see CharacterIterator#previous 298 public char previous() method in class:BreakTransliterator.ReplaceableCharacterIterator
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
JavascriptParserImpl.java | 146 * <p>When we receive a '/', we look at the previous non space character 155 * operator is a postfix of the previous expression or a prefix of the 158 * <p>If we ruled out the previous token to be a valid regexp preceding
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
ConnectionPool.java | 140 Connection connection = i.previous(); 278 Connection connection = i.previous(); 292 Connection connection = i.previous();
|
/external/pcre/dist/sljit/ |
sljitExecAllocator.c | 41 header contains the size of the previous and the next block. These sizes 47 Previous block size: 49 n - The size of the previous block.
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 445 Tokenizer::Token previous = tokenizer.current(); local 454 // Check that the previous token is set correctly. 455 EXPECT_EQ(previous.type, tokenizer.previous().type); 456 EXPECT_EQ(previous.text, tokenizer.previous().text); 457 EXPECT_EQ(previous.line, tokenizer.previous().line); 458 EXPECT_EQ(previous.column, tokenizer.previous().column) [all...] |
/external/toybox/kconfig/lxdialog/ |
textbox.c | 154 case 'K': /* Previous line */ 191 case 'B': /* Previous page */ 333 /* Clear 'residue' of previous line */
|
/external/valgrind/gdbserver_tests/ |
README_DEVELOPERS | 21 Previous versions do not have the 'target remote |' command. It 95 if a previous test stayed blocked, the vgdb of the next test 205 start firefox like in the previous test.
|