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

<<31323334353637383940>>

  /external/tensorflow/tensorflow/contrib/lite/
arena_planner.cc 132 TF_LITE_ENSURE_STATUS(Commit());
138 // SimpleMemoryArena::Commit() could move the base pointer.
145 TfLiteStatus ArenaPlanner::Commit() {
146 TF_LITE_ENSURE_STATUS(arena_.Commit(context_));
147 TF_LITE_ENSURE_STATUS(persistent_arena_.Commit(context_));
  /external/wayland-protocols/freedesktop.org/stable/viewporter/
viewporter.xml 75 wl_surface.commit.
126 on the next wl_surface.commit.
132 The change is applied on the next wl_surface.commit.
159 applied on the next wl_surface.commit.
179 applied on the next wl_surface.commit.
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
transactions.py 74 self.con1.commit()
83 self.con1.commit()
92 self.con1.commit()
133 to roll back con2 before you could commit con1.
149 self.con1.commit()
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
transactions.py 74 self.con1.commit()
83 self.con1.commit()
92 self.con1.commit()
133 to roll back con2 before you could commit con1.
149 self.con1.commit()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py 74 self.con1.commit()
83 self.con1.commit()
92 self.con1.commit()
133 to roll back con2 before you could commit con1.
149 self.con1.commit()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py 74 self.con1.commit()
83 self.con1.commit()
92 self.con1.commit()
133 to roll back con2 before you could commit con1.
149 self.con1.commit()
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 131 swc->commit(swc);
175 swc->commit(swc);
209 swc->commit(swc);
342 swc->commit(swc);
377 swc->commit(swc);
477 swc->commit(swc);
548 swc->commit(swc);
598 swc->commit(swc);
653 swc->commit(swc);
694 swc->commit(swc)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwscanf.c 764 wchar_t *commit, *p; local
775 * We set commit = p whenever the string we have read so far
778 * or fail, and we will ungetc() back to the last commit point.
783 commit = buf - 1;
800 commit = p;
821 commit = p; /* inf or infinity */
836 commit = p;
844 commit = p;
870 commit = p;
880 commit = p;
    [all...]
  /external/mesa3d/docs/
releasing.html 171 commit 2ced8eb136528914e1bf4e000dea06a9d53c7e04).
245 commit SHA
248 COMMIT SUMMARY
255 commit 990f395e007c3204639daa34efc3049f350ee819
260 (cherry picked from commit 8df581520a823564be0ab5af7dbb7d501b1c9670)
274 SHA COMMIT SUMMARY
286 COMMIT SUMMARY
296 SHA COMMIT SUMMARY
389 commit this change.
416 Commit these changes and push the branch
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/
ci_sanity.sh 23 # the latest commit
48 # commit.
50 # Get the hash of the last non-merge git commit on the current branch.
57 # git commit.
60 git diff-tree --no-commit-id --name-only -r $(get_last_non_merge_git_commit)
63 # List Python files changed in the last non-merge git commit that still exist,
71 # Do not include files removed in the last non-merge commit.
92 # last non-merge git commit.
129 "absence of Python code changes in the last commit."
226 # last non-merge git commit
    [all...]
  /external/v8/tools/release/
common_includes.py 122 # Add and format the commit's title and bug reference. Move dot to the end.
129 # Append the commit's author for reference if not in auto-format mode.
138 """Grep for "BUG=xxxx" lines in the commit message and convert them to
322 """Sets a tag for the current commit.
324 Assumptions: The commit already landed and the commit message is unique.
381 # Wait for the commit to appear. Assumes unique commit message titles (this
384 commit = None
387 commit = self.step.GitLog(n=1, format="%H", grep=message, branch=remote
    [all...]
merge_to_branch.py 98 MESSAGE = "Create commit message."
160 MESSAGE = "Commit to local branch."
163 # Add a commit message title.
181 MESSAGE = "Commit to the repository."
204 "version the commit. See http://goo.gl/9ke2Vw for more "
216 help="A commit message for the patch.")
roll_merge.py 100 MESSAGE = "Create commit message."
112 # The commit message title is added below after the version is specified.
180 MESSAGE = "Commit to local branch."
183 # Add a commit message title.
192 MESSAGE = "Commit to the repository."
237 help="A commit message for the patch.")
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
FragmentTransitionTest.java 114 .commit();
193 .commit();
234 .commit();
349 .commit();
416 .commit();
470 .commit();
546 .commit();
597 .commit();
642 .commit();
701 .commit();
    [all...]
  /external/swiftshader/third_party/LLVM/docs/
