/frameworks/base/core/java/android/widget/ |
AdapterViewAnimator.java | 346 int modulo(int pos, int size) { method in class:AdapterViewAnimator 362 int i = modulo(mCurrentWindowStartUnbounded + relativeIndex, getWindowSize()); 412 int index = modulo(i, getWindowSize()); 416 final View updatedChild = mAdapter.getView(modulo(i, adapterCount), null, this); 484 int rangeStart = modulo(newWindowStart, getWindowSize()); 485 int rangeEnd = modulo(newWindowEnd, getWindowSize()); 519 int index = modulo(i, getWindowSize()); 542 final int adapterPosition = modulo(i, adapterCount); 566 int adapterStart = modulo(mCurrentWindowStart, adapterCount); 567 int adapterEnd = modulo(mCurrentWindowEnd, adapterCount) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
div-mod.js | 92 // Test extreme corner cases of modulo. 94 // Computes the modulo by slow but lossless operations. 203 // Test the standard lithium code for modulo opeartions. 220 // Test the lithium code for modulo operations with a variable power of two 231 // Test the lithium code for modulo operations with a constant power of two
|
array-elements-from-array-prototype-chain.js | 35 // those ideally should be identical modulo host of elements and
|
array-elements-from-array-prototype.js | 35 // those ideally should be identical modulo host of elements and
|
array-elements-from-object-prototype.js | 35 // those ideally should be identical modulo host of elements and
|
/external/v8/test/mjsunit/ |
div-mod.js | 92 // Test extreme corner cases of modulo. 94 // Computes the modulo by slow but lossless operations. 203 // Test the standard lithium code for modulo opeartions. 220 // Test the lithium code for modulo operations with a variable power of two 231 // Test the lithium code for modulo operations with a constant power of two
|
array-elements-from-array-prototype-chain.js | 35 // those ideally should be identical modulo host of elements and
|
/external/chromium_org/v8/test/webkit/ |
mod-by-zero.js | 25 "This tests that modulo with zero does not crash but returns NaN."
|
/external/skia/tools/lua/ |
lua_pictures.cpp | 31 // Example usage for the modulo flag: 32 // for i in {0..5}; do lua_pictures --skpPath SKP_PATH -l YOUR_SCRIPT --modulo $i 6 &; done 33 DEFINE_string(modulo, "", "[--modulo <remainder> <divisor>]: only run tests for which " 119 SkDebugf("invalid modulo values.\n");
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3collections.c | 153 // Modulo of the table, (bucket count). 155 table->modulo = sizeHint; 208 for (bucket = 0; bucket < table->modulo; bucket++) 283 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo)); 344 bucket = table->buckets + (hash % table->modulo); 452 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo)); 496 bucket = table->buckets + (hash % table->modulo); 532 hash = (ANTLR3_UINT32)(key % (ANTLR3_INTKEY)(table->modulo)); 607 bucket = table->buckets + (hash % table->modulo); 733 if (en->bucket >= en->table->modulo) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
decimal.py | [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3collections.h | 111 ANTLR3_UINT32 modulo; member in struct:ANTLR3_HASH_TABLE_struct
|
/external/v8/src/ |
platform-nullos.cc | 52 double modulo(double x, double y) { function in namespace:v8::internal
|
platform.h | 98 double modulo(double x, double y);
|
platform-posix.cc | 127 double modulo(double x, double y) { function in namespace:v8::internal
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 499 | {modulo} [left]:factor percent [right]:value // x.y % a.b 500 {->New expression.modulo(left.expression, right.expression)} 700 | {modulo} [left]:expression [right]:expression // x % y
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-armv4.pl | 314 # byte multiplication and modulo-reduction, times 16. 381 veor $Z,$Qpost @ modulo-scheduled part 397 veor $Z,$Qpost @ modulo-scheduled artefact
|
ghash-x86_64.pl | 358 my ($Xhi,$Xi,$Hkey,$modulo)=@_; 360 $code.=<<___ if (!defined($modulo));
|
/external/openssl/crypto/modes/asm/ |
ghash-armv4.pl | 314 # byte multiplication and modulo-reduction, times 16. 381 veor $Z,$Qpost @ modulo-scheduled part 397 veor $Z,$Qpost @ modulo-scheduled artefact
|
ghash-x86_64.pl | 358 my ($Xhi,$Xi,$Hkey,$modulo)=@_; 360 $code.=<<___ if (!defined($modulo));
|
/external/chromium_org/v8/src/ |
platform.h | 96 double modulo(double x, double y);
|
platform-win32.cc | 169 double modulo(double x, double y) { function in namespace:v8::internal 176 double modulo(double x, double y) { function in namespace:v8::internal [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
JavaScriptSourceFrame.js | [all...] |
/external/dropbear/libtommath/ |
bn.tex | [all...] |