Home
last modified time | relevance | path

Searched refs:over (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp6.cpp20 void over(int);
21 int over(long);
25 apply(0, &over); in test1()
28 apply(0L, &over); // expected-error {{no matching function for call to 'apply'}} in test1()
31 void over(short);
36 apply(0, &over); in test2()
65 void over(int);
66 int over(long);
70 invoke(&over); in test1()
73 void over(short);
[all …]
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLUnderOver.cpp148 RenderObject* over = 0; in layout() local
154 over = firstChild(); in layout()
155 if (over) { in layout()
158 if (!over->firstChild()->isBoxModelObject()) in layout()
161 …static_cast<int>(gOverSpacingAdjustment * (getOffsetHeight(over) - toRenderBoxModelObject(over->fi… in layout()
164 base = over->nextSibling(); in layout()
206 over = firstChild(); in layout()
207 if (over) { in layout()
210 if (!over->firstChild()->isBoxModelObject()) in layout()
212 …static_cast<int>(gOverSpacingAdjustment * (getOffsetHeight(over) - toRenderBoxModelObject(over->fi… in layout()
[all …]
/external/clang/test/SemaCXX/
Drval-references.cpp14 int over(int&);
15 not_int over(int&&);
38 int i2 = over(i1); in f()
39 not_int ni1 = over(0); in f()
40 int i3 = over(virr2); in f()
41 not_int ni2 = over(ret_irr()); in f()
/external/clang/test/Index/
Dfile-refs.cpp19 void over(int);
20 void over(float);
23 over(0); in test_over()
24 over(0.0f); in test_over()
/external/webkit/Source/WebCore/html/
DHTMLLabelElement.cpp100 void HTMLLabelElement::setHovered(bool over) in setHovered() argument
102 if (over == hovered()) in setHovered()
106 HTMLElement::setHovered(over); in setHovered()
110 element->setHovered(over); in setHovered()
/external/eigen/unsupported/Eigen/
DBVH32 …* of the two basic algorithms over a BVH: intersection of a query object against all objects in th…
33 …* of a function over the objects in the hierarchy. It also provides intersection and minimization…
36 * over a volume is no greater than the minimum of a function over any object contained in it.
47 …* Some sample queries that can be written in terms of function minimization over a set of objects …
61 typedef VolumeIterator //an iterator type over node children--returns Index
62 typedef ObjectIterator //an iterator over object (leaf) children--returns const Object &
67 //getChildren takes a node index and makes [outVBegin, outVEnd) range over its node children
68 //and [outOBegin, outOEnd) range over its object children
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
Dp8.cpp67 void over(Distinct);
69 void over(int);
73 ::over(d); in foo3()
/external/liblzf/
Dlzf.c226 ssize_t rc, cs, us, bytes, over = 0; in uncompress_fd() local
231 rc = rread (from, header + over, MAX_HDR_SIZE - over); in uncompress_fd()
239 rc += over; in uncompress_fd()
240 over = 0; in uncompress_fd()
279 over = l - bytes; in uncompress_fd()
280 memmove (header, &p[bytes], over); in uncompress_fd()
/external/clang/test/
Dcxx-sections.data256 13 [over]
257 13.1 [over.load]
258 13.2 [over.dcl]
259 13.3 [over.match]
260 13.3.1 [over.match.funcs]
261 13.3.1.1 [over.match.call]
262 13.3.1.1.1 [over.call.func]
263 13.3.1.1.2 [over.call.object]
264 13.3.1.2 [over.match.oper]
265 13.3.1.3 [over.match.ctor]
[all …]
/external/llvm/docs/HistoricalNotes/
D2002-05-12-InstListChange.txt12 instructions. To iterate over instructions, we must actually iterate over
40 Iteration over the instructions in a basic block remains the simple:
46 After converting instructions over, I'll convert basic blocks and
/external/e2fsprogs/tests/progs/
Dtest_rel_cmds.ct23 request do_brel_start_iter, "Start iterating over the block table",
58 request do_irel_start_iter, "Start iterating over the inode table",
70 request do_irel_start_iter_ref, "Start iterating over references to an inode",
/external/libvorbis/doc/
D08-residue.tex194 1) iterate [i] over the range 0 ... [residue_classifications]-1 {
206 specific bit set in the cascade bitmap. We loop over the possible
212 1) iterate [i] over the range 0 ... [residue_classifications]-1 {
214 2) iterate [j] over the range 0 ... 7 {
290 3) iterate [pass] over the range 0 ... 7 {
298 7) iterate [j] over the range 0 .. [ch]-1 {
303 … 10) iterate [i] descending over the range [classwords_per_codeword]-1 ... 0 {
317 … 13) iterate [i] over the range 0 .. ([classwords_per_codeword] - 1) while [partition_count]
320 14) iterate [j] over the range 0 .. [ch]-1 {
365 2) iterate [i] over the range 0 ... [step]-1 {
[all …]
D07-floor1.tex116 3) iterate [i] over the range 0 ... [floor1_partitions]-1 \{
123 6) iterate [i] over the range 0 ... [maximum_class] \{
133 … 11) iterate [j] over the range 0 ... (2 exponent [floor1_class_subclasses] element [i]) - 1 \{
145 18) iterate [i] over the range 0 ... [floor1_partitions]-1 \{
148 …20) iterate [j] over the range 0 ... ([floor1_class_dimensions] element [current_class_number])-1 …
190 5) iterate [i] over the range 0 ... [floor1_partitions]-1 \{
203 13) iterate [j] over the range 0 ... [cdim]-1 \{
264 6) iterate [i] over the range 2 ... [floor1_values]-1 \{
361 4) iterate [i] over the range 1 ... [floor1_values]-1 \{
/external/clang/docs/tools/
Dclang.pod28 =over
91 =over
125 =over
235 =over
264 =over
333 =over
422 =over
442 =over
503 #=over
506 #=over
[all …]
/external/chromium/chrome/browser/
DDEPS21 "+webkit/glue", # Defines some types that are marshalled over IPC.
22 "+webkit/plugins", # Defines some types that are marshalled over IPC.
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
Dmenu_tracked_button_unittest.mm79 // User mouses over and then off.
86 // User mouses over, clicks, drags, and exits.
98 // User mouses over, clicks, drags, and releases.
/external/webkit/Source/WebCore/css/
Dmaketokenizer34 data tables and the YY_DECL method over to this file. Remove the
74 # Skip over the flex output prologue: the above typedefs, forward declarations, etc.
116 # Dump the main loop, skipping over labels we don't use.
135 # Skip over the end-of-buffer handling; dump the rest of the function.
/external/chromium/chrome/browser/resources/ntp4/
Dapps_page.css44 (or the drag touch may stop being over top of it */
48 for it as it moves over other elements. This is animated as the
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DTimeUnit.java103 static long x(long d, long m, long over) { in x() argument
104 if (d > over) return Long.MAX_VALUE; in x()
105 if (d < -over) return Long.MIN_VALUE; in x()
/external/mdnsresponder/
DPrivateDNS.txt35 When setting up a long-lived query over TCP (with or without TLS)
38 unnecessary. Instead, when connecting over TCP, the client simply sends
76 All private LLQ operations are TSIG-enabled and sent over a secure
84 packets sent over unencrypted UDP could be observed by an eavesdropper).
95 of the preceding issue, a refresh request might be sent over two
101 set is sent over TLS/TCP, but subsequent change events are sent over
146 setting up an LLQ over TCP. This isn't a terrible problem right now,
/external/webkit/LayoutTests/fast/encoding/
Descaped-bracket-expected.txt2 This test checks whether charset sniffer skips over escaped characters correctly.
/external/webkit/LayoutTests/storage/
Dopen-database-over-quota-expected.txt1 This tests that calling openDatabase with a size over 5MB doesn't assert on debug builds.
/external/webkit/Source/WebCore/manual-tests/animation/
DanimateMotion-to.svg6 The rect should from 0,0 to 100,0 over 3 seconds.
/external/quake/quake/src/QW/client/
Ddocs.txt23 syncing the fixangle over the reliable channel with the first update
56 a "new" string command over the netchan to the server.
65 "new" sends over
/external/openssh/
DREADME.tun40 OpenBSD also supports layer 2 tunneling over the tun device by adding
67 the remote host over two ssh hops in between. It uses the OpenSSH
69 ssh tunnel destination over multiple ssh sessions.

12345678910>>...27