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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/tests/
test_binary.py 18 gh = nx.union(g, h, rename=('g', 'h'))
19 assert_equal( set(gh.nodes()) , set(['h0', 'h1', 'g0', 'g1']) )
20 for n in gh:
22 assert_equal( gh.node[n], eval(graph).node[int(node)] )
24 assert_equal(gh.graph['attr'],'attr')
25 assert_equal(gh.graph['name'],'h') # h graph attributes take precendent
53 gh = nx.intersection(g, h)
54 assert_equal( set(gh.nodes()) , set(g.nodes()) )
55 assert_equal( set(gh.nodes()) , set(h.nodes()) )
56 assert_equal( sorted(gh.edges()) , sorted(g.edges())
    [all...]
test_all.py 63 gh = nx.intersection_all([g, h])
64 assert_equal( set(gh.nodes()) , set(g.nodes()) )
65 assert_equal( set(gh.nodes()) , set(h.nodes()) )
66 assert_equal( sorted(gh.edges()) , sorted(g.edges()) )
79 gh = nx.intersection_all([g, h])
80 assert_equal( set(gh.nodes()) , set(g.nodes()) )
81 assert_equal( set(gh.nodes()) , set(h.nodes()) )
82 assert_equal( sorted(gh.edges()) , [(0,1)] )
83 assert_equal( sorted(gh.edges(keys=True)) , [(0,1,0)] )
153 GH=nx.union_all([G,H]
    [all...]
  /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/okhttp/
deploy_website.sh 20 # Checkout and track the gh-pages branch
21 git checkout -t origin/gh-pages
51 git push origin gh-pages
  /external/clang/test/Sema/
attr-flag-enum.c 18 gh = ~0x5, // no-warning enumerator in enum:flag2
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 271 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); local
277 gh = vmulq_lane_s32(gh, cf32, 0);
281 u = vqmovun_s16(vcombine_s16(vrshrn_n_s32(gl, 16), vrshrn_n_s32(gh, 16)));
319 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); local
325 gh = vmulq_lane_s32(gh, cf32, 0);
329 u = vqmovun_s16(vcombine_s16(vrshrn_n_s32(gl, 16), vrshrn_n_s32(gh, 16)));
  /external/webp/src/dsp/
upsampling_neon.c 135 int32x4_t gh = vmlsl_lane_s16(yh, vget_high_s16(uu), cf16, 2); \
139 gh = vmlsl_lane_s16(gh, vget_high_s16(vv), cf16, 3); \
146 vrshrn_n_s32(gh, YUV_FIX2))); \
  /system/core/libpixelflinger/include/pixelflinger/
format.h 113 uint8_t gh; // green high bit position + 1 member in struct:__anon69971::__anon69973::__anon69974
  /external/libvncserver/x11vnc/
linuxfb.c 234 int gw, gh, gb; local
235 if (sscanf(atparms, "%dx%dx%d", &gw, &gh, &gb) == 3) {
237 fb_y = gh;
uinput.c 449 int gw = abs_x, gh = abs_y;
450 if (! gw || ! gh) {
451 gw = fb_x; gh = fb_y;
453 if (! gw || ! gh) {
454 gw = dpy_x; gh = dpy_y;
457 abs_y = gh;
466 udev.absmax[ABS_Y] = gh;
653 int gw, gh; local
657 if (q && sscanf(q+1, "%dx%d", &gw, &gh) == 2) {
659 abs_y = gh;
662 int gw, gh; local
    [all...]
macosx.c 243 int gw, gh, gb; local
244 if (sscanf(atparms, "%dx%dx%d", &gw, &gh, &gb) == 3) {
246 fb_y = gh;
  /external/tcpdump/
print-juniper.c 467 const struct juniper_ggsn_header *gh; local
474 gh = (struct juniper_ggsn_header *)&l2info.cookie;
478 tok2str(juniper_protocol_values,"Unknown",gh->proto),
479 gh->proto,
480 EXTRACT_16BITS(&gh->vlan_id[0]));
483 switch (gh->proto) {
494 printf("unknown GGSN proto (%u)", gh->proto);
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 405 uint32_t gh = 0; local
463 gh++;
482 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh);
  /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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 571 STDMETHOD(AttachGH)(THIS_ struct ID3DXTextureGutterHelper *gh) PURE;
645 UINT num_channels, struct ID3DXTextureGutterHelper *gh) PURE;
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 836 pshufhw m0, m0, q0000 ; de, d2ef, ef, e2fg, fg, f2gh, gh, g3h, 8xh
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 836 pshufhw m0, m0, q0000 ; de, d2ef, ef, e2fg, fg, f2gh, gh, g3h, 8xh
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]

Completed in 865 milliseconds