HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 1176 - 1200 of 4550) sorted by null

<<41424344454647484950>>

  /external/skia/site/dev/sheriffing/
index.md 42 git history and do text searches on the full patch text and the commit
52 commit ea70c4bb22394c8dcc29a369d3422a2b8f3b3e80
137 A common cause of DEPS roll failures are layout tests. Find the offending Skia CL by examining the commit hash range in the DEPS roll and revert (or talk to the commit author if they are available). If you do revert then keep an eye on the next DEPS roll to make sure it succeeds.
170 * Commit the patch you created and wait until it lands and rolls into Chrome
  /external/skia/site/dev/testing/
skiagold.md 12 * Each commit creates >500k images.
77 * Immediately following commit, access the By Blame view to find untriaged
106 * Trybot support prior to commit, with view limited to your CL
107 * Pre-triage prior to commit that will persist when the CL lands
152 + Each dot represents a commit
  /external/skqp/site/dev/sheriffing/
index.md 42 git history and do text searches on the full patch text and the commit
52 commit ea70c4bb22394c8dcc29a369d3422a2b8f3b3e80
137 A common cause of DEPS roll failures are layout tests. Find the offending Skia CL by examining the commit hash range in the DEPS roll and revert (or talk to the commit author if they are available). If you do revert then keep an eye on the next DEPS roll to make sure it succeeds.
170 * Commit the patch you created and wait until it lands and rolls into Chrome
  /external/skqp/site/dev/testing/
skiagold.md 12 * Each commit creates >500k images.
77 * Immediately following commit, access the By Blame view to find untriaged
106 * Trybot support prior to commit, with view limited to your CL
107 * Pre-triage prior to commit that will persist when the CL lands
152 + Each dot represents a commit
  /external/tensorflow/tensorflow/core/lib/db/
