Home
last modified time | relevance | path

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

12345678910>>...743

/aosp_15_r20/external/testng/doc/
H A 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 …]
/aosp_15_r20/external/libpcap/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/build/soong/android/
H A Dvisibility_test.go19 "top/Android.bp": []byte(`
30 "top/Android.bp": []byte(`
41 "top/Android.bp": []byte(`
52 "top/Android.bp": []byte(`
63 "top/Android.bp": []byte(`
74 "top/Android.bp": []byte(`
85 "top/Android.bp": []byte(`
96 "top/Android.bp": []byte(`
117 "top/Android.bp": []byte(`
133 "top/Android.bp": []byte(`
[all …]
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DRect.java38 * represented by the coordinates of its 4 edges (left, top, right bottom).
41 * the coordinates are sorted correctly (i.e. left <= right and top <= bottom).
45 * into the column and row described by its left and top coordinates, but not
51 public int top; field in Rect
78 * top <= bottom.
81 * @param top The Y coordinate of the top of the rectangle
85 public Rect(int left, int top, int right, int bottom) { in Rect() argument
87 this.top = top; in Rect()
101 left = top = right = bottom = 0; in Rect()
104 top = r.top; in Rect()
[all …]
H A DRectF.java30 * represented by the coordinates of its 4 edges (left, top, right, bottom).
33 * the coordinates are sorted correctly (i.e. left <= right and top <= bottom).
38 public float top; field in RectF
50 * top <= bottom.
53 * @param top The Y coordinate of the top of the rectangle
57 public RectF(float left, float top, float right, float bottom) { in RectF() argument
59 this.top = top; in RectF()
73 left = top = right = bottom = 0.0f; in RectF()
76 top = r.top; in RectF()
84 left = top = right = bottom = 0.0f; in RectF()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/speex/doc/
H A 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 …]
/aosp_15_r20/external/webp/src/dsp/
H A 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 …]
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dzsyscall_aix_ppc64.go12 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
27 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
42 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
56 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
67 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
82 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
93 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
103 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
113 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
124 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
[all …]
Dzsyscall_aix_ppc64_gccgo.go135 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
143 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
151 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
159 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
167 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
175 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
183 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
191 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
199 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
207 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
[all …]
Dzsyscall_netbsd_arm.go15 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
26 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
36 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
47 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
58 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
68 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
78 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
89 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
99 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
109 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
[all …]
Dzsyscall_netbsd_arm64.go15 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
26 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
36 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
47 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
58 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
68 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
78 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
89 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
99 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
109 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
[all …]
/aosp_15_r20/external/lua/src/
H A 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 …]
/aosp_15_r20/external/apache-xml/test/tests/contrib-gold/xsltc/mk/
H A 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 …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/iron-fit-behavior/test/
H A 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 …]
/aosp_15_r20/frameworks/base/libs/hwui/
H A DRect.h33 #define RECT_ARGS(r) (r).left, (r).top, (r).right, (r).bottom
34 #define SK_RECT_ARGS(r) (r).left(), (r).top(), (r).right(), (r).bottom()
43 float top; variable
53 inline Rect() : left(0), top(0), right(0), bottom(0) {} in Rect()
55 inline Rect(float left, float top, float right, float bottom) in Rect() argument
56 : left(left), top(top), right(right), bottom(bottom) {} in Rect()
58 inline Rect(float width, float height) : left(0.0f), top(0.0f), right(width), bottom(height) {} in Rect()
63 , top(rect.fTop) in Rect()
70 , top(rect.fTop) in Rect()
76 a.top == b.top &&
[all …]
/aosp_15_r20/external/freetype/src/psaux/
H A Dt1decode.c400 /* Now load `achar' on top of */ in t1operator_seac()
478 decoder->top = decoder->stack; in t1_decoder_parse_charstrings()
512 FT_Long* top = decoder->top; in t1_decoder_parse_charstrings() local
523 FT_TRACE5(( " (%td)", decoder->top - decoder->stack )); in t1_decoder_parse_charstrings()
740 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS ) in t1_decoder_parse_charstrings()
753 *top++ = value; in t1_decoder_parse_charstrings()
754 decoder->top = top; in t1_decoder_parse_charstrings()
767 if ( top - decoder->stack < 2 ) in t1_decoder_parse_charstrings()
770 top -= 2; in t1_decoder_parse_charstrings()
772 subr_no = Fix2Int( top[1] ); in t1_decoder_parse_charstrings()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_linux_mips.go10 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
25 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
40 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
55 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
70 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
90 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
106 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
116 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
138 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
158 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
[all …]
Dzsyscall_linux_mips64le.go10 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
25 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
40 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
55 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
70 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
90 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
106 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
116 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
138 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
158 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
[all …]
Dzsyscall_linux_mips64.go10 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
25 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
40 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
55 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
70 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
90 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
106 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
116 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
138 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
158 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
[all …]
Dzsyscall_linux_mipsle.go10 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
25 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
40 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
55 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
70 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
90 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
106 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
116 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
138 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
158 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
[all …]

12345678910>>...743