/bionic/libc/arch-x86/string/ |
bzero.S | 14 cld /* set fill direction forward */
|
memcmp.S | 14 cld /* set compare direction forward */
|
memset.S | 17 cld /* set fill direction forward */
|
swab.S | 22 cld # set direction forward
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathTest.java | 64 args = {android.graphics.RectF.class, android.graphics.Path.Direction.class} 78 path.addRect(rect, Path.Direction.CW); 87 android.graphics.Path.Direction.class} 100 path.addRect(LEFT, TOP, RIGHT, BOTTOM, Path.Direction.CW); 288 args = {float.class, float.class, float.class, android.graphics.Path.Direction.class} 300 path.addCircle(XCOORD, YCOORD, 10.0f, Path.Direction.CW); 375 args = {android.graphics.RectF.class, android.graphics.Path.Direction.class} 385 path.addRect(bounds, Path.Direction.CW); 485 args = {android.graphics.RectF.class, android.graphics.Path.Direction.class} 492 path.addOval(oval, Path.Direction.CW) [all...] |
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
gcm_process.c | 26 @param direction Encrypt or Decrypt mode (GCM_ENCRYPT or GCM_DECRYPT) 32 int direction) 80 if (direction == GCM_ENCRYPT) { 136 if (direction == GCM_ENCRYPT) {
|
/external/dropbear/libtommath/ |
bn_mp_cmp.c | 33 /* if negative compare opposite direction */
|
/external/freetype/src/autofit/ |
afhints.h | 108 FT_Char in_dir; /* direction of inwards vector */ 109 FT_Char out_dir; /* direction of outwards vector */ 125 FT_Char dir; /* segment direction */ 154 FT_Char dir; /* edge direction */
|
/external/icu4c/layout/ |
GlyphIterator.h | 81 le_int32 direction; member in class:GlyphIterator
|
/external/icu4c/test/cintltst/ |
cbiditst.h | 66 UBiDiDirection direction; member in struct:__anon2299
|
/external/webkit/JavaScriptCore/wtf/unicode/icu/ |
UnicodeIcu.h | 34 enum Direction { 208 inline Direction direction(UChar32 c) function in namespace:WTF::Unicode 210 return static_cast<Direction>(u_charDirection(c));
|
/external/webkit/WebCore/manual-tests/ |
animate-left.html | 18 -webkit-animation-direction: alternate;
|
keyboard_select_non_english.html | 21 <select style="direction:rtl">
|
/external/webkit/WebCore/manual-tests/resources/ |
chrome-bidi-text-window.html | 25 the characters, the direction of parentheses, diacritics and combining marks,
|
/external/webkit/WebCore/platform/graphics/wince/ |
WinceGraphicsExtras.h | 26 // Always round to same direction. 0.5 is rounded to 1,
|
/external/webkit/WebKit/android/nav/ |
CachedRoot.h | 49 bool adjustForScroll(BestData* , Direction , WebCore::IntPoint* scrollPtr, 71 void innerMove(const CachedNode* ,BestData* bestData, Direction , 77 const CachedNode* moveCursor(Direction , const CachedFrame** , WebCore::IntPoint* scroll); 90 bool scrollDelta(WebCore::IntRect& cursorRingBounds, Direction , int* delta);
|
CacheBuilder.h | 65 enum Direction { 249 Node* tryFocus(Direction direction); 250 Node* trySegment(Direction direction, int mainStart, int mainEnd);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/ |
alloca.c | 62 Define STACK_DIRECTION if you know the direction of stack 68 STACK_DIRECTION = 0 => direction of growth unknown 72 #define STACK_DIRECTION 0 /* direction unknown */ 148 if (STACK_DIR == 0) /* unknown growth direction */
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IPhoneStateListener.aidl | 33 void onDataActivity(int direction);
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 127 ATTRIBUTE Octets-Direction 228 integer 246 # Octets-Direction 247 VALUE Octets-Direction Sum 0 248 VALUE Octets-Direction Input 1 249 VALUE Octets-Direction Output 2 250 VALUE Octets-Direction MaxOveral 3 251 VALUE Octets-Direction MaxSession 4
|
/external/v8/src/ |
jump-target.h | 64 explicit JumpTarget(Directionality direction) 65 : direction_(direction), 81 // Set the direction of the jump target. 82 virtual void set_direction(Directionality direction) { 83 direction_ = direction; 196 // Set the direction of the break target. 197 virtual void set_direction(Directionality direction);
|
/external/webkit/WebCore/icu/unicode/ |
ushape.h | 136 /** Direction indicator: the source is in logical (keyboard) order. @stable ICU 2.0 */ 140 * Direction indicator: 147 /** Bit mask for direction indicators. @stable ICU 2.0 */ 195 * The direction of "preceding" depends on the direction indicator option. 208 * The direction of "preceding" depends on the direction indicator option.
|
/external/icu4c/i18n/ |
strmatch.h | 105 * than offset for a forward direction match, less than offset for 106 * a backward direction match. The last character to be 108 * forward direction or text.charAt(limit+1) in the backward 109 * direction. 134 * & 0xFF == v, at offset, in the forward direction (with limit >
|
/external/webkit/WebCore/editing/ |
InsertTextCommand.cpp | 196 RefPtr<CSSValue> direction; local 199 direction = typingStyle->getPropertyCSSValue(CSSPropertyDirection); 205 if (direction) { 206 ASSERT(direction->isPrimitiveValue()); 207 typingStyle->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent());
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/ |
TrafficMonitor.c | 293 this reset element will be with the same threshold but opposite in direction 325 TrafficAlertElement->Direction = TrafficAlertRegParm->Direction; 337 /*corresponding to the Alert request but opposite in the direction.*/ 353 the direction and the call back that is set to null the CurrentState set to disable. 358 /*opposite in the direction from the TrafficAlertElement->Direction*/ 359 if (TrafficAlertRegParm->Direction == TRAFF_UP) 360 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_DOWN; 362 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_UP [all...] |