Home
last modified time | relevance | path

Searched defs:edit (Results 1 – 25 of 54) sorted by relevance

123

/external/icing/icing/index/
Dindex_test.cc211 Index::Editor edit = index_->Edit( in TEST_F() local
233 Index::Editor edit = index_->Edit( in TEST_F() local
260 Index::Editor edit = index_->Edit( in TEST_F() local
289 Index::Editor edit = index_->Edit( in TEST_F() local
351 Index::Editor edit = index_->Edit( in TEST_F() local
410 Index::Editor edit = index_->Edit( in TEST_F() local
511 Index::Editor edit = index_->Edit( in TEST_F() local
527 Index::Editor edit = index_->Edit( in TEST_F() local
545 Index::Editor edit = index_->Edit( in TEST_F() local
583 Index::Editor edit = index_->Edit( in TEST_F() local
[all …]
/external/javassist/src/main/javassist/expr/
DExprEditor.java267 public void edit(NewExpr e) throws CannotCompileException {} in edit() method in ExprEditor
276 public void edit(NewArray a) throws CannotCompileException {} in edit() method in ExprEditor
283 public void edit(MethodCall m) throws CannotCompileException {} in edit() method in ExprEditor
295 public void edit(ConstructorCall c) throws CannotCompileException {} in edit() method in ExprEditor
302 public void edit(FieldAccess f) throws CannotCompileException {} in edit() method in ExprEditor
308 public void edit(Instanceof i) throws CannotCompileException {} in edit() method in ExprEditor
314 public void edit(Cast c) throws CannotCompileException {} in edit() method in ExprEditor
320 public void edit(Handler h) throws CannotCompileException {} in edit() method in ExprEditor
/external/bazelbuild-rules_go/go/tools/builders/
Dedit.go22 type edit struct { struct
23 start int
24 end int
25 new string
/external/perfetto/ui/src/base/
Dstore.ts46 edit(edits: Edit<T> | Edit<T>[]): void; method
124 edit(edit: Edit<T> | Edit<T>[]): void { method in RootStore
219 edit(edit: Edit<T> | Edit<T>[]): void { method in SubStore
/external/leveldb/db/
Dversion_edit_test.cc11 static void TestEncodeDecode(const VersionEdit& edit) { in TestEncodeDecode()
24 VersionEdit edit; in TEST() local
Ddb_impl.cc292 Status DBImpl::Recover(VersionEdit* edit, bool* save_manifest) { in Recover()
386 bool* save_manifest, VersionEdit* edit, in RecoverLogFile()
505 Status DBImpl::WriteLevel0Table(MemTable* mem, VersionEdit* edit, in WriteLevel0Table()
554 VersionEdit edit; in CompactMemTable() local
1488 VersionEdit edit; in Open() local
/external/python/cpython2/Lib/idlelib/
DFileList.py53 def unregister_maybe_terminate(self, edit): argument
65 def filename_changed_edit(self, edit): argument
/external/python/cpython3/Lib/idlelib/
Dfilelist.py59 def unregister_maybe_terminate(self, edit): argument
71 def filename_changed_edit(self, edit): argument
/external/clang/tools/clang-format/
Dclang-format-sublime.py30 def run(self, edit): argument
/external/rust/crates/toml_edit/tests/testsuite/
Dmain.rs5 mod edit; module
/external/rust/crates/toml/src/
Dlib.rs161 mod edit; module
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java445 public Editor edit(String key) throws IOException { in edit() method in DiskLruCache
449 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { in edit() method in DiskLruCache
788 public Editor edit() throws IOException { in edit() method in Snapshot
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DDiskLruCache.java447 public Editor edit(String key) throws IOException { in edit() method in DiskLruCache
451 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { in edit() method in DiskLruCache
791 public Editor edit() throws IOException { in edit() method in Snapshot
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java440 public Editor edit(String key) throws IOException { in edit() method in DiskLruCache
444 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { in edit() method in DiskLruCache
684 public Editor edit() throws IOException { in edit() method in DiskLruCache.Value
/external/python/cpython3/Lib/curses/
Dtextpad.py177 def edit(self, validate=None): member in Textbox
/external/python/cpython2/Lib/curses/
Dtextpad.py177 def edit(self, validate=None): member in Textbox
/external/lzma/CPP/7zip/UI/FileManager/
DEditPage.cpp88 static void Edit_BrowseForFile(NWindows::NControl::CEdit &edit, HWND hwnd) in Edit_BrowseForFile()
/external/autotest/frontend/client/src/autotest/tko/
DFilterStringViewer.java38 private Button edit = new Button(EDIT_FILTER_STRING); field in FilterStringViewer
/external/python/cpython2/Tools/faqwiz/
Dfaqwiz.py259 def show(self, edit=1): argument
358 def show(self, file, edit=1): argument
499 def format_all(self, files, edit=1, headers=1): argument
/external/google-java-format/eclipse_plugin/src/com/google/googlejavaformat/java/
DGoogleJavaFormatter.java133 TextEdit edit = new MultiTextEdit(); in editFromReplacements() local
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/emitters/
DJavaCodeFormatter.java93 TextEdit edit = codeFormatter.format( in apply() local
/external/aws-sdk-java-v2/codegen-lite/src/main/java/software/amazon/awssdk/codegen/lite/emitters/
DJavaCodeFormatter.java92 TextEdit edit = codeFormatter.format( in apply() local
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java536 EditItem edit = mHistory.getPrevious(); in undo() local
554 EditItem edit = mHistory.getNext(); in redo() local
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DInMemorySharedPreferences.java108 public SharedPreferences.Editor edit() { in edit() method in InMemorySharedPreferences
/external/perfetto/ui/src/frontend/
Dpan_and_zoom_handler.ts169 let edit = false; variable

123