/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
Policy.java | 85 editor.commit(); 164 prefs.edit().clear().commit();
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
LoginModuleUtilsTest.java | 115 assertEquals(LoginModuleUtils.ACTION.commit, status 131 assertEquals(LoginModuleUtils.ACTION.commit, status
|
/external/bison/ |
README-release | 35 NEWS, (ii) commit that, and (iii) tag the release, run 38 make release-commit RELEASE='X.Y TYPE'
|
/external/chromium/chrome/common/ |
important_file_writer.h | 76 // to disk after the commit interval. If another ScheduleWrite is issued 101 // Timer used to schedule commit after ScheduleWrite.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/ |
TestSharedPreferences.java | 150 public boolean commit() { method in class:TestSharedPreferences.TestSharedPreferencesEditor 172 commit(); method
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/ |
TestFragmentTransaction.java | 163 public int commit() { method in class:TestFragmentTransaction 171 return commit();
|
/external/webkit/Source/JavaScriptCore/wtf/ |
PageAllocationAligned.cpp | 59 // Select an aligned region within the reservation and commit. 63 OSAllocator::commit(alignedBase, size, writable, executable);
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
feeders.py | 43 queue_name = "commit-queue" 50 # FIXME: This is the last use of update_work_items, the commit-queue
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
__init__.py | 40 from webkitpy.tool.steps.commit import Commit
|
/hardware/qcom/display/liboverlay/pipes/ |
overlayGenPipe.h | 58 /* commit changes to the overlay "set"*/ 59 bool commit();
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
FakeSharedPreferences.java | 157 public boolean commit() { method in class:FakeSharedPreferences 164 commit(); method
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/ |
MockSharedPreferences.java | 141 public boolean commit() { method in class:MockSharedPreferences 147 commit(); method
|
/packages/apps/Email/tests/src/com/android/email/ |
MockSharedPreferences.java | 143 public boolean commit() { method in class:MockSharedPreferences 149 commit(); method
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/ |
MockSharedPreferences.java | 141 public boolean commit() { method in class:MockSharedPreferences 147 commit(); method
|
/sdk/templates/other/AppWidget/root/src/app_package/ |
AppWidgetConfigureActivity.java.ftl | 79 prefs.commit(); 97 prefs.commit();
|
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 19 * Hardware Composer Commit Points 38 * The Hardware Composer (HWC) Commit test is a benchmark that 39 * discovers the points at which the HWC will commit to rendering an 50 * that it used to commit to. The primary purpose of this benchmark 51 * is the automated discovery of the commit points, where an implementation 53 * referred to as commit points. Between implementations changes to the 54 * commit points are allowed, as long as they improve what the HWC commits 55 * to. Once an implementation of the HWC is shipped, the commit points are 59 * commit point. It doesn't exhaustively check all possible conditions, 631 // that the HWC will commit to. If allowOverlap is true, then the rectangle [all...] |
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
MainActivity.java | 52 .replace(R.id.test_detail_container, fragment).commit();
|
SinglePaneDetailActivity.java | 37 .add(R.id.test_results_detail_container, fragment).commit();
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentArgumentsFragment.java | 43 ft.commit();
|
FragmentListArray.java | 42 getFragmentManager().beginTransaction().add(android.R.id.content, list).commit();
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentListArraySupport.java | 43 getSupportFragmentManager().beginTransaction().add(android.R.id.content, list).commit();
|
/external/chromium/build/util/ |
lastchange.py | 169 Parses first |depth| commit messages. 194 # For git branches the last commit message is either 195 # some local commit or a merge. 205 # We assume that at least first 999 commit messages contain svn evidence.
|
/external/chromium/chrome/browser/sync/sessions/ |
status_controller.h | 116 // Commit path data. 162 // Returns true iff any of the commit ids added during this session are 227 // Returns true iff the commit id projection for |group_restriction_| 228 // references position |index| into the full set of commit ids in play.
|
test_util.cc | 29 // during a commit, indicating an error occurred.
|
/external/chromium/testing/gmock/ |
CONTRIBUTORS | 3 # who commit code to the project are encouraged to add their names
|