HomeSort by relevance Sort by last modified time
    Searched refs:edit (Results 576 - 600 of 1102) sorted by null

<<21222324252627282930>>

  /external/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp 20 #include "clang/Edit/Commit.h"
21 #include "clang/Edit/EditsReceiver.h"
58 class RewritesReceiver : public edit::EditsReceiver {
148 edit::Commit commit(Editor);
  /frameworks/hardware/interfaces/schedulerservice/1.0/
Android.mk 1 # This file is autogenerated by hidl-gen. Do not edit manually.
  /hardware/interfaces/audio/effect/2.0/
Android.mk 1 # This file is autogenerated by hidl-gen. Do not edit manually.
  /hardware/interfaces/tests/hash/1.0/
Android.mk 1 # This file is autogenerated by hidl-gen. Do not edit manually.
  /hardware/interfaces/tests/multithread/1.0/
Android.mk 1 # This file is autogenerated by hidl-gen. Do not edit manually.
  /hardware/interfaces/vr/1.0/
Android.mk 1 # This file is autogenerated by hidl-gen. Do not edit manually.
  /packages/apps/Calendar/src/com/android/calendar/
CalendarUtils.java 332 SharedPreferences.Editor editor = prefs.edit();
347 SharedPreferences.Editor editor = prefs.edit();
  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumbersUtil.java 214 .edit()
273 .edit()
  /packages/apps/Dialer/java/com/android/dialer/util/
PermissionsUtil.java 148 .edit()
232 .edit()
  /packages/apps/Email/provider_src/com/android/email/provider/
WidgetProvider.java 50 final SharedPreferences.Editor editor = prefs.edit();
90 final SharedPreferences.Editor editor = prefs.edit();
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconShapeOverride.java 104 getDevicePrefs(context).edit().remove(KEY_PREFERENCE).apply();
188 getDevicePrefs(mContext).edit().putString(KEY_PREFERENCE, mValue).commit();
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialogFragment.java 68 public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists) {
73 args.putBoolean(ARG_EDITING, edit);
  /packages/apps/TV/src/com/android/tv/data/
WatchedHistoryManager.java 155 Editor editor = mSharedPreferences.edit();
188 mSharedPreferences.edit()
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgFetchHelper.java 196 PreferenceManager.getDefaultSharedPreferences(context).edit()
219 PreferenceManager.getDefaultSharedPreferences(context).edit().putLong(
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
FastScrollingIndexCache.java 255 mPrefs.edit().remove(PREFERENCE_KEY).commit();
280 mPrefs.edit().putString(PREFERENCE_KEY, sb.toString()).apply();
  /packages/services/Car/TrustAgent/src/com/android/car/trust/
PhoneEnrolmentController.java 192 prefs.edit().putLong(mTokenHandleKey, handle).apply();
198 prefs.edit().putString(mEscrowTokenKey, byteArray).apply();
  /system/libhidl/transport/manager/1.1/
Android.mk 1 # This file is autogenerated by hidl-gen. Do not edit manually.
  /system/libhidl/transport/token/1.0/
Android.mk 1 # This file is autogenerated by hidl-gen. Do not edit manually.
  /system/tools/hidl/test/vendor/1.1/
Android.mk 1 # This file is autogenerated by hidl-gen. Do not edit manually.
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 75 * <p>Clients call {@link #edit} to create or update the values of an entry. An
77 * edited then {@link #edit} will return null.
86 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
96 * an error occurs while writing a cache value, the edit will fail silently.
168 * a sequence number each time an edit is committed. A snapshot is stale if
511 * edit is in progress.
513 public Editor edit(String key) throws IOException { method in class:DiskLruCache
514 return edit(key, ANY_SEQUENCE_NUMBER);
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { method in class:DiskLruCache
529 return null; // another edit is in progres
746 public Editor edit() throws IOException { method in class:DiskLruCache.Snapshot
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 75 * <p>Clients call {@link #edit} to create or update the values of an entry. An
77 * edited then {@link #edit} will return null.
86 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
96 * an error occurs while writing a cache value, the edit will fail silently.
168 * a sequence number each time an edit is committed. A snapshot is stale if
511 * edit is in progress.
513 public Editor edit(String key) throws IOException { method in class:DiskLruCache
514 return edit(key, ANY_SEQUENCE_NUMBER);
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { method in class:DiskLruCache
529 return null; // another edit is in progres
746 public Editor edit() throws IOException { method in class:DiskLruCache.Snapshot
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 75 * <p>Clients call {@link #edit} to create or update the values of an entry. An
77 * edited then {@link #edit} will return null.
86 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
96 * an error occurs while writing a cache value, the edit will fail silently.
168 * a sequence number each time an edit is committed. A snapshot is stale if
511 * edit is in progress.
513 public Editor edit(String key) throws IOException { method in class:DiskLruCache
514 return edit(key, ANY_SEQUENCE_NUMBER);
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { method in class:DiskLruCache
529 return null; // another edit is in progres
746 public Editor edit() throws IOException { method in class:DiskLruCache.Snapshot
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 60 * <p>Clients call {@link #edit} to create or update the values of an entry. An
62 * edited then {@link #edit} will return null.
71 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
81 * an error occurs while writing a cache value, the edit will fail silently.
152 * a sequence number each time an edit is committed. A snapshot is stale if
438 * edit is in progress.
440 public Editor edit(String key) throws IOException { method in class:DiskLruCache
441 return edit(key, ANY_SEQUENCE_NUMBER);
444 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { method in class:DiskLruCache
455 return null; // Another edit is in progress
684 public Editor edit() throws IOException { method in class:DiskLruCache.Value
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 212 SpannableStringBuilder edit = new SpannableStringBuilder(in); local
213 while (i<edit.length()) {
214 if (edit.charAt(i) == ch) {
215 edit.replace(i, i+1, sub);
221 return edit;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 493 EditorInfo edit = getCurrentInputEditorInfo(); local
494 if( edit.inputType == EditorInfo.TYPE_CLASS_PHONE){
597 EditorInfo edit = getCurrentInputEditorInfo(); local
632 int shift = (mAutoCaps) ? getShiftKeyState(edit) : 0;
664 if (edit.inputType == EditorInfo.TYPE_CLASS_PHONE) {
    [all...]

Completed in 1319 milliseconds

<<21222324252627282930>>