Home
last modified time | relevance | path

Searched refs:dw (Results 1 – 24 of 24) sorted by relevance

/packages/modules/DnsResolver/
DResolverController.cpp285 void ResolverController::dump(DumpWriter& dw, unsigned netId) { in dump() argument
296 dw.incIndent(); in dump()
298 dw.println("getDnsInfo() failed for netid %u", netId); in dump()
301 dw.println("No DNS servers defined"); in dump()
303 dw.println("DnsEvent subsampling map: " + in dump()
305 dw.println( in dump()
308 dw.incIndent(); in dump()
315 dw.println("%s (%d, %d, %d, %d, %d, %dms, %ds)%s", servers[i].c_str(), in dump()
319 dw.println("%s <no data>", servers[i].c_str()); in dump()
322 dw.println("%s <no stats>", servers[i].c_str()); in dump()
[all …]
DDnsStats.cpp267 void DnsStats::dump(DumpWriter& dw) { in dump() argument
269 ScopedIndent indentLog(dw); in dump()
271 dw.println("<no server>"); in dump()
278 dw.println("%s", str.c_str()); in dump()
282 dw.println("Server statistics: (total, RTT avg, {rcode:counts}, last update)"); in dump()
283 ScopedIndent indentStats(dw); in dump()
285 dw.println("over UDP"); in dump()
288 dw.println("over TLS"); in dump()
291 dw.println("over TCP"); in dump()
DDnsResolverService.cpp108 DumpWriter dw(fd); in dump() local
111 dw.blankline(); in dump()
112 gDnsResolv->dnsQueryLog().dump(dw); in dump()
113 dw.blankline(); in dump()
118 dw.println("NetId: %u", netId); in dump()
119 gDnsResolv->resolverCtrl.dump(dw, netId); in dump()
120 dw.blankline(); in dump()
123 PrivateDnsConfiguration::getInstance().dump(dw); in dump()
124 Experiments::getInstance()->dump(dw); in dump()
DExperiments.cpp45 void Experiments::dump(DumpWriter& dw) const { in dump()
47 dw.println("Experiments list: "); in dump()
49 ScopedIndent indentStats(dw); in dump()
51 dw.println(fmt::format("{}: UNSET", key)); in dump()
53 dw.println(fmt::format("{}: {}", key, value)); in dump()
DDnsQueryLog.cpp54 void DnsQueryLog::dump(netdutils::DumpWriter& dw) const { in dump()
55 dw.println("DNS query log (last %lld minutes):", (mValidityTimeMs / 60000).count()); in dump()
56 netdutils::ScopedIndent indentStats(dw); in dump()
65 dw.println("time=%s netId=%u uid=%u pid=%d hostname=%s answer=[%s] (%dms)", time.c_str(), in dump()
DDns64Configuration.cpp126 void Dns64Configuration::dump(DumpWriter& dw, unsigned netId) { in dump() argument
133 dw.println("%s: none", kLabel); in dump()
139 dw.println("%s: no prefix yet discovered", kLabel); in dump()
141 dw.println("%s: %s prefix %s", kLabel, cfg.isFromPrefixDiscovery() ? "discovered" : "set", in dump()
DPrivateDnsConfiguration.cpp401 void PrivateDnsConfiguration::dump(netdutils::DumpWriter& dw) const { in dump()
402 dw.println("PrivateDnsLog:"); in dump()
403 netdutils::ScopedIndent indentStats(dw); in dump()
406 dw.println(fmt::format( in dump()
411 dw.blankline(); in dump()
DExperimentsTest.cpp84 netdutils::DumpWriter dw(STDOUT_FILENO); in expectDumpOutput() local
86 mExperiments.dump(dw); in expectDumpOutput()
DDnsQueryLogTest.cpp34 netdutils::DumpWriter dw(STDOUT_FILENO); in captureDumpOutput() local
36 queryLog.dump(dw); in captureDumpOutput()
DExperiments.h38 void dump(netdutils::DumpWriter& dw) const EXCLUDES(mMutex);
DResolverController.h66 void dump(netdutils::DumpWriter& dw, unsigned netId);
DDnsQueryLog.h58 void dump(netdutils::DumpWriter& dw) const;
DDns64Configuration.h88 void dump(netdutils::DumpWriter& dw, unsigned netId);
Dresolv_cache.h133 void resolv_netconfig_dump(android::netdutils::DumpWriter& dw, unsigned netid);
DDnsStats.h127 void dump(netdutils::DumpWriter& dw);
DPrivateDnsConfiguration.h93 void dump(netdutils::DumpWriter& dw) const;
DDnsStatsTest.cpp110 netdutils::DumpWriter dw(STDOUT_FILENO); in captureDumpOutput() local
112 mDnsStats.dump(dw); in captureDumpOutput()
Dres_cache.cpp2038 void resolv_netconfig_dump(DumpWriter& dw, unsigned netid) { in resolv_netconfig_dump() argument
2041 info->dnsStats.dump(dw); in resolv_netconfig_dump()
2043 dw.println("TC mode: %s", tc_mode_to_str(info->tc_mode)); in resolv_netconfig_dump()
2044 dw.println("TransportType: %s", transport_type_to_str(info->transportTypes)); in resolv_netconfig_dump()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageRedEye.java124 float dw = drawRect.width(); in drawPoint() local
126 float dx = fullRect.centerX() - dw / 2; in drawPoint()
128 drawRect.set(dx, dy, dx + dw, dy + dh); in drawPoint()
/packages/modules/NeuralNetworks/common/operations/
DHeatmapMaxKeypoint.cpp127 for (int32_t dw = -1; dw <= 1; dw++) { in heatmapMaxKeypointFloat32Nhwc() local
130 int32_t w = static_cast<int32_t>(maxIndexWidth) + dw; in heatmapMaxKeypointFloat32Nhwc()
139 localGrid[dh + 1][dw + 1] = heatmapBase[heatmapIndex]; in heatmapMaxKeypointFloat32Nhwc()
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec3184 * [dx, dy, dw, dh], where dx and dy is the relative correction factor
3186 * and height, dw and dh is the log-scale relative correction factor
3878 * box deltas. The box deltas are encoded in the order of [dy, dx, dh, dw],
3881 * dh and dw is the log-scale relative correction factor for the width and
3895 * factor for dw in bounding box deltas.
4101 * in the order of [dx, dy, dw, dh], where dx and dy is the linear-scale
4103 * with respect to the width and height, dw and dh is the log-scale
/packages/apps/DocumentsUI/tests/res/raw/
Dimages_tar395 …W��෭N҃Vl�ܓ�PN�]��uP��L�[�� ��rw`�<�!R�� ��R�2�W{8��P|��n=F;V�D�����dw��2u�yI��l�4�<�…
1076 =c���d,|�ڱ��1u۶Gb�ŀ'��?�5�g4m��!dw��͸�E*�p>����==�P��4��6��!��S�'���2nr����[����s�Ti�Y��C�…
1136 …4L~�f��:�J>7����Ҫx����tbF����Z:��Tia���B���ڢ�e���������Of.��)�M<\3$�dw"�Q�Ѩ�����-��Ķ ���…
1871 …��;��G��U��=��h��/o�>�[%r���Ki�E�!8`3�Y�������k�J��A�>�|��2���56*{dw"���E-��L�j�A�O�f�…
2327 …)�mc�s�O�x�B�c�̥����z�B��*��;wd�O$�6�*Y��ʷ'��,(�F[���=��D ���CJ�dw�ऽ㊐�ͳ���L�3���' a…
2464 �|8�XDw�!���;��)S���ZJ����s����<kZ��q^j�wȤ`�~����ú�kdw�P�gj�|���
2511 <ƍ+�01��'�&�1c��� �EUX’��g�Oz|σ�9�R:� ��4�ͅLs���i��.��p�dw���tjB��Ozdq�Kydm���~5#1y73�I���…
2802 …�^��zR���e)m[�zmfdQoL�Ě����$ ^�^f7[�ۃ1����j�++�R����Q��n���]?dw�W�g ����-���Xa���_…
2899 …���PMH�$�fN���V1�� t�ު��1D��0����d�%��Gʩ��Ď�0A�$�)�D(�xW��5Tț��<dw��PȌ��9��ڛ3t%y�q…
3087 �-�iQ~Yi��X�`$�G ���'��Ҽ���M�����������{�Ym�9���1�����xw�������{�K��^6n���C_:��Ң���dw��…
[all …]
/packages/inputmethods/LatinIME/dictionaries/
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
Dde_wordlist.combined.gz