/external/javassist/src/main/javassist/expr/ |
D | ExprEditor.java | 97 edit(h); in doit() 191 edit((MethodCall)expr); in loopBody() 197 edit((FieldAccess)expr); in loopBody() 211 edit((NewExpr)expr); in loopBody() 219 edit(ccall); in loopBody() 223 edit(mcall); in loopBody() 232 edit((NewArray)expr); in loopBody() 236 edit((Instanceof)expr); in loopBody() 240 edit((Cast)expr); in loopBody() 262 public void edit(NewExpr e) throws CannotCompileException {} in edit() method in ExprEditor [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 | 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() 282 commitInsertFromRange(edit.OrigLoc, edit.Offset, in commit() 283 edit.InsertFromRangeOffs, edit.Length, in commit() 284 edit.BeforePrev); in commit() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | stringquery.cpp | 17 edit = new QLineEdit; in StringQuery() 18 edit->setFocus(); in StringQuery() 21 layout->addWidget(edit, 0, 1); in StringQuery() 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); in StringQuery() 30 return edit->text(); in get_string()
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | SharedPrefUtil.java | 49 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit(); in setInitDone() 63 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit(); in saveLastContactChangedTimestamp() 77 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit(); in saveLastProfileContactChangedTimestamp() 91 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit(); in saveLastContactDeletedTimestamp() 99 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit(); in validateDeviceTimestamp() 111 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit(); in resetEABSharedPref()
|
D | PresencePreferences.java | 74 Editor editor = mCommonPref.edit(); in updateCapabilityDiscoveryTime() 94 Editor editor = mCommonPref.edit(); in setSubscriberId() 113 Editor editor = mCommonPref.edit(); in setLine1Number() 132 Editor editor = mCommonPref.edit(); in setRcsTestMode()
|
/external/v8/tools/clang/scripts/ |
D | run_tool.py | 228 for edit in reversed(v): 229 if edit == last_edit: 231 last_edit = edit 232 contents[edit.offset:edit.offset + edit.length] = edit.replacement 233 if not edit.replacement: 234 _ExtendDeletionIfElementIsInList(contents, edit.offset)
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ScriptEditor.java | 264 Editor e = mPreferences.edit(); in save() 535 EditItem edit = mHistory.getPrevious(); in undo() local 536 if (edit == null) { in undo() 540 int start = edit.mmIndex; in undo() 541 int end = start + (edit.mmAfter != null ? edit.mmAfter.length() : 0); in undo() 543 text.replace(start, end, edit.mmBefore); in undo() 549 Selection.setSelection(text, edit.mmBefore == null ? start : (start + edit.mmBefore.length())); in undo() 553 EditItem edit = mHistory.getNext(); in redo() local 554 if (edit == null) { in redo() 558 int start = edit.mmIndex; in redo() [all …]
|
/external/protobuf/objectivec/Tests/ |
D | GPBMessageTests+Merge.m | 269 // This block of code is generated, do not edit it directly. 278 // This block of code is generated, do not edit it directly. 287 // This block of code is generated, do not edit it directly. 296 // This block of code is generated, do not edit it directly. 305 // This block of code is generated, do not edit it directly. 314 // This block of code is generated, do not edit it directly. 323 // This block of code is generated, do not edit it directly. 332 // This block of code is generated, do not edit it directly. 341 // This block of code is generated, do not edit it directly. 350 // This block of code is generated, do not edit it directly. [all …]
|
/external/libpng/contrib/tools/ |
D | chkfmt | 20 edit= 30 edit=yes 118 if test -n "$EDITOR" -a -n "$edit" 133 if test -n "$EDITOR" -a -n "$edit"
|
/external/curl/docs/ |
D | RELEASE-PROCEDURE | 7 - edit `RELEASE-NOTES` to be accurate 30 - edit `Makefile` (version number and date), 32 - edit `_newslog.html` (announce the new release) and 34 - edit `_changes.html` (insert changes+bugfixes from RELEASE-NOTES) 47 - edit the newly made release tag so that it is listed as the latest release
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | FilterStringViewer.java | 38 private Button edit = new Button(EDIT_FILTER_STRING); field in FilterStringViewer 46 edit.addClickHandler(new ClickHandler() { in FilterStringViewer() 62 viewerHeaderPanel.add(edit); in FilterStringViewer() 145 edit.setText(EDIT_FILTER_STRING); in changeEditable() 152 edit.setText(UNEDIT_FILTER_STRING); in changeEditable()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 95 std::unique_ptr<edit::EditedSource> Editor; 129 Editor.reset(new edit::EditedSource(Context.getSourceManager(), in Initialize() 233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() 324 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 325 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap); in VisitObjCMessageExpr() 330 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 331 edit::rewriteToObjCSubscriptSyntax(E, *Consumer.NSAPIObj, commit); in VisitObjCMessageExpr() 336 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() 454 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty() 664 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl() [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XString.java | 1035 boolean edit = false; in fixWhiteSpace() 1060 edit = true; in fixWhiteSpace() 1082 edit = true; in fixWhiteSpace() 1095 edit = true; in fixWhiteSpace() 1104 edit = true; in fixWhiteSpace() 1111 return edit ? xsf.newstr(new String(buf, start, d - start)) : this; in fixWhiteSpace()
|
D | XStringForFSB.java | 861 boolean edit = false; in fixWhiteSpace() 877 edit = true; in fixWhiteSpace() 899 edit = true; in fixWhiteSpace() 912 edit = true; in fixWhiteSpace() 921 edit = true; in fixWhiteSpace() 928 return edit ? xsf.newstr(buf, start, d - start) : this; in fixWhiteSpace()
|
/external/curl/packages/vms/ |
D | compare_curl_source.com | 98 $ myprocdir = f$edit(myprocdir, "LOWERCASE") 101 $ mydir = f$edit(mydir, "LOWERCASE") 113 $ resultd = f$edit(resultd, "LOWERCASE") 124 $ ref_root_dir = f$edit(ref_root_dir, "LOWERCASE") 193 $ ref_dir = f$edit(ref_dir, "LOWERCASE") 251 $ ref_type = f$edit(ref_type, "UPCASE") 256 $ ref_fname = f$edit(ref_fname, "LOWERCASE")
|
D | build_gnv_curl_pcsi_desc.com | 85 $ kit_type = f$edit(f$extract(0, 1, majorver), "upcase") 167 $ line_in = f$edit(line_in,"compress,trim,uncomment") 284 $ line_in = f$edit(line_in,"compress,trim,uncomment") 311 $ filetype_u = f$edit(filetype, "upcase") 337 $ line_in = f$edit(line_in,"compress,trim,uncomment") 409 $ line_in = f$edit(line_in,"compress,trim,uncomment") 418 $ filetype = f$edit(f$parse(filename,,,"TYPE"), "upcase") 433 $ filedir = f$edit(f$parse(filename,,,"DIRECTORY"), "lowercase") 446 $ line_in = f$edit(line_in,"compress,trim,uncomment")
|
D | generate_vax_transfer.com | 57 $ line_in = f$edit(line_in, "COMPRESS,TRIM") 90 $ line = f$edit(line_in, "UNCOMMENT,COMPRESS,TRIM") 93 $ line_u = f$edit(line, "UPCASE") 143 $ line = f$edit(line_in, "UNCOMMENT,COMPRESS,TRIM") 146 $ line_u = f$edit(line, "UPCASE")
|
/external/pcre/dist2/cmake/ |
D | FindEditline.cmake | 8 /usr/include/edit/readline 12 FIND_LIBRARY(EDITLINE_LIBRARY NAMES edit)
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.text_3.5.400.v20150505-1044.jar | ... MalformedTreeException
org.eclipse.text.edits.CopyTargetEdit edit
public org.eclipse.text.edits.ISourceModifier ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.text_3.5.0.v20100601-1300.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/glide/third_party/disklrucache/ |
D | README.md | 21 Clients call `edit` to create or update the values of an entry. An entry may 23 `edit` will return null. 30 Every `edit` call must be matched by a call to `Editor.commit` or 40 error occurs while writing a cache value, the edit will fail silently. Callers
|
/external/clang/tools/clang-format/ |
D | clang-format-sublime.py | 30 def run(self, edit): argument 51 edit, sublime.Region(0, self.view.size()),
|
/external/androidplot/Examples/DemoApp/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 7 # You can edit the include path and order by changing the ProGuard
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | MainMenuActivity.java | 221 SharedPreferences.Editor editor = prefs.edit(); in onResume() 226 SharedPreferences.Editor editor = prefs.edit(); in onResume() 260 SharedPreferences.Editor editor = prefs.edit(); in onResume() 265 SharedPreferences.Editor editor = prefs.edit(); in onResume() 347 SharedPreferences.Editor editor = prefs.edit(); in onCreateDialog()
|