HomeSort by relevance Sort by last modified time
    Searched defs:nth (Results 51 - 64 of 64) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_statistic.h 38 } nth; member in union:xt_statistic_info::__anon61050
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 38 } nth; member in union:xt_statistic_info::__anon61502
  /external/stlport/test/unit/
allocator_test.cpp 155 const size_t nth = 2; local
156 SharedDatas datas(nth);
157 pthread_t t[nth];
160 for (i = 0; i < nth; ++i) {
164 for (i = 0; i < nth; ++i ) {
string_test.cpp 213 const int nth = 2; local
215 pthread_t t[nth];
217 for ( int i = 0; i < nth; ++i ) {
221 for ( int i = 0; i < nth; ++i ) {
229 HANDLE t[nth];
232 for ( i = 0; i < nth; ++i ) {
236 if (WaitForMultipleObjects(nth, t, TRUE, INFINITE) == WAIT_FAILED) {
239 for ( i = 0; i < nth; ++i ) {
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 155 const size_t nth = 2; local
156 SharedDatas datas(nth);
157 pthread_t t[nth];
160 for (i = 0; i < nth; ++i) {
164 for (i = 0; i < nth; ++i ) {
string_test.cpp 213 const int nth = 2; local
215 pthread_t t[nth];
217 for ( int i = 0; i < nth; ++i ) {
221 for ( int i = 0; i < nth; ++i ) {
229 HANDLE t[nth];
232 for ( i = 0; i < nth; ++i ) {
236 if (WaitForMultipleObjects(nth, t, TRUE, INFINITE) == WAIT_FAILED) {
239 for ( i = 0; i < nth; ++i ) {
    [all...]
  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 155 const size_t nth = 2; local
156 SharedDatas datas(nth);
157 pthread_t t[nth];
160 for (i = 0; i < nth; ++i) {
164 for (i = 0; i < nth; ++i ) {
string_test.cpp 213 const int nth = 2; local
215 pthread_t t[nth];
217 for ( int i = 0; i < nth; ++i ) {
221 for ( int i = 0; i < nth; ++i ) {
229 HANDLE t[nth];
232 for ( i = 0; i < nth; ++i ) {
236 if (WaitForMultipleObjects(nth, t, TRUE, INFINITE) == WAIT_FAILED) {
239 for ( i = 0; i < nth; ++i ) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
iteration-semantics.js 89 function nth(iter, n) { function
176 assertEquals(10, nth(integers_from(0), 10));
  /external/openfst/src/extensions/ngram/
bitmap-index.cc 88 int nth = nth_bit(bits_[offset], rembits); local
89 return (offset << BitmapIndex::kStorageLogBitSize) + nth;
111 int nth = nth_bit(~bits_[offset], remzeros); local
112 return (offset << BitmapIndex::kStorageLogBitSize) + nth;
  /external/v8/test/cctest/
cctest.h 145 static RegisterThreadedTest* nth(int i) { function in class:RegisterThreadedTest
  /external/chromium_org/v8/test/cctest/
cctest.h 182 static RegisterThreadedTest* nth(int i) { function in class:RegisterThreadedTest
  /external/javassist/src/main/javassist/
CtField.java 511 * @param nth the n-th (&gt;= 0) parameter is used as
513 * If nth is 0, then the first parameter is
516 public static Initializer byParameter(int nth) {
518 i.nthParam = nth;
935 int nth = nthParamToLocal(nthParam, parameters, false); local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 419 milliseconds

1 23