Home
last modified time | relevance | path

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

12345678910>>...29

/aosp_15_r20/external/icing/icing/index/
H A Dindex_test.cc211 Index::Editor edit = in TEST_F() local
233 Index::Editor edit = in TEST_F() local
260 Index::Editor edit = in TEST_F() local
289 Index::Editor edit = in TEST_F() local
351 Index::Editor edit = in TEST_F() local
410 Index::Editor edit = in TEST_F() local
511 Index::Editor edit = in TEST_F() local
527 Index::Editor edit = in TEST_F() local
545 Index::Editor edit = in TEST_F() local
583 Index::Editor edit = in TEST_F() local
[all …]
/aosp_15_r20/external/javassist/src/main/javassist/expr/
H A 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
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/edit/
Dedit.go6 package edit package
20 type edit struct { struct
21 start int
22 end int
23 new string
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpServer.cpp250 ObjectEdit* edit = mObjectEditList[i]; in run() local
301 ObjectEdit* edit = new ObjectEdit(handle, path, size, format, fd); in addEditObject() local
308 ObjectEdit* edit = mObjectEditList[i]; in getEditObject() local
317 ObjectEdit* edit = mObjectEditList[i]; in removeEditObject() local
327 void MtpServer::commitEdit(ObjectEdit* edit) { in commitEdit()
755 ObjectEdit* edit = getEditObject(handle); in doGetObjectInfo() local
1382 ObjectEdit* edit = getEditObject(handle); in doSendPartialObject() local
1450 ObjectEdit* edit = getEditObject(handle); in doTruncateObject() local
1497 ObjectEdit* edit = getEditObject(handle); in doEndEditObject() local
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dedit.go22 type edit struct { struct
23 start int
24 end int
25 new string
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dstore.ts44 edit(edits: Edit<T> | Edit<T>[]): void; method
122 edit(edit: Edit<T> | Edit<T>[]): void { method in RootStore
215 edit(edit: Edit<T> | Edit<T>[]): void { method in SubStore
/aosp_15_r20/out/soong/.intermediates/packages/apps/EmergencyInfo/EmergencyInfo-lib/android_common/javac/
DEmergencyInfo-lib.jar ... isNotSet () } com/android/emergency/edit/ com/android/emergency/edit/EditInfoActivity
/aosp_15_r20/out/soong/.intermediates/packages/apps/EmergencyInfo/EmergencyInfo-lib/android_common/repackaged-jarjar/javac/
DEmergencyInfo-lib.jarcom/android/emergency/view/ViewInfoActivity.class ViewInfoActivity.java package com.android. ...
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/content/
H A DProcessText.java27 EditText edit = (EditText) findViewById(R.id.process_text_received_text_editable); in onCreate() local
45 EditText edit = (EditText) findViewById(R.id.process_text_received_text_editable); in finish() local
/aosp_15_r20/external/leveldb/db/
H A Dversion_edit_test.cc11 static void TestEncodeDecode(const VersionEdit& edit) { in TestEncodeDecode()
24 VersionEdit edit; in TEST() local
H A 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
H A Dversion_set.cc629 void Apply(VersionEdit* edit) { in Apply()
777 Status VersionSet::LogAndApply(VersionEdit* edit, port::Mutex* mu) { in LogAndApply()
912 VersionEdit edit; in Recover() local
1074 VersionEdit edit; in WriteSnapshot() local
1508 void Compaction::AddInputDeletions(VersionEdit* edit) { in AddInputDeletions()
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DFileList.py53 def unregister_maybe_terminate(self, edit): argument
65 def filename_changed_edit(self, edit): argument
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dfilelist.py59 def unregister_maybe_terminate(self, edit): argument
71 def filename_changed_edit(self, edit): argument
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A 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
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
H A 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
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
H A DKeyValueStore.kt110 val edit = sharedPreferences.edit() in getValue() constant
/aosp_15_r20/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A 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
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java119 EditText edit = ((EditText) view.findViewById(com.android.internal.R.id.value)); in showDialog() local
146 public PositiveListener(EditText edit) { in PositiveListener()
/aosp_15_r20/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
H A DDiskLruCache.java513 public Editor edit(String key) throws IOException { in edit() method in DiskLruCache
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { in edit() method in DiskLruCache
746 public Editor edit() throws IOException { in edit() method in DiskLruCache.Snapshot
/aosp_15_r20/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DDiskLruCache.java513 public Editor edit(String key) throws IOException { in edit() method in DiskLruCache
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { in edit() method in DiskLruCache
746 public Editor edit() throws IOException { in edit() method in DiskLruCache.Snapshot
/aosp_15_r20/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
H A DDiskLruCache.java513 public Editor edit(String key) throws IOException { in edit() method in DiskLruCache
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { in edit() method in DiskLruCache
746 public Editor edit() throws IOException { in edit() method in DiskLruCache.Snapshot
/aosp_15_r20/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
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/
HDorg.eclipse.text_3.6.300.v20180430-1330.jar ... MalformedTreeException org.eclipse.text.edits.CopyTargetEdit edit public org.eclipse.text.edits.ISourceModifier ...
/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DLineBreakerTestHelper.h159 HyphenEdit edit = static_cast<HyphenEdit>(actual.flags[i] & 0xFF); in sameLineBreak() local
197 const HyphenEdit edit = static_cast<HyphenEdit>(lines.flags[i] & 0xFF); in toString() local

12345678910>>...29