/external/icu4c/i18n/ |
cpdtrans.cpp | 68 UTransDirection direction, 76 init(id, direction, TRUE, status); 136 * @param direction either FORWARD or REVERSE 149 UTransDirection direction, 161 if (!TransliteratorIDParser::parseCompoundID(id, direction, 170 init(list, direction, fixReverseID, status); 182 * is, it should be in the FORWARD order; if direction is REVERSE then 184 * @param direction either FORWARD or REVERSE 191 UTransDirection direction, 216 int32_t j = (direction == UTRANS_FORWARD) ? i : count - 1 - i [all...] |
cpdtrans.h | 84 * direction with a NULL filter. 222 UTransDirection direction, 227 UTransDirection direction,
|
rbt.h | 40 * direction may be omitted, with the result that translations in 41 * that direction will not modify the source text. In addition, 308 * @param direction either FORWARD or REVERSE. 314 UTransDirection direction, 322 * @param direction either FORWARD or REVERSE. 328 UTransDirection direction, 338 UTransDirection direction, 342 * Covenience constructor with no filter and FORWARD direction. 350 * Covenience constructor with FORWARD direction. 463 UTransDirection direction, [all...] |
/external/iproute2/examples/diffserv/ |
regression-testing | 25 -ftp with data direction from 10.2.0.2 32 -ftp with data direction from 10.2.0.2 78 -ftp with data direction from 10.2.0.2
|
/external/tcpdump/ |
print-token.c | 85 static const char *direction[] = { variable 132 printf("%s", direction[DIRECTION(trp)]);
|
/external/webkit/WebCore/editing/ |
VisiblePosition.cpp | 116 primaryDirection = r->style()->direction(); 132 return box->direction() == LTR ? previousVisuallyDistinctCandidate(m_deepPosition) : nextVisuallyDistinctCandidate(m_deepPosition); 134 offset = box->direction() == LTR ? renderer->previousOffset(offset) : renderer->nextOffset(offset); 142 if (box->direction() == LTR ? offset < caretMinOffset : offset > caretMaxOffset) { 160 if (box->direction() == primaryDirection) { 181 if (box->direction() == primaryDirection) 258 primaryDirection = r->style()->direction(); 274 return box->direction() == LTR ? nextVisuallyDistinctCandidate(m_deepPosition) : previousVisuallyDistinctCandidate(m_deepPosition); 276 offset = box->direction() == LTR ? renderer->nextOffset(offset) : renderer->previousOffset(offset); 284 if (box->direction() == LTR ? offset > caretMaxOffset : offset < caretMinOffset) [all...] |
/external/webkit/WebCore/rendering/ |
RootInlineBox.h | 152 WTF::Unicode::Direction m_lineBreakBidiStatusEor : 5; 153 WTF::Unicode::Direction m_lineBreakBidiStatusLastStrong : 5; 154 WTF::Unicode::Direction m_lineBreakBidiStatusLast : 5;
|
InlineTextBox.cpp | 119 IntRect r = enclosingIntRect(f.selectionRectForText(TextRun(textObj->text()->characters() + m_start, m_len, textObj->allowTabs(), textPos(), m_toAdd, direction() == RTL, m_dirOverride), 180 bool ltr = direction() == LTR; 353 TextDirection flowDirection = renderer()->containingBlock()->style()->direction(); 354 if (flowDirection != direction()) { 366 tx += direction() == LTR ? widthOfHiddenText : -widthOfHiddenText; 475 TextRun textRun(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_toAdd, direction() == RTL, m_dirOverride || styleToUse->visuallyOrdered()); 599 direction() == RTL, m_dirOverride || style->visuallyOrdered()), 622 direction() == RTL, m_dirOverride || style->visuallyOrdered()), 658 if (direction() == RTL) 762 TextRun run(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_toAdd, direction() == RTL, m_dirOverride || style->visuallyOrdered()) [all...] |
/external/webkit/WebKit/chromium/src/ |
SuggestionsPopupMenuClient.cpp | 166 // The direction of text in popup menu is set the same as the direction of 170 textField->renderer()->style()->direction()));
|
/frameworks/base/core/java/android/hardware/ |
SensorEvent.java | 70 * <p>values[0]: Azimuth, angle between the magnetic north direction and 81 * positive in the clockwise direction (mathematically speaking, it 82 * should be positive in the counter-clockwise direction).
|
/frameworks/base/core/java/android/net/ |
ThrottleManager.java | 142 * for the period described. Direction is either DIRECTION_RX or DIRECTION_TX and 148 public long getByteCount(String iface, int direction, int period, int ago) { 150 return mService.getByteCount(iface, direction, period, ago);
|
/frameworks/base/core/tests/coretests/src/android/util/ |
InternalSelectionView.java | 233 protected void onFocusChanged(boolean focused, int direction, 235 super.onFocusChanged(focused, direction, previouslyFocusedRect); 238 switch (direction) {
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
vlc_dequant.cpp | 71 int direction; local 107 doDCACPrediction(video, comp, datablock, &direction); 108 if (!ACpred_flag) direction = 0; 109 inv_zigzag = zigzag_inv + (ACpred_flag << 6) + (direction << 6); 176 if (!direction) /* check vertical */ 522 int direction; local 549 doDCACPrediction(video, comp, datablock, &direction); 550 if (!ACpred_flag) direction = 0; 552 inv_zigzag = zigzag_inv + (ACpred_flag << 6) + (direction << 6); /* 04/17/01 */ 619 if (!direction) /* check vertical * 825 int direction; local [all...] |
mp4lib_int.h | 144 int direction; member in struct:tagMacroBlock 225 MOT *motX; /* Motion vector in X direction */ 226 MOT *motY; /* Motion vector in Y direction */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 71 int direction; local 107 doDCACPrediction(video, comp, datablock, &direction); 108 if (!ACpred_flag) direction = 0; 109 inv_zigzag = zigzag_inv + (ACpred_flag << 6) + (direction << 6); 176 if (!direction) /* check vertical */ 522 int direction; local 549 doDCACPrediction(video, comp, datablock, &direction); 550 if (!ACpred_flag) direction = 0; 552 inv_zigzag = zigzag_inv + (ACpred_flag << 6) + (direction << 6); /* 04/17/01 */ 619 if (!direction) /* check vertical * 825 int direction; local [all...] |
/external/icu4c/common/ |
ubidiln.c | 37 * paraLevel and direction are also set. 91 /* pBiDi->direction!=UBIDI_MIXED */ 172 if(pParaBiDi->direction!=UBIDI_MIXED) { 174 pLineBiDi->direction=pParaBiDi->direction; 196 /* recalculate pLineBiDi->direction */ 199 pLineBiDi->direction=(UBiDiDirection)(pLineBiDi->paraLevel&1); 207 pLineBiDi->direction=UBIDI_MIXED; 209 /* see if levels[1..trailingWSStart-1] have the same direction as levels[0] and paraLevel */ 213 /* the direction values match those in level * [all...] |
/external/webkit/WebCore/page/ |
Chrome.cpp | 147 bool Chrome::canTakeFocus(FocusDirection direction) const 149 return m_client->canTakeFocus(direction); 152 void Chrome::takeFocus(FocusDirection direction) const 154 m_client->takeFocus(direction); 363 toolTipDirection = form->renderer()->style()->direction();
|
/frameworks/base/awt/java/awt/font/ |
GlyphVector.java | 64 * left run direction. 230 * direction and y in the Y direction. 235 * the distance in the X direction to translate the shape object 238 * the distance in the Y direction to translate the shape object
|
/external/webkit/WebCore/platform/gtk/ |
gtkdrawing.h | 174 * the arrow direction. 314 * direction: the text direction, to draw the widget correctly LTR and RTL. 320 GtkTextDirection direction); 328 * direction: the text direction for the widget 335 gint* right, gint* bottom, GtkTextDirection direction,
|
/packages/apps/IM/src/com/android/im/app/ |
ChatSwitcher.java | 680 private void rotateChat(Cursor c, int direction, String contact, long accountId, long providerId) { 691 position += direction; 704 public void rotateChat(final int direction, final String contact, final long accountId, final long providerId) { 705 if (direction != 1 && direction != -1) { 709 rotateChat(mSwitcherAdapter.getCursor(), direction, contact, accountId, providerId); local 713 rotateChat(c, direction, contact, accountId, providerId);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ExplodedRenderingHelper.java | 177 * <p/>For this layout, the padding of the children are added in the direction of 178 * the layout, while the max is taken for the other direction. 186 // The way the children are combined will depend on the direction. 216 * The way this works: for each children, for each direction, look for all the chidrens 217 * connected and compute the combined margin in that direction. 280 * Computes the biggest margin in a given direction. 305 // now process each children in the same direction.
|
/external/webkit/WebKit/android/nav/ |
CachedFrame.cpp | 51 bool CachedFrame::CheckBetween(Direction direction, const WebCore::IntRect& bestRect, 55 if (direction & UP_DOWN) { 56 top = direction == UP ? bestRect.bottom() : prior.bottom(); 57 int bottom = direction == UP ? prior.y() : bestRect.y(); 71 left = direction == LEFT ? bestRect.right() : prior.right(); 72 int right = direction == LEFT ? prior.x() : bestRect.x(); 90 bool CachedFrame::checkBetween(BestData* best, Direction direction) 96 int index = direction; [all...] |
CachedRoot.cpp | 684 bool CachedRoot::adjustForScroll(BestData* best, CachedFrame::Direction direction, 695 checkBetween(best, direction)) 698 innerMove(document(), best, direction, scrollPtr, false); local 704 bool newNodeInView = scrollDelta(newOutset, direction, &delta); 707 *scrollPtr = WebCore::IntPoint(direction & UP_DOWN ? 0 : delta, 708 direction & UP_DOWN ? delta : 0); [all...] |
/external/webkit/WebKitTools/iExploder/htdocs/ |
cssproperties.in | 4 -webkit-animation-direction 23 -webkit-box-direction 55 -webkit-marquee-direction 153 direction 284 -khtml-marquee-direction 344 -moz-box-direction
|
/external/iproute2/doc/actions/ |
mirred-usage | 12 mirred <DIRECTION> <ACTION> [index INDEX] <dev DEVICENAME> 14 DIRECTION := <ingress | egress> 19 Direction:
|