/external/icing/icing/index/ |
D | index_test.cc | 176 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/ |
D | ExprEditor.java | 267 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/ |
D | edit-output.cpp | 16 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 …]
|
D | edit-input.cpp | 19 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()
|
D | format-implementation.h | 375 DataEdit edit; in GetNextDataEdit() local
|
/external/python/cpython2/Lib/idlelib/ |
D | FileList.py | 53 def unregister_maybe_terminate(self, edit): argument 65 def filename_changed_edit(self, edit): argument
|
/external/python/cpython3/Lib/idlelib/ |
D | filelist.py | 59 def unregister_maybe_terminate(self, edit): argument 71 def filename_changed_edit(self, edit): argument
|
D | tree.py | 298 def edit(self, event=None): member in TreeNode
|
/external/clang/tools/clang-format/ |
D | clang-format-sublime.py | 30 def run(self, edit): argument
|
/external/llvm-project/clang/tools/clang-format/ |
D | clang-format-sublime.py | 30 def run(self, edit): argument
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/ |
D | DiskLruCache.java | 447 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/ |
D | DiskLruCache.java | 445 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/ |
D | textpad.py | 177 def edit(self, validate=None): member in Textbox
|
/external/python/cpython3/Lib/curses/ |
D | textpad.py | 177 def edit(self, validate=None): member in Textbox
|
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
D | DiskLruCache.java | 440 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/ |
D | FilterStringViewer.java | 38 private Button edit = new Button(EDIT_FILTER_STRING); field in FilterStringViewer
|
/external/llvm-project/flang/unittests/Runtime/ |
D | format.cpp | 70 void TestFormatContext::Report(const DataEdit &edit) { in Report()
|
/external/python/cpython2/Tools/faqwiz/ |
D | faqwiz.py | 259 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/ |
D | GoogleJavaFormatter.java | 133 TextEdit edit = new MultiTextEdit(); in editFromReplacements() local
|
/external/skia/tools/viewer/ |
D | ParticlesSlide.cpp | 163 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/ |
D | InMemorySharedPreferences.java | 108 public SharedPreferences.Editor edit() { in edit() method in InMemorySharedPreferences
|
/external/perfetto/ui/src/frontend/ |
D | pan_and_zoom_handler.ts | 137 let edit = false; variable
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ScriptEditor.java | 536 EditItem edit = mHistory.getPrevious(); in undo() local 554 EditItem edit = mHistory.getNext(); in redo() local
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 458 void NetworkConfig::writeWepKey(int network_id, QLineEdit *edit, int id) in writeWepKey()
|
/external/boringssl/src/util/fipstools/acvp/acvptool/ |
D | interactive.go | 206 func edit(initialContents string) ([]byte, error) { func
|