Home
last modified time | relevance | path

Searched full:top (Results 1 – 25 of 14231) sorted by relevance

12345678910>>...570

/external/rust/crates/libz-sys/src/zlib/win32/
DMakefile.msc14 TOP = .
50 $(SHAREDLIB): $(TOP)/win32/zlib.def $(OBJS) $(OBJA) zlib1.res
51 $(LD) $(LDFLAGS) -def:$(TOP)/win32/zlib.def -dll -implib:$(IMPLIB) \
76 {$(TOP)}.c.obj:
79 {$(TOP)/test}.c.obj:
80 $(CC) -c -I$(TOP) $(WFLAGS) $(CFLAGS) $<
82 {$(TOP)/contrib/masmx64}.c.obj:
85 {$(TOP)/contrib/masmx64}.asm.obj:
88 {$(TOP)/contrib/masmx86}.asm.obj:
91 adler32.obj: $(TOP)/adler32.c $(TOP)/zlib.h $(TOP)/zconf.h
[all …]
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInferenceTest.golden.txt72 |__STACK: [D, TOP]
73 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
75 |__STACK: [D, TOP, D, TOP]
76 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
79 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
82 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
86 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
90 |__STACK: [D, TOP]
91 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
93 |__STACK: [D, TOP, D, TOP]
[all …]
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Drnk_index_ops.hpp52 Pointer top=end_->parent(); in ranked_index_nth() local
53 if(top==Pointer(0)||n>=top->size)return end_; in ranked_index_nth()
56 size_type s=ranked_node_size(top->left()); in ranked_index_nth()
57 if(n==s)return top; in ranked_index_nth()
58 if(n<s)top=top->left(); in ranked_index_nth()
60 top=top->right(); in ranked_index_nth()
72 Pointer top=end_->parent(); in ranked_index_rank() local
73 if(top==Pointer(0))return 0; in ranked_index_rank()
74 if(x==end_)return top->size; in ranked_index_rank()
77 while(x!=top){ in ranked_index_rank()
[all …]
Dord_index_ops.hpp66 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ordered_index_find() argument
72 top,y,key,x,comp, in ordered_index_find()
83 Node* top,Node* y,const KeyFromValue& key, in ordered_index_find() argument
87 return ordered_index_find(top,y,key,x,comp,mpl::false_()); in ordered_index_find()
95 Node* top,Node* y,const KeyFromValue& key,const CompatibleKey& x, in ordered_index_find() argument
100 while (top){ in ordered_index_find()
101 if(!comp(key(top->value()),x)){ in ordered_index_find()
102 y=top; in ordered_index_find()
103 top=Node::from_impl(top->left()); in ordered_index_find()
105 else top=Node::from_impl(top->right()); in ordered_index_find()
[all …]
/external/apache-xml/test/tests/conf-gold/variable/
Dvariable48.out2 <doc Value="top, id=id0">
3 <a Value="top, id=id1">
5 <a Value="top, id=id2">*id2*
6 <a Value="top, id=id3">*id3*<from>top, id2</from></a>
7 <b Value="top, id=id4">*id4*<from>top, id2</from></b>
8 <c Value="top, id=id5">*id5*<from>top, id2</from></c>
9 <from>top, id1</from></a>
10 <b Value="top, id=id6">*id6*<from>top, id1</from></b>
11 <c Value="top, id=id7">*id7*<from>top, id1</from></c>
12 <from>top, id0</from></a>
[all …]
/external/libpcap/
Dpcap-sita.html11 <TD ALIGN=LEFT VALIGN=TOP>
15 <TD ALIGN=RIGHT VALIGN=TOP>
32 <TH VALIGN=TOP>SMP</TH>
33 <TD VALIGN=TOP>The Supervisory Management Processor where Wireshark (or equivalent)
37 <TH VALIGN=TOP>IOP</TH>
38 <TD VALIGN=TOP>I/O Processors where the monitored ports exist in conjunction
56 <TR><TH VALIGN=TOP NOWRAP>wireshark</TH>
57 <TD VALIGN=TOP>pcap_dispatch(all packets in one buffer of capture only)</TD>
58 <TD VALIGN=TOP>pcap_breakloop()</TD>
60 <TR><TH VALIGN=TOP NOWRAP>tshark</TH>
[all …]
/external/testng/doc/
Dbook-toc.html12 <div style="position:absolute;top:1148;left:738">v</div>
16 <div style="position:absolute;top:355;left:162"><b>Contents</b></div>
19 <div style="position:absolute;top:512;left:270">Foreword</div>
20 <div style="position:absolute;top:512;left:730">xiii</div>
21 <div style="position:absolute;top:530;left:270">Preface</div>
22 <div style="position:absolute;top:530;left:734">xv</div>
23 <div style="position:absolute;top:548;left:270">Acknowledgments</div>
24 <div style="position:absolute;top:548;left:730">xxi</div>
25 <div style="position:absolute;top:566;left:270">About the Authors</div>
27 <div style="position:absolute;top:566;left:723">xxiii</div>
[all …]
/external/python/cpython3/Lib/idlelib/
Dzoomheight.py19 self.top = self.editwin.top
25 self.top.bell()
34 top = self.top
36 width, height, x, y = get_window_geometry(top)
38 if top.wm_state() != 'normal':
50 set_window_geometry(top, (width, maxheight, x, maxy))
57 top.wm_geometry('')
61 top = self.top
63 screen_dimensions = (top.winfo_screenwidth(),
64 top.winfo_screenheight())
[all …]
/external/sdv/vsomeip/third_party/boost/utility/
Dcall_traits.htm43 <td valign="top" width="17%" bgcolor="#008080"><p
46 <td valign="top" width="35%" bgcolor="#008080"><p
49 <td valign="top" width="32%" bgcolor="#008080"><p
52 <td valign="top" width="16%" bgcolor="#008080"><p
57 <td valign="top" width="17%"><p align="center">T<br>
60 … <td valign="top" width="35%"><p align="center"><code>call_traits&lt;T&gt;::value_type</code></p>
62 <td valign="top" width="32%">Defines a type that
66 <td valign="top" width="16%"><p align="center">2</p>
70 <td valign="top" width="17%"><p align="center">T&amp;<br>
73 … <td valign="top" width="35%"><p align="center"><code>call_traits&lt;T&gt;::reference</code></p>
[all …]
/external/apache-xml/test/tests/contrib-gold/xsltc/mk/
Dmk051.out12 <TABLE><TR><TD VALIGN="TOP" WIDTH="160"><B>IAGO</B>
14 <TD VALIGN="TOP">Though in the trade of war I have slain men,<BR>
23 <TABLE><TR><TD VALIGN="TOP" WIDTH="160"><B>OTHELLO</B>
25 <TD VALIGN="TOP">'Tis better as it is.<BR>
30 <TABLE><TR><TD VALIGN="TOP" WIDTH="160"><B>IAGO</B>
32 <TD VALIGN="TOP">Nay, but he prated,<BR>
48 <TABLE><TR><TD VALIGN="TOP" WIDTH="160"><B>OTHELLO</B>
50 <TD VALIGN="TOP">Let him do his spite:<BR>
66 <TABLE><TR><TD VALIGN="TOP" WIDTH="160"><B>IAGO</B>
68 <TD VALIGN="TOP">Those are the raised father and his friends:<BR>
[all …]
/external/webrtc/modules/desktop_capture/
Ddesktop_region.cc26 DesktopRegion::Row::Row(int32_t top, int32_t bottom) in Row() argument
27 : top(top), bottom(bottom) {} in Row()
66 it1->second->top != it2->second->top || in Equals()
93 // Top of the part of the `rect` that hasn't been inserted yet. Increased as in AddRect()
95 int top = rect.top(); in AddRect() local
99 Rows::iterator row = rows_.upper_bound(top); in AddRect()
100 while (top < rect.bottom()) { in AddRect()
101 if (row == rows_.end() || top < row->second->top) { in AddRect()
102 // If `top` is above the top of the current `row` then add a new row above in AddRect()
105 if (row != rows_.end() && row->second->top < bottom) in AddRect()
[all …]
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp48 static_assert(offsetof(FX_RECT, top) == offsetof(RECT, top),
56 static_assert(sizeof(FX_RECT::top) == sizeof(RECT::top),
85 h -= top; in Valid()
92 if (top > bottom) in Normalize()
93 std::swap(top, bottom); in Normalize()
101 top = std::max(top, src_n.top); in Intersect()
104 if (left > right || top > bottom) { in Intersect()
105 left = top = right = bottom = 0; in Intersect()
115 rect.left = height - top; in SwappedClipBox()
118 rect.left = top; in SwappedClipBox()
[all …]
/external/google-breakpad/src/common/android/include/asm-mips/
Dasm.h29 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
64 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
69 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
74 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
[all …]
/external/webp/src/dsp/
Denc.c238 const uint8_t* top, int size) { in VerticalPred() argument
240 if (top != NULL) { in VerticalPred()
241 for (j = 0; j < size; ++j) memcpy(dst + j * BPS, top, size); in VerticalPred()
260 const uint8_t* top, int size) { in TrueMotion() argument
263 if (top != NULL) { in TrueMotion()
269 dst[x] = clip_table[top[x]]; in TrueMotion()
278 // is equivalent to VE prediction where you just copy the top samples. in TrueMotion()
279 // Note that if top samples are not available, the default value is in TrueMotion()
281 if (top != NULL) { in TrueMotion()
282 VerticalPred(dst, top, size); in TrueMotion()
[all …]
/external/python/cpython2/Tools/webchecker/
Dwsgui.py92 def __init__(self, top): argument
93 self.top = top
94 top.columnconfigure(99, weight=1)
95 self.url_label = Label(top, text="URL:")
97 self.url_entry = Entry(top, width=60, exportselection=0)
102 self.dir_label = Label(top, text="Directory:")
104 self.dir_entry = Entry(top)
107 self.go_button = Button(top, text="Go", command=self.go)
109 self.cancel_button = Button(top, text="Cancel",
113 self.auto_button = Button(top, text="Paste+Go",
[all …]
/external/guava/android/guava-tests/test/com/google/common/collect/
DTopKSelectorTest.java62 TopKSelector<Integer> top = TopKSelector.least(0); in testZeroK() local
64 top.offer(i); in testZeroK()
66 assertThat(top.topK()).isEmpty(); in testZeroK()
70 TopKSelector<Integer> top = TopKSelector.least(10); in testNoElementsOffered() local
71 assertThat(top.topK()).isEmpty(); in testNoElementsOffered()
75 TopKSelector<Integer> top = TopKSelector.least(10); in testOfferedFewerThanK() local
76 top.offer(3); in testOfferedFewerThanK()
77 top.offer(5); in testOfferedFewerThanK()
78 top.offer(2); in testOfferedFewerThanK()
79 assertThat(top.topK()).containsExactly(2, 3, 5).inOrder(); in testOfferedFewerThanK()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DTopKSelectorTest.java62 TopKSelector<Integer> top = TopKSelector.least(0); in testZeroK() local
64 top.offer(i); in testZeroK()
66 assertThat(top.topK()).isEmpty(); in testZeroK()
70 TopKSelector<Integer> top = TopKSelector.least(10); in testNoElementsOffered() local
71 assertThat(top.topK()).isEmpty(); in testNoElementsOffered()
75 TopKSelector<Integer> top = TopKSelector.least(10); in testOfferedFewerThanK() local
76 top.offer(3); in testOfferedFewerThanK()
77 top.offer(5); in testOfferedFewerThanK()
78 top.offer(2); in testOfferedFewerThanK()
79 assertThat(top.topK()).containsExactly(2, 3, 5).inOrder(); in testOfferedFewerThanK()
[all …]
/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n_test.cc51 TopN<int, Cmp> top(limit, cmp); in TestIntTopNHelper() local
54 for (int e : shadow) top.push(e); in TestIntTopNHelper()
57 EXPECT_EQ(top_size, top.size()); in TestIntTopNHelper()
59 EXPECT_EQ(shadow[top_size - 1], top.peek_bottom()); in TestIntTopNHelper()
63 v = ConsumeRawPtr(top.ExtractUnsorted()); in TestIntTopNHelper()
66 v = ConsumeRawPtr(top.Extract()); in TestIntTopNHelper()
70 VLOG(1) << "Top element " << v[i]; in TestIntTopNHelper()
110 TopN<string> top(3); in TEST() local
111 EXPECT_TRUE(top.empty()); in TEST()
112 top.push("abracadabra"); in TEST()
[all …]
/external/doclava/res/assets/templates/assets/
Dstyle.css17 margin-top: 3px;
22 margin-top: 0;
27 vertical-align: top;
29 padding-top: 2px;
34 border-top: 1px solid #d2d7d0;
49 vertical-align: top;
50 padding-top: 3px;
54 border-top: 1px solid #d2d7d0;
60 vertical-align: top;
61 padding-top: 3px;
[all …]
/external/speex/doc/
Dmanual.lyx1301 Operating systems on top of which Speex is known to work include (it probably
3364 <column alignment="center" valignment="top" width="0pt">
3365 <column alignment="center" valignment="top" width="0pt">
3366 <column alignment="center" valignment="top" width="0pt">
3368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="…
3377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="…
3386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightlin…
3397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="n…
[all …]
/external/lua/src/
Dlapi.c60 api_check(L, idx <= L->ci->top - (ci->func + 1), "unacceptable index"); in index2value()
61 if (o >= L->top) return &G(L)->nilvalue; in index2value()
65 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index"); in index2value()
66 return s2v(L->top + idx); in index2value()
87 api_check(L, o < L->top, "unacceptable index"); in index2stack()
91 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index"); in index2stack()
93 return L->top + idx; in index2stack()
104 if (L->stack_last - L->top > n) /* stack large enough? */ in lua_checkstack()
107 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; in lua_checkstack()
113 if (res && ci->top < L->top + n) in lua_checkstack()
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/iron-fit-behavior/test/
Diron-fit-behavior.html33 top: 0;
59 .positioned-top {
61 top: 100px;
83 top: 20px;
137 <test-fit auto-fit-on-attach class="sized-x positioned-left positioned-top">
145 …est-fit auto-fit-on-attach class="sized-x sized-y" style="position:absolute;left:100px;top:100px;">
176 <div style="position: fixed; top: -1px; left: 0;">
210 …return !(r2.left >= r1.right || r2.right <= r1.left || r2.top >= r1.bottom || r2.bottom <= r1.top);
221 el.verticalAlign = 'top';
225 assert.equal(rect.top, 0, 'top ok');
[all …]
/external/libnl/doc/stylesheets/
Dvolnitsky.css58 h2 { padding-top: 0.5em; }
71 margin-top: 0.5em;
76 margin-top: 0;
92 border-top: 2px solid silver;
93 padding-top: 0.5em;
94 margin-top: 4.0em;
108 margin-top: 1.5em;
115 margin-top: 1.5em;
120 margin-top: 2.5em;
133 margin-top: 1.0em;
[all …]
Dxhtml11.css37 margin-top: 1.2em;
46 padding-top: 0.5em;
65 margin-top: 0.5em;
70 margin-top: 0;
93 border-top: 2px solid silver;
94 padding-top: 0.5em;
95 margin-top: 4.0em;
107 margin-top: 1.5em;
113 margin-top: 1.5em;
117 margin-top: 2.5em;
[all …]
/external/libaom/av1/common/arm/
Dcfl_neon.c51 const uint16x4_t top = vpaddl_u8(vldh_dup_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local
52 const uint16x4_t sum = vpadal_u8(top, vldh_dup_u8(input + input_stride)); in cfl_luma_subsampling_420_lbd_neon()
55 const uint16x4_t top = vpaddl_u8(vld1_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local
56 const uint16x4_t sum = vpadal_u8(top, vld1_u8(input + input_stride)); in cfl_luma_subsampling_420_lbd_neon()
59 const uint16x8_t top = vpaddlq_u8(vld1q_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local
60 const uint16x8_t sum = vpadalq_u8(top, vld1q_u8(input + input_stride)); in cfl_luma_subsampling_420_lbd_neon()
63 const uint8x8x4_t top = vld4_u8(input); in cfl_luma_subsampling_420_lbd_neon() local
66 const uint16x8_t top_0 = vaddl_u8(top.val[0], top.val[1]); in cfl_luma_subsampling_420_lbd_neon()
70 const uint16x8_t top_1 = vaddl_u8(top.val[2], top.val[3]); in cfl_luma_subsampling_420_lbd_neon()
89 const uint16x4_t top = vpaddl_u8(vldh_dup_u8(input)); in cfl_luma_subsampling_422_lbd_neon() local
[all …]

12345678910>>...570