HomeSort by relevance Sort by last modified time
    Searched full:when (Results 1401 - 1425 of 50734) sorted by null

<<51525354555657585960>>

  /external/lzma/CPP/7zip/UI/Common/
ExitCode.h 13 // kCRCError = 3, // A CRC error occurred when unpacking
  /external/mesa3d/docs/
opengles.html 44 <p>OpenGL ES has an additional indirection when dispatching fucntions</p>
54 <li>When a function is in Mesa and the type matches, it checks the arguments and calls the Mesa function.</li>
55 <li>When a function is in Mesa but the type mismatches, it checks and converts the arguments before calling the Mesa function.</li>
56 <li>When a function is not available in Mesa, or accepts arguments that are not available in OpenGL, it provides its own implementation.</li>
  /external/oprofile/events/i386/arch_perfmon/
events.h 3 "Clock cycles when not halted"},
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CondWait.3 12 Wait on the condition variable \fBcond\fR and unlock the provided mutex\&. The mutex must the locked before entering this function\&. Returns \fB0\fR when it is signalled, or \fB-1\fR on an error\&.
SDL_CondWaitTimeout.3 12 Wait on the condition variable \fBcond\fR for, at most, \fBms\fR milliseconds\&. \fBmut\fR is unlocked so it must be locked when the function is called\&. Returns \fBSDL_MUTEX_TIMEDOUT\fP if the condition is not signalled in the allotted time, \fB0\fR if it was signalled or \fB-1\fR on an error\&.
SDL_CreateThread.3 12 \fBSDL_CreateThread\fP creates a new thread of execution that shares all of its parent\&'s global memory, signal handlers, file descriptors, etc, and runs the function \fBfn\fR passed the void pointer \fBdata\fR The thread quits when this function returns\&.
SDL_DisplayYUVOverlay.3 11 Blit the \fBoverlay\fR to the surface specified when it was \fIcreated\fR\&. The \fI\fBSDL_Rect\fR\fR structure, \fBdstrect\fR, specifies the position and size of the destination\&. If the \fBdstrect\fR is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling\&.
SDL_ExposeEvent.3 20 A VIDEOEXPOSE event is triggered when the screen has been modified outside of the application, usually by the window manager and needs to be redrawn\&.
SDL_GetClipRect.3 11 Gets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into\&.
SDL_WM_GrabInput.3 13 When \fBmode\fR is \fBSDL_GRAB_QUERY\fP the grab mode is not changed, but the current grab mode is returned\&.
  /external/qemu/proxy/
proxy_common.h 32 /* event can't be NONE when this callback is called */
59 * will be called when the connection is established or refused.
71 * this is only necessary when the socket connection must be canceled before
83 /* this function is called to act on proxified connection sockets when network events arrive */
  /external/skia/include/ports/
SkTypeface_mac.h 25 * unref() when it is finished.
  /external/skia/src/gpu/gl/debug/
GrBufferObj.cpp 27 // buffers are automatically unmapped when deleted
GrFakeRefObj.h 16 // reference counting (i.e., we don't free the objects when their ref count
46 // often in OpenGL a given object may still be in use when the
48 // for deletion and then freed when it is no longer in use
75 // The deleted flag is only set when OpenGL thinks the object is deleted
  /external/smack/asmack-master/patch/
35-pin-jbosh-boddy-parser.patch 11 * Size of the internal buffer when copying from a stream.
  /external/smack/src/org/xbill/DNS/
ResolverListener.java 24 * The callback used by an asynchronous resolver when an exception is thrown
  /external/stlport/stlport/stl/
_ioserr.h 5 * iostreams part of STLport cannot be used when the symbols were defined
  /external/valgrind/main/gdbserver_tests/
mcbreak.vgtest 2 # when stopped on these events
mcsigpass.vgtest 1 # test the signal handling, when signals are passed to the Valgrind guest.
  /external/valgrind/main/massif/tests/
long-time.c 2 // when measured in bytes -- 6,000,000,000 -- exceeds 32-bits. It also does
  /external/valgrind/main/tests/
asm.h 3 // On Darwin, all symbols get an underscore prepended when compiled. If we
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
package.html 10 <p>XMPProperty and XMPPropertyInfo are used to report properties when they are retrieved by get-methods or by the iterator.
  /external/zxing/qr_scanner/res/values/
strings.xml 5 <!-- Error message displayed when starting up the phone/tablet's camera to scan a QR code has failed [CHAR LIMIT=NONE] -->
  /frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 146 /* during memory allocation to support freeing of memory when the LVREV module is no */
153 /* When this function is called with hInstance = NULL the memory base address pointers */
156 /* When the function is called for freeing memory, hInstance = Instance Handle the */
167 /* LVREV_NULLADDRESS When pMemoryTable is NULL */
168 /* LVREV_NULLADDRESS When requesting memory requirements and pInstanceParams */
200 /* LVREV_NULLADDRESS When phInstance or pMemoryTable or pInstanceParams is NULL */
201 /* LVREV_NULLADDRESS When one of the memory regions has a NULL pointer */
225 /* LVREV_NULLADDRESS When hInstance or pControlParams is NULL */
248 /* LVREV_NULLADDRESS When hInstance or pNewParams is NULL */
  /frameworks/base/core/java/android/hardware/
SensorListener.java 20 * Used for receiving notifications from the SensorManager when
30 * <p>Called when sensor values have changed.
42 * <p>The Z axis points toward the sky when the device is lying on its back
44 * <p> <b>IMPORTANT NOTE:</b> The axis <b><u>are swapped</u></b> when the
56 * values when the z-axis moves toward the y-axis.
59 * when the z-axis moves toward the x-axis.
73 * <li>When the device is pushed on its left side toward the right, the
77 * <li>When the device lies flat on a table, the acceleration value is
93 * Called when the accuracy of a sensor has changed.

Completed in 1312 milliseconds

<<51525354555657585960>>