HomeSort by relevance Sort by last modified time
    Searched refs:Editor (Results 76 - 100 of 305) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/src/compiler/
escape-analysis-reducer.h 28 EscapeAnalysisReducer(Editor* editor, JSGraph* jsgraph,
js-global-object-specialization.h 40 JSGlobalObjectSpecialization(Editor* editor, JSGraph* jsgraph, Flags flags,
branch-elimination.h 19 BranchElimination(Editor* editor, JSGraph* js_graph, Zone* zone);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCurves.java 28 public class EditorCurves extends Editor {
EditorRedEye.java 28 * The editor with no slider for filters without UI
30 public class EditorRedEye extends Editor {
EditorMirror.java 33 public class EditorMirror extends Editor implements EditorInfo {
EditorStraighten.java 29 public class EditorStraighten extends Editor implements EditorInfo {
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
PresetSettingsListener.java 59 final SharedPreferences.Editor prefs = sharedPreferences.edit();
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 76 * entry may have only one editor at one time; if a value is not available to be
86 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
87 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
391 entry.currentEditor = new Editor(entry);
510 * Returns an editor for the entry named {@code key}, or null if another
513 public Editor edit(String key) throws IOException {
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
532 Editor editor = new Editor(entry) local
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 76 * entry may have only one editor at one time; if a value is not available to be
86 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
87 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
391 entry.currentEditor = new Editor(entry);
510 * Returns an editor for the entry named {@code key}, or null if another
513 public Editor edit(String key) throws IOException {
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
532 Editor editor = new Editor(entry) local
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 76 * entry may have only one editor at one time; if a value is not available to be
86 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
87 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
391 entry.currentEditor = new Editor(entry);
510 * Returns an editor for the entry named {@code key}, or null if another
513 public Editor edit(String key) throws IOException {
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
532 Editor editor = new Editor(entry) local
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 61 * entry may have only one editor at one time; if a value is not available to be
71 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
72 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
312 entry.currentEditor = new Editor(entry);
437 * Returns an editor for the entry named {@code key}, or null if another
440 public Editor edit(String key) throws IOException {
444 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
458 Editor editor = new Editor(entry) local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 29 import android.content.SharedPreferences.Editor;
129 SharedPreferences.Editor editor = prefs.edit(); local
130 editor.clear();
131 editor.putBoolean(LOAD_EXPECTED_POLICY_PREFERENCE, false);
132 editor.apply();
162 SharedPreferences.Editor editor = prefs.edit(); local
163 editor.clear();
164 editor.putBoolean(LOAD_EXPECTED_POLICY_PREFERENCE, true)
    [all...]
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java 85 // Get a SharedPreferences editor instance. Among other things, SharedPreferences
87 SharedPreferences.Editor prefs = mPrefs.edit();
104 SharedPreferences.Editor prefs = mPrefs.edit();
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java 85 // Get a SharedPreferences editor instance. Among other things, SharedPreferences
87 SharedPreferences.Editor prefs = mPrefs.edit();
104 SharedPreferences.Editor prefs = mPrefs.edit();
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofenceStore.java 85 // Get a SharedPreferences editor instance. Among other things, SharedPreferences
87 SharedPreferences.Editor prefs = mPrefs.edit();
104 SharedPreferences.Editor prefs = mPrefs.edit();
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/quickcontact/
QuickContactTestsActivity.java 22 import android.content.SharedPreferences.Editor;
114 final Editor editor = sharedPreferences.edit(); local
115 editor.putString(PREF_SETTING_URI, mContactUri == null ? null : mContactUri.toString());
116 editor.apply();
  /packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchDAO.java 75 final SharedPreferences.Editor editor = prefs.edit(); local
78 editor.remove(STATE)
82 editor.putInt(STATE, stopwatch.getState().ordinal())
87 editor.apply();
140 final SharedPreferences.Editor editor = prefs.edit(); local
144 editor.remove(LAP_ACCUMULATED_TIME + lapNumber);
146 editor.remove(LAP_COUNT);
148 editor.apply()
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchSettingsImpl.java 23 import android.content.SharedPreferences.Editor;
206 Editor sharedPrefEditor = getSearchPreferences().edit();
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 99 getbaseclasses(Editor)
166 'EDTR' : Editor,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 99 getbaseclasses(Editor)
166 'EDTR' : Editor,
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DateTimeEditor.java 17 package com.android.notificationstudio.editor;
35 import com.android.notificationstudio.editor.Editors.Editor;
41 public class DateTimeEditor implements Editor {
IconEditor.java 17 package com.android.notificationstudio.editor;
32 import com.android.notificationstudio.editor.Editors.Editor;
35 public class IconEditor implements Editor {
  /external/replicaisland/src/com/replica/replicaisland/
SetPreferencesActivity.java 63 SharedPreferences.Editor editor = prefs.edit(); local
64 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_ROW);
65 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_INDEX);
66 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED);
67 editor.remove(PreferenceConstants.PREFERENCE_LINEAR_MODE);
68 editor.remove(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME);
69 editor.remove(PreferenceConstants.PREFERENCE_PEARLS_COLLECTED);
70 editor.remove(PreferenceConstants.PREFERENCE_PEARLS_TOTAL);
71 editor.remove(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
ContactsPreferences.java 23 import android.content.SharedPreferences.Editor;
134 final Editor editor = mPreferences.edit(); local
135 editor.putInt(SORT_ORDER_KEY, sortOrder);
136 editor.commit();
163 final Editor editor = mPreferences.edit(); local
164 editor.putInt(DISPLAY_ORDER_KEY, displayOrder);
165 editor.commit();
190 final Editor editor = mPreferences.edit() local
    [all...]

Completed in 280 milliseconds

1 2 34 5 6 7 8 91011>>