HomeSort by relevance Sort by last modified time
    Searched refs:gh (Results 1 - 25 of 35) sorted by null

1 2

  /external/dagger2/util/
generate-latest-docs.sh 1 # see http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ for details
12 git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/dagger gh-pages > /dev/null
14 cd gh-pages
21 git commit -m "Lastest javadoc on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"
22 git push -fq origin gh-pages > /dev/null
24 echo -e "Published Javadoc to gh-pages.\n"
  /external/dagger2/
deploy_website.sh 3 # Deploys the current Dagger website to the gh-pages branch of the GitHub
24 # Checkout and track the gh-pages branch
25 git checkout -t origin/gh-pages
45 git push origin gh-pages
  /external/okhttp/
deploy_website.sh 17 # Checkout and track the gh-pages branch
18 git checkout -t origin/gh-pages
32 git push origin gh-pages
  /external/okhttp/okio/
deploy_javadoc.sh 20 # Checkout and track the gh-pages branch
21 git checkout -t origin/gh-pages
37 git push origin gh-pages
  /external/guice/util/
generate-latest-docs.sh 1 # see http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ for details
18 git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/guice gh-pages > /dev/null
20 cd gh-pages
26 git commit -m "Lastest javadoc & api-diffs on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"
27 git push -fq origin gh-pages > /dev/null
29 echo -e "Published Javadoc & JDiff to gh-pages.\n"
  /external/harfbuzz_ng/.ci/
deploy-docs.sh 28 git reset upstream/gh-pages
33 git push -q upstream HEAD:gh-pages
  /cts/apps/CameraITS/tests/inprog/
test_rawstats.py 33 for (gw,gh) in [(16,16)]:#,(4080,1)]:
35 {"format":"rawStats","gridWidth":gw,"gridHeight":gh})
38 if gw > 1 and gh > 1:
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_camera_StatsImage.cpp 46 const int gh = gridHeight; local
49 const int ngy = aah / gh;
60 for (int y = aay+gy*gh; y < aay+(gy+1)*gh; y++) {
  /external/libjpeg-turbo/simd/
jdcolext-altivec.c 49 crl, crh, rl, rh, gl, gh, bl, bh, g0w, g1w, g2w, g3w; local
147 gh = vec_perm((__vector short)g2, (__vector short)g3, shift_pack_index);
149 gh = vec_sub(gh, crh);
151 gh = vec_add(gh, yh);
157 rg2 = vec_mergeh(rh, gh);
159 rg3 = vec_mergel(rh, gh);
jdmrgext-altivec.c 51 rl, rh, gl, gh, bl, bh, re, ro, ge, go, be, bo; local
174 gh = vec_mergel(ge, go);
182 rg2 = vec_mergeh(rh, gh);
184 rg3 = vec_mergel(rh, gh);
  /external/libyuv/files/unit_test/
color_test.cc 445 static void PrintHistogram(int rh[256], int gh[256], int bh[256]) {
449 if (rh[i] || gh[i] || bh[i]) {
455 if (rh[i] || gh[i] || bh[i]) {
461 if (rh[i] || gh[i] || bh[i]) {
462 printf("\t%8d", gh[i]);
467 if (rh[i] || gh[i] || bh[i]) {
479 gh[256] = local
497 ++gh[g1 - g0 + 128];
502 PrintHistogram(rh, gh, bh);
510 gh[256] local
    [all...]
  /external/clang/test/Sema/
attr-flag-enum.c 18 gh = ~0x5, // no-warning enumerator in enum:flag2
  /system/core/libpixelflinger/include/pixelflinger/
format.h 113 uint8_t gh; // green high bit position + 1 member in struct:__anon114277::__anon114279::__anon114280
  /frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
Hprof.java 49 GetHprof gh = new GetHprof(client, timeout); local
50 return gh.get();
  /external/syslinux/com32/chain/
partiter.c 417 struct disk_gpt_header *gh = buf; local
418 uint32_t crc = gh->chksum;
421 gh->chksum = 0;
422 valid = crc == crc32(crc32(0, NULL, 0), buf, gh->hdr_size);
423 gh->chksum = crc;
  /external/tcpdump/
print-juniper.c 466 const struct juniper_ggsn_header *gh; local
473 gh = (struct juniper_ggsn_header *)&l2info.cookie;
477 tok2str(juniper_protocol_values,"Unknown",gh->proto),
478 gh->proto,
479 EXTRACT_16BITS(&gh->vlan_id[0])));
482 switch (gh->proto) {
491 ND_PRINT((ndo, "unknown GGSN proto (%u)", gh->proto));
    [all...]
  /external/libnl/doc/stylesheets/
pygments.css 17 .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 412 uint32_t gh = 0; local
470 gh++;
489 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh);
  /external/libvpx/libvpx/vpx_dsp/ppc/
vpx_convolve_vsx.c 231 uint16x8_t gh = (uint16x8_t)vec_mergeh(g, h); local
234 uint32x4_t efgh = (uint32x4_t)vec_mergeh(ef, gh);
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 279 unsigned char GH : 7;
544 int gh = extend_7to8bits(GH); local
559 ((i * (gh - go) + gy) >> 2) + go,
  /system/core/libpixelflinger/
buffer.cpp 265 p = downshift_component(p, g, hbits, lbits, f->gh, f->gl, 0, 1, -1);
  /frameworks/native/opengl/libagl/
state.cpp 384 params[0] = formats[index].gh - formats[index].gl;
  /prebuilts/go/darwin-x86/src/strings/
replace_test.go 361 .....gh+
  /prebuilts/go/linux-x86/src/strings/
replace_test.go 361 .....gh+
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 575 STDMETHOD(AttachGH)(THIS_ struct ID3DXTextureGutterHelper *gh) PURE;
649 UINT num_channels, struct ID3DXTextureGutterHelper *gh) PURE;
    [all...]

Completed in 689 milliseconds

1 2