| /external/ot-br-posix/src/web/web-service/frontend/res/js/ |
| D | app.js | 152 icon: 'res/img/icon-info.png', 219 '<md-dialog>' + 220 ' <md-dialog-content>' + 223 …' <img ng-src="' + image + '" alt="qr code" style="display: block; margin-left: auto; margin-righ… 225 ' <md-dialog-actions>' + 226 ' <md-button ng-click="closeDialog()" class="md-primary">' + 228 ' </md-button>' + 229 ' </md-dialog-actions>' + 230 '</md-dialog>', 284 …var image = "http://api.qrserver.com/v1/create-qr-code/?color=000000&bgcolor=FFFFFF&data=v… [all …]
|
| /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/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 …]
|
| /external/llvm/test/CodeGen/ARM/ |
| D | swift-vldm.ll | 1 ; RUN: llc < %s -mcpu=swift -mtriple=armv7s-apple-ios | FileCheck %s 2 ; RUN: llc < %s -arm-assume-misaligned-load-store -mcpu=swift -mtriple=armv7s-apple-ios | FileCheck… 5 ; begin in the most-significant half of a q register. These require more 6 ; micro-ops on swift and so aren't worth combining. 8 ; CHECK-LABEL: test_vldm 9 ; CHECK: vldmia r{{[0-9]+}}, {d2, d3, d4} 10 ; CHECK-NOT: vldmia r{{[0-9]+}}, {d1, d2, d3, d4} 12 declare fastcc void @force_register(double %d0, double %d1, double %d2, double %d3, double %d4) 22 %d3 = load double , double * %addr2 24 ; We are trying to force x[0-3] in registers d1 to d4 so that we can test we [all …]
|
| /external/llvm/unittests/Analysis/ |
| D | LazyCallGraphTest.cpp | 1 //===- LazyCallGraphTest.cpp - Unit tests for the lazy CG analysis --------===// 8 //===----------------------------------------------------------------------===// 41 IR forming a call graph with a diamond of triangle-shaped SCCs: 45 d3--d2 49 b3--b2 c3--c2 53 a3--a2 78 " call void @d3()\n" 114 " call void @d3()\n" 117 "define void @d3() {\n" 132 LazyCallGraph::Node &A1 = (I++)->getNode(CG); in TEST() [all …]
|
| /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 | testparse_date.cpp | 25 catch(bad_year& by){ // ex: "205-Jan-15" in failure_tests() 29 catch(bad_month& bm){ // ex: "2005-Jsn-15" in failure_tests() 33 catch(bad_day_of_month& bd){ // ex: "2005-Jan-51" in failure_tests() 38 // test failed - unexpected exception, leave result set to false in failure_tests() 50 // Extended CCYY-MM-DD in main() 51 std::string s("2001-10-5"); in main() 62 check("parse 2001-10-5", false); in main() 70 date d2 = from_string("2000-2-29"); in main() 71 check("2000-2-29", d2 == d); in main() 72 date d3 = from_string("2000-FEB-29"); in main() local [all …]
|
| /external/python/cpython2/Lib/ |
| D | binhex.py | 13 # XXXX Note: currently, textfiles appear in mac-form on all platforms. 14 # We seem to lack a simple character-translate in python. 15 # (we should probably use ISO-Latin-1 on all but the mac platform). 17 # files in-core. Should be fixed. 39 REASONABLY_LARGE=32768 # Minimal amount we pass the rle-coder 41 RUNCHAR=chr(0x90) # run-length introducer 44 # This code is no longer byte-order dependent 47 # Workarounds for non-mac machines. 73 # Glue code for non-macintosh usage 96 file = file.replace(':', '-', 1) [all …]
|
| /external/arm-trusted-firmware/drivers/renesas/common/scif/ |
| D | scif.S | 2 * Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved. 4 * SPDX-License-Identifier: BSD-3-Clause 127 * ----------------------------------------------- 134 * In: x0 - UART register base address 135 * w1 - UART clock in Hz 136 * w2 - Baud rate 137 * x3 - pointer to empty console_t struct 140 * ----------------------------------------------- 165 * In: x0 - console base address 166 * w1 - Uart clock in Hz [all …]
|
| /external/trusty/arm-trusted-firmware/drivers/renesas/common/scif/ |
| D | scif.S | 2 * Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved. 4 * SPDX-License-Identifier: BSD-3-Clause 127 * ----------------------------------------------- 134 * In: x0 - UART register base address 135 * w1 - UART clock in Hz 136 * w2 - Baud rate 137 * x3 - pointer to empty console_t struct 140 * ----------------------------------------------- 165 * In: x0 - console base address 166 * w1 - Uart clock in Hz [all …]
|
| /external/cronet/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
| D | basic.rb | 6 # ------------- generated code -------------- 116 # ------------ test cases --------------- 137 m.optional_int32 = -42 138 assert m.optional_int32 == -42 139 m.optional_int64 = -0x1_0000_0000 140 assert m.optional_int64 == -0x1_0000_0000 152 m.optional_bytes = "world".encode!('ASCII-8BIT') 161 m = TestMessage.new(:optional_int32 => -42, 165 assert m.optional_int32 == -42 175 m = TestMessage.new(:optional_int32 => -42, [all …]
|
| /external/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
| D | basic.rb | 6 # ------------- generated code -------------- 116 # ------------ test cases --------------- 137 m.optional_int32 = -42 138 assert m.optional_int32 == -42 139 m.optional_int64 = -0x1_0000_0000 140 assert m.optional_int64 == -0x1_0000_0000 152 m.optional_bytes = "world".encode!('ASCII-8BIT') 161 m = TestMessage.new(:optional_int32 => -42, 165 assert m.optional_int32 == -42 175 m = TestMessage.new(:optional_int32 => -42, [all …]
|
| /external/cronet/url/ |
| D | gurl_fuzzer.dict | 2 # Use of this source code is governed by a BSD-style license that can be 10 "\"%D3%81%87%A4%95%81@%C2%85%81%83%88\"." 13 "FORCE" 57 "(%41-%5A" 71 "\"UTF-8," 153 "US-ASCII" 160 "%61-%7A)," 168 "UTF-8" 212 "US-ASCII." 280 "(UTF-16)," [all …]
|
| /external/igt-gpu-tools/tests/intel-ci/ |
| D | fast-feedback.testlist | 3 igt@core_auth@basic-auth 5 igt@gem_basic@bad-close 6 igt@gem_basic@create-close 7 igt@gem_basic@create-fd-close 8 igt@gem_busy@busy-all 9 igt@gem_close_race@basic-process 10 igt@gem_close_race@basic-threads 13 igt@gem_ctx_create@basic-files 16 igt@gem_ctx_param@basic-default 17 igt@gem_ctx_switch@legacy-render [all …]
|
| /external/arm-optimized-routines/string/arm/ |
| D | memcpy.S | 2 * memcpy - copy memory area 4 * Copyright (c) 2013-2022, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 9 This memcpy routine is optimised for Cortex-A15 cores and takes advantage 14 ARMv6 (ARMv7-a if using Neon) 29 .arch armv7-a 69 #define A_l r2 /* Call-clobbered. */ 70 #define A_h r3 /* Call-clobbered. */ 79 /* Number of lines ahead to pre-fetch data. If you change this the code 95 vldr \vreg, [src, #\base + prefetch_lines * 64 - 32] [all …]
|
| /external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
| D | Blur_neon.S | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 #define END(f) .fnend; .size f, .-f; 27 * intermediate storage is 16-bit, and we started with 8 bit data (the integer 65 * contain a pre-calculated pointer into one of the two loops. 68 * r1 -- src 69 * r2 -- pitch 70 * r5 -- r 71 * r6 -- rup (r, unless clipped to top of source image) 72 * r7 -- rdn (r, unless clipped to bottom of source image) 73 * r12 -- switch index [all …]
|
| /external/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
| D | README.md | 15 |---|---|---|---| 16 |-s|o|||Select signing mode (stdin is payload)| 17 |-k <keyset filepath>|o|o|One or a set of cose_keys| 18 |--kid string|o|mac0|Specifies the key ID to use as a string| 19 |--kid-hex HEXSTRING|o|mac0|Specifies the key ID to use as a hex blob| 20 |--cose-sign|o|if no tag|Sets cose-sign mode| 21 |--cose-sign1|o|if no tag|Sets cose-sign1 mode| 22 |--cose-mac|o|if no tag|Sets cose-sign1 mode| 23 |--cose-mac0|o|if no tag|Sets cose-sign1 mode| 24 |--extra HEXSTRING|o|o|Optional extra payload data| [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/bench/perf_monitoring/resources/ |
| D | s2.js | 1 …d3&&(d3=require("d3")),a.dispatch=d3.dispatch("render_start","render_end"),Function.prototype.bind…
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
| D | AArch64CallingConvention.cpp | 1 //=== AArch64CallingConvention.cpp - AArch64 CC impl ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file contains the table-generated and custom routines for the AArch64 12 //===----------------------------------------------------------------------===// 33 AArch64::D3, AArch64::D4, AArch64::D5, 50 // We are about to reinvoke the CCAssignFn auto-generated handler. If we in finishStackBlock() 60 // allocated. This will force the code to pass the tuple indirectly in in finishStackBlock() 70 TLI->CCAssignFnForCall(State.getCallingConv(), /*IsVarArg=*/false); in finishStackBlock() 102 /// The Darwin variadic PCS places anonymous arguments in 8-byte stack slots. An [all …]
|
| /external/libwebsockets/lib/system/async-dns/ |
| D | async-dns.c | 2 * libwebsockets - small server side websockets and web server implementation 4 * Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com> 25 #include "private-lib-core.h" 26 #include "private-lib-async-dns.h" 37 lws_metrics_caliper_report(q->metcal, (char)q->go_nogo); in lws_adns_q_destroy() 39 lws_sul_cancel(&q->sul); in lws_adns_q_destroy() 40 lws_sul_cancel(&q->write_sul); in lws_adns_q_destroy() 41 lws_dll2_remove(&q->list); in lws_adns_q_destroy() 52 int n = 0, nmax = q->tids >= LWS_ARRAY_SIZE(q->tid) ? in lws_adns_get_query() 53 LWS_ARRAY_SIZE(q->tid) : q->tids; in lws_adns_get_query() [all …]
|
| /external/protobuf/ruby/tests/ |
| D | common_tests.rb | 32 m.optional_int32 = -42 33 assert m.optional_int32 == -42 34 m.optional_int64 = -0x1_0000_0000 35 assert m.optional_int64 == -0x1_0000_0000 50 m.optional_bytes = "world".encode!('ASCII-8BIT') 63 m = proto_module::TestMessage.new(:optional_int32 => -42, 67 assert m.optional_int32 == -42 116 :optional_int32 => -42, 120 …expected = "<#{proto_module}::TestMessage: optional_int32: -42, optional_msg: <#{proto_module}::Te… 124 m = proto_module::OneofMessage.new(:b => -42) [all …]
|
| /external/cronet/third_party/protobuf/ruby/tests/ |
| D | common_tests.rb | 32 m.optional_int32 = -42 33 assert m.optional_int32 == -42 34 m.optional_int64 = -0x1_0000_0000 35 assert m.optional_int64 == -0x1_0000_0000 50 m.optional_bytes = "world".encode!('ASCII-8BIT') 63 m = proto_module::TestMessage.new(:optional_int32 => -42, 67 assert m.optional_int32 == -42 116 :optional_int32 => -42, 120 …expected = "<#{proto_module}::TestMessage: optional_int32: -42, optional_msg: <#{proto_module}::Te… 124 m = proto_module::OneofMessage.new(:b => -42) [all …]
|
| /external/python/bumble/tests/ |
| D | gatt_test.py | 1 # Copyright 2021-2022 Google LLC 7 # https://www.apache.org/licenses/LICENSE-2.0 15 # ----------------------------------------------------------------------------- 17 # ----------------------------------------------------------------------------- 56 # ----------------------------------------------------------------------------- 65 # ----------------------------------------------------------------------------- 68 assert str(u) == 'UUID-16:7788' 70 assert str(u) == 'UUID-32:11223344' 71 u = UUID('61A3512C-09BE-4DDC-A6A6-0B03667AAFC6') 72 assert str(u) == '61A3512C-09BE-4DDC-A6A6-0B03667AAFC6' [all …]
|
| /external/skia/src/core/ |
| D | SkGeometry.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 44 SkScalar ab = a - b; in is_not_monotonic() 45 SkScalar bc = b - c; in is_not_monotonic() 47 bc = -bc; in is_not_monotonic() 58 numer = -numer; in valid_unit_divide() 59 denom = -denom; in valid_unit_divide() 78 // Just returns its argument, but makes it easy to set a break-point to know when 91 Q = -1/2 (B + sign(B) sqrt[B*B - 4*A*C]) 99 return return_check_zero(valid_unit_divide(-C, B, roots)); in SkFindUnitQuadRoots() 105 double dr = (double)B * B - 4 * (double)A * C; in SkFindUnitQuadRoots() [all …]
|