Searched refs:edit (Results 1 - 25 of 154) sorted by relevance

1234567

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dstringquery.cpp17 edit = new QLineEdit;
18 edit->setFocus();
21 layout->addWidget(edit, 0, 1);
24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
30 return edit->text();
H A Dstringquery.h25 QLineEdit *edit; member in class:StringQuery
/external/python/cpython3/Lib/idlelib/
H A Dfilelist.py30 edit = self.dict[key]
31 edit.top.wakeup()
32 return edit
37 edit = self.EditorWindow(self, filename, key)
38 if edit.good_load:
39 return edit
41 edit._close()
45 edit = self.open(filename)
46 if edit is not None and lineno is not None:
47 edit
[all...]
/external/python/cpython2/Lib/idlelib/
H A DFileList.py29 edit = self.dict[key]
30 edit.top.wakeup()
31 return edit
39 edit = self.open(filename)
40 if edit is not None and lineno is not None:
41 edit.gotoline(lineno)
47 for edit in self.inversedict.keys():
48 reply = edit.close()
53 def unregister_maybe_terminate(self, edit):
55 key = self.inversedict[edit]
[all...]
/external/v8/tools/clang/rewrite_to_chrome_style/
H A DEditTracker.cpp25 assert(!filename.empty() && "Can't track edit with no filename!");
35 for (const auto& edit : tracked_edits_) {
36 for (const auto& filename : edit.getValue().filenames) {
37 output << filename.getKey() << ":" << tag << ":" << edit.getKey() << ":"
38 << edit.getValue().new_text << "\n";
/external/javassist/src/main/javassist/expr/
H A DExprEditor.java34 * is found, <code>edit()</code> is called in <code>ExprEdit</code>.
35 * <code>edit()</code> can inspect and modify the given expression.
37 * <code>edit()</code> does nothing, the original method body is not
45 * public void edit(MethodCall m) throws CannotCompileException {
97 edit(h);
191 edit((MethodCall)expr);
197 edit((FieldAccess)expr);
211 edit((NewExpr)expr);
219 edit(ccall);
223 edit(mcal
262 public void edit(NewExpr e) throws CannotCompileException {} method in class:ExprEditor
271 public void edit(NewArray a) throws CannotCompileException {} method in class:ExprEditor
278 public void edit(MethodCall m) throws CannotCompileException {} method in class:ExprEditor
290 public void edit(ConstructorCall c) throws CannotCompileException {} method in class:ExprEditor
297 public void edit(FieldAccess f) throws CannotCompileException {} method in class:ExprEditor
303 public void edit(Instanceof i) throws CannotCompileException {} method in class:ExprEditor
309 public void edit(Cast c) throws CannotCompileException {} method in class:ExprEditor
315 public void edit(Handler h) throws CannotCompileException {} method in class:ExprEditor
[all...]
/external/clang/include/clang/Edit/
H A DEditsReceiver.h19 namespace edit { namespace in namespace:clang
H A DRewriters.h24 namespace edit { namespace in namespace:clang
/external/v8/tools/clang/scripts/
H A Dapply_edits.py97 sys.stderr.write('Unable to parse edit: %s\n' % line)
104 # subsequent edits don't need to have their offsets updated with each edit
112 for edit in reversed(edits):
113 if edit == last_edit:
115 if (last_edit is not None and edit.edit_type == last_edit.edit_type and
116 edit.offset == last_edit.offset and edit.length == last_edit.length):
118 'Conflicting edit: %s at offset %d, length %d: "%s" != "%s"\n' %
119 (filename, edit.offset, edit
[all...]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DSharedPrefUtil.java49 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit();
63 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit();
77 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit();
91 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit();
99 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit();
111 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit();
H A DPresencePreferences.java74 Editor editor = mCommonPref.edit();
94 Editor editor = mCommonPref.edit();
113 Editor editor = mCommonPref.edit();
132 Editor editor = mCommonPref.edit();
/external/libunwind/scripts/
H A Dmake-L-files16 bk edit $lname >/dev/null 2>&1
/external/libpng/contrib/tools/
H A Dchkfmt20 edit=
30 edit=yes
40 # Function to edit a single file - if the file isn't changed ask the user
118 if test -n "$EDITOR" -a -n "$edit"
133 if test -n "$EDITOR" -a -n "$edit"
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DDiskLruCacheTest.java99 cache.edit(key);
106 cache.edit(key);
113 cache.edit(key);
120 cache.edit(key);
127 cache.edit(key);
135 cache.edit(key);
146 cache.edit(key).abort();
149 cache.edit(key).abort();
152 cache.edit(key).abort();
156 DiskLruCache.Editor creator = cache.edit("k
[all...]
/external/tensorflow/tensorflow/contrib/graph_editor/
H A D__init__.py25 from tensorflow.contrib.graph_editor.edit import *
/external/clang/tools/clang-format/
H A Dclang-format-sublime.py30 def run(self, edit):
51 edit, sublime.Region(0, self.view.size()),
/external/clang/lib/Edit/
H A DEditedSource.cpp20 using namespace edit;
274 for (edit::Commit::edit_iterator
276 const edit::Commit::Edit &edit = *I; local
277 switch (edit.Kind) {
278 case edit::Commit::Act_Insert:
279 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit
[all...]
/external/kernel-headers/original/uapi/linux/
H A Daio_abi.h83 #error edit for your odd byteorder.
/external/wpa_supplicant_8/hostapd/src/utils/
H A DMakefile34 # Pick correct edit implementation
35 LIB_OBJS += edit.o
/external/wpa_supplicant_8/src/utils/
H A DMakefile34 # Pick correct edit implementation
35 LIB_OBJS += edit.o
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A DMakefile34 # Pick correct edit implementation
35 LIB_OBJS += edit.o
/external/llvm/utils/git-svn/
H A Dgit-svnrevert54 # Begin the commit but give our user an opportunity to edit it.
55 git commit --file="$TEMPLATE" --edit
/external/pdfium/third_party/freetype/
H A Droll-freetype.sh26 git commit --quiet --amend --no-edit
/external/autotest/frontend/client/src/autotest/tko/
H A DFilterStringViewer.java38 private Button edit = new Button(EDIT_FILTER_STRING); field in class:FilterStringViewer
46 edit.addClickHandler(new ClickHandler() {
62 viewerHeaderPanel.add(edit);
145 edit.setText(EDIT_FILTER_STRING);
152 edit.setText(UNEDIT_FILTER_STRING);
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXString.java1035 boolean edit = false;
1060 edit = true;
1082 edit = true;
1095 edit = true;
1104 edit = true;
1111 return edit ? xsf.newstr(new String(buf, start, d - start)) : this;

Completed in 1750 milliseconds

1234567