Searched refs:nth (Results 1 - 16 of 16) sorted by relevance

/external/iptables/extensions/
H A Dlibipt_statistic.c16 " --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 mod
[all...]
/external/kernel-headers/original/linux/netfilter/
H A Dxt_statistic.h27 } nth; member in union:xt_statistic_info::__anon2252
/external/stlport/test/unit/
H A Dallocator_test.cpp155 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 ) {
H A Dstring_test.cpp213 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 ) {
/external/webkit/WebCore/inspector/front-end/
H A Daudits.css87 #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) {
H A Dinspector.css1201 .placard:nth-of-type(2n) {
1257 .section:nth-last-of-type(1), .event-bar:nth-last-of-type(1) {
1269 .event-bar:nth-last-of-type(1) .header {
1701 .pane.expanded:nth-last-of-type(1) {
3152 #resources-container:not(.viewing-resource) .resource-sidebar-tree-item:nth-of-type(2n) {
3156 #resources-container:not(.viewing-resource) .resources-graph-side:nth-of-type(2n) {
3423 .timeline-category-tree-item:nth-of-type(2n) {
/external/bluetooth/glib/glib/
H A Dgbsearcharray.h68 guint nth);
178 guint nth)
180 return (G_LIKELY (nth < barray->n_nodes) ?
181 G_BSEARCH_ARRAY_NODES (barray) + nth * bconfig->sizeof_node :
176 g_bsearch_array_get_nth(GBSearchArray *barray, const GBSearchConfig *bconfig, guint nth) argument
/external/v8/src/
H A Dparser.h119 FunctionEntry nth(int n);
H A Dparser.cc898 if (nth(last_entry_).start_pos() > start) {
904 FunctionEntry entry = nth(i);
930 FunctionEntry ScriptDataImpl::nth(int n) { function in class:v8::internal::ScriptDataImpl
/external/v8/test/cctest/
H A Dcctest.h139 static RegisterThreadedTest* nth(int i) { function in class:RegisterThreadedTest
H A Dtest-api.cc6931 ApiTestFuzzer* test = RegisterThreadedTest::nth(current_)->fuzzer_;
6940 const char* test_name = RegisterThreadedTest::nth(current_)->name();
6949 RegisterThreadedTest::nth(test_position)->name());
6952 RegisterThreadedTest::nth(current_)->fuzzer_->gate_->Signal();
6990 RegisterThreadedTest::nth(i)->fuzzer_ = new ApiTestFuzzer(i + start);
6993 RegisterThreadedTest::nth(i)->fuzzer_->Start();
6999 (RegisterThreadedTest::nth(test_number)->callback())();
7018 } while (!RegisterThreadedTest::nth(next_test)->fuzzer_->active_);
7038 ApiTestFuzzer *fuzzer = RegisterThreadedTest::nth(i)->fuzzer_;
/external/webkit/SunSpider/tests/parse-only/
H A Djquery-1.3.2.js1180 next: function(elem){return jQuery.nth(elem,2,"nextSibling");},
1181 prev: function(elem){return jQuery.nth(elem,2,"previousSibling");},
1662 CHILD: /:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,
1663 POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,
1801 if ( match[1] == "nth" ) {
1931 nth: function(elem, i, match){
1973 case 'nth':
2401 jQuery.nth = function(cur, result, dir, elem){
H A Dprototype-1.6.0.3.js2965 'nth-child': function(m) {
2966 return Selector.xpath.pseudos.nth("(count(./preceding-sibling::*) + 1) ", m);
2968 'nth-last-child': function(m) {
2969 return Selector.xpath.pseudos.nth("(count(./following-sibling::*) + 1) ", m);
2971 'nth-of-type': function(m) {
2972 return Selector.xpath.pseudos.nth("position() ", m);
2974 'nth-last-of-type': function(m) {
2975 return Selector.xpath.pseudos.nth("(last() + 1 - position()) ", m);
2978 m[6] = "1"; return Selector.xpath.pseudos['nth-of-type'](m);
2981 m[6] = "1"; return Selector.xpath.pseudos['nth
[all...]
H A Dconcat-jquery-mootools-prototype.js1180 next: function(elem){return jQuery.nth(elem,2,"nextSibling");},
1181 prev: function(elem){return jQuery.nth(elem,2,"previousSibling");},
1662 CHILD: /:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,
1663 POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,
1801 if ( match[1] == "nth" ) {
1931 nth: function(elem, i, match){
1973 case 'nth':
2401 jQuery.nth = function(cur, result, dir, elem){
6907 var Selectors = {Cache: {nth: {}, parsed: {}}};
6927 if (Selectors.Cache.nth[argumen
[all...]
H A Dmootools-1.2.2-core-nc.js2531 var Selectors = {Cache: {nth: {}, parsed: {}}};
2551 if (Selectors.Cache.nth[argument]) return Selectors.Cache.nth[argument];
2576 return Selectors.Cache.nth[argument] = parsed;
2812 'nth-child': function(argument, local){
2846 return Selectors.Pseudo['nth-child'].call(this, '2n+1', local);
2850 return Selectors.Pseudo['nth-child'].call(this, '2n', local);
/external/webkit/JavaScriptCore/bytecode/
H A DCodeBlock.cpp208 static unsigned instructionOffsetForNth(ExecState* exec, const Vector<Instruction>& instructions, int nth, bool (*predicate)(OpcodeID)) argument
214 if (!--nth)

Completed in 190 milliseconds