HomeSort by relevance Sort by last modified time
    Searched defs:commit (Results 151 - 175 of 658) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
MainActivity.java 55 transaction.commit();
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
MainActivity.java 55 transaction.commit();
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
MainActivity.java 53 transaction.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/jcommander/src/test/java/com/beust/jcommander/command/
CommandTest.java 36 CommandCommit commit = new CommandCommit(); local
37 jc.addCommand("commit", commit);
59 CommandCommit commit = new CommandCommit(); local
60 jc.addCommand("commit", commit);
74 CommandCommit commit = new CommandCommit(); local
75 jc.addCommand("commit", commit);
76 jc.parse("-v", "commit", "--amend", "--author=cbeust", "A.java", "B.java")
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
PreferencesFacade.java 90 e.commit();
  /frameworks/av/media/libaudiohal/4.0/
EffectBufferHalHidl.cpp 88 mMemory->commit();
127 void EffectBufferHalHidl::commit() { function in class:android::V4_0::EffectBufferHalHidl
128 commit(mBufferSize);
136 mMemory->commit();
139 void EffectBufferHalHidl::commit(size_t size) { function in class:android::V4_0::EffectBufferHalHidl
  /frameworks/base/core/java/android/content/
SharedPreferences.java 36 * {@link Editor#commit()} and {@link Editor#apply()}.
71 * back to the original {@link SharedPreferences} until you call {@link #commit}
77 * {@link #commit} or {@link #apply} are called.
91 * back once {@link #commit} or {@link #apply} is called.
104 * {@link #commit} or {@link #apply} are called.
116 * {@link #commit} or {@link #apply} are called.
128 * {@link #commit} or {@link #apply} are called.
140 * once {@link #commit} or {@link #apply} are called.
152 * will be done in the actual preferences once {@link #commit} is
168 * preferences. Once commit is called, the only remaining preference
196 boolean commit(); method in interface:SharedPreferences.Editor
    [all...]
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
BrowseFragmentTestActivity.java 54 ft.commit();
BrowseSupportFragmentTestActivity.java 51 ft.commit();
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentDialogOrActivitySupport.java 45 ft.commit();
FragmentMenuFragmentSupport.java 67 ft.commit();
95 ft.commit();
FragmentMenuSupport.java 69 ft.commit();
95 ft.commit();
FragmentStackFragmentSupport.java 43 ft.add(R.id.simple_fragment, newFragment).commit();
103 ft.commit();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DummyDevice.cpp 73 bool DummyDevice::commit(hwc_display_contents_1_t *display, IDisplayContext *context) function in class:android::intel::DummyDevice
  /hardware/qcom/display/msm8084/libgralloc/
fb_priv.h 48 struct mdp_display_commit commit; member in struct:private_module_t
  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.cpp 71 bool GenericPipe::commit() { function in class:overlay::GenericPipe
83 ret = mCtrl->commit();
  /hardware/qcom/display/msm8226/libgralloc/
fb_priv.h 48 struct mdp_display_commit commit; member in struct:private_module_t
  /hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.cpp 73 bool GenericPipe::commit() { function in class:overlay::GenericPipe
74 return mCtrl->commit();
  /hardware/qcom/display/msm8960/libgralloc/
fb_priv.h 48 struct mdp_display_commit commit; member in struct:private_module_t
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 123 bool GenericPipe::commit() { function in class:overlay::GenericPipe
139 if(!mRot->commit()) {
140 ALOGE("GenPipe Rotator commit failed");
141 //If rot commit fails, flush rotator session, memory, fd and create
156 ret = mCtrlData.ctrl.commit();
158 //If mdp commit fails, flush rotator session, memory, fd and create a hollow
  /hardware/qcom/display/msm8994/liboverlay/pipes/
overlayGenPipe.cpp 73 bool GenericPipe::commit() { function in class:overlay::GenericPipe
74 return mCtrl->commit();
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsActivity.java 71 ft.commit();
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ContentWriter.java 106 public int commit() { method in class:ContentWriter
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleFontSizePreferenceFragment.java 70 protected void commit() { method in class:ToggleFontSizePreferenceFragment

Completed in 857 milliseconds

1 2 3 4 5 67 8 91011>>