/external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/ |
UnixLoginModuleTest.java | 96 lm.commit();
|
/external/replicaisland/src/com/replica/replicaisland/ |
SetPreferencesActivity.java | 74 editor.commit();
|
MainMenuActivity.java | 223 editor.commit(); 238 editor.commit(); 262 editor.commit(); 276 editor.commit(); 349 editor.commit();
|
/external/webkit/Source/JavaScriptCore/wtf/ |
OSAllocatorPosix.cpp | 40 // To support the "reserve then commit" model, we have to initially decommit. 89 void OSAllocator::commit(void* address, size_t bytes, bool, bool) function in class:WTF::OSAllocator 94 // Non-MADV_FREE_REUSE reservations automatically commit on demand.
|
PageAllocationAligned.cpp | 59 // Select an aligned region within the reservation and commit. 63 OSAllocator::commit(alignedBase, size, writable, executable);
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
DrawingBuffer.h | 82 void commit(long x = 0, long y = 0, long width = -1, long height = -1);
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 70 status_t commit() const;
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupIncoming.java | 94 transaction.commit();
|
AccountSetupOutgoing.java | 94 transaction.commit();
|
/packages/apps/Mms/src/com/android/mms/util/ |
CacheManager.java | 76 pref.edit().putInt(KEY_CACHE_UP_TO_DATE, 1).commit();
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaUpgradeReceiver.java | 57 prefs.edit().putInt(PREF_DB_VERSION, dbVersion).commit();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiTextValueNode.java | 83 public void commit() { method in class:UiTextValueNode
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
KeyStoreLoginModuleTest.java | 89 module.commit(); 106 assertFalse("Commit shouldn't be successful", module.commit()); 158 module.commit();
|
/external/chromium/app/sql/ |
connection.cc | 199 Statement commit(GetCachedStatement(SQL_FROM_HERE, "COMMIT")); 200 if (!commit) 202 return commit.Run();
|
/frameworks/base/core/java/android/app/ |
DialogFragment.java | 230 ft.commit(); 240 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}. 247 mBackStackId = transaction.commit(); 292 ft.commit();
|
/frameworks/support/v4/java/android/support/v4/app/ |
DialogFragment.java | 127 ft.commit(); 137 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}. 144 mBackStackId = transaction.commit(); 189 ft.commit();
|
/packages/apps/Camera/src/com/android/camera/ |
ComboPreferences.java | 153 public boolean commit() { method in class:ComboPreferences.MyEditor 154 boolean result1 = mEditorGlobal.commit(); 155 boolean result2 = mEditorLocal.commit();
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
ComboPreferences.java | 144 public boolean commit() { method in class:ComboPreferences.MyEditor 145 boolean result1 = mEditorGlobal.commit(); 146 boolean result2 = mEditorLocal.commit();
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
HomeGroupsXLarge.java | 62 xact.commit(); 101 // commit is actually async, so add in details at largePane, which will be correct 105 xact.commit(); 109 xact.commit();
|
/external/clang/lib/Edit/ |
EditedSource.cpp | 11 #include "clang/Edit/Commit.h" 214 bool EditedSource::commit(const Commit &commit) { function in class:EditedSource 215 if (!commit.isCommitable()) 218 for (edit::Commit::edit_iterator 219 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) { 220 const edit::Commit::Edit &edit = *I; 222 case edit::Commit::Act_Insert [all...] |
/external/grub/stage2/ |
fsys_reiserfs.c | 64 __u32 s_journal_max_commit_age; /* in seconds, how old can an async commit be */ 84 /* must be correct to keep the desc and commit structs at 4k */ 87 /* first block written in a commit. */ 89 __u32 j_trans_id; /* id of commit */ 90 __u32 j_len; /* length of commit. len +1 is the commit block */ 96 /* last block written in a commit */ 101 char j_digest[16]; /* md5 sum of all the blocks involved, including desc and commit. not used, kill it */ 426 struct reiserfs_journal_commit commit; local 440 sizeof (commit), (char *) &commit) 481 struct reiserfs_journal_commit commit; local [all...] |
/external/webkit/Source/WebKit2/UIProcess/mac/ |
WKFullScreenWindowController.mm | 203 [CATransaction commit]; 228 [CATransaction commit]; 295 [CATransaction commit]; 348 [CATransaction commit]; 362 [CATransaction commit];
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
MainActivity.java | 87 .hide(getFragmentManager().findFragmentById(R.id.titles_frag)).commit(); 200 fm.beginTransaction().show(f).commit(); 225 fm.beginTransaction().hide(f).commit();
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiServiceDiscoveryActivity.java | 103 .add(R.id.container_root, servicesList, "services").commit(); 111 getFragmentManager().beginTransaction().remove(frag).commit(); 338 .replace(R.id.container_root, chatFragment).commit();
|
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/ |
CreatePrivateDataTest.java | 70 editor.commit();
|