HomeSort by relevance Sort by last modified time
    Searched refs:commit (Results 51 - 75 of 623) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/include/core/
SkBounder.h 75 virtual void commit();
  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 31 /// the buffer content at the time of the commit. If the FileOutputBuffer is
68 /// buffer. If commit() is not called before this object's destructor
72 error_code commit(int64_t NewSmallerSize = -1);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragmentPagerAdapter.java 25 fragmentManager.beginTransaction().add(container.getId(), (Fragment) object).commit(); method
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/content/
TestSharedPreferencesTest.java 42 editor.commit();
54 editor.commit();
70 editor.commit();
91 editor.commit();
  /external/skia/include/core/
SkBounder.h 75 virtual void commit();
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 62 // Sets gain value. Actual change will only take place upon commit().
70 // Sets bandwidth value. Actual change will only take place upon commit().
78 // Sets frequency value. Actual change will only take place upon commit().
96 void commit(bool immediate = false);
AudioShelvingFilter.h 68 // Sets gain value. Actual change will only take place upon commit().
77 // commit().
90 void commit(bool immediate = false);
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 69 * Call {@link #commit} to commit the changes, or {@link #rollback} to forget the changes.
96 * Commit changes.
98 public void commit() { method in class:JournaledFile
100 throw new IllegalStateException("no file to commit");
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.h 58 /* commit changes to the overlay "set"*/
59 bool commit();
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/msm8974/liboverlay/pipes/
overlayGenPipe.h 57 /* commit changes to the overlay "set"*/
58 bool commit();
  /hardware/qcom/display/msm8x26/liboverlay/pipes/
overlayGenPipe.h 58 /* commit changes to the overlay "set"*/
59 bool commit();
  /packages/apps/Calendar/src/com/android/calendar/
CalendarBackupAgent.java 45 GeneralPreferences.DEFAULT_RINGTONE).commit();
  /packages/apps/Gallery2/src/com/android/photos/
AlbumActivity.java 39 albumFragment).commit();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentMenuFragment.java 65 ft.commit();
93 ft.commit();
FragmentStackFragment.java 41 ft.add(R.id.simple_fragment, newFragment).commit();
87 ft.commit();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentMenuFragmentSupport.java 66 ft.commit();
94 ft.commit();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
JndiLoginModuleTest.java 95 * {@link org.apache.harmony.auth.module.JndiLoginModule#commit()}.
103 module.commit();
113 assertFalse("Commit shouldn't be successful", module.commit());
175 module.commit();
212 module.commit();
227 module.commit();
246 module.commit();
261 module.commit();
279 module.commit();
    [all...]
  /external/chromium_org/v8/tools/
push-to-trunk.sh 51 -l Manually specify the git commit ID of the last push to trunk.
97 echo ">>> Step $CURRENT_STEP: Detect commit ID of last push to trunk."
101 # Print assumed commit, circumventing git's pager.
103 confirm "Is the commit printed above the last push to trunk?"
116 # These version numbers are used again later for the trunk commit.
124 for commit in $COMMITS ; do
125 # Get the commit's title line.
126 git log -1 $commit --format="%w(80,8,8)%s" >> "$CHANGELOG_ENTRY_FILE"
127 # Grep for "BUG=xxxx" lines in the commit message and convert them to
129 git log -1 $commit --format="%B"
    [all...]
  /external/clang/include/clang/Edit/
EditedSource.h 24 class Commit;
60 bool commit(const Commit &commit);
  /external/v8/tools/
push-to-trunk.sh 51 -l Manually specify the git commit ID of the last push to trunk.
97 echo ">>> Step $CURRENT_STEP: Detect commit ID of last push to trunk."
101 # Print assumed commit, circumventing git's pager.
103 confirm "Is the commit printed above the last push to trunk?"
116 # These version numbers are used again later for the trunk commit.
124 for commit in $COMMITS ; do
125 # Get the commit's title line.
126 git log -1 $commit --format="%w(80,8,8)%s" >> "$CHANGELOG_ENTRY_FILE"
127 # Grep for "BUG=xxxx" lines in the commit message and convert them to
129 git log -1 $commit --format="%B"
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.h 120 bool commit,
125 // the change to C++ if |commit| is true.
129 bool commit);
135 bool commit);
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.h 89 virtual bool commit() = 0;
124 virtual bool commit();
183 virtual bool commit();
  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.h 89 virtual bool commit() = 0;
124 virtual bool commit();
181 virtual bool commit();
  /hardware/qcom/display/msm8x26/liboverlay/
overlayRotator.h 88 virtual bool commit() = 0;
122 virtual bool commit();
178 virtual bool commit();

Completed in 652 milliseconds

1 23 4 5 6 7 8 91011>>