Home
last modified time | relevance | path

Searched full:every (Results 1 – 25 of 9374) sorted by relevance

12345678910>>...375

/external/compiler-rt/lib/builtins/
Dpopcountti2.c27 /* Every 2 bits holds the sum of every pair of bits (64) */ in __popcountti2()
30 /* Every 4 bits holds the sum of every 4-set of bits (3 significant bits) (32) */ in __popcountti2()
33 /* Every 8 bits holds the sum of every 8-set of bits (4 significant bits) (16) */ in __popcountti2()
35 /* Every 8 bits holds the sum of every 8-set of bits (5 significant bits) (8) */ in __popcountti2()
37 /* Every 8 bits holds the sum of every 8-set of bits (6 significant bits) (4) */ in __popcountti2()
39 /* Every 8 bits holds the sum of every 8-set of bits (7 significant bits) (2) */ in __popcountti2()
Dpopcountsi2.c24 /* Every 2 bits holds the sum of every pair of bits */ in __popcountsi2()
26 /* Every 4 bits holds the sum of every 4-set of bits (3 significant bits) */ in __popcountsi2()
28 /* Every 8 bits holds the sum of every 8-set of bits (4 significant bits) */ in __popcountsi2()
Dpopcountdi2.c24 /* Every 2 bits holds the sum of every pair of bits (32) */ in __popcountdi2()
26 /* Every 4 bits holds the sum of every 4-set of bits (3 significant bits) (16) */ in __popcountdi2()
28 /* Every 8 bits holds the sum of every 8-set of bits (4 significant bits) (8) */ in __popcountdi2()
/external/iptables/extensions/
Dlibxt_statistic.c29 "[!] --every n Match every nth packet\n" in statistic_help()
40 {.name = "every", .id = O_EVERY, .type = XTTYPE_UINT32, .min = 1,
41 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, u.nth.every),
72 --info->u.nth.every; in statistic_parse()
89 "--every and --packet must be specified when " in statistic_check()
92 /* at this point, info->u.nth.every have been decreased. */ in statistic_check()
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()
147 info->u.nth.every + 1, in statistic_xlate()
/external/clang/test/CXX/class/class.mem/
Dp13.cpp6 // - every static data member of class T;
11 // - every member function of class T
16 // - every member of class T that is itself a type;
33 // - every member template of class T
48 // - every enumerator of every member of class T that is an unscoped enumerated type; and
60 // - every member of every anonymous union that is a member of class T.
/external/jacoco/org.jacoco.doc/docroot/doc/
Dconventions.html34 Update your local branches and run the build locally before every push. Push
43 in a consistent state. For every change the following items should be checked:
47 <li>Corresponding JavaDoc, every public type and member requires JavaDoc.</li>
102 <li>Every new feature should be verified by test cases.</li>
104 <li>Ideally for every reported bug a reproducer is added to the unit tests.</li>
115 Every committer and contributor must agree that all code will be published
121 Every third party content must be enlisted in the corresponding
125 Every third party content included with the JaCoCo distribution must be
130 Every source file (Java, Build Script, DTD) must have a
144 as well as for project members. Beside functional correctness every pull
[all …]
/external/guava/android/guava-tests/test/com/google/common/cache/
DTestingCacheLoaders.java59 /** Returns a {@link CacheLoader} that returns the given {@code constant} for every request. */
64 /** Returns a {@link CacheLoader} that returns the given {@code constant} for every request. */
69 /** Returns a {@link CacheLoader} that throws the given error for every request. */
80 /** Returns a {@link CacheLoader} that throws the given exception for every request. */
91 /** Returns a {@link CacheLoader} that returns the key for every request. */
97 * Returns a {@code new Object()} for every request, and increments a counter for every request.
128 * Returns a {@code new Object()} for every request, and increments a counter for every request.
/external/guava/guava-tests/test/com/google/common/cache/
DTestingCacheLoaders.java59 /** Returns a {@link CacheLoader} that returns the given {@code constant} for every request. */
64 /** Returns a {@link CacheLoader} that returns the given {@code constant} for every request. */
69 /** Returns a {@link CacheLoader} that throws the given error for every request. */
80 /** Returns a {@link CacheLoader} that throws the given exception for every request. */
91 /** Returns a {@link CacheLoader} that returns the key for every request. */
97 * Returns a {@code new Object()} for every request, and increments a counter for every request.
128 * Returns a {@code new Object()} for every request, and increments a counter for every request.
/external/bcc/tools/
Dmemleak_example.txt112 By default, memleak prints its output every 5 seconds. To change this
119 ... will print the outstanding allocation statistics every second, for ten
124 control the overhead by sampling every N-th allocation. For example, to sample
125 roughly 10% of the allocations and print the outstanding allocations every 5
145 Note that even though the application leaks 16 bytes of memory every second,
146 the report (printed every 5 seconds) doesn't "see" all the allocations because
203 sample every N-th allocation to decrease the overhead
215 allocations every 5 seconds
220 every 10 seconds for outstanding allocations
225 allocations every 5 seconds
[all …]
/external/perfetto/protos/perfetto/config/sys_stats/
Dsys_stats_config.proto33 // Polls /proc/meminfo every X ms, if non-zero.
42 // Polls /proc/vmstat every X ms, if non-zero.
48 // Pols /proc/stat every X ms, if non-zero.
61 // Polls /sys/devfreq/*/curfreq every X ms, if non-zero.
67 // Polls /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq every X ms.
71 // Polls /proc/buddyinfo every X ms, if non-zero.
75 // Polls /proc/diskstats every X ms, if non-zero.
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DCharEncoding.java24 * Character encoding names required of every implementation of the Java platform.
29 …* <p><cite>Every implementation of the Java platform is required to support the following characte…
45 … * <p>Every implementation of the Java platform is required to support this character encoding.</p>
53 … * <p>Every implementation of the Java platform is required to support this character encoding.</p>
61 … * <p>Every implementation of the Java platform is required to support this character encoding.</p>
68 … * <p>Every implementation of the Java platform is required to support this character encoding.</p>
75 … * <p>Every implementation of the Java platform is required to support this character encoding.</p>
82 … * <p>Every implementation of the Java platform is required to support this character encoding.</p>
/external/cronet/third_party/metrics_proto/
Dstructured_data.proto26 // ID is device-wide, not per-profile. The ID is rotated at least every 90
29 // For events of type SEQUENCE, the ID will be rotated every 120 days.
42 // Since the per-profile, per-project keys are rotated every 120 days, this
43 // means that the |user_project_id| will also change every N days. For more
48 // ID is rotated every 120 days.
54 // Since the per-device, per-project keys are rotated every N (default 90)
55 // days, this means that the |device_project_id| will also change every N
94 // never leave the device, and are rotated at least every 90 days.
138 // Monotonically increasing number incremented every time a system reset is
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DEvery.java7 public class Every<T> extends TypeSafeDiagnosingMatcher<Iterable<? extends T>> { class
10 public Every(Matcher<? super T> matcher) { in Every() method in Every
28 description.appendText("every item is ").appendDescriptionOf(matcher); in describeTo()
39 * the matcher to apply to every item provided by the examined {@link Iterable}
42 return new Every<U>(itemMatcher); in everyItem()
/external/libwebm/webm_parser/include/webm/
Ddom_types.h55 Returns true if every member within the two objects are equal.
78 Returns true if every member within the two objects are equal.
95 Returns true if every member within the two objects are equal.
112 Returns true if every member within the two objects are equal.
129 Returns true if every member within the two objects are equal.
149 Returns true if every member within the two objects are equal.
212 Returns true if every member within the two objects are equal.
236 Returns true if every member within the two objects are equal.
284 Returns true if every member within the two objects are equal.
319 Returns true if every member within the two objects are equal.
[all …]
/external/bazel-skylib/tests/native_binary/
DBUILD31 # Therefore we can use ".exe" on every platform.
43 # Therefore we can use ".exe" on every platform.
66 # Therefore we can use ".exe" on every platform.
78 # Therefore we can use ".exe" on every platform.
90 # Therefore we can use ".exe" on every platform.
100 # Therefore we can use ".exe" on every platform.
/external/tensorflow/tensorflow/python/framework/
Dmemory_checker.py52 >>> # Simulating `tf.constant(1)` object leak every iteration.
59 >>> # snapshots per every stack trace.
65 `record_snapshot()` must be called once every iteration at the same location.
67 is a leak, it's happening similarly on every snapshot.
87 `record_snapshot()` must be called once every iteration at the same
89 that if there is a leak, it's happening similarly on every snapshot.
115 type(Python) orit happens at the same stack trace(C++) at every snapshot,
/external/sl4a/Common/src/org/apache/commons/codec/
DCharEncoding.java21 * Character encoding names required of every implementation of the Java platform.
26 …* <cite>Every implementation of the Java platform is required to support the following character e…
58 * Every implementation of the Java platform is required to support this character encoding.
70 * Every implementation of the Java platform is required to support this character encoding.
83 * Every implementation of the Java platform is required to support this character encoding.
95 * Every implementation of the Java platform is required to support this character encoding.
107 * Every implementation of the Java platform is required to support this character encoding.
119 * Every implementation of the Java platform is required to support this character encoding.
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DCharsetNames.java22 * Character encoding names required of every implementation of the Java platform.
27 …* <cite>Every implementation of the Java platform is required to support the following character e…
58 * Every implementation of the Java platform is required to support this character encoding.
70 * Every implementation of the Java platform is required to support this character encoding.
83 * Every implementation of the Java platform is required to support this character encoding.
95 * Every implementation of the Java platform is required to support this character encoding.
107 * Every implementation of the Java platform is required to support this character encoding.
119 * Every implementation of the Java platform is required to support this character encoding.
DCharsets.java25 * Charsets required of every implementation of the Java platform.
30 …* <cite>Every implementation of the Java platform is required to support the following character e…
94 * Every implementation of the Java platform is required to support this character encoding.
107 * Every implementation of the Java platform is required to support this character encoding.
121 * Every implementation of the Java platform is required to support this character encoding.
134 * Every implementation of the Java platform is required to support this character encoding.
147 * Every implementation of the Java platform is required to support this character encoding.
160 * Every implementation of the Java platform is required to support this character encoding.
/external/webrtc/modules/rtp_rtcp/source/
Dpacket_loss_stats_unittest.cc22 // Add a lost packet as every other packet, they should all count as single
33 // Add a lost packet as every other packet, but such that the sequence numbers
44 // Add a lost packet as every other packet, but such that the sequence numbers
56 // Add a lost packet as the first three of every eight packets. Each set of
69 // Add a lost packet as the first three of every eight packets such that the
82 // Add a lost packet as the first three of every eight packets such that the
96 // Add loss packets as the first three and the fifth of every eight packets. The
109 // Add loss packets as the first three and the fifth of every eight packets such
122 // Add loss packets as the first three and the fifth of every eight packets such
/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp245 // Test SCC computation against every graph with NUM_NODES nodes or less. in TEST()
246 // Since SCC considers every node to have an implicit self-edge, we only in TEST()
247 // create graphs for which every node has a self-edge. in TEST()
285 // There should be at least one node in every SCC. in TEST()
288 // Check that every node in the SCC is reachable from every other node in in TEST()
294 // OK, now that we now that every node in the SCC is reachable from every in TEST()
296 // SCC is the same as the set of nodes reachable from every node in the in TEST()
297 // SCC. Check that for every node N not in the SCC but reachable from the in TEST()
315 // reachable from every other. in TEST()
/external/rust/crates/regex/
DHACKING.md42 to exponential runtimes, so we keep track of every state we've visited to make
54 a new state for every input byte, regardless of what's in the state cache). To
114 point in the program to another were removed. Instead, every instruction has a
147 This means that every compilation of a regular expression generally results in
161 Only the first two matching engines are capable of executing every regular
233 approach would have been to encode every test into some kind of format (like
241 algorithm on every regex.
243 algorithm on every regex and use *arbitrary* byte based programs.
245 algorithm on every regex and use *UTF-8* byte based programs.
247 backtracking on every regex.
[all …]
/external/perfetto/infra/ci/controller/
Dcron.yaml17 schedule: every 1 hours
22 schedule: every 24 hours
27 schedule: every 15 minutes
35 schedule: every 5 minutes
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DRegisterFile.h40 // There is one RegisterMappingTracker for every PRF definition in the
55 // Maximum number of register moves that can be eliminated by this PRF every
57 // moves which can be eliminated every cycle.
62 // This value is increased by one every time a register move is eliminated.
63 // Every new cycle, this value is reset to zero.
102 // There is a RegisterRenamingInfo object for every logical register defined
131 // Every register declared by the Target is associated with an instance of
138 // register file #0. If we exclude register #0, every register is "owned" by
181 // Create an instance of RegisterMappingTracker for every register file
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DCharsets.java27 * Charsets required of every implementation of the Java platform.
32 …* <cite>Every implementation of the Java platform is required to support the following character e…
79 * Every implementation of the Java platform is required to support this character encoding.
93 * Every implementation of the Java platform is required to support this character encoding.
108 * Every implementation of the Java platform is required to support this character encoding.
122 * Every implementation of the Java platform is required to support this character encoding.
136 * Every implementation of the Java platform is required to support this character encoding.
150 * Every implementation of the Java platform is required to support this character encoding.
160 …* Constructs a sorted map from canonical charset names to charset objects required of every implem…

12345678910>>...375