/external/opencore/nodes/pvprotocolenginenode/config/linux/ |
pvmf_protocolengine_node_tunables.h | 67 #define PVPROTOCOLENGINE_DOWNLOAD_BYTE_PERCENTAGE_DLSIZE_RIGHTSHIFT_FACTOR 7 // right shift 7 bits, 2^7 > 100 72 #define PVPROTOCOLENGINE_DOWNLOAD_DURATION_CALCULATION_RIGHTSHIFT_FACTOR 10 // right shift 7 bits, 2^7 > 100
|
/external/proguard/src/proguard/io/ |
FilteredDataEntryWriter.java | 79 // Get the right data entry writer. 99 // Get the right data entry writer.
|
/external/qemu/android/skin/ |
keyset.h | 27 _SKIN_KEY_COMMAND(BUTTON_STAR,"Star (Soft-Right) button") \ 45 _SKIN_KEY_COMMAND(BUTTON_DPAD_RIGHT,"DPad right") \
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzKeys.h | 118 #if 1 /* Panther now defines right side keys */ 130 #if 1 /* Panther now defines right side keys */
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
push.h | 38 // initial state and right distributive when pushing towards the final 54 // and right distributive when pushing weights towards the final
|
/external/stlport/stlport/stl/ |
_complex.c | 89 // involving stringstream so that we get the padding right. 124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
|
/external/v8/test/cctest/ |
test-utils.cc | 50 // Check that >> is implemented as arithmetic shift right. 52 // There are also documented right shifts in assembler.cc of
|
/external/webkit/WebCore/css/ |
themeWin.css | 53 /* Not sure this is the right color. #EBEBE4 is what Firefox uses. 69 margin-right: 3px;
|
/external/webkit/WebCore/dom/ |
MouseEvent.cpp | 94 // For the DOM, the return values for left, middle and right mouse buttons are 0, 1, 2, respectively. 95 // For the Netscape "which" property, the return values for left, middle and right mouse buttons are 1, 2, 3, respectively.
|
/external/webkit/WebCore/platform/brew/ |
LocalizedStringsBrew.cpp | 236 return "Left to right"; 241 return "Right to left";
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsTypes.cpp | 123 const char* const names[5] = { "start", "end", "left", "center", "right" }; 145 if (s == "right") {
|
/external/webkit/WebCore/platform/haiku/ |
LocalizedStringsHaiku.cpp | 238 return "Left to right"; 243 return "Right to left";
|
/external/webkit/WebCore/platform/wx/ |
LocalizedStringsWx.cpp | 242 return String("Left to Right"); 247 return String("Right to Left");
|
/external/webkit/WebCore/rendering/ |
RenderSVGContainer.h | 64 // Allow RenderSVGTransformableContainer to hook in at the right time in layout() 67 // Allow RenderSVGViewportContainer to hook in at the right times in layout(), paint() and nodeAtFloatPoint()
|
/frameworks/base/core/java/android/text/ |
AndroidCharacter.java | 74 * right-to-left mirrors (if any), returning true if any 85 * Return the right-to-left mirror (or the original char if none)
|
Styled.java | 39 * <p>The x position is the leading edge of the text. In a right-to-left 40 * paragraph, this will be to the right of the text to be drawn. Paint 48 * direction is right-to-left. 170 * Returns the advance widths for a uniform left-to-right run of text with 226 * <p>The x position is the leading edge of the text. In a right-to-left 227 * paragraph, this will be to the right of the text to be drawn. Paint 235 * direction is right-to-left. 412 * Returns the width of a run of left-to-right text on a single line,
|
/frameworks/base/core/java/android/widget/ |
SeekBar.java | 26 * the thumb and drag left or right to set the current progress level or use the arrow keys. 27 * Placing focusable widgets to the left or right of a SeekBar is discouraged.
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
FocusAfterRemovalTest.java | 103 // move to top right 118 // move to bottom right
|
FocusChangeWithInterestingRectHintTest.java | 85 assertTrue("row " + row + ": should be at right column", 94 assertTrue("row " + row + ": should be at right column",
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
PaintDrawable.java | 58 * top-left, top-right, bottom-right, bottom-left
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
RoundRectShape.java | 97 r.right - mInset.right, r.bottom - mInset.bottom);
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
uios.h | 35 right = (1 << 7), ///< Right alignment. enumerator in enum:ustl::ios_base::fmtflags
|
/frameworks/base/opengl/libs/GLES_CM/ |
gl_api.in | 25 void API_ENTRY(glFrustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) { 26 CALL_GL_API(glFrustumf, left, right, bottom, top, zNear, zFar); 79 void API_ENTRY(glOrthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) { 80 CALL_GL_API(glOrthof, left, right, bottom, top, zNear, zFar); 229 void API_ENTRY(glFrustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) { 230 CALL_GL_API(glFrustumx, left, right, bottom, top, zNear, zFar); 337 void API_ENTRY(glOrthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) { 338 CALL_GL_API(glOrthox, left, right, bottom, top, zNear, zFar);
|
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/ |
LowStorageTest.java | 118 // The stat didn't relect the correct data right away 119 // put some extra time to make sure if get the right size.
|
/packages/apps/Launcher2/res/layout-port/ |
launcher.xml | 61 android:layout_gravity="bottom|right" 115 style="@style/HotseatButton.Right"
|