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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
ICommitXml.java 21 * Interface for an object that can commit its changes to the underlying XML model
  /system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
CameraActivity.java 31 .commit();
  /system/sepolicy/prebuilts/api/26.0/public/
lmkd.te 9 # system/core commit b28ff9131363f7b4a698990da5748b2a88c3ed35
  /system/sepolicy/prebuilts/api/27.0/public/
lmkd.te 9 # system/core commit b28ff9131363f7b4a698990da5748b2a88c3ed35
  /tools/repohooks/
README.md 88 branch. This is typically latest commit in the remote-tracking branch.
92 * `PREUPLOAD_COMMIT`: The commit that is currently being checked.
103 * `${PREUPLOAD_COMMIT}`: Commit hash.
104 * `${PREUPLOAD_COMMIT_MESSAGE}`: Commit message.
119 that are merged. Hooks will still run on the merge commit itself.
134 some_cat = formatter --cat-commit ${PREUPLOAD_COMMIT}
135 some_dog = tool --no-cat-in-commit-message ${PREUPLOAD_COMMIT_MESSAGE}
144 * `clang_format`: Run git-clang-format against the commit. The default style is
158 files match in a specific commit, then the hook will be skipped for that commit
    [all...]
  /cts/tests/autofillservice/res/layout/
simple_save_activity.xml 61 android:id="@+id/commit"
64 android:text="Commit" />
  /external/clang/
ToolchainPrebuilts.md 41 1. Grab the squashed commit that went into *aosp/master* and mark it
45 commit, grab those changes (using step 2), before applying this step,
46 and finally repeat step 2 for changes after the squashed commit.
72 5. Update build rules and commit that patch on top.
84 git commit -a
89 10. Grab the squashed commit and replay it in *aosp/dev*.
157 This may entail more than a simple `git commit -a`, so look at `git status`
162 git commit
  /external/e2fsprogs/tests/j_short_trans_recover_mcsum_64bit/
expect 23 Found expected sequence 1, type 2 (commit block) at block 11
25 Found expected sequence 2, type 2 (commit block) at block 13
  /external/jemalloc/include/jemalloc/internal/
chunk.h 65 size_t *sn, bool *zero, bool *commit, bool dalloc_node);
68 size_t *sn, bool *zero, bool *commit);
  /external/libopus/doc/
release.txt 7 - Tag the release commit with 'git tag -s vN.M'.
15 - svn commit
  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl06.c 21 * commit e645016abc80 ("KEYS: fix writing past end of user-supplied buffer
26 * commit 3239b6f29bdf ("KEYS: return full count in keyring_read() if
  /external/perfetto/infra/git_mirror_bot/
mirror_aosp_to_ghub_repo.py 38 model, ending up with one branch per CL, and one commit per patchset.
44 * commit: [CL 496410, Patchset 3] (parent: [CL 496410, Patchset 2])
45 * commit: [CL 496410, Patchset 2] (parent: [CL 496410, Patchset 1])
46 * commit: [CL 496410, Patchset 1] (parent: [master])
48 * commit: [CL 496420, Patchset 2] (parent: [CL 496420, Patchset 1])
49 * commit: [CL 496420, Patchset 1] (parent: [master])
94 raw = GitCmd('cat-file', 'commit', commit_sha1)
107 out = GitCmd('hash-object', '-w', '-t', 'commit', '--stdin', stdin=raw)
  /external/selinux/libsemanage/man/man3/
semanage_iterate.3 54 Otherwise a non-negative integer is returned (a commit number). The same number will be returned by all other semanage object read calls until the next commit.
  /external/skia/infra/bots/assets/
README.md 35 $ git commit
46 $ git commit
  /external/skia/site/dev/testing/
skiaperf.md 11 commit to Skia generates 240,000 individual values that are sent to Perf,
35 You can also use the data to answer questions like [how many tests were run per commit](https://perf.skia.org/#1878).
  /external/skia/site/
roles.md 30 <p>force-commit</p>
56 <p>commit changes (once approved)</p>
  /external/skqp/infra/bots/assets/
README.md 35 $ git commit
46 $ git commit
  /external/skqp/site/dev/testing/
skiaperf.md 11 commit to Skia generates 240,000 individual values that are sent to Perf,
35 You can also use the data to answer questions like [how many tests were run per commit](https://perf.skia.org/#1878).
  /external/skqp/site/
roles.md 30 <p>force-commit</p>
56 <p>commit changes (once approved)</p>
  /frameworks/av/media/libaudiohal/2.0/
EffectBufferHalHidl.h 48 virtual void commit();
50 virtual void commit(size_t size);
  /frameworks/av/media/libaudiohal/4.0/
EffectBufferHalHidl.h 49 virtual void commit();
51 virtual void commit(size_t size);
  /frameworks/av/media/libaudiohal/include/media/audiohal/
EffectBufferHalInterface.h 49 virtual void commit() = 0; // copies data to the external buffer, noop for allocated buffers
51 virtual void commit(size_t size) = 0; // copies partial data to external buffer
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginPrefs.java 50 mSharedPrefs.edit().putStringSet(PLUGIN_ACTIONS, mPluginActions).commit();
59 context.getSharedPreferences(PREFS, 0).edit().putBoolean(HAS_PLUGINS, true).commit();
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
VerticalGridFragmentTest.java 61 .replace(android.R.id.content, f, null).commit();
64 .replace(android.R.id.content, new Fragment(), null).commit();
VerticalGridSupportFragmentTest.java 58 .replace(android.R.id.content, f, null).commit();
61 .replace(android.R.id.content, new Fragment(), null).commit();

Completed in 454 milliseconds

<<11121314151617181920>>