sqlite.cc 128 sqlite3_stmt* commit = PrepareRawOrDie(sqlite, "COMMIT"); local
130 *db = new Sqlite(sqlite, begin, commit, rollback);
269 Status SqliteTransaction::Commit() {
272 return PrintfStatus(rc, "COMMIT failed: [%d] %s", rc,
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.h 105 // Sets gain value. Actual change will only take place upon commit().
118 // commit().
130 // Sets bandwidth value. Actual change will only take place upon commit().
167 // Change will not be applied until commit() is called.
177 void commit(bool immediate = false);
  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 184 static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) {
185 _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT);
190 static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) {
191 _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT);
196 static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) {
197 _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT);
202 static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) {
203 _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT);
208 static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) {
209 _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferences.java 138 editor.commit();
168 editor.commit();
189 editor.commit();
228 mPreferences.edit().remove(mDefaultAccountKey).commit();
237 mPreferences.edit().putString(mDefaultAccountKey, accountWithDataSet.stringify()).commit();
  /external/autotest/server/hosts/
host_info_unittest.py 239 """Test that commit sends data to store."""
242 self.store.commit(info)
248 """Test a commit-get roundtrip."""
253 self.store.commit(info)
259 """Test a commit-get_uncached roundtrip."""
264 self.store.commit(info)
272 self.store.commit(info)
302 """A test class that always raises on refresh / commit."""
337 """Check that a failed commit cleanes cache."""
344 self.store.commit(host_info.HostInfo()
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
FieldsClassificationTest.java 191 mAfm.commit();
233 mAfm.commit();
277 mAfm.commit();
325 mAfm.commit();
380 mAfm.commit();
421 mAfm.commit();
450 mAfm.commit();
  /external/fio/
ioengines.c 225 if (min > 0 && td->io_ops->commit) {
226 r = td->io_ops->commit(td);
325 if (!td->io_ops->commit || io_u->ddir == DDIR_TRIM) {
389 dprint(FD_IO, "calling ->commit(), depth %d\n", td->cur_depth);
396 if (td->io_ops->commit) {
397 ret = td->io_ops->commit(td);
399 td_verror(td, -ret, "io commit");
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
DialogFragment.java 131 * fragment to it with the given tag, and {@link FragmentTransaction#commit() committing} it.
144 ft.commit();
149 * and then {@link FragmentTransaction#commit() committing} the transaction.
154 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}.
161 mBackStackId = transaction.commit();
224 ft.commit();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
transact.h 162 virtual HRESULT WINAPI Commit(WINBOOL fRetaining,DWORD grfTC,DWORD grfRM) = 0;
172 HRESULT (WINAPI *Commit)(ITransaction *This,WINBOOL fRetaining,DWORD grfTC,DWORD grfRM);
184 #define ITransaction_Commit(This,fRetaining,grfTC,grfRM) (This)->lpVtbl->Commit(This,fRetaining,grfTC,grfRM)
211 HRESULT (WINAPI *Commit)(ITransactionCloner *This,WINBOOL fRetaining,DWORD grfTC,DWORD grfRM);
224 #define ITransactionCloner_Commit(This,fRetaining,grfTC,grfRM) (This)->lpVtbl->Commit(This,fRetaining,grfTC,grfRM)
248 HRESULT (WINAPI *Commit)(ITransaction2 *This,WINBOOL fRetaining,DWORD grfTC,DWORD grfRM);
262 #define ITransaction2_Commit(This,fRetaining,grfTC,grfRM) (This)->lpVtbl->Commit(This,fRetaining,grfTC,grfRM)
  /system/bt/doc/
style_guide.md 321 ##### Commit the code that your patch touched
325 `git commit --amend`
357 ##### Commit your temporary formatting patch
361 `git commit -m tmp_format_patch`
377 ##### Commit your second temporary formatting patch
381 `git commit -m tmp_format_patch_2`
407 ##### Remember to edit the commit message!
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfscanf.c 985 char *commit, *p; local
1001 * We set commit = p whenever the string we have read so far
1004 * or fail, and we will ungetc() back to the last commit point.
1009 commit = buf - 1;
1024 commit = p;
1045 commit = p; /* inf or infinity */
1060 commit = p;
1068 commit = p;
1094 commit = p;
1104 commit = p;
    [all...]
  /external/ltp/doc/
c-test-tutorial-simple.txt 86 the +HEAD+ of the repository (usually the latest commit) is well over 100
136 * Include relevant links, Git commit hashes and CVE numbers.
277 commit make sure you have configured Git correctly. You need to at least set
300 $ git commit -m "statx01: Add new test for statx syscall"
304 file. It is good practice to commit early and often. Later on we will do a
305 Git-rebase, which allows us to clean up the commit history. So don't worry
306 about how presentable your commit log is for now. Also don't hesitate to
820 will allow you to reshape your commit history without fear.
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_test.c     [all...]
  /external/e2fsprogs/debugfs/
recovery.c 284 * any existing commit records in the log. */
466 * making sure that each transaction has a commit block in the
492 * either the next descriptor block or the final commit
670 /* How to differentiate between interrupted commit
687 * Commit block found Commit block not found
694 * before commit block
698 * "Interrupted Commit".)
701 /* Found an expected commit block: if checksums
737 * commit blocks
    [all...]
  /external/e2fsprogs/e2fsck/
recovery.c 284 * any existing commit records in the log. */
466 * making sure that each transaction has a commit block in the
492 * either the next descriptor block or the final commit
670 /* How to differentiate between interrupted commit
687 * Commit block found Commit block not found
694 * before commit block
698 * "Interrupted Commit".)
701 /* Found an expected commit block: if checksums
737 * commit blocks
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_eke.c 19 IDENTITY, COMMIT, CONFIRM, FAILURE_REPORT, SUCCESS, FAILURE
43 case COMMIT:
44 return "COMMIT";
245 wpa_printf(MSG_DEBUG, "EAP-EKE: Request/Commit");
368 case COMMIT:
403 if (data->state == COMMIT && eke_exch == EAP_EKE_COMMIT)
510 eap_eke_state(data, COMMIT);
522 wpa_printf(MSG_DEBUG, "EAP-EKE: Received Response/Commit");
524 if (data->state != COMMIT) {
533 wpa_printf(MSG_DEBUG, "EAP-EKE: Too short EAP-EKE-Commit");
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 901 LOGE("Batch parameters commit failed\n");
928 LOGE("Batch parameters commit failed\n");
956 LOGE("Batch parameters commit failed\n");
983 LOGE("Batch parameters commit failed\n");
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 189 prefs.Commit()
192 commit, respectively, upon entering and leaving the context.
234 """True if properties have changed and a commit would be needed."""
247 A empty xml document, which may be modified and saved on |commit|, is
264 def Commit(self):
374 self.Commit()
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs.py 185 prefs.Commit()
188 commit, respectively, upon entering and leaving the context.
230 """True if properties have changed and a commit would be needed."""
243 A empty xml document, which may be modified and saved on |commit|, is
260 def Commit(self):
357 self.Commit()
  /external/libyuv/files/tools_libyuv/autoroller/
roll_deps.py 39 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$')
93 logging.error('Failed to parse commit position id from:\n%s\n',
165 """Reads a remote Chromium commit message. Returns a string."""
392 _RunCommand(['git', 'commit', '-m', commit_msg])
424 'any local branch, commit, upload CL or send any '
471 logging.debug('Commit message:\n%s', commit_msg)
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 28 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$')
81 logging.error('Failed to parse commit position id from:\n%s\n',
153 """Reads a remote Chromium commit message. Returns a string."""
345 _RunCommand(['git', 'commit', '-m', commit_msg])
383 'any local branch, commit, upload CL or send any '
433 logging.debug('Commit message:\n%s', commit_msg)

Completed in 619 milliseconds

<<41424344454647484950>>