/cts/tests/sample/src/android/sample/ |
SampleDeviceActivity.java | 52 // Commit the changes - important. 53 editor.commit(); 74 // Commit the changes - important. 75 editor.commit();
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/ |
VfrStrings.uni | 28 #string STR_SELECT_ALL_HELP #language en-US "Select all, then all the listed user variables below will be deleted when Commit or Save."
29 #language fr-FR "fr-FR: Select all, then all the listed user variables below will be deleted when Commit or Save."
32 #string STR_SAVE_AND_EXIT #language en-US "Commit Changes and Exit"
33 #language fr-FR "fr-FR: Commit Changes and Exit"
|
/external/autotest/ |
COMMIT-QUEUE-moblab-pre-cq-only.ini | 5 # Per-project Commit Queue settings.
|
/external/autotest/client/tests/scrashme/ |
scrashme-git-snapshot-03-18-2010.tar.bz2 | |
/external/iproute2/include/libiptc/ |
xtcshared.h | 9 int (*commit)(struct xtc_handle *); member in struct:xtc_ops
|
/external/iptables/include/libiptc/ |
xtcshared.h | 9 int (*commit)(struct xtc_handle *); member in struct:xtc_ops
|
/external/jemalloc/include/jemalloc/internal/ |
chunk_dss.h | 27 size_t size, size_t alignment, bool *zero, bool *commit);
|
/external/sfntly/ |
README.android | 11 git commit
|
/external/strace/linux/arm/ |
set_scno.c | 6 * starting with commit v2.6.16-rc1~107^2
|
/external/toolchain-utils/ |
COMMIT-QUEUE.ini | 5 # Per-project Commit Queue settings.
|
/external/v4l2_codec2/vda/ |
vp8_picture.cc | 4 // Note: ported from Chromium commit head: 6e70beb
|
vp9_picture.cc | 4 // Note: ported from Chromium commit head: 6e70beb
|
/prebuilts/misc/common/ddmlib/ |
PREBUILT | 4 From the commit 5b959450c3606d41d955637ed59ba580c21fb3ce
|
/prebuilts/misc/common/devtools-annotations/ |
PREBUILT | 4 From the commit d7638b6496f75e896badacddb40a9dd018553bfc
|
/system/update_engine/ |
COMMIT-QUEUE.ini | 5 # Per-project Commit Queue settings.
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
MusicPlayerActivity.java | 35 .commit(); 47 .commit(); 52 .commit();
|
/external/autotest/client/common_lib/ |
revision_control_unittest.py | 36 # Create an initial commit. We really care about the common case 37 # where there exists a commit in the upstream repo. 40 self.commit('initial_commit') 98 def commit(self, msg='default'): member in class:GitRepoManager 100 Commit changes to repo with the supplied commit msg. 101 Also updates commit_hash with the hash for this commit. 103 @param msg: A message that goes with the commit. 105 self.git_repo_manager.commit(msg) 146 Test add, commit, pull, clone [all...] |
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
JpaLocalTxnInterceptor.java | 73 //commit transaction only if rollback didnt occur 75 txn.commit(); 88 //everything was normal so commit the txn (do not move into try block above as it 91 txn.commit(); 124 * Returns True if rollback DID NOT HAPPEN (i.e. if commit should continue). 132 boolean commit = true; 139 commit = false; 144 // (i.e. commit and throw anyway) 146 commit = true; 152 if (!commit) { [all...] |
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowSharedPreferencesTest.java | 54 editor.commit(); 67 editor.commit(); 68 editor.remove("string").commit(); method 73 anotherSharedPreferences.edit().putString("string", "value for key").commit(); method 75 editor.commit(); 81 editor.commit(); 88 editor.putString("deleteMe", "foo").commit(); method 95 editor.commit(); 115 editor.commit(); 134 editor.commit(); [all...] |
/external/skia/infra/bots/recipes/ |
bundle_recipes.py | 28 api.step('git commit', infra_step=True, 29 cmd=['git', 'commit', '-m', 'commit recipes'])
|
/external/skqp/infra/bots/recipes/ |
bundle_recipes.py | 28 api.step('git commit', infra_step=True, 29 cmd=['git', 'commit', '-m', 'commit recipes'])
|
/frameworks/support/fragment/ktx/src/main/java/androidx/fragment/app/ |
FragmentManager.kt | 23 * One of four commit functions will be used based on the values of `now` and `allowStateLoss`: 27 * | false | false | `commit()` | 49 transaction.commit()
|
/cts/tests/fragment/src/android/fragment/cts/ |
FragmentViewTests.java | 57 fm.beginTransaction().add(R.id.fragmentContainer, fragment1).addToBackStack(null).commit(); 63 fm.beginTransaction().add(R.id.fragmentContainer, fragment2).addToBackStack(null).commit(); 74 .commit(); 104 fm.beginTransaction().add(R.id.fragmentContainer1, fragment1).addToBackStack(null).commit(); 109 fm.beginTransaction().add(R.id.fragmentContainer2, fragment2).addToBackStack(null).commit(); 119 .commit(); 146 fm.beginTransaction().add(R.id.fragmentContainer, fragment1).commit(); 156 .commit(); 183 .commit(); 188 fm.beginTransaction().remove(fragment4).addToBackStack(null).commit(); 975 .commit(); method 984 .commit(); method [all...] |
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/ |
FragmentViewTests.java | 70 fm.beginTransaction().add(R.id.fragmentContainer, fragment1).addToBackStack(null).commit(); 76 fm.beginTransaction().add(R.id.fragmentContainer, fragment2).addToBackStack(null).commit(); 87 .commit(); 117 fm.beginTransaction().add(R.id.fragmentContainer1, fragment1).addToBackStack(null).commit(); 122 fm.beginTransaction().add(R.id.fragmentContainer2, fragment2).addToBackStack(null).commit(); 132 .commit(); 159 fm.beginTransaction().add(R.id.fragmentContainer, fragment1).commit(); 169 .commit(); 196 .commit(); 201 fm.beginTransaction().remove(fragment4).addToBackStack(null).commit(); 981 .commit(); method 990 .commit(); method [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
FragmentTransactionTest.java | 89 txn.add(111, fragment).commit(); method 100 txn.add(111, fragment, "tag1").commit(); method 111 txn.add(fragment, "tag1").commit(); 122 txn.replace(111, fragment).commit(); method 133 txn.replace(111, fragment, "tag1").commit(); method 153 txn.add(fragment, "tag1").commit(); 172 txn.attach(fragment).commit(); 179 txn.hide(fragment).commit(); 186 txn.show(fragment).commit(); 202 txn.hide(fragment).commit(); [all...] |