Home
last modified time | relevance | path

Searched +full:d3 +full:- +full:time +full:- +full:format (Results 1 – 25 of 163) sorted by relevance

1234567

/external/perfetto/infra/perfetto.dev/
Dpnpm-lock.yaml25 fs-extra:
34 node-watch:
43 /@braintree/sanitize-url@6.0.4:
44 …resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bo…
48 …resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU+…
52 …resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMg…
56 …resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe…
60 …resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39M…
64 …resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWs…
71 …resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNT…
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/
Dtestformatters.cpp17 check("check string: " + ds1, ds1 == "2002-Jan-02"); in main()
24 check("check sql string: "+sds1, sds1 == "2002-01-02"); in main()
28 check("check string: "+ds2, ds2 == "2001-Dec-30"); in main()
30 check("check iso extended string: "+ids2, ids2 == "2001-12-30"); in main()
33 date d3(neg_infin); in main() local
34 std::cout << "|" << to_simple_string(d3) << "|" << std::endl; in main()
36 (to_simple_string(d3) == std::string("-infinity"))); in main()
43 (to_simple_string(d5) == std::string("not-a-date-time"))); in main()
46 check("check period format", in main()
47 (to_simple_string(p1) == std::string("[2000-Jan-01/2000-Dec-31]"))); in main()
[all …]
/external/gemmlowp/doc/
Dkernel.md3 ## Kernels provide an inner-loop implementation, and a format
9 other low-level details, while achieving high performance. Thus a line had to be
14 In itself, a GEMM kernel is just an implementation of the inner-most loop in a
15 GEMM (That inner-most loop has to be over the 'depth' dimension so as to be able
22 computation, but also in the format of data that they operate on. Indeed, in
28 gemmlowp allows each GEMM kernel to dictate the format of data that it expects,
29 in addition to providing its inner-loop implementation.
31 The former is given by a 'Format' typedef, and the latter by a 'Run' method.
34 NEONKernel12x4Depth2 kernel, which specifies its format as
38 KernelSideFormat<CellFormat<4, 2>, 1> > Format;
[all …]
/external/googleapis/google/cloud/timeseriesinsights/v1/
Dtimeseries_insights.proto7 // http://www.apache.org/licenses/LICENSE-2.0
36 option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform";
157 // Cloud Storage. Each Event should be in JSON format, with one Event
158 // per line, also known as JSON Lines format.
164 // please see https://cloud.google.com/storage/docs/reference-uris.
168 // (including time and group ID).
186 // or we have seen this dataset but have fully GC-ed it.
277 // * Internally, we discretize time in equal-sized chunks and we assume an
291 // **NOTE**: JSON encoding should use a string to hold a 64-bit integer value,
315 // 0. The events must be newer than the current time minus
[all …]
/external/libaom/third_party/libyuv/source/
Dscale_neon.cc4 * Use of this source code is governed by a BSD-style license
105 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown4_NEON()
159 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown34_NEON()
161 "vmov d2, d3 \n" // order d0, d1, d2 in ScaleRowDown34_NEON()
168 : "d0", "d1", "d2", "d3", "memory", "cc"); in ScaleRowDown34_NEON()
179 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown34_0_Box_NEON()
195 "vmlal.u8 q11, d3, d24 \n" in ScaleRowDown34_0_Box_NEON()
201 "vqrshrn.u16 d3, q11, #2 \n" in ScaleRowDown34_0_Box_NEON()
213 "vmlal.u8 q8, d3, d24 \n" in ScaleRowDown34_0_Box_NEON()
236 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown34_1_Box_NEON()
[all …]
Drow_neon.cc4 * Use of this source code is governed by a BSD-style license
34 "vld1.8 {d3}, [%2]! \n" \
47 "vmov.u8 d3, d2 \n" /* split odd/even uv apart */ \
48 "vuzp.u8 d2, d3 \n" \
49 "vtrn.u32 d2, d3 \n"
55 "vmov.u8 d3, d2 \n" /* split odd/even uv apart */ \
56 "vuzp.u8 d3, d2 \n" \
57 "vtrn.u32 d2, d3 \n"
62 "vmov.u8 d3, d2 \n" \
63 "vuzp.u8 d2, d3 \n" \
[all …]
/external/cronet/third_party/icu/source/test/intltest/
Dastrotst.cpp5 * Copyright (c) 1996-2016, International Business Machines Corporation and
24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"…
69 gc = Calendar::createInstance(TimeZone::getGMT()->clone(), status); in initAstro()
97 gc->clear(); in TestSolarLongitude()
98 gc->set(tests[i].d[0], tests[i].d[1]-1, tests[i].d[2], tests[i].d[3], tests[i].d[4]); in TestSolarLongitude()
100 astro->setDate(gc->getTime(status)); in TestSolarLongitude()
102 double longitude = astro->getSunLongitude(); in TestSolarLongitude()
105 astro->getSunPosition(result); in TestSolarLongitude()
125 gc->clear(); in TestLunarPosition()
126 …gc->set((int32_t)tests[i][0], (int32_t)tests[i][1]-1, (int32_t)tests[i][2], (int32_t)tests[i][3], … in TestLunarPosition()
[all …]
/external/perfetto/ui/
Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
38 '@types/color-convert':
59 '@types/w3c-web-usb':
68 color-convert:
74 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
119 vega-lite:
124 '@rollup/plugin-commonjs':
[all …]
/external/libhevc/decoder/arm/
Dihevcd_fmt_conv_420sp_to_rgba8888.s9 @* http://www.apache.org/licenses/LICENSE-2.0
24 @* contains function definitions for format conversions
69 @* Register Usage : R0 - R14 *
92 STMFD SP!,{R4-R12,LR}
93 VPUSH {d8-d15}
95 @//R0 - Y PTR
96 @//R1 - UV PTR
97 @//R2 - RGB PTR
98 @//R3 - RGB PTR
99 @//R4 - PIC WIDTH
[all …]
/external/libvpx/third_party/libyuv/source/
Dscale_neon.cc4 * Use of this source code is governed by a BSD-style license
105 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown4_NEON()
159 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown34_NEON()
161 "vmov d2, d3 \n" // order d0, d1, d2 in ScaleRowDown34_NEON()
168 : "d0", "d1", "d2", "d3", "memory", "cc"); in ScaleRowDown34_NEON()
179 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown34_0_Box_NEON()
195 "vmlal.u8 q11, d3, d24 \n" in ScaleRowDown34_0_Box_NEON()
201 "vqrshrn.u16 d3, q11, #2 \n" in ScaleRowDown34_0_Box_NEON()
213 "vmlal.u8 q8, d3, d24 \n" in ScaleRowDown34_0_Box_NEON()
236 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown34_1_Box_NEON()
[all …]
Drow_neon.cc4 * Use of this source code is governed by a BSD-style license
34 "vld1.8 {d3}, [%2]! \n" \
47 "vmov.u8 d3, d2 \n" /* split odd/even uv apart */ \
48 "vuzp.u8 d2, d3 \n" \
49 "vtrn.u32 d2, d3 \n"
55 "vmov.u8 d3, d2 \n" /* split odd/even uv apart */ \
56 "vuzp.u8 d3, d2 \n" \
57 "vtrn.u32 d2, d3 \n"
62 "vmov.u8 d3, d2 \n" \
63 "vuzp.u8 d2, d3 \n" \
[all …]
/external/libyuv/source/
Dscale_neon.cc4 * Use of this source code is governed by a BSD-style license
105 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown4_NEON()
159 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown34_NEON()
161 "vmov d2, d3 \n" // order d0, d1, d2 in ScaleRowDown34_NEON()
168 : "d0", "d1", "d2", "d3", "memory", "cc"); in ScaleRowDown34_NEON()
179 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown34_0_Box_NEON()
195 "vmlal.u8 q11, d3, d24 \n" in ScaleRowDown34_0_Box_NEON()
201 "vqrshrn.u16 d3, q11, #2 \n" in ScaleRowDown34_0_Box_NEON()
213 "vmlal.u8 q8, d3, d24 \n" in ScaleRowDown34_0_Box_NEON()
236 "vld4.8 {d0, d1, d2, d3}, [%0]! \n" // src line 0 in ScaleRowDown34_1_Box_NEON()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRegressionTest.java6 * Copyright (C) 2000-2014, International Business Machines Corporation and *
53 // user.timezone is a protected system property - ignore in Test4052967()
75 errln("Fail: Fix test to start with non-DST zone"); in Test4073215()
77 z.setEndRule(Calendar.MARCH, -1, Calendar.SUNDAY, 0); in Test4073215()
96 Date d3 = tempcal.getTime(); in Test4073215() local
97 if (z.inDaylightTime(d3)) { in Test4073215()
104 * (Assume transition time of 2:00 AM)
117 1997, Calendar.OCTOBER, 26, Calendar.SUNDAY, (2*60*60*1000)-1); in Test4084933()
122 1997, Calendar.OCTOBER, 26, Calendar.SUNDAY, (1*60*60*1000)-1); in Test4084933()
126 * Savings Time (PDT) does work at 2am. in Test4084933()
[all …]
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java5 * Copyright (C) 2000-2014, International Business Machines Corporation and *
50 // user.timezone is a protected system property - ignore in Test4052967()
72 errln("Fail: Fix test to start with non-DST zone"); in Test4073215()
74 z.setEndRule(Calendar.MARCH, -1, Calendar.SUNDAY, 0); in Test4073215()
93 Date d3 = tempcal.getTime(); in Test4073215() local
94 if (z.inDaylightTime(d3)) { in Test4073215()
101 * (Assume transition time of 2:00 AM)
114 1997, Calendar.OCTOBER, 26, Calendar.SUNDAY, (2*60*60*1000)-1); in Test4084933()
119 1997, Calendar.OCTOBER, 26, Calendar.SUNDAY, (1*60*60*1000)-1); in Test4084933()
123 * Savings Time (PDT) does work at 2am. in Test4084933()
[all …]
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/calendar/
DAstroTest.java5 * Copyright (C) 1996-2010, International Business Machines Corporation and *
45 …gc.set((int)tests[i][0], (int)tests[i][1]-1, (int)tests[i][2], (int)tests[i][3], (int) tests[i][4]… in TestSolarLongitude()
69 { 1979, 2, 26, 16, 00, -0.3778379118188744, -0.1399698825594198 }, in TestLunarPosition()
75 …gc.set((int)tests[i][0], (int)tests[i][1]-1, (int)tests[i][2], (int)tests[i][3], (int) tests[i][4]… in TestLunarPosition()
118 double laLat = 34 + 5d/60, laLong = 360 - (118 + 22d/60); in TestCoverage()
132 logln(" time: " + astro.getTime()); in TestCoverage()
143 …DateFormat d3 = DateFormat.getDateTimeInstance(cal3, DateFormat.MEDIUM,DateFormat.MEDIUM,Locale.US… in TestBasics() local
149 double jd = astro.getJulianDay() - 2447891.5; in TestBasics()
150 double exp = -3444; in TestBasics()
152 logln(d3.format(cal3.getTime()) + " => " + jd); in TestBasics()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DAstroTest.java6 * Copyright (C) 1996-2010, International Business Machines Corporation and *
48 …gc.set((int)tests[i][0], (int)tests[i][1]-1, (int)tests[i][2], (int)tests[i][3], (int) tests[i][4]… in TestSolarLongitude()
72 { 1979, 2, 26, 16, 00, -0.3778379118188744, -0.1399698825594198 }, in TestLunarPosition()
78 …gc.set((int)tests[i][0], (int)tests[i][1]-1, (int)tests[i][2], (int)tests[i][3], (int) tests[i][4]… in TestLunarPosition()
121 double laLat = 34 + 5d/60, laLong = 360 - (118 + 22d/60); in TestCoverage()
135 logln(" time: " + astro.getTime()); in TestCoverage()
146 …DateFormat d3 = DateFormat.getDateTimeInstance(cal3, DateFormat.MEDIUM,DateFormat.MEDIUM,Locale.US… in TestBasics() local
152 double jd = astro.getJulianDay() - 2447891.5; in TestBasics()
153 double exp = -3444; in TestBasics()
155 logln(d3.format(cal3.getTime()) + " => " + jd); in TestBasics()
[all …]
/external/libavc/encoder/arm/
Dih264e_fmt_conv.s9 @ * http://www.apache.org/licenses/LICENSE-2.0
47 @* Register Usage : R0 - R14 *
69 stmfd sp!, {r4-r12, lr}
97 @//If non-multiple of 16, then go back by few bytes to ensure 16 bytes can be read
151 @//If non-multiple of 16, then go back by few bytes to ensure 16 bytes can be read
171 ldmfd sp!, {r4-r12, pc}
181 @ * Function used from format conversion or frame copy
185 @ *Inputs : r0 - pu1_y - UWORD8 pointer to y plane.
186 @ * r1 - pu1_u - UWORD8 pointer to u plane.
187 @ * r2 - pu1_v - UWORD8 pointer to u plane.
[all …]
/external/gemmlowp/internal/
Dkernel_neon.h7 // http://www.apache.org/licenses/LICENSE-2.0
37 Format; typedef
50 // http://stackoverflow.com/questions/3898435/labels-in-gcc-inline-assembly in Run()
62 // A 2x4 cell of Rhs is stored in 16bit in d0--d1 (q0). in Run()
63 // A 12x2 block of 3 4x2 cells Lhs is stored in 16bit in d2--d7 in Run()
64 // (q1--q3). in Run()
65 // A 12x4 block of accumulators is stored in 32bit in q4--q15. in Run()
67 // +-----+-----+-----+-----+ in Run()
69 // Rhs +-----+-----+-----+-----+ in Run()
71 // +-----+-----+-----+-----+ in Run()
[all …]
/external/perfetto/src/base/
Duuid.cc8 * http://www.apache.org/licenses/LICENSE-2.0
22 #include "perfetto/base/time.h"
33 // A globally unique 128-bit number.
40 // Only using boot time is not enough. Under the assumption that most traces in Uuidv4()
41 // are started around the same time at boot, within a 1s window, the birthday in Uuidv4()
46 // unpredictable time if the system is idle. in Uuidv4()
63 // Note: the 32-th bit of rng() is always 0 as minstd_rand operates modulo in Uuidv4()
89 std::string s(data_.size() * 2 + 4, '-'); in ToPrettyString()
90 // Format is 123e4567-e89b-12d3-a456-426655443322. in ToPrettyString()
95 s[2 * i + j] = kHexmap[(data_[data_.size() - i - 1] & 0xf0) >> 4]; in ToPrettyString()
[all …]
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DResize_neon.S8 * http://www.apache.org/licenses/LICENSE-2.0
18 #define END(f) .fnend; .size f, .-f;
23 /* Fixed-point precision after vertical pass -- 16 bit data minus 1 sign and 1
45 * q12. This gives eight 16-bit results representing a horizontal line of 2-8
49 * Input coefficients are 16-bit unsigned fixed-point (although [0] and [3] are
51 * Output is VERTBITS signed fixed-point, which must leave room for a little
72 /* Shift by 8 (bits per pixel), plus 16 (the fixed-point multiplies),
76 vqshrn.s32 \dstlo, q12, #8 + 16 - VERTBITS
77 vqshrn.s32 \dsthi, q13, #8 + 16 - VERTBITS
80 /* As above, but only four 16-bit results into d25.
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTest.java6 * Copyright (C) 2001-2015, International Business Machines Corporation and *
12 * Port From: ICU4C v1.8.1 : format : DateFormatRegressionTest
16 package android.icu.dev.test.format;
25 import java.text.Format;
66 fmtd = sdf.format(today, fmtd, pos); in Test4029195()
71 todayS = sdf.format(today, todayS, pos); in Test4029195()
82 rt = sdf.format(sdf.parse(todayS.toString()), rt, pos); in Test4029195()
103 String str = fmt.format(dt); in Test4052408()
153 fmt.format(dt, buf, pos); in Test4052408()
154 //char[] dst = new char[pos.getEndIndex() - pos.getBeginIndex()]; in Test4052408()
[all …]
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
DDateFormatRegressionTest.java5 * Copyright (C) 2001-2015, International Business Machines Corporation and *
11 * Port From: ICU4C v1.8.1 : format : DateFormatRegressionTest
15 package com.ibm.icu.dev.test.format;
24 import java.text.Format;
63 fmtd = sdf.format(today, fmtd, pos); in Test4029195()
68 todayS = sdf.format(today, todayS, pos); in Test4029195()
79 rt = sdf.format(sdf.parse(todayS.toString()), rt, pos); in Test4029195()
100 String str = fmt.format(dt); in Test4052408()
150 fmt.format(dt, buf, pos); in Test4052408()
151 //char[] dst = new char[pos.getEndIndex() - pos.getBeginIndex()]; in Test4052408()
[all …]
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc7 // http://www.apache.org/licenses/LICENSE-2.0
15 // This is a standalone testbed and benchmark for gemmlowp-style GEMM kernels,
23 // This program is entirely self-contained, and can be compiled manually
31 ~/android/toolchains/arm-linux-androideabi/bin/arm-linux-androideabi-clang++ \
32 -fPIE -pie -O3 --std=c++11 standalone/neon-gemm-kernel-benchmark.cc -o \
33 /tmp/benchmark -mfloat-abi=softfp -mfpu=neon-vfpv4 && adb push /tmp/benchmark \
36 ~/android/toolchains/aarch64-linux-android/bin/aarch64-linux-android-clang++ \
37 -fPIE -static -O3 --std=c++11 standalone/neon-gemm-kernel-benchmark.cc -o \
109 // LHS = "left-hand side"
110 // RHS = "right-hand side"
[all …]
/external/scapy/scapy/
Dutils6.py48 res = y_global - x_global
53 return -1;
54 return -res
82 algorithm defined in section 5 of RFC 3484. The format is very different
89 Given two addresses, returns -1, 0 or 1 based on comparison of
97 if sa == -1:
100 if sb == -1:
110 return -1
126 if tmp == -1:
127 if scope_cmp(source_a, dst) == -1:
[all …]
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/
DFastDateParserTest.java9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.lang3.time;
51 * Unit tests {@link org.apache.commons.lang3.time.FastDateParser}.
59 NewYork(NEW_YORK, "-05", "-0500", "-05:00", false);
86 private static final String yMdHmsSZ = "yyyy-MM-dd'T'HH:mm:ss.SSS Z";
89 private static final String MDY_DASH = "MM-DD-yyyy";
100 final String formattedDate = simpleDateFormat.format(cal.getTime()); in checkParse()
123 … Arguments.of((TriFunction<String, TimeZone, Locale, DateParser>) (format, timeZone, locale) in dateParserParameters()
124 -> new FastDateParser(format, timeZone, locale, null)), in dateParserParameters()
142 …private final TriFunction<String, TimeZone, Locale, DateParser> dateParserProvider = (format, time…
[all …]

1234567