DeveloperPolicy.html 22 <li><a href="#commitaccess">Obtaining Commit Access</a></li>
159 commit.</li>
181 combination of code review plus post-commit review for trusted maintainers.
183 most people do the right thing most of the time, and only commit patches
184 without pre-commit review when they are confident they are right.</p>
190 The sole responsibility of a code owner is to ensure that a commit to their
319 making progress. The developer is welcome to re-commit the change after the
324 <h3><a name="commitaccess">Obtaining Commit Access</a></h3>
327 <p>We grant commit access to contributors with a track record of submitting high
328 quality patches. If you would like commit access, please send an email to
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 101 commit(true);
216 void AudioEqualizer::commit(bool immediate) { function in class:android::AudioEqualizer
217 ALOGV("AudioEqualizer::commit(immediate=%d)", immediate);
218 mpLowShelf->commit(immediate);
220 mpPeakingFilters[i].commit(immediate);
222 mpHighShelf->commit(immediate);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 119 if (!ov.commit(dest)) {
120 ALOGE("%s: commit fails", __FUNCTION__);
252 if (!ov.commit(destL)) {
253 ALOGE("%s: commit fails for left", __FUNCTION__);
256 if (!ov.commit(destR)) {
257 ALOGE("%s: commit fails for right", __FUNCTION__);
  /hardware/qcom/display/msm8998/libdrmutils/
drm_interface.h 132 * Op: Returns release fence for this frame. Should be called after Commit() on
145 * Op: Returns retire fence for this commit. Should be called after Commit() on
315 * Commit the params set via Perform(). Also resets the properties after commit. Needs to be
320 virtual int Commit(bool synchronous) = 0;
  /prebuilts/go/darwin-x86/doc/
contribute.html 202 If you do use plain Git, note that you still need the commit hooks that the
204 <code>Change-Id</code> line to the commit message and check that all Go source
389 These files are automatically generated from the commit logs periodically.
407 <h3 id="commit_changes">Commit your changes</h3>
420 Once you have the changes queued up, you will want to commit them.
446 then <code>git</code> <code>commit</code>.)
450 As the <code>git</code> <code>commit</code> is the final step, Git will open an
451 editor to ask for a commit message. (It uses the editor named by
460 # Please enter the commit message for your changes. Lines starting
461 # with '#' will be ignored, and an empty message aborts the commit
    [all...]
  /prebuilts/go/linux-x86/doc/
contribute.html 202 If you do use plain Git, note that you still need the commit hooks that the
204 <code>Change-Id</code> line to the commit message and check that all Go source
389 These files are automatically generated from the commit logs periodically.
407 <h3 id="commit_changes">Commit your changes</h3>
420 Once you have the changes queued up, you will want to commit them.
446 then <code>git</code> <code>commit</code>.)
450 As the <code>git</code> <code>commit</code> is the final step, Git will open an
451 editor to ask for a commit message. (It uses the editor named by
460 # Please enter the commit message for your changes. Lines starting
461 # with '#' will be ignored, and an empty message aborts the commit
    [all...]
  /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);
  /system/netd/server/
FirewallController.cpp 104 "COMMIT\n";
124 "COMMIT\n";
154 StringAppendF(&command, "COMMIT\n");
193 "COMMIT\n"
254 StringAppendF(&command, "COMMIT\n");
326 StringAppendF(&commands, "COMMIT\n");
  /cts/tests/fragment/src/android/fragment/cts/
FragmentTransitionTest.java 113 .commit();
194 .commit();
241 .commit();
356 .commit();
423 .commit();
476 .commit();
552 .commit();
603 .commit();
648 .commit();
707 .commit();
    [all...]
  /bionic/tests/
sys_prctl_test.cpp 73 "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/"
76 "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/"
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
FragmentTest.java 78 .commit();
91 .commit();

Completed in 2233 milliseconds

<<31323334353637383940>>