/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/freetype/ |
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 …]
|
/external/python/cpython3/Lib/ |
D | locale.py | 757 # Updated alias mapping to most recent locale.alias file 763 # updated 'bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251' 764 # updated 'bg_bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251' 765 # updated 'bulgarian' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251' 766 # updated 'cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2' 767 # updated 'cz_cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2' 768 # updated 'czech' -> 'cs_CS.ISO8859-2' to 'cs_CZ.ISO8859-2' 769 # updated 'dutch' -> 'nl_BE.ISO8859-1' to 'nl_NL.ISO8859-1' 770 # updated 'et' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15' 771 # updated 'et_ee' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15' [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/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/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-infinite-loop.cpp | 7 … warning: this loop is infinite; none of its condition variables (i) are updated in the loop body … in simple_infinite_loop1() 22 … warning: this loop is infinite; none of its condition variables (i) are updated in the loop body … in simple_infinite_loop1() 27 … warning: this loop is infinite; none of its condition variables (i) are updated in the loop body … in simple_infinite_loop1() 36 …g: this loop is infinite; none of its condition variables (i, Limit) are updated in the loop body … in simple_infinite_loop2() 41 …ning: this loop is infinite; none of its condition variables (Limit) are updated in the loop body … in simple_infinite_loop2() 46 …ning: this loop is infinite; none of its condition variables (Limit) are updated in the loop body … in simple_infinite_loop2() 51 …g: this loop is infinite; none of its condition variables (i, Limit) are updated in the loop body … in simple_infinite_loop2() 56 …g: this loop is infinite; none of its condition variables (i, Limit) are updated in the loop body … in simple_infinite_loop2() 64 // Not an error since 'Limit' is updated. in simple_not_infinite1() 69 // Not an error since 'Limit' is updated. in simple_not_infinite1() [all …]
|
/external/llvm-project/openmp/libomptarget/test/unified_shared_memory/ |
D | shared_update.c | 60 // On the host, check that the arrays have been updated. in main() 61 // CHECK: Alloc device values updated: Succeeded in main() 67 printf("Alloc device values updated: %s\n", in main() 70 // CHECK: Data device values updated: Succeeded in main() 76 printf("Data device values updated: %s\n", in main() 91 // CHECK: Alloc host values updated: Succeeded in main() 97 printf("Alloc host values updated: %s\n", in main() 99 // CHECK: Data host values updated: Succeeded in main() 105 printf("Data host values updated: %s\n", in main()
|
D | close_modifier.c | 56 // On the host, check that the arrays have been updated. in main() 57 // CHECK: Alloc host values not updated: Succeeded in main() 63 printf("Alloc host values not updated: %s\n", in main() 66 // CHECK: Data host values not updated: Succeeded in main() 72 printf("Data host values not updated: %s\n", in main() 111 // CHECK: Alloc host values updated: Succeeded in main() 117 printf("Alloc host values updated: %s\n", in main() 120 // CHECK: Data host values updated: Succeeded in main() 126 printf("Data host values updated: %s\n", in main()
|
/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/google-api-python-client/docs/dyn/ |
D | blogger_v3.posts.html | 171 "updated": "A String", # RFC 3339 date-time when this comment was last updated. 190 "updated": "A String", # RFC 3339 date-time when this Post was last updated. 262 "updated": "A String", # RFC 3339 date-time when this comment was last updated. 281 "updated": "A String", # RFC 3339 date-time when this Post was last updated. 345 "updated": "A String", # RFC 3339 date-time when this comment was last updated. 364 "updated": "A String", # RFC 3339 date-time when this Post was last updated. 425 "updated": "A String", # RFC 3339 date-time when this comment was last updated. 444 "updated": "A String", # RFC 3339 date-time when this Post was last updated. 477 updated - Order by the date the post was last updated 533 "updated": "A String", # RFC 3339 date-time when this comment was last updated. [all …]
|
D | blogger_v3.pages.html | 145 "updated": "A String", # RFC 3339 date-time when this Page was last updated. 179 "updated": "A String", # RFC 3339 date-time when this Page was last updated. 208 "updated": "A String", # RFC 3339 date-time when this Page was last updated. 258 "updated": "A String", # RFC 3339 date-time when this Page was last updated. 311 "updated": "A String", # RFC 3339 date-time when this Page was last updated. 321 …revert: boolean, Whether a revert action should be performed when the page is updated (default: fa… 322 …publish: boolean, Whether a publish action should be performed when the page is updated (default: … 341 "updated": "A String", # RFC 3339 date-time when this Page was last updated. 377 "updated": "A String", # RFC 3339 date-time when this Page was last updated. 413 "updated": "A String", # RFC 3339 date-time when this Page was last 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 …]
|
/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 | 27 doc : updated documentation regarding dictionary compression 66 doc : Updated LZ4 Frame format to v1.6.0, restoring Dictionary-ID field 130 Updated: Documentation converted to MarkDown format 147 Updated: Man page & Specification 163 Updated : lz4io, now uses lz4frame 172 Updated : xxHash to r38 173 Updated library number, to 1.4.0 184 Updated : Framing specification, to v1.4.1 185 Updated : xxHash, to r36 195 Updated : Makefile : synchronize library version number with lz4.h, thanks to Takayuki Matsuoka [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/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.
|
D | api_def_RetrieveTPUEmbeddingADAMParametersGradAccumDebug.pbtxt | 7 Parameter parameters updated by the ADAM optimization algorithm. 13 Parameter momenta updated by the ADAM optimization algorithm. 19 Parameter velocities updated by the ADAM optimization algorithm. 25 Parameter gradient_accumulators updated by the ADAM optimization algorithm. 33 used to retrieve updated parameters before saving a checkpoint.
|
D | api_def_RetrieveTPUEmbeddingRMSPropParametersGradAccumDebug.pbtxt | 7 Parameter parameters updated by the RMSProp optimization algorithm. 13 Parameter ms updated by the RMSProp optimization algorithm. 19 Parameter mom updated by the RMSProp optimization algorithm. 25 Parameter gradient_accumulators updated by the RMSProp optimization algorithm. 33 used to retrieve updated parameters before saving a checkpoint.
|
D | api_def_RetrieveTPUEmbeddingAdadeltaParametersGradAccumDebug.pbtxt | 7 Parameter parameters updated by the Adadelta optimization algorithm. 13 Parameter accumulators updated by the Adadelta optimization algorithm. 19 Parameter updates updated by the Adadelta optimization algorithm. 25 Parameter gradient_accumulators updated by the Adadelta optimization algorithm. 33 used to retrieve updated parameters before saving a checkpoint.
|
D | api_def_RetrieveTPUEmbeddingMDLAdagradLightParameters.pbtxt | 7 Parameter parameters updated by the MDL Adagrad Light optimization algorithm. 13 Parameter accumulators updated by the MDL Adagrad Light optimization algorithm. 19 Parameter weights updated by the MDL Adagrad Light optimization algorithm. 25 Parameter benefits updated by the MDL Adagrad Light optimization algorithm. 33 used to retrieve updated parameters before saving a checkpoint.
|
D | api_def_RetrieveTPUEmbeddingFTRLParametersGradAccumDebug.pbtxt | 7 Parameter parameters updated by the FTRL optimization algorithm. 13 Parameter accumulators updated by the FTRL optimization algorithm. 19 Parameter linears updated by the FTRL optimization algorithm. 25 Parameter gradient_accumulators updated by the FTRL optimization algorithm. 33 used to retrieve updated parameters before saving a checkpoint.
|