| /external/perfetto/infra/perfetto.dev/ |
| D | pnpm-lock.yaml | 25 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/gemmlowp/doc/ |
| D | kernel.md | 3 ## 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/eigen/bench/perf_monitoring/resources/ |
| D | chart_footer.html | 3 ….color(d3.scale.category10().range()) … 10 …tickFormat: d3.format('.0f') … 15 .rotateLabels(-90); 20 tickFormat: function(val){ return d3.format('.0f')(val) + ' GFlops'; }*/ 24 + ' <p style="font-weight:normal;text-align: left;">' 28 …d3.select('#chart').datum(data).call(chart); … 29 …var plot = d3.select('#chart > g'); … 33 ….style('font-size', '24px') … 34 ….attr('text-anchor', 'middle').attr('x', '50%').attr('y', '20px') …
|
| D | s2.js | 1 …d3&&(d3=require("d3")),a.dispatch=d3.dispatch("render_start","render_end"),Function.prototype.bind… property
|
| /external/ot-br-posix/src/openwrt/view/admin_thread/ |
| D | thread_view.htm | 1 <%- 24 -%> 32 <ul class="cbi-tabmenu"> 33 …<li class="cbi-tab" id="listtab" style="width:15%;text-align:center;"><a href="javascript:showlist… 34 …<li class="cbi-tab-disabled" id="graphtab" style="width:15%;text-align:center;"><a href="javascrip… 37 <!-- list div --> 39 <!-- leader list --> 41 <div class="cbi-map" style="width:90%;margin-left:5%;"> 42 <div class="cbi-section"> 44 <div class="tr table-titles" style="background-color:#eee;"> [all …]
|
| /external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/ |
| D | testformatters.cpp | 17 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| D | IntlTestNumberFormatAPI.java | 6 * Copyright (C) 1996-2009, International Business Machines 10 * Port From: JDK 1.4b1 : java.text.Format.IntlTestNumberFormatAPI 11 * Source File: java/text/format/IntlTestNumberFormatAPI.java 16 @summary test International Number Format API 19 package android.icu.dev.test.format; 46 logln("NumberFormat API test---"); logln(""); in TestAPI() 70 logln("Currency : " + cur.format(1234.5)); in TestAPI() 71 logln("Percent : " + per.format(1234.5)); in TestAPI() 72 logln("Integer : " + integer.format(1234.5)); in TestAPI() 73 logln("Int_fr : " + int_fr.format(1234.5)); in TestAPI() [all …]
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
| D | IntlTestNumberFormatAPI.java | 5 * Copyright (C) 1996-2009, International Business Machines 9 * Port From: JDK 1.4b1 : java.text.Format.IntlTestNumberFormatAPI 10 * Source File: java/text/format/IntlTestNumberFormatAPI.java 15 @summary test International Number Format API 18 package com.ibm.icu.dev.test.format; 43 logln("NumberFormat API test---"); logln(""); in TestAPI() 67 logln("Currency : " + cur.format(1234.5)); in TestAPI() 68 logln("Percent : " + per.format(1234.5)); in TestAPI() 69 logln("Integer : " + integer.format(1234.5)); in TestAPI() 70 logln("Int_fr : " + int_fr.format(1234.5)); in TestAPI() [all …]
|
| /external/cronet/third_party/icu/source/test/intltest/ |
| D | astrotst.cpp | 5 * 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/icu/icu4c/source/test/intltest/ |
| D | astrotst.cpp | 5 * Copyright (c) 1996-2016, International Business Machines Corporation and 24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"… 67 gc = Calendar::createInstance(TimeZone::getGMT()->clone(), status); in init() 91 gc->clear(); in TestSolarLongitude() 92 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() 94 CalendarAstronomer astro(gc->getTime(status)); in TestSolarLongitude() 115 gc->clear(); in TestLunarPosition() 116 …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() 117 CalendarAstronomer astro(gc->getTime(status)); in TestLunarPosition() 120 …tring)"Moon position is " + result.toString() + (UnicodeString)"; " /* + result->toHmsString()*/); in TestLunarPosition() [all …]
|
| /external/flac/test/ |
| D | write_iff.pl | 1 #!/usr/bin/perl -w 8 $0 <format> <bps> <channels> <sample-rate> <#samples> <sample-type> 10 <format> is one of aiff,wave,wave64,rf64 12 <channels> is 1-8 13 <sample-rate> is any 32-bit value 14 <#samples> is 0-2^64-1 15 <sample-type> is one of zero,rand 25 my ($format, $bps, $channels, $samplerate, $samples, $sampletype) = @ARGV; 28 die $usage unless defined $formats{$format}; 34 # convert bits-per-sample to bytes-per-sample [all …]
|
| /external/pdfium/third_party/agg23/ |
| D | agg_curves.cpp | 2 //---------------------------------------------------------------------------- 3 // XYQ: 2006-01-22 Copied from AGG project. 5 // for platforms like Symbian OS. We need to change to FIX format. 6 //---------------------------------------------------------------------------- 7 //---------------------------------------------------------------------------- 8 // Anti-Grain Geometry - Version 2.3 9 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) 16 //---------------------------------------------------------------------------- 20 //---------------------------------------------------------------------------- 29 const float curve_collinearity_epsilon = 1e-30f; [all …]
|
| /external/gemmlowp/internal/ |
| D | kernel_neon.h | 7 // 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/spdx-tools/tvloader/parser2v1/ |
| D | parse_creation_info_test.go | 1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 7 "github.com/spdx/tools-golang/spdx/v2_1" 63 t.Fatalf("expected pkg to be nil, got non-nil pkg") 72 err := parser.parsePair2_1("LicenseID", "LicenseRef-TestLic") 101 err := parser.parsePair2_1("Relationship", "SPDXRef-blah CONTAINS SPDXRef-blah-else") 132 err = parser.parsePair2_1("AnnotationDate", "2018-09-15T00:36:00Z") 148 err = parser.parsePair2_1("SPDXREF", "SPDXRef-45") 170 err := parser.parsePairFromCreationInfo2_1("SPDXVersion", "SPDX-2.1") 172 t.Errorf("expected non-nil error, got nil") 264 err = parser.parsePairFromCreationInfo2_1("Created", "2018-09-10T11:46:00Z") [all …]
|
| /external/spdx-tools/tvloader/parser2v2/ |
| D | parse_creation_info_test.go | 1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 7 "github.com/spdx/tools-golang/spdx/v2_2" 63 t.Fatalf("expected pkg to be nil, got non-nil pkg") 72 err := parser.parsePair2_2("LicenseID", "LicenseRef-TestLic") 101 err := parser.parsePair2_2("Relationship", "SPDXRef-blah CONTAINS SPDXRef-blah-else") 132 err = parser.parsePair2_2("AnnotationDate", "2018-09-15T00:36:00Z") 148 err = parser.parsePair2_2("SPDXREF", "SPDXRef-45") 170 err := parser.parsePairFromCreationInfo2_2("SPDXVersion", "SPDX-2.2") 172 t.Errorf("expected non-nil error, got nil") 264 err = parser.parsePairFromCreationInfo2_2("Created", "2018-09-10T11:46:00Z") [all …]
|
| /external/spdx-tools/tvloader/parser2v3/ |
| D | parse_creation_info_test.go | 1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 7 "github.com/spdx/tools-golang/spdx/v2_3" 63 t.Fatalf("expected pkg to be nil, got non-nil pkg") 72 err := parser.parsePair2_3("LicenseID", "LicenseRef-TestLic") 101 err := parser.parsePair2_3("Relationship", "SPDXRef-blah CONTAINS SPDXRef-blah-else") 132 err = parser.parsePair2_3("AnnotationDate", "2018-09-15T00:36:00Z") 148 err = parser.parsePair2_3("SPDXREF", "SPDXRef-45") 170 err := parser.parsePairFromCreationInfo2_3("SPDXVersion", "SPDX-2.3") 172 t.Errorf("expected non-nil error, got nil") 264 err = parser.parsePairFromCreationInfo2_3("Created", "2018-09-10T11:46:00Z") [all …]
|
| /external/antlr/runtime/CSharp2/Sources/ |
| D | Antlr3.Runtime (VS2008).sln | 2 Microsoft Visual Studio Solution File, Format Version 10.00 4 …FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Runtime (VS2008)", "Antlr3.Runtime\Antlr3.Runtim… 6 …FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Utility (VS2008)", "Antlr3.Utility\Antlr3.Utilit… 8 …-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Runtime.Tests (VS2008)", "Antlr3.Runtime.Tests\Antlr3.Ru… 16 {CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 17 {CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}.Debug|Any CPU.Build.0 = Debug|Any CPU 18 {CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}.Release|Any CPU.ActiveCfg = Release|Any CPU 19 {CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}.Release|Any CPU.Build.0 = Release|Any CPU 20 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 21 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Debug|Any CPU.Build.0 = Debug|Any CPU [all …]
|
| D | Antlr3.Runtime (VS2005).sln | 2 Microsoft Visual Studio Solution File, Format Version 9.00 4 …FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Runtime (VS2005)", "Antlr3.Runtime\Antlr3.Runtim… 6 …FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Utility (VS2005)", "Antlr3.Utility\Antlr3.Utilit… 8 …-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Runtime.Tests (VS2005)", "Antlr3.Runtime.Tests\Antlr3.Ru… 16 {784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 17 {784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}.Debug|Any CPU.Build.0 = Debug|Any CPU 18 {784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}.Release|Any CPU.ActiveCfg = Release|Any CPU 19 {784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}.Release|Any CPU.Build.0 = Release|Any CPU 20 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 21 {BEB27DCC-ABFB-4951-B618-2B639EC65A46}.Debug|Any CPU.Build.0 = Debug|Any CPU [all …]
|
| /external/libaom/av1/common/arm/ |
| D | highbd_compound_convolve_sve2.c | 64 const int32x4_t shift = vdupq_n_s32(-conv_params->round_0); in highbd_dist_wtd_convolve_x_sve2() 89 uint16x8_t d3 = convolve8_8_x(s3, filter, offset_lo, shift); in highbd_dist_wtd_convolve_x_sve2() local 91 store_u16_8x4(d, dst_stride, d0, d1, d2, d3); in highbd_dist_wtd_convolve_x_sve2() 95 w -= 8; in highbd_dist_wtd_convolve_x_sve2() 99 height -= 4; in highbd_dist_wtd_convolve_x_sve2() 136 // clang-format off 140 // clang-format on 148 const int32x4_t shift = vdupq_n_s32(-conv_params->round_0); in highbd_dist_wtd_convolve_x_4tap_sve2() 165 uint16x4_t d3 = convolve4_4_x(s3, filter, offset_s64, shift, permute_tbl); in highbd_dist_wtd_convolve_x_4tap_sve2() local 167 store_u16_4x4(dst, dst_stride, d0, d1, d2, d3); in highbd_dist_wtd_convolve_x_4tap_sve2() [all …]
|
| /external/vixl/examples/aarch64/ |
| D | add4-double.cc | 32 #define __ masm-> 37 // a -> x0 in GenerateAdd4Double() 38 // b -> d0 in GenerateAdd4Double() 39 // c -> x1 in GenerateAdd4Double() 40 // d -> d1 in GenerateAdd4Double() 44 __ Ucvtf(d3, x1); in GenerateAdd4Double() 48 __ Fadd(d2, d2, d3); in GenerateAdd4Double() 79 // clang-format off in main() 82 // clang-format on in main()
|
| /external/libaom/third_party/libyuv/source/ |
| D | scale_neon.cc | 4 * 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/libvpx/third_party/libyuv/source/ |
| D | scale_neon.cc | 4 * 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/perfetto/ui/ |
| D | pnpm-lock.yaml | 23 '@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/eigen/unsupported/test/ |
| D | cxx11_tensor_block_io.cpp | 8 // clang-format off 11 // clang-format on 13 // -------------------------------------------------------------------------- // 43 for (int i = NumDims - 1; i > 0; --i) { in GetInputIndex() 46 output_index -= idx * output_strides[i]; in GetInputIndex() 51 for (int i = 0; i < NumDims - 1; ++i) { in GetInputIndex() 54 output_index -= idx * output_strides[i]; in GetInputIndex() 57 output_index * input_strides[output_to_input_dim_map[NumDims - 1]]; in GetInputIndex() 127 // Create a random dimension re-ordering/shuffle. in test_block_io_copy_using_reordered_dimensions() 304 for (Index d3 = 0; d3 < tensor_dims[3]; ++d3) { in test_block_io_copy_using_reordered_dimensions_squeeze() local [all …]
|
| /external/tensorflow/tensorflow/lite/tools/ |
| D | visualize.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 29 # pylint: disable=g-import-not-at-top 43 body {font-family: sans-serif; background-color: #fa0;} 44 table {background-color: #eca;} 45 th {background-color: black; color: white;} 47 background-color: ffaa00; 55 border-style: solid; 56 border-color: black; 61 border-radius: 5px; 62 background-color: #fec; [all …]
|