Searched refs:edit (Results 76 - 100 of 154) sorted by relevance

1234567

/external/curl/packages/vms/
H A Dconfig_h.com70 $username = f$edit(f$getjpi("","USERNAME"),"TRIM")
206 $ line_in = f$edit(line_in,"TRIM,COMPRESS")
228 $ line_in = f$edit(line_in,"TRIM,COMPRESS")
250 $ xline = f$edit(line_in,"TRIM,COMPRESS")
1116 $ keysym = f$edit(keysym,"LOWERCASE")
1122 $ keysym = f$edit(key2b, "LOWERCASE")
1135 $ keysym = "f_" + f$edit(key2c,"LOWERCASE")
1143 $ keysym = "ut_" + f$edit(key2d,"LOWERCASE")
1331 $ keysym = f$edit(key2d,"LOWERCASE")
1339 $ keysym = f$edit(keysy
[all...]
H A Dbuild_curl-config_script.com32 $ arch_name = arch_name + f$edit(f$getsyi("ARCH_NAME"), "UPCASE")
H A Dpcsi_product_gnv_curl.com67 $ arch_name = f$edit(f$getsyi("arch_name"),"UPCASE")
H A Dstage_curl_install.com57 $ remove_filesq = f$edit(p1, "upcase,trim")
H A Dgenerate_config_vms_h_curl.com45 $args_lower = f$edit(args, "LOWERCASE")
54 $ arch_name = arch_name + f$edit(f$getsyi("ARCH_NAME"), "UPCASE")
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DInlineSpiller.cpp1251 void InlineSpiller::spill(LiveRangeEdit &edit) { argument
1253 Edit = &edit;
1254 assert(!TargetRegisterInfo::isStackSlot(edit.getReg())
1257 Original = VRM.getOriginal(edit.getReg());
1262 << MRI.getRegClass(edit.getReg())->getName()
1263 << ':' << edit.getParent() << "\nFrom original "
1265 assert(edit.getParent().isSpillable() &&
/external/e2fsprogs/debugfs/
H A Dset_fields.c796 void *edit, *target; local
809 edit = &set_gd4;
813 edit = &set_gd;
843 memcpy(edit, target, size);
845 memcpy(target, edit, size);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java63 * <p>Clients call {@link #edit} to create or update the values of an entry. An
65 * edited then {@link #edit} will return null.
74 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
84 * an error occurs while writing a cache value, the edit will fail silently.
161 * a sequence number each time an edit is committed. A snapshot is stale if
443 * edit is in progress.
445 public Editor edit(String key) throws IOException { method in class:DiskLruCache
446 return edit(key, ANY_SEQUENCE_NUMBER);
449 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { method in class:DiskLruCache
460 return null; // Another edit i
788 public Editor edit() throws IOException { method in class:DiskLruCache.Snapshot
[all...]
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp34 class FixitReceiver : public edit::EditsReceiver {
53 edit::Commit commit(SM, LangOpts);
74 edit::EditedSource Editor(SM, LangOpts);
/external/python/cpython2/Lib/idlelib/
H A DDebugger.py450 edit = self.flist.open(filename)
451 if edit:
452 edit.gotoline(lineno)
H A DTreeWidget.py266 self.edit(event)
270 def edit(self, event=None): member in class:TreeNode
/external/python/cpython3/Lib/idlelib/
H A Ddebugger.py453 edit = self.flist.open(filename)
454 if edit:
455 edit.gotoline(lineno)
H A Dtree.py267 self.edit(event)
271 def edit(self, event=None): member in class:TreeNode
/external/curl/lib/
H A Dmk-ca-bundle.vbs101 "this message then edit the variables at the start of the " & _
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DgenIndexFilters.bat32 # will have to hand-edit the index file.
/external/libmojo/base/android/java/src/org/chromium/base/
H A DResourceExtractor.java87 sharedPrefs.edit().putLong(APP_VERSION_PREF, curAppVersion).apply();
/external/libvpx/libvpx/build/make/
H A Drtcd.pl212 // This file is generated. Do not edit.
/external/replicaisland/src/com/replica/replicaisland/
H A DKeyboardConfigDialogPreference.java194 SharedPreferences.Editor editor = mSharedPrefs.edit();
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContextImplTest.java53 .edit()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
H A DMain.java198 SharedPreferences.Editor editor = mPreferences.edit();
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp458 void NetworkConfig::writeWepKey(int network_id, QLineEdit *edit, int id) argument
465 if (!edit->isEnabled() || edit->text().isEmpty())
472 txt = edit->text().toLocal8Bit().constData();
/external/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1020 void InlineSpiller::spill(LiveRangeEdit &edit) { argument
1022 Edit = &edit;
1023 assert(!TargetRegisterInfo::isStackSlot(edit.getReg())
1026 Original = VRM.getOriginal(edit.getReg());
1031 << TRI.getRegClassName(MRI.getRegClass(edit.getReg()))
1032 << ':' << edit.getParent()
1034 assert(edit.getParent().isSpillable() &&
/external/libpng/scripts/
H A Dmakevms.com9 $ p1 = f$edit(p1,"UPCASE")
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCache.java235 editor = cache.edit(urlToKey(response.request()));
256 editor = snapshot.edit(); // Returns null if snapshot is not current.
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp24 using namespace edit;
59 bool edit::rewriteObjCRedundantCallWithLiteral(const ObjCMessageExpr *Msg,
290 bool edit::rewriteToObjCSubscriptSyntax(const ObjCMessageExpr *Msg,
339 bool edit::rewriteToObjCLiteralSyntax(const ObjCMessageExpr *Msg,

Completed in 3081 milliseconds

1234567