HomeSort by relevance Sort by last modified time
    Searched defs:Editor (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /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...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 64 * entry may have only one editor at one time; if a value is not available to be
74 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
75 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
342 entry.currentEditor = new Editor(entry);
442 * Returns an editor for the entry named {@code key}, or null if another
445 public Editor edit(String key) throws IOException {
449 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
475 Editor editor = new Editor(entry) local
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 95 std::unique_ptr<edit::EditedSource> Editor;
129 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
324 edit::Commit commit(*Consumer.Editor);
326 Consumer.Editor->commit(commit);
330 edit::Commit commit(*Consumer.Editor);
332 Consumer.Editor->commit(commit);
336 edit::Commit commit(*Consumer.Editor);
339 Consumer.Editor->commit(commit);
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/
disklrucache-SNAPSHOT.jar 
  /frameworks/base/core/java/android/widget/
Editor.java 144 public class Editor {
145 private static final String TAG = "Editor";
156 // Tag used when the Editor maintains its own separate UndoManager.
157 private static final String UNDO_OWNER_TAG = "Editor";
191 // Each Editor manages its own undo stack.
337 // The span controller helps monitoring the changes to which the Editor needs to react:
373 Editor(TextView textView) {
403 * Forgets all undo and redo operations for this Editor.
695 // The default value is true, even when there is no associated Editor
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 

Completed in 1107 milliseconds

1 23 4 5