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

<<11121314151617181920>>

  /external/skia/infra/bots/recipes/upload_coverage_results.expected/
normal_bot.json 39 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profraw.tar.gz"
62 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
84 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.summary"
103 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.text.tar"
134 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.html.tar"
  /external/skqp/infra/bots/recipes/upload_coverage_results.expected/
alternate_bucket.json 39 "gs://skia-coverage-alt/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profraw.tar.gz"
62 "gs://skia-coverage-alt/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
84 "gs://skia-coverage-alt/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.summary"
103 "gs://skia-coverage-alt/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.text.tar"
134 "gs://skia-coverage-alt/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.html.tar"
normal_bot.json 39 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profraw.tar.gz"
62 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata"
84 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.summary"
103 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.text.tar"
134 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.html.tar"
  /frameworks/av/media/libaudiohal/2.0/
EffectBufferHalHidl.cpp 87 mMemory->commit();
126 void EffectBufferHalHidl::commit() { function in class:android::EffectBufferHalHidl
127 commit(mBufferSize);
135 mMemory->commit();
138 void EffectBufferHalHidl::commit(size_t size) { function in class:android::EffectBufferHalHidl
  /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/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");
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 185 static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) {
186 _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT);
191 static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) {
192 _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT);
197 static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) {
198 _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT);
203 static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) {
204 _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT);
209 static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) {
210 _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT)
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayWriteback.h 66 /* Blocking write. (queue, commit, dequeue)
68 * This class will call display-commit on writeback mixer.
71 /* Blocking write. (queue, commit, dequeue)
73 * Client must not call display-commit on writeback mixer.
78 * Client must call display-commit on their own.
  /hardware/qcom/display/msm8226/liboverlay/
overlayWriteback.h 66 /* Blocking write. (queue, commit, dequeue)
68 * This class will call display-commit on writeback mixer.
71 /* Blocking write. (queue, commit, dequeue)
73 * Client must not call display-commit on writeback mixer.
78 * Client must call display-commit on their own.
  /hardware/qcom/display/msm8994/liboverlay/
overlayWriteback.h 66 /* Blocking write. (queue, commit, dequeue)
68 * This class will call display-commit on writeback mixer.
71 /* Blocking write. (queue, commit, dequeue)
73 * Client must not call display-commit on writeback mixer.
78 * Client must call display-commit on their own.
  /cts/tests/fragment/src/android/fragment/cts/
PostponedTransitionTest.java 60 .commit();
80 .commit();
117 .commit();
141 .commit();
168 final int commit[] = new int[1]; local
174 commit[0] = fm.beginTransaction()
178 .commit();
184 .commit();
201 FragmentTestUtil.popBackStackImmediate(mActivityRule, commit[0],
228 .commit();
    [all...]
FragmentLifecycleTest.java 77 fm.beginTransaction().add(strictFragment, "EmptyHeadless").commit();
85 fm.beginTransaction().remove(strictFragment).commit();
103 fm.beginTransaction().add(f1, "1").add(f2, "2").commit();
110 fm.beginTransaction().detach(f1).detach(f2).commit();
119 fm.beginTransaction().attach(f1).commit();
127 fm.beginTransaction().remove(f1).remove(f2).commit();
143 fm.beginTransaction().add(f1, "1").commit();
152 fm.beginTransaction().remove(f1).add(f2, "2").addToBackStack("stack1").commit(); method
173 fm.beginTransaction().add(f1, "1").commit();
178 fm.beginTransaction().detach(f1).add(f2, "2").addToBackStack("stack1").commit(); method
228 fm.beginTransaction().replace(android.R.id.content, f2).addToBackStack("stack1").commit(); method
277 fm.beginTransaction().replace(android.R.id.content, f3).addToBackStack("stack1").commit(); method
    [all...]
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
PostponedTransitionTest.java 67 .commit();
88 .commit();
125 .commit();
149 .commit();
176 final int[] commit = new int[1]; local
182 commit[0] = fm.beginTransaction()
187 .commit();
194 .commit();
211 FragmentTestUtil.popBackStackImmediate(mActivityRule, commit[0],
239 .commit();
    [all...]
  /external/selinux/libsemanage/src/
pywrap-test.py 147 print "Query status (commit number): ", status
166 print "Query status (commit number): ", status
195 print "Query status (commit number): ", status
223 print "Query status (commit number): ", status
249 print "Query status (commit number): ", status
273 print "Query status (commit number): ", status
292 print "Query status (commit number): ", status
311 print "Query status (commit number): ", status
376 if self.verbose: print "Exists status (commit number): ", status
382 if self.verbose: print "Query status (commit number): ", statu
    [all...]
  /external/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp 20 #include "clang/Edit/Commit.h"
148 edit::Commit commit(Editor);
155 commit.insertFromRange(Hint.RemoveRange.getBegin(),
159 commit.remove(Hint.RemoveRange);
163 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
165 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
169 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable();
183 if (!Editor.commit(commit)) {
    [all...]
  /external/autotest/client/common_lib/
revision_control.py 38 """Exception raised for git commit errors."""
208 def commit(self, msg='default'): member in class:GitRepo
210 Commit changes to repo with the supplied commit msg.
212 @param msg: A message that goes with the commit.
214 rv = self.gitcmd('commit -a -m %s' % msg)
217 raise GitCommitError('Unable to commit', rv)
334 Get the top commit hash of the current local git branch.
336 @return: Top commit hash of local git branch
345 Get the top commit hash of the current remote git branch
    [all...]
  /external/python/cpython2/Misc/
developers.txt 15 Note, when giving new commit permissions, be sure to get a contributor
26 - David Malcolm was given commit access on Oct 27 2010 by GFB,
29 - Tal Einat was given commit access on Oct 4 2010 by MvL,
32 - ?ukasz Langa was given commit access on Sep 08 2010 by GFB,
35 - Daniel Stutzbach was given commit access on Aug 22 2010 by MvL,
38 - Ask Solem was given commit access on Aug 17 2010 by MvL,
42 - George Boutsioukis was given commit access on Aug 10 2010
45 - Éric Araujo was given commit access on Aug 10 2010 by BAC,
48 - Terry Reedy was given commit access on Aug 04 2010 by MvL,
51 - Brian Quinlan was given commit access on Jul 26 2010 by GFB
    [all...]
  /external/jemalloc/test/integration/
chunk.c 29 bool *commit, unsigned arena_ind)
33 "*commit=%s, arena_ind=%u)\n", __func__, new_addr, size, alignment,
34 *zero ? "true" : "false", *commit ? "true" : "false", arena_ind);
36 return (old_hooks.alloc(new_addr, size, alignment, zero, commit,
61 err = old_hooks.commit(chunk, size, offset, length, arena_ind);
158 assert_ptr_ne(old_hooks.commit, chunk_commit,
159 "Unexpected commit error");
206 /* Test decommit/commit and observe split/merge. */
221 assert_b_eq(did_decommit, did_commit, "Expected decommit/commit match");
258 assert_b_eq(did_decommit, did_commit, "Expected decommit/commit match")
    [all...]
  /system/netd/server/
