HomeSort by relevance Sort by last modified time
    Searched refs:commit (Results 76 - 100 of 667) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentStackFragment.java 41 ft.add(R.id.simple_fragment, newFragment).commit();
87 ft.commit();
FragmentCustomAnimations.java 56 ft.add(R.id.simple_fragment, newFragment).commit();
84 ft.commit();
FragmentMenu.java 67 ft.commit();
93 ft.commit();
FragmentRetainInstance.java 46 new UiFragment()).commit();
87 fm.beginTransaction().add(mWorkFragment, "work").commit();
FragmentStack.java 58 ft.add(R.id.simple_fragment, newFragment).commit();
83 ft.commit();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentMenuFragmentSupport.java 66 ft.commit();
94 ft.commit();
FragmentCustomAnimationSupport.java 53 ft.add(R.id.simple_fragment, newFragment).commit();
81 ft.commit();
FragmentMenuSupport.java 69 ft.commit();
95 ft.commit();
FragmentRetainInstanceSupport.java 47 new UiFragment()).commit();
88 fm.beginTransaction().add(mWorkFragment, "work").commit();
FragmentStackFragmentSupport.java 42 ft.add(R.id.simple_fragment, newFragment).commit();
99 ft.commit();
FragmentStackSupport.java 65 ft.add(R.id.simple_fragment, newFragment).commit();
90 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/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/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();
  /hardware/qcom/display/msm8x26/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
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 159 // another thread). Same check is applied in commit() and drop()
166 public synchronized void commit(Thread t) { method in class:Profile.Watchdog
212 // Hold the future samples coming from current thread until commit() or
219 public static void commit() { method in class:Profile
220 sWatchdog.commit(Thread.currentThread());
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
VersionedPrefs.java 109 * If the only preference we have is the version number, we do not want to commit it.
129 public void commit() { method in class:VersionedPrefs
130 getEditor().commit();
143 getEditor().clear().commit();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 259 * instructs it to commit the new (modified) data back into the model.
262 * indicates if commit is called during 'save' operation or for
268 public void commit(boolean onSave) { method in class:UiElementPart
274 ui_attr.commit();
280 // We need to call super's commit after we synchronized the nodes to make sure we
282 super.commit(onSave);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentManagerTest.java 174 transaction.commit();
180 anotherTransaction.commit();
194 activity.getSupportFragmentManager().beginTransaction().add(CONTAINER_VIEW_ID, fragment).commit();
208 manager.beginTransaction().add(fragment, "fragment1").commit();
209 manager.beginTransaction().add(fragment2, "fragment2").commit();
231 manager.beginTransaction().add(fragment, "tag").commit();

Completed in 1168 milliseconds

1 2 34 5 6 7 8 91011>>