Home
last modified time | relevance | path

Searched refs:edit (Results 51 - 75 of 77) sorted by relevance

1234

/third_party/openssl/crypto/objects/
H A Dobjects.pl140 * WARNING: do not edit!
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DReceiver.java195 PreferenceManager.getDefaultSharedPreferences(context).edit(); in updateDeveloperOptionsWatcher()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh98 // Autogenerated by method_dump.sh. Do not edit by hand.
/third_party/python/Lib/idlelib/
H A Dtree.py294 self.edit(event)
298 def edit(self, event=None): member in TreeNode
H A Deditor.py471 ("edit", "_Edit"),
1027 # for each edit window instance, construct the recent files menu
1742 edit = EditorWindow(root=root, filename=filename)
1743 text = edit.text
1747 # text.bind("<<close-all-windows>>", edit.close_event)
1749 # edit.text.bind("<<close-window>>", edit.close_event)
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/
H A Don-transitive-references-in-different-folders-with-no-files-clause.js266 Change:: non local edit b ts, and build b
431 Change:: edit on config file
529 Change:: Revert config file edit
622 Change:: edit in referenced config file
716 Change:: Revert referenced config file edit
H A Don-transitive-references-in-different-folders.js264 Change:: non local edit b ts, and build b
427 Change:: edit on config file
523 Change:: Revert config file edit
614 Change:: edit in referenced config file
704 Change:: Revert referenced config file edit
H A Don-transitive-references.js280 Change:: non local edit b ts, and build b
436 Change:: edit on config file
524 Change:: Revert config file edit
607 Change:: edit in referenced config file
691 Change:: Revert referenced config file edit
H A Don-sample-project.js442 Change:: local edit in logic ts, and build logic
576 Change:: non local edit in logic ts, and build logic
/third_party/googletest/googletest/src/
H A Dgtest.cc1398 void PushLine(char edit, const char* line) {
1399 switch (edit) {
1474 // Find first edit.
1498 // There is no next edit or it is too far away.
1503 EditType edit = edits[edit_i];
1505 n_suffix = edit == kMatch ? n_suffix + 1 : 0;
1507 if (edit == kMatch || edit == kRemove || edit == kReplace) {
1508 hunk.PushLine(edit
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc1142 void PushLine(char edit, const char* line) { in PushLine() argument
1143 switch (edit) { in PushLine()
1218 // Find first edit. in CreateUnifiedDiff()
1242 // There is no next edit or it is too far away. in CreateUnifiedDiff()
1247 EditType edit = edits[edit_i]; in CreateUnifiedDiff() local
1249 n_suffix = edit == kMatch ? n_suffix + 1 : 0; in CreateUnifiedDiff()
1251 if (edit == kMatch || edit == kRemove || edit == kReplace) { in CreateUnifiedDiff()
1252 hunk.PushLine(edit in CreateUnifiedDiff()
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest.cc1415 void PushLine(char edit, const char* line) {
1416 switch (edit) {
1491 // Find first edit.
1515 // There is no next edit or it is too far away.
1520 EditType edit = edits[edit_i];
1522 n_suffix = edit == kMatch ? n_suffix + 1 : 0;
1524 if (edit == kMatch || edit == kRemove || edit == kReplace) {
1525 hunk.PushLine(edit
[all...]
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h249 {"edit", KEY_EDIT}, in keyboard_lookup_key()
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packager.py329 SC_HELPER.edit(toFilename)
/third_party/ffmpeg/tests/fate/
H A Dseek.mak187 FATE_SEEK_EXTRA-$(CONFIG_MOV_DEMUXER) += fate-seek-empty-edit-mp4
193 fate-seek-empty-edit-mp4: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/mov/empty_edit_5s.mp4 -duration 15 -frames 4
/third_party/python/Lib/tkinter/
H A D__init__.py3715 def edit(self, *args): member in Text
3721 follows the edit argument. The following forms
3728 return self.tk.call(self._w, 'edit', *args)
3734 flag of the widget. The insert, delete, edit undo and
3735 edit redo commands or the user can set or clear the
3739 return self.edit("modified", arg)
3742 """Redo the last undone edit
3749 return self.edit("redo")
3754 return self.edit("reset")
3761 return self.edit("separato
[all...]
/third_party/curl/docs/cmdline-opts/
H A Dgen.pl729 * DO NOT edit tool_listhelp.c manually.
/third_party/musl/scripts/build_lite/
H A DMakefile62 /* Auto generated file at $(shell date), do NOT edit! */
/third_party/skia/third_party/externals/libpng/projects/owatcom/
H A Dpngconfig.mak56 instructions consult and edit projects/openwatcom/pngconfig.dfa
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp50 for(auto &edit : edits) in apply()
52 switch(edit.first) in apply()
55 list.push_back(edit.second); in apply()
59 return item == edit.second; in apply()
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c94 #include <edit/readline/readline.h>
/third_party/python/
H A Dconfigure23556 editline|edit)
23557 LIBREADLINE=edit
28815 # want to keep, you may remove or edit it.
/third_party/typescript/lib/
H A Dtsserverlibrary.js4161 // allows us to edit files with git-conflict markers in them in a much more pleasant manner.
[all...]
H A Dtsserver.js4162 // allows us to edit files with git-conflict markers in them in a much more pleasant manner.
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js4176 // allows us to edit files with git-conflict markers in them in a much more pleasant manner.
[all...]

Completed in 130 milliseconds

1234