/external/libphonenumber/ |
D | release_notes.txt | 14 - Updated phone metadata for region code(s): 16 - Updated short number metadata for region code(s): 19 - Updated geocoding data for country calling code(s): 504 (en) 21 - Updated carrier data for country calling code(s): 63 (en), 92 (en) 51 - Updated phone metadata for region code(s): AD, AE, IN, IR, MU, MV, NG, PG 52 - Updated short number metadata for region code(s): NL, SN 55 - Updated geocoding data for country calling code(s): 57 - Updated carrier data for country calling code(s): 67 - Updated phone metadata for region code(s): 70 - Updated short number metadata for region code(s): UY [all …]
|
/external/webrtc/call/ |
D | rtp_bitrate_configurator.cc | 94 BitrateConstraints updated; in UpdateConstraints() local 95 updated.min_bitrate_bps = in UpdateConstraints() 99 updated.max_bitrate_bps = in UpdateConstraints() 102 updated.max_bitrate_bps = in UpdateConstraints() 103 MinPositive(updated.max_bitrate_bps, max_bitrate_over_relay_.bps_or(-1)); in UpdateConstraints() 107 if (updated.max_bitrate_bps != -1 && in UpdateConstraints() 108 updated.min_bitrate_bps > updated.max_bitrate_bps) { in UpdateConstraints() 109 updated.min_bitrate_bps = updated.max_bitrate_bps; in UpdateConstraints() 114 if (updated.min_bitrate_bps == bitrate_config_.min_bitrate_bps && in UpdateConstraints() 115 updated.max_bitrate_bps == bitrate_config_.max_bitrate_bps && in UpdateConstraints() [all …]
|
/external/openthread/src/lib/spinel/ |
D | spinel_decoder.hpp | 126 * On success, the read position gets updated. 139 * On success, the read position get updated. 152 * On success, the read position gets updated. 165 * On success, the read position gets updated. 178 * On success, the read position gets updated. 191 * On success, the read position gets updated. 204 * On success, the read position gets updated. 217 * On success, the read position gets updated. 230 * On success, the read position gets updated. 243 * On success, the read position gets updated. [all …]
|
/external/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 101 * docs/CHANGES: Updated. 206 * docs/CHANGES: Updated. 233 (FT_Open_Face): Updated -- face->glyph is already managed by 236 * src/type42/t42objs.c (T42_GlyphSlot_Done): Updated. 274 * docs/CHANGES: Updated. 278 * builds/win32/visualc/freetype.vcproj: Updated. 380 * docs/TODO: Updated. 396 * docs/formats.txt: Updated. 422 * docs/TODO: Updated. 489 * builds/amiga/README: Updated. [all …]
|
D | ChangeLog.27 | 141 * docs/formats.txt: Rewritten and updated. 276 (TT_Vary_Apply_Glyph_Deltas): Updated. 378 * src/cff/cffload.c (cff_get_var_blend): Updated. 379 * src/cff/cffload.h: Updated. 381 * src/cff/cf2ft.c (cf2_getNormalizedVector): Updated. 383 * src/truetype/ttgxvar.c (tt_get_var_blend): Updated. 385 * src/truetype/ttgxvar.h: Updated. 411 * src/sfnt/sfobjs.c (sfnt_init_face): Updated. 519 * src/cff/cf2ft.h: Updated. 533 (cff_subfont_load, cff_subfont_done): Updated. [all …]
|
D | ChangeLog.25 | 33 * docs/CHANGES: Updated. 195 * docs/CHANGES: Updated. 199 docs/CHANGES: Updated, formatted. 224 docs/CHANGES: Updated. 251 (get_sfnt_table): Updated. 546 Updated. 701 (tt_size_run_fpgm, tt_size_run_prep): Updated. 867 * src/base/ftbitmap.c: Updated. 871 Updated. 990 * src/truetype/ttsubpix.c (COMPATIBILITY_MODE_Rules): Updated. [all …]
|
D | ChangeLog.28 | 10 * docs/CHANGES: Updated. 119 checking is updated to allow these tags. It seems that recent Mac 170 * src/base/ftbitmap.c (ft_bitmap_assure_buffer): Updated. 171 * src/winfonts/winfnt.c (FNT_Load_Glyph): Updated. 172 * src/raster/ftrend1.c (ft_raster1_render): Updated. 257 * docs/CHANGES: Updated. 292 include/freetype/config/ftoption.h, devel/ftoption.h: Updated 325 Updated. 331 * docs/CHANGES: Updated. 566 * src/smooth/ftsmooth.c (ft_smooth_render_generic): Updated. [all …]
|
D | ChangeLog.26 | 40 * docs/CHANGES: Updated. 75 * src/base/ftdbgmem.c (ft_mem_debug_init): Updated. 93 (FT_Init_FreeType): Updated. 107 (FT_Property_Set, FT_Property_Get): Updated. 109 * include/freetype/internal/ftobjs.h: Updated. 116 Updated, emitting an error currently if `value_is_string' is set. 202 * docs/CHANGES: Updated. 213 (gray_render_line) [FT_LONG64]: Updated. 238 * src/autofit/afcjk.c (af_cjk_hints_link_segments): Updated. 257 gray_sweep, gray_convert_glyph): Updated. [all …]
|
/external/python/cpython3/Lib/ |
D | locale.py | 763 # Updated alias mapping to most recent locale.alias file 769 # updated 'bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251' 770 # updated 'bg_bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251' 771 # updated 'bulgarian' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251' 772 # updated 'cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2' 773 # updated 'cz_cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2' 774 # updated 'czech' -> 'cs_CS.ISO8859-2' to 'cs_CZ.ISO8859-2' 775 # updated 'dutch' -> 'nl_BE.ISO8859-1' to 'nl_NL.ISO8859-1' 776 # updated 'et' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15' 777 # updated 'et_ee' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15' [all …]
|
/external/vulkan-validation-layers/layers/ |
D | sparse_containers.h | 74 // return whether or not state was updated, in order to support dirty 142 bool updated = false; in Set() local 144 updated = SetSparse(index, value); in Set() 147 updated = SetDense(index, value); in Set() 149 return updated; in Set() 154 bool updated = false; in SetRange() local 160 updated = value != full_range_value_; in SetRange() 163 updated = true; in SetRange() 172 updated = true; in SetRange() 184 updated |= Set(index, value); in SetRange() [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | DispatcherKeyTest.kt | 29 val updated = context + Dispatchers.Main in testDispatcher() constant 30 val result: CoroutineDispatcher? = updated[CoroutineDispatcher] in testDispatcher() 32 assertSame(Dispatchers.Main, updated[ContinuationInterceptor]) in testDispatcher() 33 assertEquals(name, updated.minusKey(CoroutineDispatcher)) in testDispatcher() 34 assertEquals(name, updated.minusKey(ContinuationInterceptor)) in testDispatcher() 41 val updated = context + Dispatchers.Main in testExecutorCoroutineDispatcher() constant 42 assertNull(updated[ExecutorCoroutineDispatcher]) in testExecutorCoroutineDispatcher() 44 val updated2 = updated + executor in testExecutorCoroutineDispatcher()
|
/external/mesa3d/docs/relnotes/ |
D | 3.5 | 29 Not all of the older Mesa drivers have been updated. Here's the status: 33 XMesa (Xlib) updated 34 OSMesa (off-screen) updated 35 FX (3dfx Voodoo1/2) updated 36 SVGA updated 37 GGI not updated 38 Windows/Win32 not updated 39 DOS/DJGPP not updated 40 BeOS not updated 41 Allegro not updated [all …]
|
/external/cronet/net/third_party/quiche/src/ |
D | WORKSPACE.bazel | 13 …sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728", # Last updated 2022-… 21 …sha256 = "d33809a982df8705f5220d1acb7cc63650e692a12dc2a8ef3e68b8959a1cee02", # Last updated 2023-… 28 …sha256 = "8b28fdd45bab62d15db232ec404248901842e5340299a57765e48abe8a80d930", # Last updated 2022-… 35 …sha256 = "5d299325d1db8b2f2db3d927c7bc1f9fcbd05a3f9b5c8239fa527c09bf97f995", # Last updated 2022-… 42 …sha256 = "079331de8c3cbf145a3b57adb3ad4e73d733ecfa84d3486e1c5a9eaeef286549", # Last updated 2022-… 49 …sha256 = "a1bc96169d34dcc1406ffb750deef3bc8718bd1f9069a2878838e1bd905de989", # Last updated 2022-… 56 …sha256 = "d8688496ea40fb61787500e863cc63c9afcbc524468cedeb478068924eb54932", # Last updated 2022-… 65 …sha256 = "82808543c49488e712d9bd84c50edf40d692ffdaca552b4b019b8b533d3cf8ef", # Last updated 2023-… 74 …sha256 = "906d0df8ff48f8d3a00a808827f009a840190f404559f649cb8e4d7143255ef9", # Last updated 2022-…
|
/external/webrtc/video/g3doc/ |
D | stats.md | 34 Updated when a frame has been encoded, `VideoStreamEncoder::OnEncodedImage`. 43 Updated when a RTP packet is transmitted to the network, `RtpSenderEgress::SendPacket`. 51 Updated when an incoming RTCP packet is parsed, `RTCPReceiver::ParseCompoundPacket`. 54 Updated when a RTCP report block packet is received, `RTCPReceiver::TriggerCallbacksFromRtcpPacket`. 61 Updated when a frame is received from the source, `VideoStreamEncoder::OnFrame`. 67 Updated if a frame from the source is dropped, `VideoStreamEncoder::OnDiscardedFrame`. 70 Updated if a frame is dropped by `FrameDropper`, `VideoStreamEncoder::MaybeEncodeVideoFrame`. 73 Updated (if changed) before a frame is passed to the encoder, `VideoStreamEncoder::EncodeVideoFrame… 76 Updated after a frame has been encoded, `VideoStreamEncoder::OnEncodedImage`. 97 Updated when the encoder is configured, `VideoStreamEncoder::ReconfigureEncoder`. [all …]
|
/external/python/typing/scripts/ |
D | typing-summary.py | 40 new, updated = split_issues(issues, since) 41 print_summary(since, new, updated) 50 """Return (new, updated) issues.""" 83 updated = [] 88 updated.append(issue) 90 updated.sort(key=lambda i: i.number) 91 return new, updated 108 "or updated last week in the typing repository on GitHub.\n\n" 114 "that were opened or updated last week, excluding closed issues.\n\n" 122 s += "The following issues and pull requests were updated last week: \n\n"
|
/external/one-true-awk/ |
D | ChangeLog | 60 * awk.1: Updated. 61 * main.c (version): Updated. 83 * main.c (version): Updated. 92 * main.c (version): Updated. 114 * awktest.tar: Updated from fixed test suite, directory 132 * main.c (version): Updated. 138 * TODO: Updated. 147 * bugs-fixed/README: Updated. 150 * main.c (version): Updated. 200 * bugs-fixed/README: Updated. [all …]
|
/external/python/cpython2/Lib/ |
D | locale.py | 703 # Updated alias mapping to most recent locale.alias file 709 # updated 'bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251' 710 # updated 'bg_bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251' 711 # updated 'bulgarian' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251' 712 # updated 'cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2' 713 # updated 'cz_cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2' 714 # updated 'czech' -> 'cs_CS.ISO8859-2' to 'cs_CZ.ISO8859-2' 715 # updated 'dutch' -> 'nl_BE.ISO8859-1' to 'nl_NL.ISO8859-1' 716 # updated 'et' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15' 717 # updated 'et_ee' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15' [all …]
|
D | functools.py | 20 updated = WRAPPER_UPDATES): argument 23 wrapper is the function to be updated 28 updated is a tuple naming the attributes of the wrapper that 29 are updated with the corresponding attribute from the wrapped 34 for attr in updated: 41 updated = WRAPPER_UPDATES): argument 51 assigned=assigned, updated=updated)
|
/external/proguard/docs/ |
D | downloads.html | 85 <li>Updated documentation and examples. 112 <li>Updated documentation and examples. 126 <li>Updated documentation and examples. 135 <li>Updated documentation and examples. 159 <li>Updated build files. 160 <li>Updated documentation and examples. 187 <li>Updated documentation and examples. 218 <li>Updated documentation and examples. 244 <li>Updated documentation and examples. 277 <li>Updated documentation and examples. [all …]
|
/external/lz4/ |
D | NEWS | 20 doc : Updated LZ4 block format, provide an "implementation notes" section 39 build: updated meson script, by @neheb 42 doc : updated LZ4 frame format, clarify EndMark 84 doc : updated documentation regarding dictionary compression 123 doc : Updated LZ4 Frame format to v1.6.0, restoring Dictionary-ID field 187 Updated: Documentation converted to MarkDown format 204 Updated: Man page & Specification 220 Updated : lz4io, now uses lz4frame 229 Updated : xxHash to r38 230 Updated library number, to 1.4.0 [all …]
|
/external/openscreen/discovery/dnssd/impl/ |
D | querier_impl.cc | 116 // Calculates the created, updated, and deleted elements using the provided 158 // Next, find the elements which were updated. in CalculateChangeSets() 161 std::vector<absl::optional<DnsSdInstanceEndpoint>> updated(max_count); in CalculateChangeSets() local 164 deleted_or_updated.begin(), deleted_or_updated.end(), updated.begin(), in CalculateChangeSets() 166 updated.erase(new_end, updated.end()); in CalculateChangeSets() 168 // Use the updated elements to find all created and deleted elements. in CalculateChangeSets() 172 created_or_updated.begin(), created_or_updated.end(), updated.begin(), in CalculateChangeSets() 173 updated.end(), created.begin(), IsNotEqualOrUpdate); in CalculateChangeSets() 179 deleted_or_updated.begin(), deleted_or_updated.end(), updated.begin(), in CalculateChangeSets() 180 updated.end(), deleted.begin(), IsNotEqualOrUpdate); in CalculateChangeSets() [all …]
|
/external/cronet/components/metrics/ |
D | persistent_synthetic_trial_observer.cc | 17 // Mark all the updated synthetic field trials in the persistent profile, in PersistSyntheticFieldTrials() 18 // update the removed trials first, then add the updated trials. in PersistSyntheticFieldTrials() 23 for (const auto& updated : trials_updated) { in PersistSyntheticFieldTrials() local 24 if (updated.annotation_mode() == in PersistSyntheticFieldTrials() 27 updated.trial_name(), updated.group_name()); in PersistSyntheticFieldTrials()
|
/external/OpenCSD/decoder/include/opencsd/etmv3/ |
D | trc_pkt_types_etmv3.h | 102 uint32_t updated:1; /**< context updated */ member 103 uint32_t updated_c:1; /**< updated CtxtID */ 104 uint32_t updated_v:1; /**< updated VMID */ 119 uint32_t update_be:1; /**< updated Be flag */ 120 uint32_t update_addr:1; /**< updated address */ 121 uint32_t update_dval:1; /**< updated data value */ 128 uint32_t has_cycle_count:1; /**< updated cycle count */ 153 uint8_t ts_update_bits; /**< bits of ts updated this packet (if TS packet) */
|
/external/libexif/ |
D | ChangeLog | 38 * po/da.po: Updated Danish translation by Joe Hansen 39 * po/de.po: Updated German translation by Christian Kirbach 40 * po/pl.po: Updated Polish translation by Jakub Bogusz 41 * po/sk.po: Updated Slovak translation by Ivan Masár 42 * po/uk.po: Updated Ukrainian translation by Yuri Chornoivan 43 * po/vi.po: Updated Vietnamese translation by Trần Ngọc Quân 44 * Mention that uk.po must now be updated through translationproject.org 48 * Updated non-TP translations from launchpad.net's "precise" 55 * Updated non-TP translations to the latest strings in the source code 56 * po/en_CA.po: Updated Canadian English translation [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RetrieveTPUEmbeddingCenteredRMSPropParameters.pbtxt | 7 Parameter parameters updated by the centered RMSProp optimization algorithm. 13 Parameter ms updated by the centered RMSProp optimization algorithm. 19 Parameter mom updated by the centered RMSProp optimization algorithm. 25 Parameter mg updated by the centered RMSProp optimization algorithm. 33 used to retrieve updated parameters before saving a checkpoint.
|