/external/llvm/test/CodeGen/SystemZ/ |
asm-14.ll | 24 ; Test the last valid value. 33 ; Test 1 above the last valid value.
|
/external/llvm/utils/ |
bisect | 23 last = None variable 37 print("Last good count: %d" % start)
|
/external/opencv3/apps/traincascade/ |
imagestorage.cpp | 46 last = round = 0; 56 src = imread( imgFilenames[last++], 0 ); 58 last %= count; 61 round += last / count; 63 last %= count; 144 last = 0; 162 if( feof( file ) || last++ >= count ) 176 last = 0;
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
BasicTimer.h | 57 // Duration in seconds between the last call to Reset() and the last call to Update().
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
BasicTimer.h | 57 // Duration in seconds between the last call to Reset() and the last call to Update().
|
/external/pdfium/testing/resources/ |
bookmarks.in | 47 % Last bookmark 59 /Last 11 0 R
|
/external/regex-re2/re2/ |
make_unicode_casefold.py | 66 last = -100 68 def evenodd(last, a, b, r): 69 if a != last+1 or b != _AddDelta(a, r[2]): 74 def evenoddpair(last, a, b, r): 75 if a != last+2: 92 if ranges and evenodd(last, a, b, ranges[-1]): 94 elif ranges and evenoddpair(last, a, b, ranges[-1]): 98 last = a
|
/external/regex-re2/re2/testing/ |
string_generator.h | 45 StringPiece sp_; // Last StringPiece returned by Next(). 46 string s_; // String data in last StringPiece returned by Next().
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/ |
AnchorTokenTest.java | 26 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); 32 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0);
|
BlockEndTokenTest.java | 26 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); 32 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0);
|
/external/toybox/tests/ |
chown.test | 12 # We chown between user "root" and the last user in /etc/passwd, 13 # and group "root" and the last group in /etc/group.
|
/external/webrtc/webrtc/base/ |
nattypes.h | 34 // the one last sent to. 38 // the one last sent to.
|
/external/wpa_supplicant_8/src/crypto/ |
aes-ccm.c | 66 size_t last = len % AES_BLOCK_SIZE; local 75 if (last) { 76 /* XOR zero-padded last block */ 77 for (i = 0; i < last; i++) 95 size_t last = len % AES_BLOCK_SIZE; local 107 if (last) { 110 /* XOR zero-padded last block */ 111 for (i = 0; i < last; i++)
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
block_switch.h | 47 Word32 windowNrg[2][BLOCK_SWITCH_WINDOWS]; /* time signal energy in Subwindows (last and current) */ 48 Word32 windowNrgF[2][BLOCK_SWITCH_WINDOWS]; /* filtered time signal energy in segments (last and current) */
|
/frameworks/base/core/java/android/net/ |
IConnectivityMetricsLogger.aidl | 34 * @param reference of the last event previously returned. The function will return 37 * After the function call it will contain reference of the last event.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
AttributedCharacterIteratorTest.java | 38 assertEquals("Wrong last", 'g', it.current()); 94 assertEquals("Wrong last", 10, it.getIndex()); 100 * @tests java.text.AttributedCharacterIterator#last() 106 assertEquals("Wrong last1", 'g', it.last()); 108 assertEquals("Wrong last2", 's', it.last()); 110 assertEquals("Wrong last3", 'r', it.last()); 112 assertTrue("Wrong last4", it.last() == CharacterIterator.DONE); 125 assertEquals("Wrong last", 'g', it.next());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/ |
iter_alloc.pass.cpp | 26 test(It first, It last) 32 S s2(first, last); 34 assert(s2.size() == std::distance(first, last)); 36 for (It it = first; it != last; ++it, ++i) 44 test(It first, It last, const A& a) 49 S s2(first, last, a); 51 assert(s2.size() == std::distance(first, last)); 53 for (It it = first; it != last; ++it, ++i)
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
special | 20 @echo LAST = $(sort $(filter FOO BAR,$(.VARIABLES))) 36 # @echo LAST = $(sort $(.TARGETS))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
sembuf.h | 25 __kernel_time_t sem_otime; /* last semop time */ 29 __kernel_time_t sem_ctime; /* last change time */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/ |
sembuf.h | 25 __kernel_time_t sem_otime; /* last semop time */ 29 __kernel_time_t sem_ctime; /* last change time */
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/machine/ |
fpu.h | 33 u_int16_t fp_ex_sw; /* saved status from last exception */ 34 u_int16_t fp_ex_tw; /* saved tag from last exception */
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/machine/ |
fpu.h | 33 u_int16_t fp_ex_sw; /* saved status from last exception */ 34 u_int16_t fp_ex_tw; /* saved tag from last exception */
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/machine/ |
fpu.h | 33 u_int16_t fp_ex_sw; /* saved status from last exception */ 34 u_int16_t fp_ex_tw; /* saved tag from last exception */
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sec-8m.d | 11 # output) had a length not a multiple of four, the last bytes were saved 15 # following (not-all-zeros) bytes. Hence a shift of the last bytes of the
|
/build/tools/rgb2565/ |
to565.c | 104 unsigned short last, color, count; local 111 if ((color == last) && (count != 65535)) { 116 write(1, &last, 2); 120 last = color; 125 write(1, &last, 2);
|