HomeSort by relevance Sort by last modified time
    Searched refs:nth (Results 1 - 25 of 36) sorted by null

1 2

  /external/iptables/extensions/
libipt_statistic.c 16 " --mode mode Match mode (random, nth)\n"
19 " nth mode:\n"
20 " --every n Match every nth packet\n"
55 else if (!strcmp(optarg, "nth"))
75 &info->u.nth.every) == -1)
78 if (info->u.nth.every == 0)
80 info->u.nth.every--;
87 &info->u.nth.packet) == -1)
106 "both nth and random parameters given");
112 "--every can only be used in nth mode")
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
xt_statistic.h 38 } nth; member in union:xt_statistic_info::__anon319
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_statistic.h 38 } nth; member in union:xt_statistic_info::__anon946
  /external/kernel-headers/original/linux/netfilter/
xt_statistic.h 27 } nth; member in union:xt_statistic_info::__anon4756
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_statistic.h 27 } nth; member in union:xt_statistic_info::__anon14494
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 38 } nth; member in union:xt_statistic_info::__anon15112
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 38 } nth; member in union:xt_statistic_info::__anon15466
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 38 } nth; member in union:xt_statistic_info::__anon15820
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 38 } nth; member in union:xt_statistic_info::__anon16239
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 38 } nth; member in union:xt_statistic_info::__anon16602
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 38 } nth; member in union:xt_statistic_info::__anon17026
  /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/webkit/WebCore/inspector/front-end/
audits.css 87 #audit-result-view > .pane.expanded:nth-last-of-type(1) {
91 #audit-result-view .pane.expanded:nth-last-of-type(1) {
129 #audit-result-view .section.expanded .section-content > p:nth-of-type(1) {
133 #audit-result-view .section.expanded .section-content > p:nth-of-type(1) > *:nth-child(1) {
145 div.panel.audits .sidebar > ol.sidebar-tree > li:nth-child(1) {
  /development/ide/emacs/
android-common.el 120 (nth 1 alias)))))
  /external/bluetooth/glib/glib/
gbsearcharray.h 68 guint nth);
178 guint nth)
180 return (G_LIKELY (nth < barray->n_nodes) ?
181 G_BSEARCH_ARRAY_NODES (barray) + nth * bconfig->sizeof_node :
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
partition.h 324 * @param nth Iterator of element that must be in position afterwards.
330 parallel_nth_element(RandomAccessIterator begin, RandomAccessIterator nth,
399 if (split_pos2 <= nth)
401 else if (nth < split_pos1)
408 __gnu_sequential::nth_element(begin, nth, end, comp);
  /external/v8/src/
parser.h 119 FunctionEntry nth(int n);
  /external/v8/test/cctest/
cctest.h 139 static RegisterThreadedTest* nth(int i) { function in class:RegisterThreadedTest
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 278 public static String formatNth(int nth) {
279 return "the " + englishNthDay[nth];
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]

Completed in 331 milliseconds

1 2