Home
last modified time | relevance | path

Searched refs:edit (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/javassist/src/main/javassist/expr/
DExprEditor.java97 edit(h); in doit()
191 edit((MethodCall)expr); in loopBody()
197 edit((FieldAccess)expr); in loopBody()
211 edit((NewExpr)expr); in loopBody()
219 edit(ccall); in loopBody()
223 edit(mcall); in loopBody()
232 edit((NewArray)expr); in loopBody()
236 edit((Instanceof)expr); in loopBody()
240 edit((Cast)expr); in loopBody()
262 public void edit(NewExpr e) throws CannotCompileException {} in edit() method in ExprEditor
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java99 cache.edit(key); in validateKey()
106 cache.edit(key); in validateKey()
113 cache.edit(key); in validateKey()
120 cache.edit(key); in validateKey()
127 cache.edit(key); in validateKey()
135 cache.edit(key); in validateKey()
146 cache.edit(key).abort(); in validateKey()
149 cache.edit(key).abort(); in validateKey()
152 cache.edit(key).abort(); in validateKey()
156 DiskLruCache.Editor creator = cache.edit("k1"); in writeAndReadEntry()
[all …]
/external/clang/lib/Edit/
DEditedSource.cpp20 using namespace edit;
222 for (edit::Commit::edit_iterator in commit()
224 const edit::Commit::Edit &edit = *I; in commit() local
225 switch (edit.Kind) { in commit()
226 case edit::Commit::Act_Insert: in commit()
227 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev); in commit()
229 case edit::Commit::Act_InsertFromRange: in commit()
230 commitInsertFromRange(edit.OrigLoc, edit.Offset, in commit()
231 edit.InsertFromRangeOffs, edit.Length, in commit()
232 edit.BeforePrev); in commit()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dstringquery.cpp17 edit = new QLineEdit; in StringQuery()
18 edit->setFocus(); in StringQuery()
21 layout->addWidget(edit, 0, 1); in StringQuery()
24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); in StringQuery()
30 return edit->text(); in get_string()
Dstringquery.h25 QLineEdit *edit;
/external/srtp/googlepatches/
Dgoogle-10-srtp-ios-fixes.pack13 ... //depot/google3/third_party/libsrtp/README.google#6 edit
14 ... //depot/google3/third_party/libsrtp/crypto/ae_xfm/xfm.c#4 edit
15 ... //depot/google3/third_party/libsrtp/crypto/cipher/aes_icm.c#4 edit
16 ... //depot/google3/third_party/libsrtp/crypto/include/config.h#5 edit
17 ... //depot/google3/third_party/libsrtp/srtp/ekt.c#3 edit
20 # action=edit type=text
32 # action=edit type=text
44 # action=edit type=text
57 # action=edit type=text
70 # action=edit type=text
Dgoogle-12-srtp-hide-aes-tables-main.patch14 ... //depot/google3/third_party/libsrtp/README.google#9 edit
15 ... //depot/google3/third_party/libsrtp/tables/aes_tables.c#4 edit
18 # action=edit type=text
30 # action=edit type=text
Dgoogle-11-srtp-replay-fix.patch2 # action=edit type=text
15 # action=edit type=text
37 # action=edit type=text
/external/libpng/contrib/tools/
Dchkfmt13 edit=
23 edit=yes
111 if test -n "$EDITOR" -a -n "$edit"
126 if test -n "$EDITOR" -a -n "$edit"
/external/clang/lib/ARCMigrate/
DObjCMT.cpp95 std::unique_ptr<edit::EditedSource> Editor;
129 Editor.reset(new edit::EditedSource(Context.getSourceManager(), in Initialize()
242 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax()
334 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
335 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap); in VisitObjCMessageExpr()
340 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
341 edit::rewriteToObjCSubscriptSyntax(E, *Consumer.NSAPIObj, commit); in VisitObjCMessageExpr()
346 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr()
464 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty()
675 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXString.java1035 boolean edit = false; in fixWhiteSpace()
1060 edit = true; in fixWhiteSpace()
1082 edit = true; in fixWhiteSpace()
1095 edit = true; in fixWhiteSpace()
1104 edit = true; in fixWhiteSpace()
1111 return edit ? xsf.newstr(new String(buf, start, d - start)) : this; in fixWhiteSpace()
DXStringForFSB.java861 boolean edit = false; in fixWhiteSpace()
877 edit = true; in fixWhiteSpace()
899 edit = true; in fixWhiteSpace()
912 edit = true; in fixWhiteSpace()
921 edit = true; in fixWhiteSpace()
928 return edit ? xsf.newstr(buf, start, d - start) : this; in fixWhiteSpace()
/external/pcre/dist/cmake/
DFindEditline.cmake8 /usr/include/edit/readline
12 FIND_LIBRARY(EDITLINE_LIBRARY NAMES edit)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/clang/tools/clang-format/
Dclang-format-sublime.py30 def run(self, edit): argument
51 edit, sublime.Region(0, self.view.size()),
/external/glide/third_party/disklrucache/
DREADME.md21 Clients call `edit` to create or update the values of an entry. An entry may
23 `edit` will return null.
30 Every `edit` call must be matched by a call to `Editor.commit` or
40 error occurs while writing a cache value, the edit will fail silently. Callers
/external/androidplot/Examples/DemoApp/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
7 # You can edit the include path and order by changing the ProGuard
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs98 var edit = view.TextBuffer.CreateEdit(); in MenuItemCallback()
104 edit.Replace(span, replacement.Value); in MenuItemCallback()
106 edit.Apply(); in MenuItemCallback()
/external/replicaisland/src/com/replica/replicaisland/
DMainMenuActivity.java221 SharedPreferences.Editor editor = prefs.edit(); in onResume()
226 SharedPreferences.Editor editor = prefs.edit(); in onResume()
260 SharedPreferences.Editor editor = prefs.edit(); in onResume()
265 SharedPreferences.Editor editor = prefs.edit(); in onResume()
347 SharedPreferences.Editor editor = prefs.edit(); in onCreateDialog()
/external/llvm/lib/LineEditor/
DCMakeLists.txt2 set(link_libs edit)
/external/zlib/src/
Dmake_vms.com77 $ Make = f$edit( Make, "trim")
141 $ work = f$edit(line, "compress,trim")
309 $ cparm = f$edit(p'i',"upcase")
313 $ if f$edit(cparm,"trim") .nes. ""
325 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
509 $ myrec = f$edit(rec - "\", "trim,compress")
528 $ rec = f$edit(rec,"TRIM")
530 $ rec = f$edit(rec - "#", "TRIM")
/external/v8/benchmarks/
Ddeltablue.js813 var edit = new EditConstraint(first, Strength.PREFERRED);
815 edits.add(edit);
863 var edit = new EditConstraint(v, Strength.PREFERRED);
865 edits.add(edit);
871 edit.destroyConstraint();
/external/bison/doc/
DMakefile.am143 edit = sed -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \ macro
153 $(AM_V_GEN)$(edit) $(srcdir)/Doxyfile.in >Doxyfile
/external/clang/include/clang/Edit/
DEditsReceiver.h19 namespace edit {
/external/skia/site/dev/testing/
Dct.md54 …ttps://docs.google.com/a/chromium.org/document/d/1ca_Q7xePmCRqaYnHe7vkpCmKNFNLdDXvzgtUPt9iG8w/edit)
55 …(https://docs.google.com/a/google.com/document/d/1hDDUUNE5OUV8eCjtOj7Ow6EZ2DSBCTjQirnA3Rp5pOg/edit)
56 …(https://docs.google.com/a/google.com/document/d/1cpLSSYpqi4SprkJcVxbS7af6avKM0qc-imxvkexmCZs/edit)
57 …(https://docs.google.com/a/google.com/document/d/1di__87watociuZj_dm22Cn72UM2xsZBXixbl8TCFQmw/edit)

1234567891011