Home
last modified time | relevance | path

Searched refs:hit_info (Results 1 – 25 of 28) sorted by relevance

12

/dports/biology/py-biopython/biopython-1.79/Bio/Emboss/
H A DPrimerSearch.py51 self.hit_info = ""
69 amplifier.hit_info = line.replace("\tSequence: ", "")
74 amplifier.hit_info += line
78 amplifier.hit_info = amplifier.hit_info.rstrip()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/examples/
H A Dscrolling.rs64 info.hit_info = Some((0, 1)); in render()
69 info.hit_info = Some((0, 2)); in render()
78 info.hit_info = Some((0, 3)); in render()
99 info.hit_info = Some((0, 4)); in render()
105 info.hit_info = Some((0, 5)); in render()
128 info.hit_info = Some((0, 6)); in render()
141 info.hit_info = Some((0, 7)); in render()
/dports/games/d2x/d2x-0.2.5/main/
H A Dphysics.c349 fvi_info hit_info; in do_physics_sim() local
535 fate = find_vector_intersection(&fq,&hit_info); in do_physics_sim()
538 object *objp = &Objects[hit_info.hit_object]; in do_physics_sim()
558 phys_seglist[n_phys_segs++] = hit_info.seglist[i++]; in do_physics_sim()
566 ipos = hit_info.hit_pnt; in do_physics_sim()
567 iseg = hit_info.hit_seg; in do_physics_sim()
568 WallHitSide = hit_info.hit_side; in do_physics_sim()
569 WallHitSeg = hit_info.hit_side_seg; in do_physics_sim()
789 Assert(hit_info.hit_object != -1); in do_physics_sim()
794 ppos0 = &Objects[hit_info.hit_object].pos; in do_physics_sim()
[all …]
H A Dphysics.h41 int physics_lookahead(object *obj,fix t,int fvi_flags,fix *hit_time, fvi_info *hit_info);
H A Dgamecntl.c991 fvi_info hit_info; in dump_door_debugging_info() local
1007 fate = find_vector_intersection(&fq,&hit_info); in dump_door_debugging_info()
1012 fprintf(dfile," hit_seg = %d\n",hit_info.hit_seg); in dump_door_debugging_info()
1013 fprintf(dfile," hit_side = %d\n",hit_info.hit_side); in dump_door_debugging_info()
1014 fprintf(dfile," hit_side_seg = %d\n",hit_info.hit_side_seg); in dump_door_debugging_info()
1019 wall_num = Segments[hit_info.hit_seg].sides[hit_info.hit_side].wall_num; in dump_door_debugging_info()
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/
H A Dcover.py508 for filename, hit_info in coverage_run.items():
521 if isinstance(hit_info, dict) and not hit_info.get('Line'):
524 hit_info = dict((int(key), value) for key, value in hit_info.items())
526 coverage_data[filename] = hit_info
534 if not isinstance(hit_info, list):
535 hit_info = [hit_info]
537 for hit_entry in hit_info:
734 hit_info = coverage_info[filename]
744 stmts = len(hit_info)
745 miss = len([c for c in hit_info.values() if c == 0])
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/coverage/
H A Dreport.py74 hit_info = coverage_info[filename]
84 stmts = len(hit_info)
85 miss = len([c for c in hit_info.values() if c == 0])
96 sorted_lines = sorted([int(x) for x in hit_info.keys()])
98 hit = hit_info[str(line)]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/coverage/
H A Dreport.py74 hit_info = coverage_info[filename]
84 stmts = len(hit_info)
85 miss = len([c for c in hit_info.values() if c == 0])
96 sorted_lines = sorted([int(x) for x in hit_info.keys()])
98 hit = hit_info[str(line)]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dphysics.cpp327 fvi_info hit_info; in do_physics_sim() local
442 fate = find_vector_intersection(fq, hit_info); in do_physics_sim()
445 auto &objp = *vcobjptr(hit_info.hit_object); in do_physics_sim()
458 if (phys_segs && !hit_info.seglist.empty()) in do_physics_sim()
463 range_for (const auto &hs, hit_info.seglist) in do_physics_sim()
472 ipos = hit_info.hit_pnt; in do_physics_sim()
473 auto iseg = hit_info.hit_seg; in do_physics_sim()
474 WallHitSide = hit_info.hit_side; in do_physics_sim()
475 WallHitSeg = hit_info.hit_side_seg; in do_physics_sim()
666 Assert(hit_info.hit_object != object_none); in do_physics_sim()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/src/
H A Drawtest.rs120 hit_info: None, in make_common_properties()
135 hit_info: None, in make_common_properties_with_clip_and_spatial()
323 hit_info: None, in test_very_large_blob()
409 hit_info: None, in test_blob_visible_area()
504 hit_info: None, in test_blob_set_visible_area()
549 hit_info: None, in test_blob_set_visible_area()
596 hit_info: None, in test_blob_set_visible_area()
1113 hit_info: None, in test_save_restore()
1332 info.hit_info = Some((0, 1)); in test_hit_testing()
1340 info.hit_info = Some((0, 2)); in test_hit_testing()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/webrender_bindings/src/
H A Dbindings.rs2621 hit_info: state.current_tag, in common_item_properties_for_rect()
2687 hit_info: state.current_tag, in wr_dp_push_rect_with_parent_clip()
2737 hit_info: state.current_tag, in wr_dp_push_backdrop_filter_with_parent_clip()
2762 hit_info: state.current_tag, in wr_dp_push_clear_rect()
2790 hit_info: state.current_tag, in wr_dp_push_hit_test()
2812 hit_info: state.current_tag, in wr_dp_push_clear_rect_with_parent_clip()
2840 hit_info: state.current_tag, in wr_dp_push_image()
2878 hit_info: state.current_tag, in wr_dp_push_repeating_image()
2925 hit_info: state.current_tag, in wr_dp_push_yuv_planar_image()
3641 hit_info: u16, field
[all …]
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dfilefinder_rtp.cpp175 auto hit_info = RTP::Detect(fs, Player::EngineVersion()); in AddPath() local
179 if (hit_info.empty()) { in AddPath()
185 for (const auto& hit : hit_info) { in AddPath()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/editor/
H A Deobject.cpp475 fvi_info hit_info; in move_object_within_mine() local
487 fate = find_vector_intersection(fq, hit_info); in move_object_within_mine()
757 fvi_info hit_info; in move_object_to_position() local
815 fate = find_vector_intersection(fq, hit_info); in move_object_to_position()
818 objp->pos = hit_info.hit_pnt; in move_object_to_position()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dblast.c7091 register ModLookupPosition hit_info; in BlastWordFinder_contig() local
7152 hit_info = *((Uint4 *) lookup_pos); in BlastWordFinder_contig()
7215 hit_info = *((Uint4 *) lookup_pos); in BlastWordFinder_contig()
7387 register Uint4 hit_info; in BlastWordFinder_mh_contig() local
7563 hit_info = *((Uint4 *) lookup_pos); in BlastWordFinder_mh_contig()
8930 q_off = hit_info; in BlastNtWordFinder_mh()
9000 q_off = hit_info; in BlastNtWordFinder_mh()
9166 q_off = hit_info; in BlastNtWordFinder()
9316 q_off = hit_info; in BlastNtWordFinder()
9468 q_off = hit_info; in BlastNtWordFinder()
[all …]
H A Ddotseq.c1045 ModLookupPosition hit_info; in DOT_ComputeHits() local
1129 hit_info = *((Uint4 *) lookup_pos); in DOT_ComputeHits()
1144 q_pos = hinfo_get_pos (hit_info); in DOT_ComputeHits()
1146 hit_info = *((Uint4 *) lookup_pos); in DOT_ComputeHits()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dinternal_types.rs590 pub hit_info: Option<ItemTag>, field
599 hit_info: None, in with_clip_rect()
H A Dscene_building.rs912 hit_info: common.hit_info, in process_common_properties()
1435 let tag = match info.hit_info { in add_primitive_to_hit_testing_list()
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_EmbossPrimer.py166 amp_info.amplifiers["Test"][0].hit_info,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender_api/src/
H A Ddisplay_item.rs74 pub hit_info: Option<ItemTag>, field
89 hit_info: None, in new()
/dports/www/firefox-esr/firefox-91.8.0/gfx/webrender_bindings/src/
H A Dbindings.rs3005 hit_info: u16, in wr_dp_push_hit_test()
3015 let tag = (scroll_id, hit_info); in wr_dp_push_hit_test()
3827 hit_info: u16, field
3840 hit_info: item.tag.1, in wr_api_hit_test()
/dports/www/firefox/firefox-99.0/gfx/webrender_bindings/src/
H A Dbindings.rs3009 hit_info: u16, in wr_dp_push_hit_test()
3019 let tag = (scroll_id, hit_info); in wr_dp_push_hit_test()
3890 hit_info: u16, field
3900 hit_info: item.tag.1, in wr_api_hit_test()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/webrender_bindings/src/
H A Dbindings.rs3005 hit_info: u16, in wr_dp_push_hit_test()
3015 let tag = (scroll_id, hit_info); in wr_dp_push_hit_test()
3827 hit_info: u16, field
3840 hit_info: item.tag.1, in wr_api_hit_test()
/dports/www/firefox-esr/firefox-91.8.0/gfx/webrender_bindings/
H A DWebRenderAPI.cpp513 geckoResult.mSideBits = ExtractSideBitsFromHitInfoBits(wrResult.hit_info); in HitTest()
514 geckoResult.mHitInfo.deserialize(wrResult.hit_info); in HitTest()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/webrender_bindings/
H A DWebRenderAPI.cpp430 geckoResult.mSideBits = ExtractSideBitsFromHitInfoBits(wrResult.hit_info); in HitTest()
431 geckoResult.mHitInfo.deserialize(wrResult.hit_info); in HitTest()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/webrender_bindings/
H A DWebRenderAPI.cpp513 geckoResult.mSideBits = ExtractSideBitsFromHitInfoBits(wrResult.hit_info); in HitTest()
514 geckoResult.mHitInfo.deserialize(wrResult.hit_info); in HitTest()

12