Home
last modified time | relevance | path

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

12345678910>>...420

/external/zlib/src/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/python/google-api-python-client/docs/dyn/
Durlshortener_v1.url.html33 margin-top: 1em;
42 margin-top: 0.5em;
54 margin-top: 0.5em;
62 margin-top: 1em;
96 ANALYTICS_TOP_STRINGS - Returns only top string counts.
109 …"countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descend…
111 …"count": "A String", # Number of clicks for this top entry, e.g. for this particular country or br…
112 "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
115 …"platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only …
117 …"count": "A String", # Number of clicks for this top entry, e.g. for this particular country or br…
[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/catch2/docs/
DReadme.md1 <a id="top"></a>
4 To get the most out of Catch2, start with the [tutorial](tutorial.md#top).
8 * [Assertion macros](assertions.md#top)
9 * [Matchers](matchers.md#top)
10 * [Logging macros](logging.md#top)
11 * [Test cases and sections](test-cases-and-sections.md#top)
12 * [Test fixtures](test-fixtures.md#top)
13 * [Reporters](reporters.md#top)
14 * [Event Listeners](event-listeners.md#top)
15 * [Data Generators](generators.md#top)
[all …]
/external/ImageMagick/www/api/Magick++/
Dclasses.html23 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
41 </div><!-- top -->
66top"><a class="el" href="classMagick_1_1colorMapImage.html">colorMapImage</a> (<a class="el" href=…
67 </td><td valign="top"><a class="el" href="classMagick_1_1typeImage.html">typeImage</a> (<a class="e…
68top"><a class="el" href="classMagick_1_1colorMatrixImage.html">colorMatrixImage</a> (<a class="el"…
69top"><a class="el" href="classMagick_1_1adaptiveBlurImage.html">adaptiveBlurImage</a> (<a class="e…
71top"><a class="el" href="classMagick_1_1adaptiveThresholdImage.html">adaptiveThresholdImage</a> (<…
73 </td><td valign="top"><a class="el" href="classMagick_1_1ReadOptions.html">ReadOptions</a> (<a clas…
74top"><a class="el" href="classMagick_1_1addNoiseImage.html">addNoiseImage</a> (<a class="el" href=…
75top"><a class="el" href="classMagick_1_1adjoinImage.html">adjoinImage</a> (<a class="el" href="nam…
[all …]
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.cc23 DesktopRegion::Row::Row(int32_t top, int32_t bottom) in Row() argument
24 : top(top), bottom(bottom) { in Row()
65 it1->second->top != it2->second->top || in Equals()
92 // Top of the part of the |rect| that hasn't been inserted yet. Increased as in AddRect()
94 int top = rect.top(); in AddRect() local
98 Rows::iterator row = rows_.upper_bound(top); in AddRect()
99 while (top < rect.bottom()) { in AddRect()
100 if (row == rows_.end() || top < row->second->top) { in AddRect()
101 // If |top| is above the top of the current |row| then add a new row above in AddRect()
104 if (row != rows_.end() && row->second->top < bottom) in AddRect()
[all …]
/external/webp/src/dsp/
Denc.c239 const uint8_t* top, int size) { in VerticalPred() argument
241 if (top != NULL) { in VerticalPred()
242 for (j = 0; j < size; ++j) memcpy(dst + j * BPS, top, size); in VerticalPred()
261 const uint8_t* top, int size) { in TrueMotion() argument
264 if (top != NULL) { in TrueMotion()
270 dst[x] = clip_table[top[x]]; in TrueMotion()
279 // is equivalent to VE prediction where you just copy the top samples. in TrueMotion()
280 // Note that if top samples are not available, the default value is in TrueMotion()
282 if (top != NULL) { in TrueMotion()
283 VerticalPred(dst, top, size); in TrueMotion()
[all …]
/external/lua/src/
Dlapi.c64 api_check(L, idx <= ci->top - (ci->func + 1), "unacceptable index"); in index2addr()
65 if (o >= L->top) return NONVALIDVALUE; in index2addr()
69 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index"); in index2addr()
70 return L->top + idx; in index2addr()
102 if (L->stack_last - L->top > n) /* stack large enough? */ in lua_checkstack()
105 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; in lua_checkstack()
111 if (res && ci->top < L->top + n) in lua_checkstack()
112 ci->top = L->top + n; /* adjust frame top */ in lua_checkstack()
124 api_check(from, to->ci->top - to->top >= n, "stack overflow"); in lua_xmove()
125 from->top -= n; in lua_xmove()
[all …]
/external/pdfium/core/fxcrt/
Dfx_coordinates.h182 FX_RECT() : left(0), top(0), right(0), bottom(0) {} in FX_RECT()
183 FX_RECT(int l, int t, int r, int b) : left(l), top(t), right(r), bottom(b) {} in FX_RECT()
186 int Height() const { return bottom - top; } in Height()
187 bool IsEmpty() const { return right <= left || bottom <= top; } in IsEmpty()
193 h -= top; in Valid()
205 top += dy; in Offset()
210 return left == src.left && right == src.right && top == src.top &&
215 return x >= left && x < right && y >= top && y < bottom; in Contains()
219 int32_t top; member
229 : left(l), bottom(b), right(r), top(t) {} in CFX_FloatRect()
[all …]
Dfx_coordinates.cpp32 if (top > bottom) in Normalize()
33 std::swap(top, bottom); in Normalize()
41 top = std::max(top, src_n.top); in Intersect()
44 if (left > right || top > bottom) { in Intersect()
45 left = top = right = bottom = 0; in Intersect()
51 top = rect.bottom; in CFX_FloatRect()
53 bottom = rect.top; in CFX_FloatRect()
77 if (bottom > top) in Normalize()
78 std::swap(top, bottom); in Normalize()
85 top = 0.0f; in Reset()
[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/tensorflow/tensorflow/core/lib/gtl/
Dtop_n_test.cc52 TopN<int, Cmp> top(limit, cmp); in TestIntTopNHelper() local
55 for (int e : shadow) top.push(e); in TestIntTopNHelper()
58 EXPECT_EQ(top_size, top.size()); in TestIntTopNHelper()
60 EXPECT_EQ(shadow[top_size - 1], top.peek_bottom()); in TestIntTopNHelper()
64 v = ConsumeRawPtr(top.ExtractUnsorted()); in TestIntTopNHelper()
67 v = ConsumeRawPtr(top.Extract()); in TestIntTopNHelper()
71 VLOG(1) << "Top element " << v[i]; in TestIntTopNHelper()
111 TopN<string> top(3); in TEST() local
112 EXPECT_TRUE(top.empty()); in TEST()
113 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/epid-sdk/doc/html/
Dclasses.html24 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
44 </div><!-- top -->
69top"><a class="el" href="struct_epid11_gt_elem_str.html">Epid11GtElemStr</a>&#160;&#160;&#160;</td…
70top"><a class="el" href="struct_epid11_nr_proof.html">Epid11NrProof</a>&#160;&#160;&#160;</td><td …
71top"><a class="el" href="struct_basic_signature.html">BasicSignature</a>&#160;&#160;&#160;</td><td…
74top"><a class="el" href="struct_big_num_str.html">BigNumStr</a>&#160;&#160;&#160;</td><td valign="
76top"><a class="el" href="struct_epid11_signature.html">Epid11Signature</a>&#160;&#160;&#160;</td><…
77 <tr><td valign="top"><a class="el" href="struct_epid11_sig_rl.html">Epid11SigRl</a>&#160;&#160;&#16…
79 </td><td valign="top"><a class="el" href="unionsha__digest.html">sha_digest</a>&#160;&#160;&#160;</…
80top"><a class="el" href="struct_compressed_priv_key.html">CompressedPrivKey</a>&#160;&#160;&#160;<…
[all …]
Depidstyle.css28 margin-top: 5pt;
35 margin-top: 5pt;
58 margin-top: 0;
64 margin-top: 0;
75 margin-top: 0;
81 margin-top: 11pt;
98 margin-top: 0.3em;
102 vertical-align: top;
109 margin-top: 0;
117 vertical-align: top;
[all …]
/external/libaom/libaom/av1/common/arm/
Dcfl_neon.c50 const uint16x4_t top = vpaddl_u8(vldh_dup_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local
51 const uint16x4_t sum = vpadal_u8(top, vldh_dup_u8(input + input_stride)); in cfl_luma_subsampling_420_lbd_neon()
54 const uint16x4_t top = vpaddl_u8(vld1_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local
55 const uint16x4_t sum = vpadal_u8(top, vld1_u8(input + input_stride)); in cfl_luma_subsampling_420_lbd_neon()
58 const uint16x8_t top = vpaddlq_u8(vld1q_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local
59 const uint16x8_t sum = vpadalq_u8(top, vld1q_u8(input + input_stride)); in cfl_luma_subsampling_420_lbd_neon()
62 const uint8x8x4_t top = vld4_u8(input); in cfl_luma_subsampling_420_lbd_neon() local
65 const uint16x8_t top_0 = vaddl_u8(top.val[0], top.val[1]); in cfl_luma_subsampling_420_lbd_neon()
69 const uint16x8_t top_1 = vaddl_u8(top.val[2], top.val[3]); in cfl_luma_subsampling_420_lbd_neon()
88 const uint16x4_t top = vpaddl_u8(vldh_dup_u8(input)); in cfl_luma_subsampling_422_lbd_neon() local
[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/syzkaller/vendor/golang.org/x/sys/unix/
Dzsyscall_netbsd_386.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_amd64.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_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_dragonfly_amd64.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 …]
/external/freetype/src/psaux/
Dt1decode.c389 /* Now load `achar' on top of */ in t1operator_seac()
467 decoder->top = decoder->stack; in t1_decoder_parse_charstrings()
501 FT_Long* top = decoder->top; in t1_decoder_parse_charstrings() local
512 FT_TRACE5(( " (%d)", decoder->top - decoder->stack )); in t1_decoder_parse_charstrings()
731 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS ) in t1_decoder_parse_charstrings()
744 *top++ = value; in t1_decoder_parse_charstrings()
745 decoder->top = top; in t1_decoder_parse_charstrings()
758 if ( top - decoder->stack < 2 ) in t1_decoder_parse_charstrings()
761 top -= 2; in t1_decoder_parse_charstrings()
763 subr_no = Fix2Int( top[1] ); in t1_decoder_parse_charstrings()
[all …]

12345678910>>...420