Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/fmtlib/
DChangeLog.rst9 …lso merged `#385 <https://github.com/fmtlib/fmt/pull/385>`_ and `#361 <https://github.com/fmtlib/f…
11pull/327>`_, `#345 <https://github.com/fmtlib/fmt/issues/345>`_ and `#381 <https://github.com/fmtl…
13 …/github.com/fmtlib/fmt/pull/333>`_, `#347 <https://github.com/fmtlib/fmt/issues/347>`_, `#362 <htt…
100 `#312 <https://github.com/fmtlib/fmt/pull/312>`_).
105 (`#243 <https://github.com/fmtlib/fmt/pull/243>`_,
106 `#249 <https://github.com/fmtlib/fmt/pull/249>`_,
117 * Compile test fixes (`#313 <https://github.com/fmtlib/fmt/pull/313>`_).
120 * Documentation fixes (`#239 <https://github.com/fmtlib/fmt/pull/239>`_,
123 `#258 <https://github.com/fmtlib/fmt/pull/258>`_,
126 `#309 <https://github.com/fmtlib/fmt/pull/309>`_).
[all …]
/external/v8/tools/
Dandroid-ll-prof.sh59 adb pull /data/local/tmp/v8/v8.log .
60 adb pull /data/local/tmp/v8/v8.log.ll .
61 adb pull /data/perf.data .
/external/fmtlib/doc/bootstrap/mixins/
Dgrid-framework.less61 .calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) {
62 .col-@{class}-pull-@{index} {
66 .calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) {
67 .col-@{class}-pull-0 {
88 .loop-grid-columns(@grid-columns, @class, pull);
Dgrid.less36 .make-xs-column-pull(@columns) {
62 .make-sm-column-pull(@columns) {
90 .make-md-column-pull(@columns) {
118 .make-lg-column-pull(@columns) {
/external/bison/tests/
Dpush.at38 %define api.push-pull push
86 AT_BISON_OPTION_PUSHDEFS([%define api.push-pull $1])
96 %define api.push-pull ]$1[
149 %define api.push-pull push
156 [[input.y:2.9-21: error: %define variable 'api.push-pull' is not used
/external/google-benchmark/
DCONTRIBUTING.md31 of your first [pull request][].
47 separate branches in order to ensure that a pull request only includes the
54 1. Finally, push the commits to your fork and submit a [pull request][].
58 [pull request]: https://help.github.com/articles/creating-a-pull-request
/external/libcxx/utils/google-benchmark/
DCONTRIBUTING.md31 of your first [pull request][].
47 separate branches in order to ensure that a pull request only includes the
54 1. Finally, push the commits to your fork and submit a [pull request][].
58 [pull request]: https://help.github.com/articles/creating-a-pull-request
/external/volley/
DCONTRIBUTING.md22 use GitHub pull requests for this purpose. Consult [GitHub Help] for more
23 information on using pull requests.
25 [GitHub Help]: https://help.github.com/articles/about-pull-requests/
/external/ltp/testcases/open_posix_testsuite/
DNEWS19 …gs in 1.4.0 version. This release has been tested on glibc-2004-04-29 cvs pull (NPTL enabled) and …
24 -March 11, 2004 Test Pass Results - (CVS pull 3-04-04)
25 POSIX Test Suite test pass results available for [CVS pull 3-04-04, Kernel 2.6.1, libc-2004-02-15 a…
27 -March 1, 2004 Test Pass Results - (CVS pull 2-20-04)
28 POSIX Test Suite test pass results available for [CVS pull 2-20-04, Kernel 2.6.1, libc-2004-02-01 a…
/external/boringssl/ios-arm/crypto/fipsmodule/
Darmv4-mont.S152 ldr r2,[r0,#12*4] @ pull rp
631 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+1]
644 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+1]
675 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+3]
688 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+3]
719 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+5]
732 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+5]
763 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+7]
776 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+7]
/external/fmtlib/doc/bootstrap/
Dutilities.less15 .pull-right {
18 .pull-left {
Dmedia.less25 .media > .pull-right {
30 .media > .pull-left {
/external/boringssl/linux-arm/crypto/fipsmodule/
Darmv4-mont.S151 ldr r2,[r0,#12*4] @ pull rp
628 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+1]
641 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+1]
672 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+3]
685 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+3]
716 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+5]
729 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+5]
760 vld1.32 {d28},[r10,:64]! @ pull smashed b[8*i+7]
773 vld1.32 {d29},[r10,:64]! @ pull smashed m[8*i+7]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp772 vec4_instruction *pull; in emit_pull_constant_load_reg() local
778 pull = new(mem_ctx) in emit_pull_constant_load_reg()
783 emit_before(before_block, before_inst, pull); in emit_pull_constant_load_reg()
785 emit(pull); in emit_pull_constant_load_reg()
789 pull = MOV(writemask(index_reg, WRITEMASK_X), offset_reg); in emit_pull_constant_load_reg()
792 emit_before(before_block, before_inst, pull); in emit_pull_constant_load_reg()
794 emit(pull); in emit_pull_constant_load_reg()
796 pull = new(mem_ctx) vec4_instruction(VS_OPCODE_PULL_CONSTANT_LOAD_GEN7, in emit_pull_constant_load_reg()
800 pull->mlen = 2; in emit_pull_constant_load_reg()
801 pull->header_size = 1; in emit_pull_constant_load_reg()
[all …]
/external/guice/
DCONTRIBUTING.md39 separate branches in order to ensure that a pull request only includes the
54 1. Finally, push the commits to your fork and submit a [pull request][].
59 [pull request]: https://help.github.com/articles/creating-a-pull-request
/external/dagger2/
DCONTRIBUTING.md5 forking the repository and sending a pull request.
21 pull requests. All pull requests will be validated by Travis-ci in any case
/external/Microsoft-GSL/
DCONTRIBUTING.md7 tracking the suggestion that has been approved by the maintainers. Your pull request should include…
14 Please submit a Contributor License Agreement (CLA) before submitting a pull request. You may visit…
17 Your pull request should:
/external/tcpdump/
DCONTRIBUTING12 on Linux and OSX before sending pull requests.
48 Don't send a pull request if 'make check' gives failed tests.
53 9) Initiate and send a pull request
54 (See https://help.github.com/articles/using-pull-requests/)
/external/tpm2/
DREADME22 pull out code from the text files. The two files format source code
23 differently, the easiest way to pull out the code is to use two different
/external/doclava/res/assets/templates-sdk/assets/css/
Ddefault.css6486pull-1of1, .col-pull-2of2, .col-pull-3of3, .col-pull-4of4, .col-pull-5of5, .col-pull-6of6, .col-pu…
6489 .col-pull-1of2, .col-pull-2of4, .col-pull-3of6, .col-pull-4of8, .col-pull-5of10, .col-pull-6of12, .…
6492 .col-pull-1of3, .col-pull-2of6, .col-pull-4of12 {
6495 .col-pull-2of3, .col-pull-4of6, .col-pull-8of12 {
6498 .col-pull-1of4, .col-pull-2of8, .col-pull-3of12, .col-pull-4of16 {
6501 .col-pull-3of4, .col-pull-6of8, .col-pull-9of12, .col-pull-12of16 {
6504 .col-pull-1of5, .col-pull-2of10 {
6507 .col-pull-2of5, .col-pull-4of10 {
6510 .col-pull-3of5, .col-pull-6of10 {
6513 .col-pull-4of5, .col-pull-8of10 {
[all …]
/external/vulkan-validation-layers/
DCONTRIBUTING.md37 * Use the existing GitHub forking and pull request process.
39 …ranch with your commits, and then [submitting a pull request](https://help.github.com/articles/usi…
43 … from the Vulkan-LoaderAndValidationLayers repository, please direct your pull request to that rep…
95 You'll be prompted with a one-time "click-through" CLA dialog as part of submitting your pull reque…
/external/slf4j/
DREADME.md7 # How to contribute pull requests
14 5. Submit a pull request to SLF4J from from your commit page on github.
/external/ImageMagick/www/css/
Dmagick.css5pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-l…
/external/curl/docs/
DCONTRIBUTE.md24 notified on pull requests and new issues posted there.
131 Ideally you file a [pull request on
146 ### About pull requests
148 With github it is easy to send a [pull
152 We prefer pull requests to mailed patches, as it makes it a proper git commit
156 When you adjust your pull requests after review, consider squashing the
165 the list or better yet: change it to a pull request.
191 git repo instead of sending changes as pull requests or by mail as patches.
/external/zlib/src/test/
Dinfcover.c447 local unsigned pull(void *desc, unsigned char **buf) in pull() function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in cover_back()
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm); in cover_back()
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL); in cover_back()
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in try()

12345678910