/external/libchrome/base/test/ |
D | fontconfig_util_linux.cc | 34 <edit name="embeddedbitmap" mode="append_last"> 36 </edit> 47 <edit name="hintstyle" mode="assign"> 49 </edit> 56 <edit name="family" mode="assign"> 58 </edit> 65 <edit name="family" mode="assign"> 67 </edit> 74 <edit name="family" mode="assign"> 76 </edit> [all …]
|
/external/icing/icing/index/ |
D | index_test.cc | 211 Index::Editor edit = in TEST_F() local 212 index_->Edit(kDocumentId0, kSectionId2, /*namespace_id=*/0); in TEST_F() 213 ASSERT_THAT(edit.BufferTerm("foo", TermMatchType::EXACT_ONLY), IsOk()); in TEST_F() 214 ASSERT_THAT(edit.BufferTerm("bar", TermMatchType::EXACT_ONLY), IsOk()); in TEST_F() 215 ASSERT_THAT(edit.BufferTerm("baz", TermMatchType::EXACT_ONLY), IsOk()); in TEST_F() 216 ASSERT_THAT(edit.IndexAllBufferedTerms(), IsOk()); in TEST_F() 233 Index::Editor edit = in TEST_F() local 234 index_->Edit(kDocumentId0, kSectionId2, /*namespace_id=*/0); in TEST_F() 235 EXPECT_THAT(edit.BufferTerm("foo", TermMatchType::EXACT_ONLY), IsOk()); in TEST_F() 236 EXPECT_THAT(edit.IndexAllBufferedTerms(), IsOk()); in TEST_F() [all …]
|
/external/rust/android-crates-io/crates/googletest/src/matcher_support/ |
D | edit_distance.rs | 18 /// complete rewrite to produce the edit list. 33 /// Contains the list of [`Edit`] to perform the transformation. 34 Editable(Vec<Edit<T>>), 39 /// The inputs are therefore considered unrelated and no edit list is 44 /// An edit operation on two sequences of `T`. 46 pub(crate) enum Edit<T> { enum 68 /// The entire edit list to transform between `actual` and `expected` is 81 /// Any initial [`Edit::ExtraActual`] entries are replaced with 82 /// [`Edit::AdditionalActual`] in the edit list. If the first entry which is 83 /// not an [`Edit::ExtraActual`] is [`Edit::ExtraExpected`], then the last [all …]
|
/external/google-breakpad/src/common/android/include/asm-mips/ |
D | asm.h | 17 *** To edit the content of this header, modify the corresponding 29 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 34 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 39 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 44 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 49 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 54 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 59 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 64 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 69 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ [all …]
|
D | regdef.h | 17 *** To edit the content of this header, modify the corresponding 29 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 34 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 39 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 44 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 49 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 54 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 59 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 64 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 69 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ [all …]
|
D | fpregdef.h | 17 *** To edit the content of this header, modify the corresponding 29 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 34 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 39 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 44 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 49 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 54 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 59 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 64 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 69 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | filelist.py | 30 edit = self.dict[key] 31 edit.top.wakeup() 32 return edit 37 edit = self.EditorWindow(self, filename, key) 38 if edit.good_load: 39 return edit 41 edit._close() 45 edit = self.open(filename) 46 if edit is not None and lineno is not None: 47 edit.gotoline(lineno) [all …]
|
/external/googleapis/google/analytics/admin/v1alpha/ |
D | analyticsadmin_v1alpha.yaml | 24 https://www.googleapis.com/auth/analytics.edit 53 https://www.googleapis.com/auth/analytics.edit, 58 https://www.googleapis.com/auth/analytics.edit, 68 https://www.googleapis.com/auth/analytics.edit, 73 https://www.googleapis.com/auth/analytics.edit, 78 https://www.googleapis.com/auth/analytics.edit, 83 https://www.googleapis.com/auth/analytics.edit, 88 https://www.googleapis.com/auth/analytics.edit, 93 https://www.googleapis.com/auth/analytics.edit, 98 https://www.googleapis.com/auth/analytics.edit, [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | androidpublisher_v3.edits.html | 132 <p class="firstline">Commits an app edit.</p> 135 <p class="firstline">Deletes an app edit.</p> 138 <p class="firstline">Gets an app edit.</p> 141 <p class="firstline">Creates a new edit for an app.</p> 144 <p class="firstline">Validates an app edit.</p> 153 <pre>Commits an app edit. 157 editId: string, Identifier of the edit. (required) 158 …changesNotSentForReview: boolean, Indicates that the changes in this edit will not be reviewed unt… 167 { # An app edit. The resource for EditsService. 168 …ring", # Output only. The time (as seconds since Epoch) at which the edit will expire and wil… [all …]
|
/external/googleapis/google/analytics/admin/v1beta/ |
D | analyticsadmin_v1beta.yaml | 24 https://www.googleapis.com/auth/analytics.edit 28 https://www.googleapis.com/auth/analytics.edit, 33 https://www.googleapis.com/auth/analytics.edit, 38 https://www.googleapis.com/auth/analytics.edit, 43 https://www.googleapis.com/auth/analytics.edit, 48 https://www.googleapis.com/auth/analytics.edit, 53 https://www.googleapis.com/auth/analytics.edit, 58 https://www.googleapis.com/auth/analytics.edit, 63 https://www.googleapis.com/auth/analytics.edit, 68 https://www.googleapis.com/auth/analytics.edit, [all …]
|
/external/perfetto/ui/src/base/ |
D | store.ts | 19 export type Edit<T> = (draft: Draft<T>) => void; alias 42 * @param edits The edit (or edits) to the store. 44 edit(edits: Edit<T> | Edit<T>[]): void; method 60 * defined. The state is written to the parent store on first edit. The 88 * // |dict['foo']| will be created the first time we edit our sub-store. 122 edit(edit: Edit<T> | Edit<T>[]): void { method in RootStore 123 if (Array.isArray(edit)) { 124 this.applyEdits(edit); 126 this.applyEdits([edit]); 130 private applyEdits(edits: Edit<T>[]): void { [all …]
|
D | store_unittest.ts | 65 test('edit', () => { 67 store.edit((draft) => { 83 store.edit((draft) => { 97 store.edit([ 124 store.edit(edits); 134 store.edit((draft) => { 149 // Make an arbitrary edit 150 store.edit((draft) => { 159 test('edit', () => { 163 subStore.edit((draft) => { [all …]
|
/external/leveldb/db/ |
D | version_edit_test.cc | 11 static void TestEncodeDecode(const VersionEdit& edit) { in TestEncodeDecode() argument 13 edit.EncodeTo(&encoded); in TestEncodeDecode() 24 VersionEdit edit; in TEST() local 26 TestEncodeDecode(edit); in TEST() 27 edit.AddFile(3, kBig + 300 + i, kBig + 400 + i, in TEST() 30 edit.RemoveFile(4, kBig + 700 + i); in TEST() 31 edit.SetCompactPointer(i, InternalKey("x", kBig + 900 + i, kTypeValue)); in TEST() 34 edit.SetComparatorName("foo"); in TEST() 35 edit.SetLogNumber(kBig + 100); in TEST() 36 edit.SetNextFile(kBig + 200); in TEST() [all …]
|
/external/mesa3d/src/freedreno/vulkan/ion/ |
D | ion.h | 15 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 20 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 25 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 30 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 35 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 40 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 45 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 50 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 55 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 60 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ [all …]
|
/external/javassist/src/main/javassist/expr/ |
D | ExprEditor.java | 40 * is found, <code>edit()</code> is called in <code>ExprEdit</code>. 41 * <code>edit()</code> can inspect and modify the given expression. 43 * <code>edit()</code> does nothing, the original method body is not 51 * public void edit(MethodCall m) throws CannotCompileException { 103 edit(h); in doit() 197 edit((MethodCall)expr); in loopBody() 203 edit((FieldAccess)expr); in loopBody() 217 edit((NewExpr)expr); in loopBody() 225 edit(ccall); in loopBody() 229 edit(mcall); in loopBody() [all …]
|
/external/bazelbuild-rules_go/go/tools/builders/ |
D | edit.go | 5 // Copied from go1.17 tree: //src/cmd/internal/edit/edit.go 7 // Package edit implements buffered position-based editing of byte slices. 21 // An edit records a single text modification: change the bytes in [start,end) to new. 22 type edit struct { struct 29 type edits []edit 49 panic("invalid edit position") 51 b.q = append(b.q, edit{pos, pos, new}) 56 panic("invalid edit position") 58 b.q = append(b.q, edit{start, end, ""}) 63 panic("invalid edit position") [all …]
|
/external/cronet/stable/third_party/icu/source/common/unicode/ |
D | edits.h | 44 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha… 46 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when 144 * Adds a no-change edit: a record for an unchanged segment of text. 150 * Adds a change edit: a record for a text replacement/insertion/deletion. 188 … * At any moment in time, an instance of this class points to a single edit: a "window" into a span 195 * Calling any of these methods mutates the iterator to make it point to the corresponding edit. 225 * Advances the iterator to the next edit. 229 * @return true if there is another edit 235 * Moves the iterator to the edit that contains the source index. 236 * The source index may be found in a no-change edit [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | edits.h | 44 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha… 46 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when 144 * Adds a no-change edit: a record for an unchanged segment of text. 150 * Adds a change edit: a record for a text replacement/insertion/deletion. 188 … * At any moment in time, an instance of this class points to a single edit: a "window" into a span 195 * Calling any of these methods mutates the iterator to make it point to the corresponding edit. 225 * Advances the iterator to the next edit. 229 * @return true if there is another edit 235 * Moves the iterator to the edit that contains the source index. 236 * The source index may be found in a no-change edit [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | edits.h | 44 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha… 46 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when 144 * Adds a no-change edit: a record for an unchanged segment of text. 150 * Adds a change edit: a record for a text replacement/insertion/deletion. 188 … * At any moment in time, an instance of this class points to a single edit: a "window" into a span 195 * Calling any of these methods mutates the iterator to make it point to the corresponding edit. 225 * Advances the iterator to the next edit. 229 * @return true if there is another edit 235 * Moves the iterator to the edit that contains the source index. 236 * The source index may be found in a no-change edit [all …]
|
/external/cronet/tot/third_party/icu/source/common/unicode/ |
D | edits.h | 44 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha… 46 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when 144 * Adds a no-change edit: a record for an unchanged segment of text. 150 * Adds a change edit: a record for a text replacement/insertion/deletion. 188 … * At any moment in time, an instance of this class points to a single edit: a "window" into a span 195 * Calling any of these methods mutates the iterator to make it point to the corresponding edit. 225 * Advances the iterator to the next edit. 229 * @return true if there is another edit 235 * Moves the iterator to the edit that contains the source index. 236 * The source index may be found in a no-change edit [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | DiskLruCacheTest.java | 99 cache.edit(key); in validateKey() 106 cache.edit(key); in validateKey() 113 cache.edit(key); in validateKey() 120 cache.edit(key); in validateKey() 127 cache.edit(key); in validateKey() 135 cache.edit(key); in validateKey() 146 cache.edit(key).abort(); in validateKey() 149 cache.edit(key).abort(); in validateKey() 152 cache.edit(key).abort(); in validateKey() 156 DiskLruCache.Editor creator = cache.edit("k1"); in writeAndReadEntry() [all …]
|
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 10 #include "clang/Edit/EditedSource.h" 13 #include "clang/Edit/Commit.h" 14 #include "clang/Edit/EditsReceiver.h" 20 using namespace edit; 274 for (edit::Commit::edit_iterator in commit() 276 const edit::Commit::Edit &edit = *I; in commit() local 277 switch (edit.Kind) { in commit() 278 case edit::Commit::Act_Insert: in commit() 279 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev); in commit() 281 case edit::Commit::Act_InsertFromRange: in commit() [all …]
|
/external/cldr/docs/site/translation/ |
D | miscellaneous-person-name-formats.md | 7 …//docs.google.com/document/d/1mjxIHsb97Og8ub6BKWxOihcHz7zjU4GdFkIxWHGAtes/edit) while you are work… 9 …//docs.google.com/document/d/1mjxIHsb97Og8ub6BKWxOihcHz7zjU4GdFkIxWHGAtes/edit) in a separate wind… 14 …//docs.google.com/document/d/1mjxIHsb97Og8ub6BKWxOihcHz7zjU4GdFkIxWHGAtes/edit#heading=h.wqpdugycq… 15 …//docs.google.com/document/d/1mjxIHsb97Og8ub6BKWxOihcHz7zjU4GdFkIxWHGAtes/edit#heading=h.q7f5rnykj… 16 …//docs.google.com/document/d/1mjxIHsb97Og8ub6BKWxOihcHz7zjU4GdFkIxWHGAtes/edit#heading=h.xquzeu24o… 17 …//docs.google.com/document/d/1mjxIHsb97Og8ub6BKWxOihcHz7zjU4GdFkIxWHGAtes/edit#heading=h.b6xr0aryb… 18 …//docs.google.com/document/d/1mjxIHsb97Og8ub6BKWxOihcHz7zjU4GdFkIxWHGAtes/edit#heading=h.qr8y56vvj… 19 …//docs.google.com/document/d/1mjxIHsb97Og8ub6BKWxOihcHz7zjU4GdFkIxWHGAtes/edit#heading=h.3me9x0ulv…
|
/external/cronet/stable/net/websockets/ |
D | README.md | 9 memo](https://docs.google.com/document/d/1r7dQDA9AQBD_kOk-z-yMi0WgLQZ-5m7psMO5pYLFUL8/edit). 13 Design](https://docs.google.com/document/d/1a8sUFQsbN5uve7ziW61ATkrFr3o9A-Tiyw8ig6T3puA/edit) 18 HTTP/2](https://docs.google.com/document/d/1ZxaHz4j2BDMa1aI5CQHMjtFI3UxGT459pjYv4To9rFY/edit). 21 API](https://docs.google.com/document/d/1L85aXX-m5NaV-g223lH7kKB2HPg6kMi1cjrDVeEptE8/edit): 25 Design](https://docs.google.com/document/d/129rLtf5x3hvhP5rayLiSxnEjOXS8Z7EnLJgBL4CdwjI/edit). 29 throttling](https://docs.google.com/document/d/1aw2oN5PKfk-1gLnBrlv1OwLA8K3-ykM2ckwX2lubTg4/edit). 33 chrome/net](https://docs.google.com/document/d/11n3hpwb9lD9YVqnjX3OwzE_jHgTmKIqd6GvXE9bDGUg/edit).
|
/external/cronet/tot/net/websockets/ |
D | README.md | 9 memo](https://docs.google.com/document/d/1r7dQDA9AQBD_kOk-z-yMi0WgLQZ-5m7psMO5pYLFUL8/edit). 13 Design](https://docs.google.com/document/d/1a8sUFQsbN5uve7ziW61ATkrFr3o9A-Tiyw8ig6T3puA/edit) 18 HTTP/2](https://docs.google.com/document/d/1ZxaHz4j2BDMa1aI5CQHMjtFI3UxGT459pjYv4To9rFY/edit). 21 API](https://docs.google.com/document/d/1L85aXX-m5NaV-g223lH7kKB2HPg6kMi1cjrDVeEptE8/edit): 25 Design](https://docs.google.com/document/d/129rLtf5x3hvhP5rayLiSxnEjOXS8Z7EnLJgBL4CdwjI/edit). 29 throttling](https://docs.google.com/document/d/1aw2oN5PKfk-1gLnBrlv1OwLA8K3-ykM2ckwX2lubTg4/edit). 33 chrome/net](https://docs.google.com/document/d/11n3hpwb9lD9YVqnjX3OwzE_jHgTmKIqd6GvXE9bDGUg/edit).
|