Home
last modified time | relevance | path

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

12345678910>>...730

/aosp_15_r20/packages/apps/Calendar/res/values/
Darrays.xml248 on the Nth WEEKDAY of every month. For example, the 3rd Monday of every month, or
252 <!-- Repeat a monthly event on the same nth day of every Sunday. [CHAR LIMIT=30] -->
254 <item >on every first Sunday</item>
255 <item >on every second Sunday</item>
256 <item >on every third Sunday</item>
257 <item >on every fourth Sunday</item>
258 <item >on every last Sunday</item>
260 <!-- Repeat a monthly event on the same nth day of every Monday. [CHAR LIMIT=30] -->
262 <item >on every first Monday</item>
263 <item >on every second Monday</item>
[all …]
/aosp_15_r20/packages/apps/Calendar/res/values-en-rCA/
Darrays.xml120 <item msgid="143841313172233420">"on every first Sunday"</item>
121 <item msgid="2557379346106451363">"on every second Sunday"</item>
122 <item msgid="7622144489915654132">"on every third Sunday"</item>
123 <item msgid="527152448137686021">"on every fourth Sunday"</item>
124 <item msgid="5057483608824759350">"on every last Sunday"</item>
127 <item msgid="7539974918997689048">"on every first Monday"</item>
128 <item msgid="4484275849072423978">"on every second Monday"</item>
129 <item msgid="8956169860824371383">"on every third Monday"</item>
130 <item msgid="6924403357659569326">"on every fourth Monday"</item>
131 <item msgid="1379608815263472161">"on every last Monday"</item>
[all …]
/aosp_15_r20/packages/apps/Calendar/res/values-en-rGB/
Darrays.xml120 <item msgid="143841313172233420">"on every first Sunday"</item>
121 <item msgid="2557379346106451363">"on every second Sunday"</item>
122 <item msgid="7622144489915654132">"on every third Sunday"</item>
123 <item msgid="527152448137686021">"on every fourth Sunday"</item>
124 <item msgid="5057483608824759350">"on every last Sunday"</item>
127 <item msgid="7539974918997689048">"on every first Monday"</item>
128 <item msgid="4484275849072423978">"on every second Monday"</item>
129 <item msgid="8956169860824371383">"on every third Monday"</item>
130 <item msgid="6924403357659569326">"on every fourth Monday"</item>
131 <item msgid="1379608815263472161">"on every last Monday"</item>
[all …]
/aosp_15_r20/packages/apps/Calendar/res/values-en-rIN/
Darrays.xml120 <item msgid="143841313172233420">"on every first Sunday"</item>
121 <item msgid="2557379346106451363">"on every second Sunday"</item>
122 <item msgid="7622144489915654132">"on every third Sunday"</item>
123 <item msgid="527152448137686021">"on every fourth Sunday"</item>
124 <item msgid="5057483608824759350">"on every last Sunday"</item>
127 <item msgid="7539974918997689048">"on every first Monday"</item>
128 <item msgid="4484275849072423978">"on every second Monday"</item>
129 <item msgid="8956169860824371383">"on every third Monday"</item>
130 <item msgid="6924403357659569326">"on every fourth Monday"</item>
131 <item msgid="1379608815263472161">"on every last Monday"</item>
[all …]
/aosp_15_r20/packages/apps/Calendar/res/values-en-rAU/
Darrays.xml120 <item msgid="143841313172233420">"on every first Sunday"</item>
121 <item msgid="2557379346106451363">"on every second Sunday"</item>
122 <item msgid="7622144489915654132">"on every third Sunday"</item>
123 <item msgid="527152448137686021">"on every fourth Sunday"</item>
124 <item msgid="5057483608824759350">"on every last Sunday"</item>
127 <item msgid="7539974918997689048">"on every first Monday"</item>
128 <item msgid="4484275849072423978">"on every second Monday"</item>
129 <item msgid="8956169860824371383">"on every third Monday"</item>
130 <item msgid="6924403357659569326">"on every fourth Monday"</item>
131 <item msgid="1379608815263472161">"on every last Monday"</item>
[all …]
/aosp_15_r20/external/libwebm/webm_parser/include/webm/
H A 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 …]
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A 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()
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
H A DFlow.java256 * * They are inherited by every page's [transition
281 * * They are inherited by every page's [transition
306 * * They are inherited by every page's [transition
330 * * They are inherited by every page's [transition
354 * * They are inherited by every page's [transition
384 * * They are inherited by every page's [event
407 * * They are inherited by every page's [event
431 * * They are inherited by every page's [event
454 * * They are inherited by every page's [event
477 * * They are inherited by every page's [event
[all …]
H A DFlowOrBuilder.java114 * * They are inherited by every page's [transition
135 * * They are inherited by every page's [transition
156 * * They are inherited by every page's [transition
177 * * They are inherited by every page's [transition
199 * * They are inherited by every page's [transition
222 * * They are inherited by every page's [event
242 * * They are inherited by every page's [event
262 * * They are inherited by every page's [event
282 * * They are inherited by every page's [event
303 * * They are inherited by every page's [event
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
H A DFlow.java256 * * They are inherited by every page's [transition
282 * * They are inherited by every page's [transition
308 * * They are inherited by every page's [transition
333 * * They are inherited by every page's [transition
358 * * They are inherited by every page's [transition
389 * * They are inherited by every page's [event
413 * * They are inherited by every page's [event
437 * * They are inherited by every page's [event
460 * * They are inherited by every page's [event
483 * * They are inherited by every page's [event
[all …]
H A DFlowOrBuilder.java114 * * They are inherited by every page's [transition
136 * * They are inherited by every page's [transition
158 * * They are inherited by every page's [transition
180 * * They are inherited by every page's [transition
203 * * They are inherited by every page's [transition
227 * * They are inherited by every page's [event
247 * * They are inherited by every page's [event
267 * * They are inherited by every page's [event
287 * * They are inherited by every page's [event
308 * * They are inherited by every page's [event
[all …]
/aosp_15_r20/external/perfetto/protos/perfetto/config/sys_stats/
H A 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.
83 // Polls /sys/class/thermal/* every X ms, if non-zero.
87 // Polls /sys/devices/system/cpu/cpu*/cpuidle/state* every X ms, if non-zero.
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DActiveLearningConfig.java26 * label the data incrementally by several iterations. For every iteration, it
193 * Active learning data sampling config. For every active learning labeling
209 * Active learning data sampling config. For every active learning labeling
227 * Active learning data sampling config. For every active learning labeling
246 * CMLE training config. For every active learning labeling iteration, system
263 * CMLE training config. For every active learning labeling iteration, system
282 * CMLE training config. For every active learning labeling iteration, system
519 * label the data incrementally by several iterations. For every iteration, it
921 * Active learning data sampling config. For every active learning labeling
936 * Active learning data sampling config. For every active learning labeling
[all …]
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DActiveLearningConfig.java26 * label the data incrementally by several iterations. For every iteration, it
193 * Active learning data sampling config. For every active learning labeling
209 * Active learning data sampling config. For every active learning labeling
227 * Active learning data sampling config. For every active learning labeling
246 * CMLE training config. For every active learning labeling iteration, system
263 * CMLE training config. For every active learning labeling iteration, system
282 * CMLE training config. For every active learning labeling iteration, system
518 * label the data incrementally by several iterations. For every iteration, it
919 * Active learning data sampling config. For every active learning labeling
934 * Active learning data sampling config. For every active learning labeling
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dcross_device_ops_test.py333 "count. NCCL requires physical GPUs for every process.")
338 "every process.")
380 "count. NCCL requires physical GPUs for every process.")
385 "every process.")
465 "count. NCCL requires physical GPUs for every process.")
470 "every process.")
513 "count. NCCL requires physical GPUs for every process.")
518 "every process.")
642 "count. NCCL requires physical GPUs for every process.")
647 "every process.")
[all …]
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/1/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()
/aosp_15_r20/external/iptables/extensions/
H A 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()
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/gensrcs/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()
/aosp_15_r20/external/jacoco/org.jacoco.doc/docroot/doc/
H A 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 …]
/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/
H A DSystemTimestamps.java122 * Note: Depending on the source system, not every modification updates this
124 * For example, BigQuery timestamps every metadata modification but not data
142 * Note: Depending on the source system, not every modification updates this
144 * For example, BigQuery timestamps every metadata modification but not data
162 * Note: Depending on the source system, not every modification updates this
164 * For example, BigQuery timestamps every metadata modification but not data
833 * Note: Depending on the source system, not every modification updates this
835 * For example, BigQuery timestamps every metadata modification but not data
852 * Note: Depending on the source system, not every modification updates this
854 * For example, BigQuery timestamps every metadata modification but not data
[all …]
/aosp_15_r20/external/jspecify/docs/docs/
H A Dspec.md274 > Every outer type is intrinsically non-nullable because every instance of
412 > This lets us provide, for every [base type], a rule for computing its
516 > strictness in the presence of `UNSPECIFIED`. The basic idea is that, every
593 - `F` is [null-inclusive under every parameterization].
597 - `A` is [null-exclusive under every parameterization].
629 > the bound to be [null-inclusive under every parameterization]. The
635 > `UNSPECIFIED` can be both null-_inclusive_ under every parameterization and
636 > null-_exclusive_ under every parameterization.
685 ## Null-inclusive under every parameterization
687 A type is null-inclusive under every parameterization if it meets any of the
[all …]
/aosp_15_r20/external/bcc/tools/
H A 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 …]
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/
H A Dmodule.h121 /// Applies the `function` to the `Module` and recursively to every submodule.
133 /// Applies the `function` to the `Module` and recursively to every submodule.
145 /// Applies the `function` to the `Module` and recursively to every submodule.
148 /// `name_prefix` is given, it is prepended to every key as
162 /// Applies the `function` to the `Module` and recursively to every submodule.
165 /// If `name_prefix` is given, it is prepended to every key as
179 /// Applies the `function` to the `Module` and recursively to every submodule.
191 /// Applies the `function` to the `Module` and recursively to every submodule.
194 /// the empty string. If `name_prefix` is given, it is prepended to every key
211 /// recursively of every submodule.
[all …]

12345678910>>...730