/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dqblk_v1.h | 14 /* Numbers of blocks needed for updates */
|
if_pppol2tp.h | 38 * SENDSEQ - 0 => don't send packets with sequence numbers 39 * 1 => send packets with sequence numbers 40 * RECVSEQ - 0 => receive packet sequence numbers are optional 41 * 1 => drop receive packets without sequence numbers 60 PPPOL2TP_MSG_SEQ = (1 << 2), /* sequence numbers */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dqblk_v1.h | 14 /* Numbers of blocks needed for updates */
|
if_pppol2tp.h | 38 * SENDSEQ - 0 => don't send packets with sequence numbers 39 * 1 => send packets with sequence numbers 40 * RECVSEQ - 0 => receive packet sequence numbers are optional 41 * 1 => drop receive packets without sequence numbers 60 PPPOL2TP_MSG_SEQ = (1 << 2), /* sequence numbers */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dqblk_v1.h | 14 /* Numbers of blocks needed for updates */
|
if_pppol2tp.h | 38 * SENDSEQ - 0 => don't send packets with sequence numbers 39 * 1 => send packets with sequence numbers 40 * RECVSEQ - 0 => receive packet sequence numbers are optional 41 * 1 => drop receive packets without sequence numbers 60 PPPOL2TP_MSG_SEQ = (1 << 2), /* sequence numbers */
|
/development/samples/VoiceRecognitionService/res/values/ |
strings.xml | 27 <!-- The title of the preference for the type of results to return (letters or numbers). --> 31 (letters or numbers). --> 34 <item>Numbers</item> 38 (letters or numbers). --> 45 (letters or numbers). -->
|
/external/stlport/test/unit/ |
generator_test.cpp | 41 int numbers[10]; local 43 generate(numbers, numbers + 10, ptr_gen(cxxrand)); 45 generate(numbers, numbers + 10, cxxrand);
|
iter_test.cpp | 99 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; local 101 iter_swap(numbers, numbers + 3); 103 CPPUNIT_ASSERT(numbers[0]==3); 104 CPPUNIT_ASSERT(numbers[1]==1); 105 CPPUNIT_ASSERT(numbers[2]==2); 106 CPPUNIT_ASSERT(numbers[3]==0); 107 CPPUNIT_ASSERT(numbers[4]==4); 108 CPPUNIT_ASSERT(numbers[5]==5);
|
copy_test.cpp | 120 int numbers[5] = { 1, 2, 3, 4, 5 }; local 123 copy_backward(numbers, numbers + 5, (int*)result + 5); 124 CPPUNIT_ASSERT(result[0]==numbers[0]); 125 CPPUNIT_ASSERT(result[1]==numbers[1]); 126 CPPUNIT_ASSERT(result[2]==numbers[2]); 127 CPPUNIT_ASSERT(result[3]==numbers[3]); 128 CPPUNIT_ASSERT(result[4]==numbers[4]);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
armVCCOMM_s.h | 28 ;// * Description: Finds the median of three numbers 33 ;// * [in] x First entry for the list of three numbers. 34 ;// * [in] y Second entry for the list of three numbers. 37 ;// * [in] z Third entry of the list of three numbers. 41 ;// * [out]z Median of the three numbers.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
armVCCOMM_s.h | 28 ;// * Description: Finds the median of three numbers 33 ;// * [in] x First entry for the list of three numbers. 34 ;// * [in] y Second entry for the list of three numbers. 37 ;// * [in] z Third entry of the list of three numbers. 41 ;// * [out]z Median of the three numbers.
|
/ndk/tests/device/test-gnustl-full/unit/ |
generator_test.cpp | 41 int numbers[10]; local 43 generate(numbers, numbers + 10, ptr_gen(cxxrand)); 45 generate(numbers, numbers + 10, cxxrand);
|
iter_test.cpp | 99 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; local 101 iter_swap(numbers, numbers + 3); 103 CPPUNIT_ASSERT(numbers[0]==3); 104 CPPUNIT_ASSERT(numbers[1]==1); 105 CPPUNIT_ASSERT(numbers[2]==2); 106 CPPUNIT_ASSERT(numbers[3]==0); 107 CPPUNIT_ASSERT(numbers[4]==4); 108 CPPUNIT_ASSERT(numbers[5]==5);
|
copy_test.cpp | 120 int numbers[5] = { 1, 2, 3, 4, 5 }; local 123 copy_backward(numbers, numbers + 5, (int*)result + 5); 124 CPPUNIT_ASSERT(result[0]==numbers[0]); 125 CPPUNIT_ASSERT(result[1]==numbers[1]); 126 CPPUNIT_ASSERT(result[2]==numbers[2]); 127 CPPUNIT_ASSERT(result[3]==numbers[3]); 128 CPPUNIT_ASSERT(result[4]==numbers[4]);
|
/ndk/tests/device/test-stlport/unit/ |
generator_test.cpp | 41 int numbers[10]; local 43 generate(numbers, numbers + 10, ptr_gen(cxxrand)); 45 generate(numbers, numbers + 10, cxxrand);
|
iter_test.cpp | 99 int numbers[6] = { 0, 1, 2, 3, 4, 5 }; local 101 iter_swap(numbers, numbers + 3); 103 CPPUNIT_ASSERT(numbers[0]==3); 104 CPPUNIT_ASSERT(numbers[1]==1); 105 CPPUNIT_ASSERT(numbers[2]==2); 106 CPPUNIT_ASSERT(numbers[3]==0); 107 CPPUNIT_ASSERT(numbers[4]==4); 108 CPPUNIT_ASSERT(numbers[5]==5);
|
/external/chromium/chrome/browser/safe_browsing/ |
chunk_range.h | 7 // The anti-phishing and anti-malware protocol sends ASCII strings of numbers 8 // and ranges of numbers corresponding to chunks of whitelists and blacklists. 10 // this representation, and individual integer chunk numbers. The ChunkRange 12 // chunk numbers. 22 // Each ChunkRange represents a continuous range of chunk numbers [start, stop]. 45 // Convert a set of ranges into individual chunk numbers.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
chunk_range.h | 7 // The anti-phishing and anti-malware protocol sends ASCII strings of numbers 8 // and ranges of numbers corresponding to chunks of whitelists and blacklists. 10 // this representation, and individual integer chunk numbers. The ChunkRange 12 // chunk numbers. 21 // Each ChunkRange represents a continuous range of chunk numbers [start, stop]. 44 // Convert a set of ranges into individual chunk numbers.
|
/external/chromium_org/net/quic/ |
quic_ack_notifier.h | 14 // The connection informs this class of newly ACKed sequence numbers, and once 15 // we have seen ACKs for all the sequence numbers we are interested in, we 32 // Register a set of sequence numbers that this AckNotifier should be 39 // numbers. If this set is now empty, call the stored delegate's 56 // notified of ACKs for all the sequence numbers we are tracking. 60 // Set of sequence numbers this notifier is waiting to hear about. The
|
/external/kernel-headers/original/asm-mips/vr41xx/ |
irq.h | 4 * Interrupt numbers for NEC VR4100 series. 21 * CPU core Interrupt Numbers 35 * SYINT1 Interrupt Numbers 56 * SYSINT2 Interrupt Numbers 75 * GIU Interrupt Numbers 82 * VRC4173 Interrupt Numbers
|
/external/libnfc-nxp/src/ |
phFriNfc_MapTools.h | 53 /* NFC Device Major and Minor Version numbers*/ 54 /* !!CAUTION!! these needs to be updated periodically.Major and Minor version numbers 65 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/ 69 /* NFC Device Major and Minor Version numbers*/ 70 /* !!CAUTION!! these needs to be updated periodically.Major and Minor version numbers 78 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_changes_version.h | 11 // For the most part, the sync engine treats version numbers as opaque values. 16 // 2. The server only issues positive version numbers.
|
/external/chromium_org/sync/syncable/ |
syncable_changes_version.h | 11 // For the most part, the sync engine treats version numbers as opaque values. 16 // 2. The server only issues positive version numbers.
|
/external/opencv/cvaux/src/ |
cvcreatehandmask.cpp | 52 static CvStatus icvCreateHandMask8uC1R(CvSeq * numbers, 62 if( numbers == NULL ) 65 if( !CV_IS_SEQ_POINT_SET( numbers )) 72 cvStartReadSeq( numbers, &reader, 0 ); 74 k_point = numbers->total; 108 // numbers - pointer to the input sequence of the point's indexes inside 116 cvCreateHandMask( CvSeq * numbers, IplImage * img_mask, CvRect * roi ) 134 IPPI_CALL( icvCreateHandMask8uC1R( numbers, img_mask_data,
|