Home
last modified time | relevance | path

Searched +full:60 +full:s (Results 1 – 25 of 1551) sorted by relevance

12345678910>>...63

/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td144 def XSADDDP : XX3Form<60, 32,
148 def XSMULDP : XX3Form<60, 48,
153 def XVADDDP : XX3Form<60, 96,
158 def XVADDSP : XX3Form<60, 64,
163 def XVMULDP : XX3Form<60, 112,
168 def XVMULSP : XX3Form<60, 80,
175 def XSSUBDP : XX3Form<60, 40,
180 def XVSUBDP : XX3Form<60, 104,
184 def XVSUBSP : XX3Form<60, 72,
192 def XSMADDADP : XX3Form<60, 33,
[all …]
/aosp_15_r20/external/lottie/snapshot-tests/src/main/assets/Tests/
H A DParenting.json160,"ip":0,"op":122,"w":100,"h":100,"ddd":0,"assets":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Bal… array
H A DPrecomps.json160,"ip":0,"op":607,"w":300,"h":300,"ddd":0,"assets":[{"id":"comp_10","layers":[{"ddd":0,"ind":0,"t… object
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
H A Dleapseconds20 # periodically uses leap seconds to keep UTC to within 0.9 s of UT1
21 # (a proxy for Earth's angle in space as measured by astronomers)
29 # accounted for the discrepancy between atomic time (TAI) and the earth's
34 # All leap-seconds are Stationary (S) at the given UTC time.
37 # Leap YEAR MON DAY 23:59:59 - S
39 # Leap YEAR MON DAY 23:59:60 + S
40 Leap 1972 Jun 30 23:59:60 + S
41 Leap 1972 Dec 31 23:59:60 + S
42 Leap 1973 Dec 31 23:59:60 + S
43 Leap 1974 Dec 31 23:59:60 + S
[all …]
/aosp_15_r20/external/iptables/utils/
H A Dpf.os24 # This fingerprint database is adapted from Michal Zalewski's p0f passive
46 # MTU, you can however multiply S value by MSS, or T value by MSS+40,
51 # it literally. If there's no apparent pattern in WSS chosen, you
90 # to zero or other low value. There's usually no need to wildcard this
116 # "S" and "T" which are a multiple of MSS or a multiple of MTU
135 # you don't have a precise match, but can tell it's Windows or FreeBSD
144 # S - selective ACK OK
153 # capture of the relevant SYN packet(s)
204 16384:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
205 16384:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
[all …]
/aosp_15_r20/external/ltp/runtest/
H A Dscsi_debug.part14 gf202 growfiles -W gf202 -d /test/growfiles/reiser -b -e 1 -L 10 -i 100 -I p -S 2 -u -f gf03_
5 gf203 growfiles -W gf203 -d /test/growfiles/reiser -b -e 1 -g 1 -i 1 -S 150 -u -f gf05_
18 …t/growfiles/reiser -b -e 1 -i 0 -L 120 -u -g 4090 -T 100 -t 408990 -l -C 10 -c 1000 -S 10 -f Lgf02_
19 …t/growfiles/reiser -b -e 1 -i 0 -L 120 -u -g 5000 -T 100 -t 499990 -l -C 10 -c 1000 -S 10 -f Lgf03_
20 …W gf218 -d /test/growfiles/reiser -b -e 1 -i 0 -L 120 -w -u -r 10-5000 -I r -T 10 -l -S 2 -f Lgf04_
22 gf220 growfiles -W gf220 -d /test/growfiles/reiser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 1-256000:…
23 gf221 growfiles -W gf221 -d /test/growfiles/reiser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T …
24 gf222 growfiles -W gf222 -d /test/growfiles/reiser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 -T …
25 gf223 growfiles -W gf223 -d /test/growfiles/reiser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -r 512-64000…
26 gf224 growfiles -W gf224 -d /test/growfiles/reiser -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -g 20480 gf-…
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/
Dtests.rs13 FixedOffset::east_opt(8 * 60 * 60).unwrap() in winter_offset()
16 FixedOffset::east_opt(9 * 60 * 60).unwrap() in summer_offset()
128 let est = FixedOffset::west_opt(5 * 60 * 60).unwrap(); in test_datetime_add_days()
129 let kst = FixedOffset::east_opt(9 * 60 * 60).unwrap(); in test_datetime_add_days()
170 let est = FixedOffset::west_opt(5 * 60 * 60).unwrap(); in test_datetime_sub_days()
171 let kst = FixedOffset::east_opt(9 * 60 * 60).unwrap(); in test_datetime_sub_days()
194 let est = FixedOffset::west_opt(5 * 60 * 60).unwrap(); in test_datetime_add_months()
195 let kst = FixedOffset::east_opt(9 * 60 * 60).unwrap(); in test_datetime_add_months()
218 let est = FixedOffset::west_opt(5 * 60 * 60).unwrap(); in test_datetime_sub_months()
219 let kst = FixedOffset::east_opt(9 * 60 * 60).unwrap(); in test_datetime_sub_months()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td219 def XSADDDP : XX3Form<60, 32,
223 def XSMULDP : XX3Form<60, 48,
228 def XVADDDP : XX3Form<60, 96,
233 def XVADDSP : XX3Form<60, 64,
238 def XVMULDP : XX3Form<60, 112,
243 def XVMULSP : XX3Form<60, 80,
250 def XSSUBDP : XX3Form<60, 40,
255 def XVSUBDP : XX3Form<60, 104,
259 def XVSUBSP : XX3Form<60, 72,
267 def XSMADDADP : XX3Form<60, 33,
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/time/
Dmod.rs38 /// Since 1960s, the manmade atomic clock has been so accurate that
39 /// it is much more accurate than Earth's own motion.
61 /// Various operations will ignore any possible leap second(s)
90 /// 2015-07-01 01:23:60 would be a proper leap second if UTC+01:24 had existed.
96 /// As a concrete example, let's assume that `03:00:60` and `04:00:60` are leap seconds.
103 /// - `03:00:00 + 1s = 03:00:01`.
104 /// - `03:00:59 + 60s = 03:01:59`.
105 /// - `03:00:59 + 61s = 03:02:00`.
106 /// - `03:00:59 + 1s = 03:01:00`.
107 /// - `03:00:60 + 1s = 03:01:00`.
[all …]
/aosp_15_r20/external/tcpdump/tests/
H A Deigrp1-v.out1 … 1 00:27:41.907937 IP (tos 0xc0, ttl 2, id 0, offset 0, flags [none], proto EIGRP (88), length 60)
6 holdtime: 15s, k1 1, k2 0, k3 1, k4 0, k5 0
9 … 2 00:27:46.596218 IP (tos 0xc0, ttl 2, id 0, offset 0, flags [none], proto EIGRP (88), length 60)
14 holdtime: 15s, k1 1, k2 0, k3 1, k4 0, k5 0
17 … 3 00:27:51.016481 IP (tos 0xc0, ttl 2, id 0, offset 0, flags [none], proto EIGRP (88), length 60)
22 holdtime: 15s, k1 1, k2 0, k3 1, k4 0, k5 0
25 … 4 00:27:55.372743 IP (tos 0xc0, ttl 2, id 0, offset 0, flags [none], proto EIGRP (88), length 60)
30 holdtime: 15s, k1 1, k2 0, k3 1, k4 0, k5 0
33 … 5 00:28:00.161048 IP (tos 0xc0, ttl 2, id 0, offset 0, flags [none], proto EIGRP (88), length 60)
38 holdtime: 15s, k1 1, k2 0, k3 1, k4 0, k5 0
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td264 // [PO T RA RB XO TX] almost equal to [PO S RA RB XO SX], but has different
271 // [PO S RA RB XO SX]
355 def XSADDDP : XX3Form<60, 32,
359 def XSMULDP : XX3Form<60, 48,
364 def XVADDDP : XX3Form<60, 96,
369 def XVADDSP : XX3Form<60, 64,
374 def XVMULDP : XX3Form<60, 112,
379 def XVMULSP : XX3Form<60, 80,
386 def XSSUBDP : XX3Form<60, 40,
391 def XVSUBDP : XX3Form<60, 104,
[all …]
/aosp_15_r20/external/cronet/base/third_party/nspr/
H A Dprtime.cc22 * Contributor(s):
156 numSecs = copy.tm_yday * 86400 + copy.tm_hour * 3600 + copy.tm_min * 60 + in PR_ImplodeTime()
208 if (time->tm_sec < 0 || time->tm_sec >= 60) { in ApplySecOffset()
209 time->tm_min += time->tm_sec / 60; in ApplySecOffset()
210 time->tm_sec %= 60; in ApplySecOffset()
212 time->tm_sec += 60; in ApplySecOffset()
217 if (time->tm_min < 0 || time->tm_min >= 60) { in ApplySecOffset()
218 time->tm_hour += time->tm_min / 60; in ApplySecOffset()
219 time->tm_min %= 60; in ApplySecOffset()
221 time->tm_min += 60; in ApplySecOffset()
[all …]
/aosp_15_r20/external/libchrome/base/third_party/nspr/
H A Dprtime.cc22 * Contributor(s):
153 numSecs = copy.tm_yday * 86400 + copy.tm_hour * 3600 + copy.tm_min * 60 + in PR_ImplodeTime()
205 if (time->tm_sec < 0 || time->tm_sec >= 60) { in ApplySecOffset()
206 time->tm_min += time->tm_sec / 60; in ApplySecOffset()
207 time->tm_sec %= 60; in ApplySecOffset()
209 time->tm_sec += 60; in ApplySecOffset()
214 if (time->tm_min < 0 || time->tm_min >= 60) { in ApplySecOffset()
215 time->tm_hour += time->tm_min / 60; in ApplySecOffset()
216 time->tm_min %= 60; in ApplySecOffset()
218 time->tm_min += 60; in ApplySecOffset()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dzoneinfo_test.go111 s := time.Unix(test.unix, 0).In(z).Format(format)
112 if s != test.want1 {
113 t.Errorf("for %s %d got %q want %q", test.zone, test.unix, s, test.want1)
115 s = time.Unix(test.unix+1, 0).In(z).Format(format)
116 if s != test.want2 {
117 t.Errorf("for %s %d got %q want %q", test.zone, test.unix, s, test.want2)
173 t.Errorf("Zone name == %s, want %s", tzName, want)
246 t.Errorf("Zone name == %s, want %s", tzName, test.wantName)
267 …{"PST8PDT,M3.2.0,M11.1.0", 0, 2159200800, "PDT", -7 * 60 * 60, 2152173600, 2172733200, true, true},
268 …{"PST8PDT,M3.2.0,M11.1.0", 0, 2152173599, "PST", -8 * 60 * 60, 2145916800, 2152173600, false, true…
[all …]
Dtime_test.go29 // PST is 8 hours west, PDT is 7 hours west. We could use the name but it's not unique.
30 if name, off := lt.Zone(); off != -8*60*60 && off != -7*60*60 {
44 ZoneOffset int // seconds east of UTC, e.g. -7*60*60 for -0700
68 {0, parsedTime{1969, December, 31, 16, 0, 0, 0, Wednesday, -8 * 60 * 60, "PST"}},
69 {1221681866, parsedTime{2008, September, 17, 13, 4, 26, 0, Wednesday, -7 * 60 * 60, "PDT"}},
70 {2159200800, parsedTime{2038, June, 3, 11, 0, 0, 0, Thursday, -7 * 60 * 60, "PDT"}},
71 {2152173599, parsedTime{2038, March, 14, 1, 59, 59, 0, Sunday, -8 * 60 * 60, "PST"}},
72 {2152173600, parsedTime{2038, March, 14, 3, 0, 0, 0, Sunday, -7 * 60 * 60, "PDT"}},
73 {2152173601, parsedTime{2038, March, 14, 3, 0, 1, 0, Sunday, -7 * 60 * 60, "PDT"}},
74 {2172733199, parsedTime{2038, November, 7, 1, 59, 59, 0, Sunday, -7 * 60 * 60, "PDT"}},
[all …]
/aosp_15_r20/packages/modules/Permission/PermissionController/res/values/
Dstrings.xml18 <!-- [CHAR LIMIT=60] -->
24 …<!-- Keyword in the Settings app's search functionality that can be used to find links to the perm…
61 …<!-- Title for the dialog button to always deny a permission grant from now on. [CHAR LIMIT=60] -->
64 … dialog button to deny a change from foreground to background permission grant. [CHAR LIMIT=60] -->
67 …he dialog button to deny a change from one-time to background permission grant. [CHAR LIMIT=60] -->
73 <!-- Title for the dialog button to allow access to all of a resource. [CHAR LIMIT=60] -->
76 … <!-- Title for the dialog button to allow access to all of a resource always. [CHAR LIMIT=60] -->
79 <!-- Title for the dialog button to allow limited access. [CHAR LIMIT=60] -->
82 …<!-- Title for the dialog button to allow access to select photos to be shared. [CHAR LIMIT=60] -->
85 …Title for the dialog button to allow access to select more photos to be shared. [CHAR LIMIT=60] -->
[all …]
/aosp_15_r20/external/googleapis/google/pubsub/v1/
H A Dpubsub_grpc_service_config.json30 "timeout": "60s",
33 "initialBackoff": "0.100s",
34 "maxBackoff": "60s",
48 "timeout": "60s",
51 "initialBackoff": "0.100s",
52 "maxBackoff": "60s",
88 "timeout": "60s",
91 "initialBackoff": "0.100s",
92 "maxBackoff": "60s",
108 "timeout": "900s",
[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 DDedicatedResources.java195 * utilization metric (CPU utilization, accelerator's duty cycle, and so on)
196 * target value (default to 60 if not set). At most one entry is allowed per
201 * accelerator's duty cycle metrics and scale up when either metrics exceeds
203 * value. The default target value is 60 for both metrics.
207 * default target value 60 if not explicitly set.
230 * utilization metric (CPU utilization, accelerator's duty cycle, and so on)
231 * target value (default to 60 if not set). At most one entry is allowed per
236 * accelerator's duty cycle metrics and scale up when either metrics exceeds
238 * value. The default target value is 60 for both metrics.
242 * default target value 60 if not explicitly set.
[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 DDedicatedResources.java195 * utilization metric (CPU utilization, accelerator's duty cycle, and so on)
196 * target value (default to 60 if not set). At most one entry is allowed per
201 * accelerator's duty cycle metrics and scale up when either metrics exceeds
203 * value. The default target value is 60 for both metrics.
207 * default target value 60 if not explicitly set.
230 * utilization metric (CPU utilization, accelerator's duty cycle, and so on)
231 * target value (default to 60 if not set). At most one entry is allowed per
236 * accelerator's duty cycle metrics and scale up when either metrics exceeds
238 * value. The default target value is 60 for both metrics.
242 * default target value 60 if not explicitly set.
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DTimeZoneTest.java242 assertEquals("GMT", TimeZone.getTimeZone("GMT+05:00:60").getID()); in testCustomZoneIds()
251 "GMT+05:30:30", 5 * 60 * 60 + 30 * 60 + 30, in testCustomZoneIds_offsets()
252 "GMT+525", 5 * 60 * 60 + 25 * 60, in testCustomZoneIds_offsets()
253 "GMT-4", -4 * 60 * 60, in testCustomZoneIds_offsets()
254 "GMT-23", -23 * 60 * 60, in testCustomZoneIds_offsets()
255 "GMT-230", -(2 * 60 * 60 + 30 * 60), in testCustomZoneIds_offsets()
256 "GMT-23:59:59", -(23 * 60 * 60 + 59 * 60 + 59), in testCustomZoneIds_offsets()
257 "GMT+1234", 12 * 60 * 60 + 34 * 60, in testCustomZoneIds_offsets()
260 "GMT+23:59:60", 0, in testCustomZoneIds_offsets()
321 failures.append(String.format("\n%20s: LD='%s' LS='%s'!", in checkDisplayNames()
[all …]
/aosp_15_r20/external/clang/include/clang/Basic/
H A DBuiltinsHexagon.def23 BUILTIN(__builtin_brev_ldh, "s*s*s*i", "")
29 BUILTIN(__builtin_circ_ldh, "s*s*s*iIi", "")
35 BUILTIN(__builtin_brev_sth, "s*s*ii", "")
36 BUILTIN(__builtin_brev_sthhi, "s*s*ii", "")
40 BUILTIN(__builtin_circ_sth, "s*s*iiIi", "")
41 BUILTIN(__builtin_circ_sthhi, "s*s*iiIi", "")
886 BUILTIN(__builtin_HEXAGON_S6_rol_i_r,"iii","v:60:")
887 BUILTIN(__builtin_HEXAGON_S6_rol_i_p,"LLiLLii","v:60:")
888 BUILTIN(__builtin_HEXAGON_S6_rol_i_r_acc,"iiii","v:60:")
889 BUILTIN(__builtin_HEXAGON_S6_rol_i_p_acc,"LLiLLiLLii","v:60:")
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/
H A DTestLocalTime.java161 private void check(LocalTime time, int h, int m, int s, int n) { in check() argument
164 assertEquals(time.getSecond(), s); in check() local
257 for (int i = 0; i < (2 * 24 * 60 * 60); i++) {
261 assertEquals(test.getHour(), (i / (60 * 60)) % 24);
262 assertEquals(test.getMinute(), (i / 60) % 60);
263 assertEquals(test.getSecond(), i % 60);
270 for (int i =-1; i >= -(24 * 60 * 60); i--) {
274 assertEquals(test.getHour(), ((i + 24 * 60 * 60) / (60 * 60)) % 24);
275 assertEquals(test.getMinute(), ((i + 24 * 60 * 60) / 60) % 60);
276 assertEquals(test.getSecond(), (i + 24 * 60 * 60) % 60);
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKDuration.java243 Duration test = Duration.ofMinutes(Long.MAX_VALUE / 60); in factory_minutes_max()
244 assertEquals(test.getSeconds(), (Long.MAX_VALUE / 60) * 60); in factory_minutes_max()
250 Duration test = Duration.ofMinutes(Long.MIN_VALUE / 60); in factory_minutes_min()
251 assertEquals(test.getSeconds(), (Long.MIN_VALUE / 60) * 60); in factory_minutes_min()
257 Duration.ofMinutes(Long.MAX_VALUE / 60 + 1); in factory_minutes_tooBig()
262 Duration.ofMinutes(Long.MIN_VALUE / 60 - 1); in factory_minutes_tooSmall()
351 {1, MINUTES, 60, 0}, in provider_factory_of_longTemporalUnit()
359 {3, MINUTES, 3 * 60, 0}, in provider_factory_of_longTemporalUnit()
367 {-1, MINUTES, -60, 0}, in provider_factory_of_longTemporalUnit()
375 {-3, MINUTES, -3 * 60, 0}, in provider_factory_of_longTemporalUnit()
[all …]
/aosp_15_r20/external/googleapis/google/cloud/asset/v1/
H A Dcloudasset_grpc_service_config.json30 "timeout": "60s"
79 "timeout": "60s",
81 "initialBackoff": "0.100s",
82 "maxBackoff": "60s",
101 "timeout": "30s",
103 "initialBackoff": "0.100s",
104 "maxBackoff": "60s",
118 "timeout": "300s",
120 "initialBackoff": "0.100s",
121 "maxBackoff": "60s",
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/chardet/
Dlangturkishmodel.py19 60: 0, # 'J'
27 35: 0, # 'S'
51 8: 1, # 's'
84 60: 0, # 'J'
92 35: 1, # 'S'
116 8: 0, # 's'
149 60: 0, # 'J'
157 35: 0, # 'S'
181 8: 0, # 's'
214 60: 0, # 'J'
[all …]

12345678910>>...63