Home
last modified time | relevance | path

Searched refs:gh (Results 1 – 25 of 208) sorted by relevance

123456789

/external/python/dateutil/
DNEWS14 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 …]
DAUTHORS.md18 - 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/
Ddeploy-to-maven-central.sh65 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
Dgenerate-latest-docs.sh11 …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/jimfs/util/
Dupdate_snapshot_docs.sh14 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/guava/util/
Dupdate_snapshot_docs.sh14 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/auto/util/
Dgenerate-latest-docs.sh13 …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/
Ddeploy.sh36 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/
Dgenerate-latest-docs.sh18 …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/
Dagq.txt122 "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/
Ddeploy-docs.sh13 git fetch upstream gh-pages
14 git reset upstream/gh-pages
20 git push -q upstream HEAD:gh-pages
/external/libyuv/files/unit_test/
Dcolor_test.cc445 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/
Damd_color.c144 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/
Dpr_latency.py47 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/
Dpr_latency.py47 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/
DREADME.md3 …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:…
DREADME3 …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/
Ddeploy_website.sh18 git checkout -t origin/gh-pages
32 git push origin gh-pages
/external/rust/crates/rusqlite/
Dpublish-ghp-docs.sh14 git push origin gh-pages:gh-pages
/external/okhttp/okio/
Ddeploy_javadoc.sh21 git checkout -t origin/gh-pages
37 git push origin gh-pages
/external/hamcrest/
DCHANGES.txt19 * 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/
Dclc_pown.cl50 // 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 …]
Dclc_powr.cl50 // 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 …]
Dclc_rootn.cl50 // 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 …]
Dclc_pow.cl51 Calculate final log answer as gh and gt,
52 gh = l & higher-half bits
53 gt = (((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh))
59 vs = ((yt*gt + yt*gh) + yh*gt)
60 v = vs + yh*gh
61 vt = ((yh*gh - v) + vs)
142 float gh = as_float(as_int(l) & 0xfffff000);
143 float gt = ((ltt - (lt - lth)) + ((lh - l) + lt)) + (l - gh);
149 float ylogx_s = mad(gt, yh, mad(gh, yt, yt*gt));
150 float ylogx = mad(yh, gh, ylogx_s);
[all …]

123456789