Searched
full:direction (Results
501 -
525 of
1273) sorted by null
<<21222324252627282930>>
/external/webkit/WebCore/rendering/ |
SVGRenderTreeAsText.cpp | 430 if (textBox->direction() == RTL || textBox->m_dirOverride) { 431 ts << (textBox->direction() == RTL ? " RTL" : " LTR");
|
/external/webkit/WebCore/svg/ |
SVGTextContentElement.cpp | 76 if (textBox->direction() == RTL) 193 if (textBox->direction() == RTL)
|
/external/webkit/WebKit/chromium/src/ |
ChromeClientImpl.cpp | 185 void ChromeClientImpl::takeFocus(FocusDirection direction) 189 if (direction == FocusDirectionBackward)
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
CaretManager.java | 376 * the text is changing its direction this method may return two shapes 474 // Get all the runs. We use the fact that direction is constant in all runs.
|
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 95 Path.Direction.CW); 98 path.addRect(new RectF(mDrawRect), Path.Direction.CW);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
HighlightView.java | 89 path.addCircle(mDrawRect.left + (width / 2), mDrawRect.top + (height / 2), width / 2, Path.Direction.CW); 92 path.addRect(new RectF(mDrawRect), Path.Direction.CW);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
ComposingText.java | 453 * @param rightside {@code true} if direction is rightward at the cursor, {@code false} if direction is leftward at the cursor
|
/bionic/libm/man/ |
fenv.3 | 141 These modes control the direction in which results are rounded
|
/cts/tests/tests/net/src/android/net/cts/ |
TrafficStatsTest.java | 101 // and at least 20 bytes in each direction.
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
PhoneStateListenerTest.java | 402 public void onDataActivity(int direction) {
|
/development/apps/OBJViewer/com/android/objviewer/ |
OBJViewer.java | 77 // Light direction
|
/development/pdk/docs/source/ |
cla-corporate.jd | 18 <p>"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Grant to the Project Leads. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
cla-individual.jd | 20 <ol><li><p>Definitions. "You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Grant. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the Project Leads for inclusion in, or documentation of, any of the products managed or maintained by the Project Leads (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Project Leads or their representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Project Leads for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."
|
/external/blktrace/ |
README | 93 %d - Direction (r/w)
|
rbtree.c | 334 direction of our parent. Go up the tree; any time the
|
/external/blktrace/doc/ |
btrecord.8 | 27 IO layer \(em indicating the device, CPU number, time stamp, IO direction,
|
btreplay.8 | 25 IO layer \(em indicating the device, CPU number, time stamp, IO direction,
|
/external/bluetooth/glib/glib/ |
gbsearcharray.h | 103 * (will be one off into either direction).
|
/external/freetype/src/truetype/ |
ttobjs.h | 216 /* in the same direction, some others are used under many different */
|
/external/icu4c/i18n/unicode/ |
usearch.h | 56 * a given pattern. This search iterator allows changing of direction by 58 * Though a direction change can occur without calling <tt>reset</tt> first, 60 * Generally, match results in the forward direction will match the result 61 * matches in the backwards direction in the reverse order [all...] |
/external/icu4c/tools/toolutil/ |
ucm.h | 205 * Sort both tables, and then for each mapping direction:
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack.h | 164 /* Direction relative to the master connection. */
|
/external/libpcap/ |
pcap1.h | 116 PCAP_PROBEPLACE, /* aka direction */
|
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
cczoomrotationbase.cpp | 69 nRotation : Rotation direction is defined at run time
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/ |
ce.h | 64 virtual void CERejectIndication(CESource source, CECause cause, CEDirection direction) = 0;
|
Completed in 82 milliseconds
<<21222324252627282930>>