HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 126 - 150 of 1025) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/opengl/tools/glgen/stubs/gles11/
GLES11ExtcHeader.cpp 105 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit)
108 commit ? 0 : JNI_ABORT);
GLES11cHeader.cpp 103 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit)
106 commit ? 0 : JNI_ABORT);
GLES20cHeader.cpp 96 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit)
99 commit ? 0 : JNI_ABORT);
  /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
  /frameworks/base/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,
632 // that the HWC will commit to. If allowOverlap is true, then the rectangle
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
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
  /external/chromium/testing/gtest/
CONTRIBUTORS 3 # who commit code to the project are encouraged to add their names
  /external/dnsmasq/contrib/wrt/
lease_update.sh 48 ${NVRAM} commit
  /external/gtest/
CONTRIBUTORS 3 # who commit code to the project are encouraged to add their names
  /external/libvpx/
AUTHORS 1 # This file is automatically generated from the git commit history
  /external/protobuf/gtest/
CONTRIBUTORS 3 # who commit code to the project are encouraged to add their names
  /external/v8/test/cctest/
test-platform-linux.cc 75 CHECK(vm->Commit(block_addr, block_size, false));
test-platform-nullos.cc 74 CHECK(vm->Commit(block_addr, block_size, false));
  /external/webkit/Source/WebCore/platform/sql/
SQLiteTransaction.h 43 void commit();
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
roll.py 42 steps.Commit,
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
closebugforlanddiff_unittest.py 40 capture.assert_outputs(self, step.run, [{"commit_text" : "Mock commit text"}], expected_stderr=expected_stderr)
ensurelocalcommitifneeded.py 43 error("--local-commit passed, but %s does not support local commits" % self._tool.scm.display_name())
  /frameworks/base/libs/rs/
rsLocklessFifo.h 58 void commit(uint32_t command, uint32_t bytes);
  /packages/apps/Contacts/src/com/android/contacts/activities/
TransactionSafeActivity.java 55 * Returns true if it is safe to commit {@link FragmentTransaction}s at this time, based on

Completed in 1850 milliseconds

1 2 3 4 56 7 8 91011>>