FirewallControllerTest.cpp 64 "COMMIT\n"
82 "COMMIT\n"
100 "COMMIT\n"
144 "COMMIT\n" }
153 "COMMIT\n" }
183 "COMMIT\n";
199 "COMMIT\n";
210 "COMMIT\n"
219 "COMMIT\n"
231 "COMMIT\n
    [all...]
  /external/wpa_supplicant_8/src/common/
sae.c 606 /* COMMIT-ELEMENT = inverse(scalar-op(mask, PWE)) */
618 wpa_printf(MSG_DEBUG, "SAE: Could not compute commit-element");
629 /* COMMIT-ELEMENT = inverse(scalar-op(mask, PWE)) */
641 wpa_printf(MSG_DEBUG, "SAE: Could not compute commit-element");
673 /* commit-scalar = (rand + mask) modulo r */
722 * K = scalar-op(rand, (elem-op(scalar-op(peer-commit-scalar, PWE),
723 * PEER-COMMIT-ELEMENT)))
758 * K = scalar-op(rand, (elem-op(scalar-op(peer-commit-scalar, PWE),
759 * PEER-COMMIT-ELEMENT)))
800 * (commit-scalar + peer-commit-scalar) modulo r
    [all...]
  /external/libvpx/
update_libvpx.sh 42 prev_hash="$(egrep "^Commit: [[:alnum:]]" README.android | awk '{ print $2 }')"
60 # Get the current commit hash.
68 echo "Commit: $hash"
72 # Commit message header.
73 echo "Commit message:"
78 # Output the current commit hash.
107 # Commit message footer.
  /external/llvm/unittests/Support/
FileOutputBufferTest.cpp 38 // TEST 1: Verify commit case.
50 // Commit buffer.
51 ASSERT_NO_ERROR(Buffer->commit());
70 // Do *not* commit buffer.
89 ASSERT_NO_ERROR(Buffer->commit());
108 // Commit buffer.
109 ASSERT_NO_ERROR(Buffer->commit());
  /external/selinux/libsemanage/include/semanage/
handle.h 60 /* set whether to reload the policy or not after a commit,
64 /* set whether to rebuild the policy on commit, even if no
79 /*Get whether or not dontaudits will be disabled upon commit */
82 /* Set whether or not to disable dontaudits upon commit */
85 /* Set whether or not to execute setfiles to check file contexts upon commit */
123 /* Attempt to commit all changes since this transaction began. If the
124 * commit is successful then increment the "policy sequence number"
  /external/skia/infra/bots/
git_utils.py 69 """Commit all changes and upload a CL, returning the issue URL."""
70 subprocess.check_call(['git', 'commit', '-a', '-m', self._commit_msg])
77 upload_cmd.append('--use-commit-queue')
102 def __init__(self, repository, commit='HEAD'):
119 commit: commit hash, branch, or tag within refspec, indicating what point
124 self._commit = commit
  /external/skqp/infra/bots/
git_utils.py 69 """Commit all changes and upload a CL, returning the issue URL."""
70 subprocess.check_call(['git', 'commit', '-a', '-m', self._commit_msg])
77 upload_cmd.append('--use-commit-queue')
102 def __init__(self, repository, commit='HEAD'):
119 commit: commit hash, branch, or tag within refspec, indicating what point
124 self._commit = commit

Completed in 553 milliseconds

<<11121314151617181920>>