HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 826 - 850 of 959) sorted by null

<<313233343536373839

  /frameworks/base/core/jni/
android_hardware_Camera.cpp 288 env->DeleteGlobalRef(mCallbackBuffers.top());
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 448 canvas.translate(-deviceR.left, -deviceR.top);
806 * @param y top edge of the area of pixels to access
    [all...]
  /frameworks/base/services/surfaceflinger/
LayerBuffer.cpp 668 int y = bounds.top;
SurfaceFlinger.cpp 873 { r.left, r.top },
876 { r.right, r.top }
914 const GLint sy = height - (r.top + r.height());
940 const GLint sy = height - (r.top + r.height());
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 110 public float top; field in class:Event
397 * the top. In both cases, each event is assigned two numbers: N, and
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 515 confScreenPtr top; member in struct:_screenlayoutrec
    [all...]
  /build/core/
config.mk 1 # This is included by the top-level Makefile.
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_glfuncs.h 102 SDL_PROC_UNUSED(void,glFrustum,(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar))
195 SDL_PROC(void,glOrtho,(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar))
  /external/svox/pico/lib/
picosa.c 79 1. POS disambiguation (right-to-left, top-to-bottom):
492 const picoos_uint16 top,
498 for (i = ind + 1; ((val == PICOKDT_EPSILON) && (i < top)); i++) {
    [all...]
  /external/v8/test/mjsunit/
debug-backtrace.js 29 // The functions used for testing backtraces. They are at the top to make the
  /external/webkit/WebKit/win/
DOMHTMLClasses.cpp     [all...]
WebView.cpp 748 LONG height = windowRect.bottom - windowRect.top;
864 singlePixels += (rect->right - rect->left) * (rect->bottom - rect->top);
    [all...]
  /external/zlib/
trees.c 105 * 3 .. 258, the last 256 values correspond to the top 8 bits of
438 #define pqremove(s, tree, top) \
440 top = s->heap[SMALLEST]; \
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 543 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
    [all...]
  /system/core/sh/
parser.c 723 top:
758 goto top;
1362 * characters on the top of the stack which must be preserved.
    [all...]
  /external/v8/src/
heap.cc 636 Top::MarkCompactPrologue(is_compacting);
644 Top::MarkCompactEpilogue(is_compacting);
694 ASSERT(reinterpret_cast<Address>(rear_) >= Heap::new_space()->top());
784 // We treat the top of the to space as a queue of addresses of
789 // There is guaranteed to be enough room at the top of the to space
791 // frees up its size in bytes from the top of the new space, and
821 ASSERT(new_space_front == new_space_.top());
824 new_space_.set_age_mark(new_space_.top());
877 ASSERT(new_space_front <= new_space_.top());
879 // The addresses new_space_front and new_space_.top() define
    [all...]
runtime.cc 54 if (!(value)) return Top::ThrowIllegalOperation();
101 if (check.HasOverflowed()) return Top::StackOverflow();
480 Top::context()->global_context()->context_extension_function();
721 return Top::Throw(*error);
727 Handle<GlobalObject> global = Handle<GlobalObject>(Top::context()->global());
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 414 * The object at the top of the list is the currently activity broadcasts;
415 * those after it are waiting for the top to finish..
4718 ActivityRecord top = null; local
    [all...]
  /external/webkit/WebCore/rendering/
RenderObject.cpp     [all...]
  /ndk/build/core/
definitions.mk 271 # Function : modules-get-top-list
274 # Usage : $(call modules-get-top-list)
276 modules-get-top-list = $(__ndk_top_modules)
    [all...]
  /build/tools/droiddoc/templates/
macros.cs 7 link: whether to create a link at the top level, always creates links in
  /external/openssl/crypto/bn/asm/
sparcv9-mont.pl 100 add %sp,$bias,%o7 ! real top of stack

Completed in 1039 milliseconds

<<313233343536373839