/hardware/qcom/media/mm-video/vidc/vdec/test/ |
decoder_driver_test.c | 1018 outputframe->framesize.top = \ 1019 vdec_msg.msgdata.output_frame.framesize.top; [all...] |
/libcore/ |
JavaLibrary.mk | 161 # This module contains the top-level "tests.AllTests" that ties everything
|
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndapi.c | 877 loctset->loct.top = 0; 899 word->stem.loc.top = 0;
|
/system/core/libpixelflinger/ |
pixelflinger.cpp | 605 c->state.scissor.top = max(0, t); 609 c->state.scissor.top = 0;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RegionTest.java | 176 assertEquals(2, mRegion.getBounds().top); 199 assertEquals(2, mRegion.getBounds().top); 221 assertEquals(2, mRegion.getBounds().top); 368 // Test left-top corner. 374 // Test right-top corner. [all...] |
/external/webkit/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | [all...] |
/external/ppp/pppd/ |
tdb.c | 530 tdb_off rec_ptr, top; local 532 top = TDB_HASH_TOP(i); 537 if (ofs_read(tdb, top, &rec_ptr) == -1) 572 /* read in the freelist top */ 578 printf("freelist top=[0x%08x]\n", rec_ptr ); 608 /* read in the freelist top */ 855 /* read in the freelist top */ 971 /* read in the hash top */ [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnJAJP.java | 2007 char top = table[0].charAt(0); local [all...] |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/cts/tests/tests/text/src/android/text/cts/ |
LayoutTest.java | 279 assertEquals(24, bounds.top);
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewTest.java | [all...] |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 432 @ newFp->localRefCookie=top 445 ldr r0, [r10, #offStackSaveArea_localRefCookie] @ r0<- saved->top 449 str r0, [r9, #offThread_jniLocal_topCookie] @ new top <- old top [all...] |
/external/openssl/crypto/ec/ |
ec_mult.c | 227 if (scalar->d == NULL || scalar->top == 0)
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macevents.c | 331 rect.bottom-rect.top);
|
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/ |
SDL_os2fslib.c | 103 #define FSLIB_BITBLT(hwnd, buffer, top, left, width, height) \ 106 FSLib_BitBlt(hwnd, buffer, top, left, width, height); \ 110 #define FSLIB_BITBLT(hwnd, buffer, top, left, width, height) \ 111 FSLib_BitBlt(hwnd, buffer, top, left, width, height); 340 /* has a coordinate system where the (0;0) is the top-left corner, */ \ [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
minimize.h | 233 ArcIterator<Fst<RevA> >* aiter = aiter_queue_->top();
|
rmepsilon.h | 144 StateId state = eps_queue_.top();
|
/external/webkit/WebCore/rendering/ |
RenderBlockLineLayout.cpp | 499 // Align positioned boxes with the top of the line box. This is 1157 int top = min(height(), endYPos); local 1191 int top = min(height(), endYPos); local [all...] |
/external/webkit/WebKit/android/nav/ |
FindCanvas.cpp | 219 // Grab font metrics to determine the top and bottom of the bounds 478 return &(mGlyphSets.top()); 566 // Now draw the picture, so that it shows up on top of the rectangle
|
/external/webkit/WebKit/win/ |
FullscreenVideoController.cpp | 63 static const float initialHUDPositionY = 0.9; // Initial Y position of HUD in percentage from top of screen 222 m_fullscreenSize.setHeight(windowRect.bottom - windowRect.top);
|
/frameworks/base/core/java/android/gesture/ |
GestureOverlayView.java | 38 * A transparent overlay for gesture input that can be placed on top of other 295 -bounds.top + (getHeight() - bounds.height()) / 2.0f);
|
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 804 invalidate(dirty.left + scrollX, dirty.top + scrollY,
|
RemoteViews.java | 150 rect.top = (int) (pos[1] * appScale + 0.5f); [all...] |