Home
last modified time | relevance | path

Searched refs:every (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/external/v8/test/mjsunit/es6/
Dtypedarray-every.js25 assertEquals(1, constructor.prototype.every.length);
32 var result = a.every(function (n) { return n < 2; });
35 var result = a.every(function (n) { return n > 2; });
38 var result = a.every(function (n) { return n >= 0; });
43 result = a.every(function (n, index, array) { return n == index && n < this.value; }, o);
48 result = a.every(function () { count++; return false; });
54 result = a.every(function (n, index, array) {
66 a.every(function () {
71 a.every(function () {
89 result = a.every(function (n, index, array) {
[all …]
/external/v8/test/webkit/
Darray-every-expected.txt24 This test checks the behavior of the every() method on Array objects.
30 PASS [12, 5, 8, 130, 44].every(isBigEnough) is false
31 PASS [12, 54, 18, 130, 44].every(isBigEnough) is true
34 PASS [12, 5, 10, 130, 44].every(isBigEnough, predicate) is false
35 PASS [12, 54, 18, 130, 44].every(isBigEnough, predicate) is true
40 PASS [12, 5, 8, 130, 44].every(isBigEnoughAndPop) is false
41 PASS [12, 54, 18, 130, 44].every(isBigEnoughAndPop) is true
44 PASS [12, 5, 8, 130, 44].every(isBigEnoughAndChange) is false
45 PASS [12, 54, 18, 130, 44].every(isBigEnoughAndChange) is false
48 PASS [12, 5, 8, 130, 44].every(isBigEnoughAndPush) is false
[all …]
Darray-enumerators-functions-expected.txt29 …astIndex=-1;copyArray(simpleArray).every(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar…
30 …lastIndex=-1;copyArray(emptyArray).every(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar…
31 …ndex=-1;copyArray(largeEmptyArray).every(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar…
32 …dex=-1;copyArray(largeSparseArray).every(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar…
33 …lastIndex=-1;copyArray(simpleArray).every(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar…
34 …;lastIndex=-1;copyArray(emptyArray).every(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar…
35 …Index=-1;copyArray(largeEmptyArray).every(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar…
36 …ndex=-1;copyArray(largeSparseArray).every(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar…
37 …lastIndex=-1;copyArray(simpleArray).every(forwarders[f], returnElem, 0) is count=0;lastIndex=-1;Ar…
38 …;lastIndex=-1;copyArray(emptyArray).every(forwarders[f], returnElem, 0) is count=0;lastIndex=-1;Ar…
[all …]
Darray-holes-expected.txt46 PASS a = []; [0, , 2, 3].every(addToArrayReturnTrue); showHoles(a) is '[0, 2, 3]'
47 PASS a = []; [0, undefined, 2, 3].every(addToArrayReturnTrue); showHoles(a) is '[0, undefined, 2, 3…
70 PASS a = []; [0, , 2, 3].every(addToArrayReturnTrue); showHoles(a) is '[0, peekaboo, 2, 3]'
71 PASS a = []; [0, undefined, 2, 3].every(addToArrayReturnTrue); showHoles(a) is '[0, undefined, 2, 3…
/external/v8/test/mjsunit/regress/
Dregress-1436.js46 [2, 3].every(non_strict);
47 [2, 3].every(non_strict, undefined);
48 [2, 3].every(non_strict, null);
49 [2, 3].every(strict);
50 [2, 3].every(strict, undefined);
51 [2, 3].every(strict_null, null);
Dregress-1447.js29 [0].every(function(){ Object.seal(Array.prototype.every); });
34 [0].every(function(){ Object.seal(Array.prototype.every); });
Dregress-2273.js65 [2].every(CheckStringReceiver, "foo");
75 [2].every(CheckCoersion, "foo");
88 [2].every(CheckStringReceiver, "foo");
98 [2].every(CheckCoersion, "foo");
Dregress-100702.js43 arr.every("".isThatMe, str);
/external/v8/test/mjsunit/
Darray-iteration.js160 assertFalse(a.every(function(n) { return n == 0 }));
162 assertTrue(a.every(function(n) { return n == 0 }));
163 assertTrue([].every(function(n) { return n == 0}));
168 assertFalse(a.every(function(n) { return this.value == n; }, o));
170 assertTrue(a.every(function(n) { return this.value == n; }, o));
175 a.every(function(n, index, array) {
184 a.every(function(n, index, array) {
194 assertTrue(a.every(function(n) { count++; return n == 2; }));
200 [1, 2].every(function() { a.push(this); return true; }, "");
205 [1, 2].every(function() { a.push(this); return true; }, {});
[all …]
/external/iptables/extensions/
Dlibxt_statistic.c41 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, u.nth.every),
72 --info->u.nth.every; in statistic_parse()
93 if (info->u.nth.packet > info->u.nth.every) in statistic_check()
97 info->u.nth.count = info->u.nth.every - info->u.nth.packet; in statistic_check()
113 info->u.nth.every + 1); in print_match()
Dlibxt_statistic.man19 [\fB!\fP] \fB\-\-every\fP \fIn\fP
20 Match one packet every nth packet. It works only with the
Dlibxt_hashlimit.man20 every time the limit specified above is not reached, up to this number; the
58 "1000 packets per second for every host in 192.168.0.0/16" =>
62 "100 packets per second for every service of 192.168.1.1" =>
66 "10000 packets per minute for every /28 subnet (groups of 8 addresses)
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Dpvsnotes3 for (every nodeX in pvsNodes):
4 for (every nodeY in pvsNodes):
9 draw every node except nodeX & nodeY
/external/autotest/client/site_tests/firmware_TouchMTB/
Dcontrol16 data. The packets are parsed and verified with specified validators for every
18 in every test.
/external/llvm/bindings/ocaml/bitwriter/
Dllvm_bitwriter.mli22 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd
35 to the channel [c]. If [unbuffered] is [true], after every write the fd
/external/fio/tools/plot/
Dfio2gnuplot.manpage40 every individual file.
45 every individual file.
51 every individual file.
57 every individual file.
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties55 # Run GC before every measurement?
66 # Run GC before every measurement?
72 # Track and log a summary of every individual allocation. This enables better error messages for
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyses.def40 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every stat…
41 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic bl…
/external/llvm/lib/Target/
DLLVMBuild.txt69 ; with every built target, which makes it easy for tools to include every
/external/valgrind/docs/internals/
Dtracking-fn-entry-exit.txt24 of every BB anyway, so I use this helper to do the tracking. This of course
30 I have a shadow call stack for every thread. For signal handlers of a thread,
38 * At the start of every BB, jump to a helper function.
92 avoid calls to helpers at every BB.
114 > - have a shadow call stack for every thread
145 Yes. Currently I do this at every BB boundary, but perhaps it should be
146 checked at every %esp change. Then, OTOH, it would look strange to attribute
/external/dagger2/
DCONTRIBUTING.md7 When submitting code, please make every effort to follow existing conventions
26 note that a Square, Inc. copyright line must appear in every copyright notice.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt25 + Basic queries for every property of every program interface
26 + Basic tests for resource list contents for every program interface
/external/iptables/include/linux/netfilter/
Dxt_statistic.h28 __u32 every; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_statistic.h28 __u32 every; member
/external/skia/platform_tools/android/gyp/
Ddependencies.gypi71 # libraries. The alternative would be to introduce a condition in every
97 # libraries. The alternative would be to introduce a condition in every
126 # libraries. The alternative would be to introduce a condition in every
160 # libraries. The alternative would be to introduce a condition in every

12345678910>>...33