HomeSort by relevance Sort by last modified time
    Searched refs:edit (Results 476 - 500 of 4249) sorted by null

<<11121314151617181920>>

  /system/core/libutils/
SharedBuffer.cpp 45 SharedBuffer* SharedBuffer::edit() const function in class:android::SharedBuffer
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 21 #include "clang/Edit/Commit.h"
22 #include "clang/Edit/EditedSource.h"
23 #include "clang/Edit/EditsReceiver.h"
24 #include "clang/Edit/Rewriters.h"
92 std::unique_ptr<edit::EditedSource> Editor;
125 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
229 edit::Commit commit(*Consumer.Editor);
230 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
235 edit::Commit commit(*Consumer.Editor);
236 edit::rewriteToObjCSubscriptSyntax(E, *Consumer.NSAPIObj, commit)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_browsertest.js 86 expectTrue($('caCertsTab-edit').disabled);
121 expectTrue($('caCertsTab-edit').disabled);
262 // edit and delete buttons should be enabled.
267 expectFalse($('caCertsTab-edit').disabled);
271 // edit and delete buttons should be disabled.
276 expectTrue($('caCertsTab-edit').disabled);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ResourceExtractor.java 84 prefs.edit().putString(LAST_LANGUAGE, currentLanguage).apply();
182 prefs.edit().remove(PAK_FILENAMES).apply();
183 prefs.edit().putStringSet(PAK_FILENAMES, filenames).apply();
  /external/chromium_org/third_party/leveldatabase/src/db/
leveldb_main.cc 111 VersionEdit edit; local
112 Status s = edit.DecodeFrom(record);
117 printf("%s", edit.DebugString().c_str());
version_set.h 173 // Apply *edit to the current version to form a new descriptor that
178 Status LogAndApply(VersionEdit* edit, port::Mutex* mu)
332 VersionEdit* edit() { return &edit_; } function in class:leveldb::Compaction
347 // Add all inputs to this compaction as delete operations to *edit.
348 void AddInputDeletions(VersionEdit* edit);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherClings.java 79 SharedPreferences.Editor editor = sp.edit();
198 mLauncher.getSharedPrefs().edit()
259 SharedPreferences.Editor editor = prefs.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
CameraSettings.java 106 .get(context).edit();
296 SharedPreferences.Editor editor = pref.edit();
315 SharedPreferences.Editor editor = pref.edit();
358 Editor editor = pref.edit();
429 Editor editor = preferences.edit();
436 Editor editor = preferences.edit();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtilsTests.java 65 mPref.edit().putInt(key, value).apply();
73 mPref.edit().putLong(key, value).apply();
78 mPref.edit().remove(key).apply();
  /external/replicaisland/src/com/replica/replicaisland/
MainMenuActivity.java 221 SharedPreferences.Editor editor = prefs.edit();
226 SharedPreferences.Editor editor = prefs.edit();
260 SharedPreferences.Editor editor = prefs.edit();
265 SharedPreferences.Editor editor = prefs.edit();
347 SharedPreferences.Editor editor = prefs.edit();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 211 prefs.edit().putInt(KEY_CONNECT_RETRY_COUNT, retryCount + 1).apply();
221 prefs.edit().putInt(KEY_CONNECT_RETRY_COUNT, retryCount + 1).apply();
236 prefs.edit().remove(KEY_CONNECT_RETRY_COUNT).apply();
309 prefs.edit().remove(KEY_DISABLE_BT_WHEN_UNDOCKED).apply();
313 prefs.edit().putBoolean(KEY_DISABLE_BT, true).apply();
344 prefs.edit().remove(KEY_DISABLE_BT_WHEN_UNDOCKED).apply();
375 getPrefs().edit().remove(KEY_DISABLE_BT).apply();
696 getPrefs().edit().remove(KEY_DISABLE_BT_WHEN_UNDOCKED).apply();
705 getPrefs().edit().remove(KEY_DISABLE_BT).apply();
753 prefs.edit().remove(KEY_DISABLE_BT).apply()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/chromium_org/media/formats/mp4/
box_definitions.cc 314 for (std::vector<EditListEntry>::iterator edit = edits.begin();
315 edit != edits.end(); ++edit) {
317 RCHECK(reader->Read8(&edit->segment_duration) &&
318 reader->Read8s(&edit->media_time));
320 RCHECK(reader->Read4Into8(&edit->segment_duration) &&
321 reader->Read4sInto8s(&edit->media_time));
323 RCHECK(reader->Read2s(&edit->media_rate_integer) &&
324 reader->Read2s(&edit->media_rate_fraction));
329 Edit::Edit() {
    [all...]
  /external/glide/third_party/disklrucache/
disklrucache-2.0.2.jar 
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 117 .get(context).edit();
352 SharedPreferences.Editor editor = pref.edit();
376 SharedPreferences.Editor editor = pref.edit();
433 Editor editor = pref.edit();
503 Editor editor = preferences.edit();
510 Editor editor = preferences.edit();
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 257 SharedPreferences.Editor editor = prefs.edit();
296 SharedPreferences.Editor editor = prefs.edit();
339 SharedPreferences.Editor editor = prefs.edit();
382 SharedPreferences.Editor editor = prefs.edit();
397 SharedPreferences.Editor editor = prefs.edit();
428 SharedPreferences.Editor editor = prefs.edit();
  /frameworks/base/core/java/android/preference/
PreferenceManager.java 488 defaultValueSp.edit().putBoolean(KEY_HAS_SET_DEFAULT_VALUES, true);
512 mEditor = getSharedPreferences().edit();
517 return getSharedPreferences().edit();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardThemeTests.java 66 mPrefs.edit().putString(prefKey, themeIdString).apply();
71 mPrefs.edit().remove(prefKey).apply();
76 mPrefs.edit().putString(prefKey, ILLEGAL_THEME_ID_STRING).apply();
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
MainActivity.java 128 PreferenceManager.getDefaultSharedPreferences(this).edit();
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
MainActivity.java 128 PreferenceManager.getDefaultSharedPreferences(this).edit();
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetConfigure.java 108 SharedPreferences.Editor prefs = context.getSharedPreferences(PREFS_NAME, 0).edit();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 50 findViewById(R.id.edit);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
MainActivity.java 128 PreferenceManager.getDefaultSharedPreferences(this).edit();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
DelayedSyncController.java 79 SharedPreferences.Editor editor = PreferenceManager.getDefaultSharedPreferences(ctx).edit();

Completed in 1090 milliseconds

<<11121314151617181920>>