Home
last modified time | relevance | path

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

12

/external/icing/icing/index/
Dindex_test.cc176 Index::Editor edit = index_->Edit( in TEST_F() local
200 Index::Editor edit = index_->Edit( in TEST_F() local
226 Index::Editor edit = index_->Edit( in TEST_F() local
240 Index::Editor edit = index_->Edit( in TEST_F() local
256 Index::Editor edit = index_->Edit( in TEST_F() local
271 Index::Editor edit = index_->Edit( in TEST_F() local
288 Index::Editor edit = index_->Edit( in TEST_F() local
302 Index::Editor edit = index_->Edit( in TEST_F() local
318 Index::Editor edit = index_->Edit( in TEST_F() local
344 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/llvm-project/flang/runtime/
Dedit-output.cpp16 bool EditIntegerOutput(IoStatementState &io, const DataEdit &edit, INT n) { in EditIntegerOutput()
97 int expo, const DataEdit &edit, int &length) { in FormatExponent()
127 const DataEdit &edit, std::size_t length, std::size_t width) { in EmitPrefix()
149 bool RealOutputEditingBase::EmitSuffix(const DataEdit &edit) { in EmitSuffix()
161 int significantDigits, const DataEdit &edit, int flags) { in Convert()
178 bool RealOutputEditing<binaryPrecision>::EditEorDOutput(const DataEdit &edit) { in EditEorDOutput()
260 bool RealOutputEditing<binaryPrecision>::EditFOutput(const DataEdit &edit) { in EditFOutput()
330 DataEdit RealOutputEditing<binaryPrecision>::EditForGOutput(DataEdit edit) { in EditForGOutput()
364 const DataEdit &edit) { in EditListDirectedOutput()
386 bool RealOutputEditing<binaryPrecision>::Edit(const DataEdit &edit) { in Edit()
[all …]
Dedit-input.cpp19 IoStatementState &io, const DataEdit &edit, std::optional<int> &remaining) { in PrepareInput()
32 static bool EditBOZInput(IoStatementState &io, const DataEdit &edit, void *n, in EditBOZInput()
68 static bool ScanNumericPrefix(IoStatementState &io, const DataEdit &edit, in ScanNumericPrefix()
83 IoStatementState &io, const DataEdit &edit, void *n, int kind) { in EditIntegerInput()
141 const DataEdit &edit, int &exponent) { in ScanRealInput()
264 bool EditCommonRealInput(IoStatementState &io, const DataEdit &edit, void *n) { in EditCommonRealInput()
299 bool EditRealInput(IoStatementState &io, const DataEdit &edit, void *n) { in EditRealInput()
328 bool EditLogicalInput(IoStatementState &io, const DataEdit &edit, bool &x) { in EditLogicalInput()
430 IoStatementState &io, const DataEdit &edit, char *x, std::size_t length) { in EditDefaultCharacterInput()
Dformat-implementation.h375 DataEdit edit; in GetNextDataEdit() 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
Dtree.py298 def edit(self, event=None): member in TreeNode
/external/clang/tools/clang-format/
Dclang-format-sublime.py30 def run(self, edit): argument
/external/llvm-project/clang/tools/clang-format/
Dclang-format-sublime.py30 def run(self, edit): argument
/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/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/python/cpython2/Lib/curses/
Dtextpad.py177 def edit(self, validate=None): member in Textbox
/external/python/cpython3/Lib/curses/
Dtextpad.py177 def edit(self, validate=None): member in Textbox
/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/autotest/frontend/client/src/autotest/tko/
DFilterStringViewer.java38 private Button edit = new Button(EDIT_FILTER_STRING); field in FilterStringViewer
/external/llvm-project/flang/unittests/Runtime/
Dformat.cpp70 void TestFormatContext::Report(const DataEdit &edit) { in Report()
/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/skia/tools/viewer/
DParticlesSlide.cpp163 auto edit = fArrayEditStack.back(); in exitArray() local
179 ArrayEdit& edit(fArrayEditStack.back()); in item() 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.ts137 let edit = false; variable
/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/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp458 void NetworkConfig::writeWepKey(int network_id, QLineEdit *edit, int id) in writeWepKey()
/external/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go206 func edit(initialContents string) ([]byte, error) { func

12