/external/python/dateutil/ |
D | NEWS | 14 Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859). 16 Fixed by @cssherry (gh issue #582, pr #763) 24 @cs-cordero (gh pr #672, #801), strong cache added by 25 Gökçen Nurlu (gh issue #691, gh pr #761) 34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693). 38 @amureki (gh issue #662, gh pr #679). 41 Fixed by @parsethis (gh issue #661, gh pr #681) 43 in the form "%B.%Y.%d", e.g. "December.0031.30". (gh issue #687, pr #700) 45 ``dateutil.parser.isoparse`` function. (gh pr #721) 48 Fixed by @cheukting (gh issue #658, gh pr #751) [all …]
|
D | AUTHORS.md | 18 - Alex Chamberlain (gh: @alexchamberlain) **D** 20 - Alex Willmer <alex@moreati.org.uk> (gh: @moreati) **R** 21 - Alexander Brugh <alexander.brugh@MASKED> (gh: @abrugh) 22 - Alistair McMaster <alistair@MASKED> (gh: @alimcmaster1 ) **D** 23 - Andrew Bennett (gh: @andrewcbennett) **D** 25 - Bernat Gabor <bgabor8@bloomberg.net> (gh: @gaborbernat) **D** 26 - Bradlee Speice <bradlee@speice.io> (gh: @bspeice) **D** 28 - Brock Mendel <jbrockmendel@MASKED> (gh: @jbrockmendel) **R** 29 - Brook Li (gh: @absreim) **D** 31 - Cheuk Ting Ho <cheukting.ho@gmail.com> (gh: @cheukting) **D** [all …]
|
/external/dagger2/util/ |
D | deploy-to-maven-central.sh | 65 git clone --quiet --branch gh-pages \ 66 https://github.com/google/dagger gh-pages > /dev/null 67 cd gh-pages 72 git push origin gh-pages 74 rm -rf gh-pages
|
D | generate-latest-docs.sh | 11 …git clone --quiet --branch=gh-pages https://x-access-token:${GH_TOKEN}@github.com/google/dagger gh… 13 cd gh-pages 27 git push -fq origin gh-pages > /dev/null
|
/external/guava/util/ |
D | update_snapshot_docs.sh | 14 git clone -q -b gh-pages https://${GH_TOKEN}@github.com/google/guava gh-pages > /dev/null 15 cd gh-pages 22 git push -fq origin gh-pages > /dev/null
|
/external/jimfs/util/ |
D | update_snapshot_docs.sh | 14 git clone -q -b gh-pages https://${GH_TOKEN}@github.com/google/jimfs gh-pages > /dev/null 15 cd gh-pages 22 git push -fq origin gh-pages > /dev/null
|
/external/auto/util/ |
D | generate-latest-docs.sh | 13 …git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/auto gh-pages > /dev/null 15 cd gh-pages 22 git push -fq origin gh-pages > /dev/null
|
/external/kotlinx.coroutines/site/ |
D | deploy.sh | 36 git --work-tree "$ROOT_DIR" worktree add -B gh-pages "$PAGES_DIR" origin/gh-pages 78 git push $PUSH_OPT origin gh-pages:gh-pages
|
/external/guice/util/ |
D | generate-latest-docs.sh | 18 …git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/guice gh-pages > /dev/nu… 20 cd gh-pages 27 git push -fq origin gh-pages > /dev/null
|
/external/icu/icu4c/source/data/locales/ |
D | agq.txt | 122 "ghɔ", 125 "ghɨ", 179 "ndzɔ̀ŋɔ̀tƗ̀dʉ̀ghà", 180 "ndzɔ̀ŋɔ̀tǎafʉ̄ghā", 182 "ndzɔ̀ŋɔ̀nzùghò", 185 "ndzɔ̀ŋɔ̀tƗ̀fʉ̀ghàdzughù", 186 "ndzɔ̀ŋɔ̀ghǔuwelɔ̀m", 239 dn{"kɨtîgh"}
|
/external/rust/crates/lru-cache/ |
D | deploy-docs.sh | 13 git fetch upstream gh-pages 14 git reset upstream/gh-pages 20 git push -q upstream HEAD:gh-pages
|
/external/libyuv/files/unit_test/ |
D | color_test.cc | 445 static void PrintHistogram(int rh[256], int gh[256], int bh[256]) { in PrintHistogram() 449 if (rh[i] || gh[i] || bh[i]) { in PrintHistogram() 455 if (rh[i] || gh[i] || bh[i]) { in PrintHistogram() 461 if (rh[i] || gh[i] || bh[i]) { in PrintHistogram() 462 printf("\t%8d", gh[i]); in PrintHistogram() 467 if (rh[i] || gh[i] || bh[i]) { in PrintHistogram() 481 int gh[256] = { in TEST_F() local 498 ++gh[g1 - g0 + 128]; in TEST_F() 503 PrintHistogram(rh, gh, bh); in TEST_F() 510 int gh[256] = { in TEST_F() local [all …]
|
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_color.c | 144 int gh = fb->height / 4; in draw_gamma_test() local 146 igt_paint_color_gradient(cr, 0, 0, fb->width, gh, 1, 1, 1); in draw_gamma_test() 147 igt_paint_color_gradient(cr, 0, gh, fb->width, gh, 1, 0, 0); in draw_gamma_test() 148 igt_paint_color_gradient(cr, 0, gh * 2, fb->width, gh, 0, 1, 0); in draw_gamma_test() 149 igt_paint_color_gradient(cr, 0, gh * 3, fb->width, gh, 0, 0, 1); in draw_gamma_test()
|
/external/rust/crates/grpcio-sys/grpc/tools/github/ |
D | pr_latency.py | 47 def gh(url): function 94 latest_prs = json.loads(gh(PRS)) 105 commits = json.loads(gh(COMMITS.format(pr_number=pr_number))) 116 statuses = json.loads(gh(status_url + '?per_page=100'))
|
/external/grpc-grpc/tools/github/ |
D | pr_latency.py | 47 def gh(url): function 94 latest_prs = json.loads(gh(PRS)) 105 commits = json.loads(gh(COMMITS.format(pr_number=pr_number))) 115 statuses = json.loads(gh(status_url + '?per_page=100'))
|
/external/harfbuzz_ng/ |
D | README | 3 …leCI Build Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master.svg?style=svg)](https://c… 7 …ecov Code Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/master/graph/badge.svg)](https:…
|
D | README.md | 3 …leCI Build Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master.svg?style=svg)](https://c… 7 …ecov Code Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/master/graph/badge.svg)](https:…
|
/external/okhttp/ |
D | deploy_website.sh | 18 git checkout -t origin/gh-pages 32 git push origin gh-pages
|
/external/rust/crates/rusqlite/ |
D | publish-ghp-docs.sh | 14 git push origin gh-pages:gh-pages
|
/external/okhttp/okio/ |
D | deploy_javadoc.sh | 21 git checkout -t origin/gh-pages 37 git push origin gh-pages
|
/external/hamcrest/ |
D | CHANGES.txt | 19 * Fix gh issue #69 - Iterable contains in order is null-safe 21 * Fix gh issue #59 - added equalToObject() (i.e. unchecked) method 23 * Fix gh issue #25 - arrayContaining(null, null) cause NullPointerException 25 * Fix gh issue #36 - string matching on regular expressions 27 * Fix gh issue #8 - isCloseTo() shows wrong delta in mismatch description
|
/external/llvm-project/libclc/generic/lib/math/ |
D | clc_pown.cl | 50 // Calculate final log answer as gh and gt, 51 // gh = l & higher-half bits 52 // gt = (((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh)) 58 // vs = ((yt*gt + yt*gh) + yh*gt) 59 // v = vs + yh*gh 60 // vt = ((yh*gh - v) + vs) 140 float gh = as_float(as_int(l) & 0xfffff000); 141 float gt = ((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh); 147 float ylogx_s = mad(gt, yh, mad(gh, yt, yt*gt)); 148 float ylogx = mad(yh, gh, ylogx_s); [all …]
|
D | clc_powr.cl | 50 // Calculate final log answer as gh and gt, 51 // gh = l & higher-half bits 52 // gt = (((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh)) 58 // vs = ((yt*gt + yt*gh) + yh*gt) 59 // v = vs + yh*gh 60 // vt = ((yh*gh - v) + vs) 138 float gh = as_float(as_int(l) & 0xfffff000); 139 float gt = ((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh); 145 float ylogx_s = mad(gt, yh, mad(gh, yt, yt*gt)); 146 float ylogx = mad(yh, gh, ylogx_s); [all …]
|
D | clc_rootn.cl | 50 // Calculate final log answer as gh and gt, 51 // gh = l & higher-half bits 52 // gt = (((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh)) 58 // vs = ((yt*gt + yt*gh) + yh*gt) 59 // v = vs + yh*gh 60 // vt = ((yh*gh - v) + vs) 140 float gh = as_float(as_int(l) & 0xfffff000); 141 float gt = ((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh); 150 float ylogx_s = mad(gt, yh, mad(gh, yt, yt*gt)); 151 float ylogx = mad(yh, gh, ylogx_s); [all …]
|
/external/rust/crates/fallible-iterator/ |
D | README.md | 3 [![CircleCI](https://circleci.com/gh/sfackler/rust-fallible-iterator.svg?style=shield)](https://cir…
|