Searched defs:edit (Results 1 - 24 of 24) sorted by relevance

/external/clang/include/clang/Edit/
H A DRewriters.h17 namespace edit { namespace in namespace:clang
H A DEditsReceiver.h19 namespace edit { namespace in namespace:clang
H A DEditedSource.h23 namespace edit { namespace in namespace:clang
H A DFileOffset.h17 namespace edit { namespace in namespace:clang
H A DCommit.h21 namespace edit { namespace in namespace:clang
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dstringquery.h25 QLineEdit *edit; member in class:StringQuery
H A Dnetworkconfig.cpp457 void NetworkConfig::writeWepKey(int network_id, QLineEdit *edit, int id) argument
464 if (!edit->isEnabled() || edit->text().isEmpty())
471 txt = edit->text().toAscii().constData();
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Duser.py98 def edit(self, files): member in class:User
118 self.edit(files)
/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/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dnetworkconfig.ui.h259 void NetworkConfig::writeWepKey( int network_id, QLineEdit *edit, int id ) argument
266 if (!edit->isEnabled() || edit->text().isEmpty())
273 txt = edit->text().ascii();
/external/clang/lib/Edit/
H A DEditedSource.cpp19 using namespace edit;
221 for (edit::Commit::edit_iterator
223 const edit::Commit::Edit &edit = *I; local
224 switch (edit.Kind) {
225 case edit::Commit::Act_Insert:
226 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit
[all...]
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp444 void NetworkConfig::writeWepKey(int network_id, QLineEdit *edit, int id) argument
451 if (!edit->isEnabled() || edit->text().isEmpty())
458 txt = edit->text().toAscii().constData();
/external/android-mock/tests/com/google/android/testing/mocking/
H A DAndroidMockTest.java915 public void edit(MethodCall calledMethod) { method in class:AndroidMockTest.MethodVerifier
/external/okhttp/src/main/java/libcore/io/
H A DDiskLruCache.java66 * <p>Clients call {@link #edit} to create or update the values of an entry. An
68 * edited then {@link #edit} will return null.
77 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
87 * an error occurs while writing a cache value, the edit will fail silently.
156 * a sequence number each time an edit is committed. A snapshot is stale if
393 * edit is in progress.
395 public Editor edit(String key) throws IOException { method in class:DiskLruCache
396 return edit(key, ANY_SEQUENCE_NUMBER);
399 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { method in class:DiskLruCache
411 return null; // another edit i
627 public Editor edit() throws IOException { method in class:DiskLruCache.Snapshot
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1268 void InlineSpiller::spill(LiveRangeEdit &edit) { argument
1270 Edit = &edit;
1271 assert(!TargetRegisterInfo::isStackSlot(edit.getReg())
1274 Original = VRM.getOriginal(edit.getReg());
1279 << MRI.getRegClass(edit.getReg())->getName()
1280 << ':' << PrintReg(edit.getReg()) << ' ' << edit.getParent()
1282 assert(edit.getParent().isSpillable() &&
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmocktool.py580 def edit(self, files): member in class:MockUser
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc113 // of a URL replaces all the text of the edit and navigates immediately to the
114 // URL. A drop of plain text from the same edit either copies or moves the
115 // selected text, and a drop of plain text from a source other than the edit
119 explicit EditDropTarget(AutocompleteEditViewWin* edit);
137 // If dragging a string, the drop highlight position of the edit is reset
141 // Resets the visual drop indicates we install on the edit.
144 // The edit we're the drop target for.
158 AutocompleteEditViewWin* edit)
159 : ui::DropTarget(edit->m_hWnd),
160 edit_(edit),
157 EditDropTarget( AutocompleteEditViewWin* edit) argument
270 ScopedFreeze( AutocompleteEditViewWin* edit, ITextDocument* text_object_model) argument
[all...]

Completed in 436 milliseconds