Home
last modified time | relevance | path

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

12345678910>>...369

/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/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/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()
151 info->u.nth.every + 1, in statistic_xlate()
/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.
79 // Polls /proc/pressure/* every X ms, if non-zero.
/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/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/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/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/trusty/arm-trusted-firmware/lib/compiler-rt/builtins/
Dpopcountsi2.c20 // Every 2 bits holds the sum of every pair of bits in __popcountsi2()
22 // Every 4 bits holds the sum of every 4-set of bits (3 significant bits) in __popcountsi2()
24 // Every 8 bits holds the sum of every 8-set of bits (4 significant bits) in __popcountsi2()
Dpopcountdi2.c20 // Every 2 bits holds the sum of every pair of bits (32) in __popcountdi2()
22 // Every 4 bits holds the sum of every 4-set of bits (3 significant bits) (16) in __popcountdi2()
24 // Every 8 bits holds the sum of every 8-set of bits (4 significant bits) (8) in __popcountdi2()
/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/bazel-skylib/tests/native_binary/
DBUILD40 # Therefore we can use ".exe" on every platform.
52 # Therefore we can use ".exe" on every platform.
71 # Therefore we can use ".exe" on every platform.
83 # Therefore we can use ".exe" on every platform.
95 # Therefore we can use ".exe" on every platform.
111 # Therefore we can use ".exe" on every platform.
121 # Therefore we can use ".exe" on every platform.
/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/
DRecurringTimeWindowOrBuilder.java68 * For example, to have something repeat every weekday, you'd use:
72 * For the first weekend of every month:
75 * a 9-5 UTC-4 window every weekday, you'd use something like:
81 * Windows can span multiple days. Eg, to make the window encompass every
105 * For example, to have something repeat every weekday, you'd use:
109 * For the first weekend of every month:
112 * a 9-5 UTC-4 window every weekday, you'd use something like:
118 * Windows can span multiple days. Eg, to make the window encompass every
DRecurringTimeWindow.java127 * For example, to have something repeat every weekday, you'd use:
131 * For the first weekend of every month:
134 * a 9-5 UTC-4 window every weekday, you'd use something like:
140 * Windows can span multiple days. Eg, to make the window encompass every
175 * For example, to have something repeat every weekday, you'd use:
179 * For the first weekend of every month:
182 * a 9-5 UTC-4 window every weekday, you'd use something like:
188 * Windows can span multiple days. Eg, to make the window encompass every
781 * For example, to have something repeat every weekday, you'd use:
785 * For the first weekend of every month:
[all …]
/external/google-cloud-java/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/
DRecurringTimeWindowOrBuilder.java68 * For example, to have something repeat every weekday, you'd use:
72 * For the first weekend of every month:
75 * a 9-5 UTC-4 window every weekday, you'd use something like:
81 * Windows can span multiple days. Eg, to make the window encompass every
105 * For example, to have something repeat every weekday, you'd use:
109 * For the first weekend of every month:
112 * a 9-5 UTC-4 window every weekday, you'd use something like:
118 * Windows can span multiple days. Eg, to make the window encompass every
DRecurringTimeWindow.java127 * For example, to have something repeat every weekday, you'd use:
131 * For the first weekend of every month:
134 * a 9-5 UTC-4 window every weekday, you'd use something like:
140 * Windows can span multiple days. Eg, to make the window encompass every
175 * For example, to have something repeat every weekday, you'd use:
179 * For the first weekend of every month:
182 * a 9-5 UTC-4 window every weekday, you'd use something like:
188 * Windows can span multiple days. Eg, to make the window encompass every
776 * For example, to have something repeat every weekday, you'd use:
780 * For the first weekend of every month:
[all …]
/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/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/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.
/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/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/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.
170 // Monotonically increasing number incremented every time a system reset is
/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

12345678910>>...369