HomeSort by relevance Sort by last modified time
    Searched full:upto (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /external/e2fsprogs/lib/ext2fs/
alloc.c 112 ext2_ino_t i, ino_in_group, upto, first_zero; local
137 upto = i + (EXT2_INODES_PER_GROUP(fs->super) - ino_in_group);
138 if (i < start_inode && upto >= start_inode)
139 upto = start_inode - 1;
140 if (upto > fs->super->s_inodes_count)
141 upto = fs->super->s_inodes_count;
143 retval = ext2fs_find_first_zero_inode_bitmap2(map, i, upto,
151 i = upto + 1;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
CallbackStack.cpp 200 Block* upto = 0; local
202 upto = from;
204 invokeOldestCallbacks(from, upto, visitor);
208 void CallbackStack::invokeOldestCallbacks(Block* from, Block* upto, Visitor* visitor)
210 if (from == upto)
214 invokeOldestCallbacks(from->next(), upto, visitor);
  /external/guava/guava-tests/test/com/google/common/collect/
BstRangeOpsTest.java 78 countAggregate, GeneralRange.upTo(Ordering.natural(), c, type), ROOT);
175 GeneralRange<Character> range1 = GeneralRange.upTo(Ordering.natural(), 'f', CLOSED);
178 GeneralRange<Character> range2 = GeneralRange.upTo(Ordering.natural(), 'f', OPEN);
181 GeneralRange<Character> range3 = GeneralRange.upTo(Ordering.natural(), 'a', CLOSED);
184 GeneralRange<Character> range4 = GeneralRange.upTo(Ordering.natural(), 'a', OPEN);
187 GeneralRange<Character> range5 = GeneralRange.upTo(Ordering.natural(), 'c', OPEN);
190 GeneralRange<Character> range6 = GeneralRange.upTo(Ordering.natural(), 'c', CLOSED);
303 GeneralRange<Character> range1 = GeneralRange.upTo(Ordering.natural(), 'd', OPEN);
307 GeneralRange<Character> range2 = GeneralRange.upTo(Ordering.natural(), 'd', CLOSED);
311 GeneralRange<Character> range3 = GeneralRange.upTo(Ordering.natural(), 'a', CLOSED)
    [all...]
RangesTest.java 78 Ranges.upTo(7, CLOSED))
81 Ranges.upTo(7, OPEN))
GeneralRangeTest.java 111 GeneralRange<Integer> range = GeneralRange.upTo(ORDERING, 3, lBoundType);
179 assertEquals(GeneralRange.upTo(Ordering.natural(), 3, endpointType),
180 GeneralRange.from(Ranges.upTo(3, endpointType)));
199 GeneralRange.upTo(ORDERING, 3, CLOSED).reverse());
200 assertEquals(GeneralRange.upTo(ORDERING.reverse(), 3, OPEN),
  /external/iptables/extensions/
libxt_hashlimit.man 7 A hash limit option (\fB\-\-hashlimit\-upto\fP, \fB\-\-hashlimit\-above\fP) and
10 \fB\-\-hashlimit\-upto\fP \fIamount\fP[\fB/second\fP|\fB/minute\fP|\fB/hour\fP|\fB/day\fP]
59 \-s 192.168.0.0/16 \-\-hashlimit\-mode srcip \-\-hashlimit\-upto 1000/sec
63 \-s 192.168.1.1 \-\-hashlimit\-mode srcport \-\-hashlimit\-upto 100/sec
68 \-s 10.0.0.8 \-\-hashlimit\-mask 28 \-\-hashlimit\-upto 10000/min
libxt_connlimit.man 4 \fB\-\-connlimit\-upto\fP \fIn\fP
28 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-upto 2 \-j ACCEPT
libxt_connlimit.c 24 " --connlimit-upto n match if the number of existing connections is 0..n\n"
33 {.name = "connlimit-upto", .id = O_UPTO, .excl = F_ABOVE,
104 "\"--connlimit-upto\".");
156 printf(" --connlimit-upto %u", info->limit);
174 printf(" --connlimit-upto %u", info->limit);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
ptrace.h 47 /* arguments: non interrupts/non tracing syscalls only save upto here*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ptrace.h 47 /* arguments: non interrupts/non tracing syscalls only save upto here*/
  /external/iptables/tests/
options-most.rules 12 -A INPUT -p tcp -m cluster --cluster-local-nodemask 0x00000001 --cluster-total-nodes 2 --cluster-hash-seed 0x00000001 -m cluster --cluster-local-nodemask 0x00000001 --cluster-total-nodes 2 --cluster-hash-seed 0x00000001 -m comment --comment foo -m connbytes --connbytes 1:2 --connbytes-mode packets --connbytes-dir both -m connlimit --connlimit-upto 1 --connlimit-mask 8 --connlimit-saddr -m connlimit --connlimit-above 1 --connlimit-mask 9 --connlimit-daddr -m connmark --mark 0x99 -m conntrack --ctstate INVALID --ctproto 6 --ctorigsrc fe80::/64 --ctorigdst fe80::/64 --ctreplsrc fe80::/64 --ctrepldst fe80::/64 --ctorigsrcport 12 --ctorigdstport 13 --ctreplsrcport 14 --ctrepldstport 15 --ctstatus EXPECTED --ctexpire 1:2 --ctdir REPLY -m cpu --cpu 2 -m dscp --dscp 0x04 -m dscp --dscp 0x00 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 5 --hashlimit-mode srcip,dstip --hashlimit-name f1 --hashlimit-htable-size 64 --hashlimit-htable-max 128 --hashlimit-htable-gcinterval 60 --hashlimit-htable-expire 120 --hashlimit-srcmask 24 --hashlimit-dstmask 24 -m hashlimit --hashlimit-above 5/sec --hashlimit-burst 5 --hashlimit-name f1 -m helper --helper ftp -m iprange --src-range ::1-::2 --dst-range ::1-::2 -m ipvs --vaddr fe80::/64 --vport 1 --vdir REPLY --vmethod GATE --vportctl 21 -m length --length 1:2 -m limit --limit 1/sec -m mac --mac-source 01:02:03:04:05:06 -m mark --mark 0x1 -m physdev --physdev-in eth0 -m pkttype --pkt-type unicast -m policy --dir in --pol ipsec --strict --reqid 1 --spi 0x1 --proto esp --mode tunnel --tunnel-dst fe80::/64 --tunnel-src fe80::/64 --next --reqid 2 -m quota --quota 0 -m recent --rcheck --name DEFAULT --rsource -m socket --transparent -m string --string "foobar" --algo kmp --from 1 --to 2 --icase -m time --timestart 01:02:03 --timestop 03:04:05 --monthdays 1,2,3,4,5 --weekdays Mon,Fri,Sun --datestart 2001-02-03T04:05:06 --datestop 2012-09-08T09:06:05 --utc -m tos --tos 0xff/0x01 -m u32 --u32 "0x0=0x0" -m u32 --u32 "0x0=0x0" -m hbh -m hbh -m hl --hl-eq 1
18 -A INPUT -p tcp -m connlimit --connlimit-upto 1 --connlimit-mask 8 --connlimit-saddr
25 -A INPUT -p tcp -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 5 --hashlimit-mode srcip,dstip --hashlimit-name f1 --hashlimit-htable-size 64 --hashlimit-htable-max 128 --hashlimit-htable-gcinterval 60 --hashlimit-htable-expire 120 --hashlimit-srcmask 24 --hashlimit-dstmask 24
94 -A matches -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-name mini1 --hashlimit-htable-expire 2000
95 -A matches -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-name mini1
96 -A matches -m hashlimit --hashlimit-upto 1/min --hashlimit-burst 1 --hashlimit-name mini2
97 -A matches -m hashlimit --hashlimit-upto 1/hour --hashlimit-burst 1 --hashlimit-name mini3
98 -A matches -m hashlimit --hashlimit-upto 1/day --hashlimit-burst 1 --hashlimit-name mini4
99 -A matches -m hashlimit --hashlimit-upto 4kb/s --hashlimit-burst 400kb --hashlimit-name mini
    [all...]
  /cts/suite/audio_quality/lib/src/audio/
AudioPlaybackLocal.cpp 17 // TODO remove all the headers upto asound.h after removing pcm_drain hack
  /external/chromium_org/chrome/browser/chromeos/drive/
job_queue.cc 30 // Looks up the queue in the order of priority upto |accepted_priority|.
  /external/chromium_org/third_party/libwebp/utils/
filters.h 48 // (assuming rows upto 'row - 1' are already reconstructed).
  /external/openssl/crypto/des/
README 50 library can vary by upto %10 due to the positioning of files after application
  /external/webp/src/utils/
filters.h 48 // (assuming rows upto 'row - 1' are already reconstructed).
  /system/core/include/mincrypt/
hash-internal.h 50 uint32_t state[8]; // upto SHA2
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
SaveRestoreStateTest.java 78 private void setServerResponseAndLoad(TestVars vars, int upto) throws Throwable {
79 for (int i = 0; i < upto; ++i) {
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
slice_group.js 286 var closeOpenSlices = function(upTo) {
293 if ((startA === undefined || startA < upTo) &&
294 (startB === undefined || startB < upTo)) {
  /external/chromium_org/chrome/browser/sync/test/integration/
retry_verifier.cc 34 // Fills the table with the maximum and minimum values for each retry, upto
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
diff.rb 110 start_in_old.upto(end_in_old - 1) do |index_in_old|
  /external/eigen/test/
eigensolver_complex.cpp 16 /* Check that two column vectors are approximately equal upto permutations,
  /external/iproute2/examples/diffserv/
Edge2 39 # size of # 1.5 KB) in the long run and upto about 6 packets in the
  /hardware/qcom/display/msm8084/libqdutils/
profiler.h 76 /* current frame, will go upto period, and then reset */
  /hardware/qcom/display/msm8226/libqdutils/
profiler.h 76 /* current frame, will go upto period, and then reset */

Completed in 968 milliseconds

1 2 3 4 5 6 7 8 9