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

<<21222324252627282930>>

  /packages/providers/TvProvider/src/com/android/providers/tv/
TransientRowHelper.java 103 .edit();
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumSettings.java 124 SharedPreferences.Editor editor = mSettings.edit();
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
EditPinPreference.java 82 shouldHideButtons = (view.findViewById(android.R.id.edit) == null);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 14 #include "clang/Edit/FileOffset.h"
25 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 14 #include "clang/Edit/FileOffset.h"
25 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 14 #include "clang/Edit/FileOffset.h"
25 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 14 #include "clang/Edit/FileOffset.h"
25 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 14 #include "clang/Edit/FileOffset.h"
25 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 14 #include "clang/Edit/FileOffset.h"
25 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 14 #include "clang/Edit/FileOffset.h"
25 namespace edit { namespace in namespace:clang
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 14 #include "clang/Edit/FileOffset.h"
25 namespace edit { namespace in namespace:clang
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ClassBrowser.py 166 edit = PyShell.flist.open(self.file)
169 edit.gotoline(lineno)
202 edit = PyShell.flist.open(self.file)
203 edit.gotoline(self.cl.methods[self.name])
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ClassBrowser.py 166 edit = PyShell.flist.open(self.file)
169 edit.gotoline(lineno)
202 edit = PyShell.flist.open(self.file)
203 edit.gotoline(self.cl.methods[self.name])
  /prebuilts/go/darwin-x86/doc/articles/wiki/
test.bash 50 ./get.bin http://$addr/edit/Test > test_edit.out
  /prebuilts/go/linux-x86/doc/articles/wiki/
test.bash 50 ./get.bin http://$addr/edit/Test > test_edit.out
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 166 edit = PyShell.flist.open(self.file)
169 edit.gotoline(lineno)
202 edit = PyShell.flist.open(self.file)
203 edit.gotoline(self.cl.methods[self.name])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 166 edit = PyShell.flist.open(self.file)
169 edit.gotoline(lineno)
202 edit = PyShell.flist.open(self.file)
203 edit.gotoline(self.cl.methods[self.name])
  /system/core/libutils/
SharedBuffer.cpp 54 SharedBuffer* SharedBuffer::edit() const function in class:android::SharedBuffer
  /external/libbackup/src/com/google/android/libraries/backup/
PersistentBackupAgentHelper.java 65 Editor backupEditor = getSharedPreferences(RESERVED_SHARED_PREFERENCES, MODE_PRIVATE).edit();
153 getSharedPreferences(RESERVED_SHARED_PREFERENCES, MODE_PRIVATE).edit().clear().apply();
188 editor = getSharedPreferences(fileName, MODE_PRIVATE).edit();
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceManager.java 468 defaultValueSp.edit().putBoolean(KEY_HAS_SET_DEFAULT_VALUES, true);
490 mEditor = getSharedPreferences().edit();
495 return getSharedPreferences().edit();
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioStorage.java 254 sSharedPref.edit().putInt(PREF_KEY_RADIO_BAND, radioBand).apply();
293 sSharedPref.edit().putInt(PREF_KEY_RADIO_CHANNEL_AM, channel).apply();
297 sSharedPref.edit().putInt(PREF_KEY_RADIO_CHANNEL_FM, channel).apply();
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerDAO.java 106 final SharedPreferences.Editor editor = prefs.edit();
139 final SharedPreferences.Editor editor = prefs.edit();
159 final SharedPreferences.Editor editor = prefs.edit();
  /packages/apps/Dialer/java/com/android/contacts/common/preference/
ContactsPreferences.java 104 final Editor editor = mPreferences.edit();
133 final Editor editor = mPreferences.edit();
158 final Editor editor = mPreferences.edit();
  /packages/apps/LegacyCamera/src/com/android/camera/
ComboPreferences.java 140 mEditorGlobal = mPrefGlobal.edit();
141 mEditorLocal = mPrefLocal.edit();
221 public Editor edit() { method in class:ComboPreferences
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 255 SharedPreferences.Editor editor = sp.edit();
264 SharedPreferences.Editor editor = sp.edit();
273 SharedPreferences.Editor editor = sp.edit();

Completed in 1034 milliseconds

<<21222324252627282930>>