Home
last modified time | relevance | path

Searched full:updated (Results 1 – 25 of 26341) sorted by relevance

12345678910>>...1054

/aosp_15_r20/external/libphonenumber/
H A Drelease_notes.txt14 - 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 …]
/aosp_15_r20/external/vboot_reference/tests/
H A Dvb2_ec_sync_tests.c214 TEST_EQ(ec_ro_updated, 0, " ec ro updated"); in VbSoftwareSyncTest()
215 TEST_EQ(ec_rw_updated, 0, " ec rw updated"); in VbSoftwareSyncTest()
226 TEST_EQ(ec_ro_updated, 0, " ec ro updated"); in VbSoftwareSyncTest()
227 TEST_EQ(ec_rw_updated, 0, " ec rw updated"); in VbSoftwareSyncTest()
237 TEST_EQ(ec_ro_updated, 0, " ec ro updated"); in VbSoftwareSyncTest()
238 TEST_EQ(ec_rw_updated, 0, " ec rw updated"); in VbSoftwareSyncTest()
248 TEST_EQ(ec_ro_updated, 0, " ec ro updated"); in VbSoftwareSyncTest()
249 TEST_EQ(ec_rw_updated, 0, " ec rw updated");; in VbSoftwareSyncTest()
259 TEST_EQ(ec_ro_updated, 0, " ec ro updated"); in VbSoftwareSyncTest()
260 TEST_EQ(ec_rw_updated, 0, " ec rw updated"); in VbSoftwareSyncTest()
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt2_client_server_test.cc80 std::vector<fbg::ServiceInfo> updated; in TEST_F() local
87 updated = std::move(cb_updated); in TEST_F()
94 ASSERT_EQ(updated.size(), 1u); in TEST_F()
95 ASSERT_TRUE(updated[0].has_handle()); in TEST_F()
96 EXPECT_EQ(updated[0].handle().value, kSvcStartHandle0); in TEST_F()
97 ASSERT_TRUE(updated[0].has_kind()); in TEST_F()
98 EXPECT_EQ(updated[0].kind(), fbg::ServiceKind::PRIMARY); in TEST_F()
99 ASSERT_TRUE(updated[0].has_type()); in TEST_F()
100 EXPECT_EQ(bt::UUID(updated[0].type().value), kTestServiceUuid0); in TEST_F()
101 EXPECT_FALSE(updated[0].has_characteristics()); in TEST_F()
[all …]
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/
H A DBatchUpdateJobsRequest.java138 * Required. The jobs to be updated.
139 * A maximum of 200 jobs can be updated in a batch.
153 * Required. The jobs to be updated.
154 * A maximum of 200 jobs can be updated in a batch.
168 * Required. The jobs to be updated.
169 * A maximum of 200 jobs can be updated in a batch.
183 * Required. The jobs to be updated.
184 * A maximum of 200 jobs can be updated in a batch.
198 * Required. The jobs to be updated.
199 * A maximum of 200 jobs can be updated in a batch.
[all …]
H A DUpdateJobRequest.java74 * Required. The Job to be updated.
89 * Required. The Job to be updated.
104 * Required. The Job to be updated.
123 * [job][google.cloud.talent.v4.UpdateJobRequest.job] are updated. Otherwise
124 * all the fields are updated.
125 * A field mask to restrict the fields that are updated. Only
144 * [job][google.cloud.talent.v4.UpdateJobRequest.job] are updated. Otherwise
145 * all the fields are updated.
146 * A field mask to restrict the fields that are updated. Only
165 * [job][google.cloud.talent.v4.UpdateJobRequest.job] are updated. Otherwise
[all …]
H A DBatchUpdateJobsRequestOrBuilder.java63 * Required. The jobs to be updated.
64 * A maximum of 200 jobs can be updated in a batch.
75 * Required. The jobs to be updated.
76 * A maximum of 200 jobs can be updated in a batch.
87 * Required. The jobs to be updated.
88 * A maximum of 200 jobs can be updated in a batch.
99 * Required. The jobs to be updated.
100 * A maximum of 200 jobs can be updated in a batch.
111 * Required. The jobs to be updated.
112 * A maximum of 200 jobs can be updated in a batch.
[all …]
/aosp_15_r20/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyResourcesManager.java73 * when a resource has been updated successfully.
77 * <li> Updated resources are persisted over reboots.
81 * available in the calling package as long as it is used as an updated resource.
105 * Removes all updated drawables for the list of {@code drawableIds} that was previously set by
131 * Returns the appropriate updated drawable for the {@code drawableId} with style
138 * <p>Calls to this API will not return {@code null} unless no updated drawable was found
147 * resource has been updated.
150 * {@code setDrawables} to set the updated resource.
152 * @param drawableId The drawable ID to get the updated resource for.
154 * @param defaultDrawableLoader To get the default drawable if no updated drawable was set for
[all …]
/aosp_15_r20/external/freetype/docs/oldlogs/
H A DChangeLog.21101 * 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 …]
H A DChangeLog.27141 * 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 …]
/aosp_15_r20/external/bazelbuild-rules_go/docs/go/core/
H A Dbuildgraph.excalidraw28 "updated": 1648705107325,
97 "updated": 1645713106334,
135 "updated": 1645713058816,
177 "updated": 1645713058816,
202 "updated": 1645713106334,
242 "updated": 1645713106334,
269 "updated": 1645713106334,
309 "updated": 1648705120553,
336 "updated": 1648705120554,
386 "updated": 1645713106334,
[all …]
/aosp_15_r20/external/google-cloud-java/java-eventarc/proto-google-cloud-eventarc-v1/src/main/java/com/google/cloud/eventarc/v1/
H A DUpdateGoogleChannelConfigRequest.java75 * Required. The config to be updated.
92 * Required. The config to be updated.
111 * Required. The config to be updated.
132 * The fields to be updated; only fields explicitly provided are updated.
134 * updated. To update all fields, provide a field mask of "*".
149 * The fields to be updated; only fields explicitly provided are updated.
151 * updated. To update all fields, provide a field mask of "*".
166 * The fields to be updated; only fields explicitly provided are updated.
168 * updated. To update all fields, provide a field mask of "*".
576 * Required. The config to be updated.
[all …]
H A DUpdateChannelRequest.java74 * The channel to be updated.
89 * The channel to be updated.
104 * The channel to be updated.
120 * The fields to be updated; only fields explicitly provided are updated.
122 * updated. To update all fields, provide a field mask of "*".
137 * The fields to be updated; only fields explicitly provided are updated.
139 * updated. To update all fields, provide a field mask of "*".
154 * The fields to be updated; only fields explicitly provided are updated.
156 * updated. To update all fields, provide a field mask of "*".
597 * The channel to be updated.
[all …]
H A DUpdateTriggerRequest.java74 * The trigger to be updated.
89 * The trigger to be updated.
104 * The trigger to be updated.
120 * The fields to be updated; only fields explicitly provided are updated.
122 * updated. To update all fields, provide a field mask of "*".
137 * The fields to be updated; only fields explicitly provided are updated.
139 * updated. To update all fields, provide a field mask of "*".
154 * The fields to be updated; only fields explicitly provided are updated.
156 * updated. To update all fields, provide a field mask of "*".
638 * The trigger to be updated.
[all …]
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/
H A DBatchUpdateJobsRequest.java140 * Required. The jobs to be updated.
155 * Required. The jobs to be updated.
171 * Required. The jobs to be updated.
186 * Required. The jobs to be updated.
201 * Required. The jobs to be updated.
224 * [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the
225 * fields are updated.
226 * A field mask to restrict the fields that are updated. Only
232 * will only contains fields that is updated, plus the Id of the Job.
254 * [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the
[all …]
H A DUpdateJobRequest.java74 * Required. The Job to be updated.
90 * Required. The Job to be updated.
106 * Required. The Job to be updated.
126 * [job][google.cloud.talent.v4beta1.UpdateJobRequest.job] are updated.
127 * Otherwise all the fields are updated.
128 * A field mask to restrict the fields that are updated. Only
147 * [job][google.cloud.talent.v4beta1.UpdateJobRequest.job] are updated.
148 * Otherwise all the fields are updated.
149 * A field mask to restrict the fields that are updated. Only
168 * [job][google.cloud.talent.v4beta1.UpdateJobRequest.job] are updated.
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dlocale.py791 # Updated alias mapping to most recent locale.alias file
797 # updated 'bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
798 # updated 'bg_bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
799 # updated 'bulgarian' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
800 # updated 'cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
801 # updated 'cz_cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
802 # updated 'czech' -> 'cs_CS.ISO8859-2' to 'cs_CZ.ISO8859-2'
803 # updated 'dutch' -> 'nl_BE.ISO8859-1' to 'nl_NL.ISO8859-1'
804 # updated 'et' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
805 # updated 'et_ee' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dlocale.py791 # Updated alias mapping to most recent locale.alias file
797 # updated 'bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
798 # updated 'bg_bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
799 # updated 'bulgarian' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
800 # updated 'cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
801 # updated 'cz_cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
802 # updated 'czech' -> 'cs_CS.ISO8859-2' to 'cs_CZ.ISO8859-2'
803 # updated 'dutch' -> 'nl_BE.ISO8859-1' to 'nl_NL.ISO8859-1'
804 # updated 'et' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
805 # updated 'et_ee' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dlocale.py791 # Updated alias mapping to most recent locale.alias file
797 # updated 'bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
798 # updated 'bg_bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
799 # updated 'bulgarian' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
800 # updated 'cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
801 # updated 'cz_cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
802 # updated 'czech' -> 'cs_CS.ISO8859-2' to 'cs_CZ.ISO8859-2'
803 # updated 'dutch' -> 'nl_BE.ISO8859-1' to 'nl_NL.ISO8859-1'
804 # updated 'et' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
805 # updated 'et_ee' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dlocale.py791 # Updated alias mapping to most recent locale.alias file
797 # updated 'bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
798 # updated 'bg_bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
799 # updated 'bulgarian' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
800 # updated 'cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
801 # updated 'cz_cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
802 # updated 'czech' -> 'cs_CS.ISO8859-2' to 'cs_CZ.ISO8859-2'
803 # updated 'dutch' -> 'nl_BE.ISO8859-1' to 'nl_NL.ISO8859-1'
804 # updated 'et' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
805 # updated 'et_ee' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dlocale.py791 # Updated alias mapping to most recent locale.alias file
797 # updated 'bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
798 # updated 'bg_bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
799 # updated 'bulgarian' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
800 # updated 'cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
801 # updated 'cz_cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
802 # updated 'czech' -> 'cs_CS.ISO8859-2' to 'cs_CZ.ISO8859-2'
803 # updated 'dutch' -> 'nl_BE.ISO8859-1' to 'nl_NL.ISO8859-1'
804 # updated 'et' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
805 # updated 'et_ee' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dlocale.py791 # Updated alias mapping to most recent locale.alias file
797 # updated 'bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
798 # updated 'bg_bg' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
799 # updated 'bulgarian' -> 'bg_BG.ISO8859-5' to 'bg_BG.CP1251'
800 # updated 'cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
801 # updated 'cz_cz' -> 'cz_CZ.ISO8859-2' to 'cs_CZ.ISO8859-2'
802 # updated 'czech' -> 'cs_CS.ISO8859-2' to 'cs_CZ.ISO8859-2'
803 # updated 'dutch' -> 'nl_BE.ISO8859-1' to 'nl_NL.ISO8859-1'
804 # updated 'et' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
805 # updated 'et_ee' -> 'et_EE.ISO8859-4' to 'et_EE.ISO8859-15'
[all …]
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_decoder.hpp126 * 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 …]
/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/db/
DAudioStore.java241 boolean updated = false; in loadData()
262 updated |= audio.setTitle(title); in loadData()
267 updated |= audio.setArtist(artist); in loadData()
268 updated |= loadData(artist); // TODO(b/123707561) Load separate from audio in loadData()
273 updated |= audio.setAlbum(album); in loadData()
274 updated |= loadData(album); // TODO(b/123707561) Load separate from audio in loadData()
282 return updated; in loadData()
286 boolean updated = false; in loadData()
301 updated |= artist.setName(name); in loadData()
309 updated |= loadAlbums(artist); // TODO(b/123707561) Load separate from artist in loadData()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/changelogs/
H A D2.20.x-CHANGELOG.md25 - Updated endpoint and partition metadata.
59 - Updated endpoint and partition metadata.
84 - Updated endpoint and partition metadata.
109 - Updated endpoint and partition metadata.
154 - Updated endpoint and partition metadata.
187 - Updated endpoint and partition metadata.
254 - Updated endpoint and partition metadata.
301 - Updated endpoint and partition metadata.
345 …ultAutoScalingConfiguration and ListServicesForAutoScalingConfiguration. Updated API: DeleteAutoSc…
358 - Updated endpoint and partition metadata.
[all …]
/aosp_15_r20/external/webrtc/call/
H A Drtp_bitrate_configurator.cc94 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 …]

12345678910>>...1054