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

<<61626364656667686970>>

  /external/pdfium/third_party/base/allocator/partition_allocator/
page_allocator.h 34 // permissions and commit / decommit at this granularity.
92 // not guaranteed to be zero-filled upon re-commit. len must be a multiple of
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentActivityTest.java 80 activity.getSupportFragmentManager().beginTransaction().add(fragment_container, fragment).commit();
99 activity.getSupportFragmentManager().beginTransaction().add(fragment_container, fragment).commit();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageInstaller.java 117 * {@link android.content.pm.PackageInstaller.Session#commit(IntentSender)}
185 public void commit(@NonNull IntentSender statusReceiver) { method in class:ShadowPackageInstaller.ShadowSession
  /external/selinux/libsemanage/man/man5/
semanage.conf.5 71 It controls whether the previous module directory is saved after a successful commit to the policy store and it can be set to
76 It controls whether the previously linked module is saved (with name "base.linked") after a successful commit to the policy store.
  /external/skia/
PRESUBMIT.py 241 """Presubmit checks common to upload and commit."""
278 # Run on upload, not commit, since the presubmit bot apparently doesn't have
287 """Check whether to allow commit.
304 # check the commit queue behaves incorrectly because it considers
342 self._issue)['labels']['Commit-Queue'].get('value', 0) == 1
505 # Skip PostUploadHooks for all auto-commit bots. New patchsets (caused
507 # "--use-commit-queue" flag to "git cl upload".
586 """Presubmit checks for the change on commit.
  /external/skia/infra/bots/
README.md 10 Files in this directory define a DAG of tasks which run at every Skia commit. A
23 reads the tasks.json file at each commit to determine which jobs to run. For
  /external/skia/src/ports/
SkImageEncoder_WIC.cpp 207 hr = piBitmapFrameEncode->Commit();
211 hr = piEncoder->Commit();
  /external/skia/src/utils/win/
SkIStream.cpp 72 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD)
256 HRESULT STDMETHODCALLTYPE SkWIStream::Commit(DWORD) {
  /external/skqp/
PRESUBMIT.py 218 """Presubmit checks common to upload and commit."""
254 # Run on upload, not commit, since the presubmit bot apparently doesn't have
263 """Check whether to allow commit.
280 # check the commit queue behaves incorrectly because it considers
318 self._issue)['labels']['Commit-Queue'].get('value', 0) == 1
481 # Skip PostUploadHooks for all auto-commit bots. New patchsets (caused
483 # "--use-commit-queue" flag to "git cl upload".
562 """Presubmit checks for the change on commit.
  /external/skqp/infra/bots/
README.md 10 Files in this directory define a DAG of tasks which run at every Skia commit. A
23 reads the tasks.json file at each commit to determine which jobs to run. For
  /external/skqp/src/ports/
SkImageEncoder_WIC.cpp 207 hr = piBitmapFrameEncode->Commit();
211 hr = piEncoder->Commit();
  /external/skqp/src/utils/win/
SkIStream.cpp 72 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD)
256 HRESULT STDMETHODCALLTYPE SkWIStream::Commit(DWORD) {
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
ColorsActivity.java 244 editor.commit();
278 editor.commit();
  /external/tensorflow/tensorflow/core/util/
test_log.proto 65 // Not used if the build is from a commit without modifications.
163 // The commit id (git hash or changelist)
  /external/tensorflow/tensorflow/java/maven/tensorflow-android/
update.py 47 """Fetch the git commit id from the build info json object."""
114 raise ValueError('Missing commit id: %s' % build_info)
  /external/tensorflow/tensorflow/tools/test/
run_and_gather_logs_lib.py 39 """Get git commit SHA for this build.
45 SHA hash of the git commit used for the build, if available
  /external/testng/src/main/java/org/testng/remote/strprotocol/
BaseMessageSender.java 106 // with TestNG 5.14 and older (reported by JetBrains). The following git commit:
109 // It's ok to add this serial back for debugging, but don't commit it until JetBrains
  /external/v8/tools/release/
test_scripts.py 613 # commit messages from the list below are included.
706 Long commit message that fills more than 80 characters (Chromium issue
712 Long commit message that fills more than 80 characters (Chromium issue 12345).
777 commit = FileToText(TEST_CONFIG["COMMITMSG_FILE"])
778 self.assertEquals(commit_msg, commit)
845 Cmd("git commit -am \"%s\"" % commit_msg_squashed, ""),
856 Cmd("git commit -aF \"%s\"" % TEST_CONFIG["COMMITMSG_FILE"], "",
    [all...]
  /external/wpa_supplicant_8/src/ap/
fils_hlp.c 51 /* Convert to DHCPREQUEST, remove rapid commit option, replace requested
141 "FILS: Acting as DHCP rapid commit proxy for %s:%d",
243 * the final DHCPACK to rapid commit version. */
249 "FILS: No DHCPACK available from the server and cannot do rapid commit proxying");
277 /* Add rapid commit option */
463 /* Store a copy of the DHCPDISCOVER for rapid commit proxying
464 * purposes if the server does not support the rapid commit
467 "FILS: Store DHCPDISCOVER for rapid commit proxy");
  /frameworks/base/packages/SystemUI/scripts/
new_merge.py 87 print ('Usage: %s [<commit>]' % argv[0])
89 'optionally restricting to files in <commit>')
  /frameworks/rs/
update-prebuilts.py 54 help='Bug to reference in commit message.')
173 subprocess.check_call(['git', 'commit', '-m', message])
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
FragmentTest.java 100 .commit();
113 .commit();
  /frameworks/support/leanback-preference/src/main/java/androidx/leanback/preference/
LeanbackSettingsFragment.java 156 transaction.commit();
178 .commit();
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentRetainInstanceSupport.java 47 new UiFragment()).commit();
89 fm.beginTransaction().add(mWorkFragment, "work").commit();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcModule.cpp 65 if (!hwc->commit(numDisplays, displays)) {
66 ELOGTRACE("failed to commit");

Completed in 1332 milliseconds

<<61626364656667686970>>