Searched
full:directly (Results
276 -
300 of
9027) sorted by null
<<11121314151617181920>>
/external/llvm/test/Transforms/JumpThreading/ |
degenerate-phi.ll | 6 ; The .ll parser won't let us write that directly since it's invalid code.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetGamma.3 | 13 This function adjusts the gamma based on the "gamma function" parameter, you can directly specify lookup tables for gamma adjustment with \fISDL_SetGammaRamp\fR\&.
|
SDL_LockSurface.3 | 3 SDL_LockSurface \- Lock a surface for directly access\&. 11 \fBSDL_LockSurface\fP sets up a surface for directly accessing the pixels\&. Between calls to \fBSDL_LockSurface\fP and \fBSDL_UnlockSurface\fP, you can write to and read from \fBsurface->\fBpixels\fR\fR, using the pixel format stored in \fBsurface->\fBformat\fR\fR\&. Once you are done accessing the surface, you should use \fBSDL_UnlockSurface\fP to release it\&.
|
/external/stlport/stlport/stl/config/ |
_icc.h | 2 // It is internal STLport header - DO NOT include it directly
|
/external/webkit/LayoutTests/fast/dom/NodeList/ |
nodelist-item-with-name.html | 14 description('This tests that items in a NodeList can be retrieved directly by name.');
|
/frameworks/native/include/utils/ |
threads.h | 23 * This file is here only for legacy reasons. Instead, include directly
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_icc.h | 2 // It is internal STLport header - DO NOT include it directly
|
/packages/experimental/ |
README | 16 packages must be built directly with "mmm" or equivalent:
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_icc.h | 2 // It is internal STLport header - DO NOT include it directly
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_icc.h | 2 // It is internal STLport header - DO NOT include it directly
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_icc.h | 2 // It is internal STLport header - DO NOT include it directly
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_icc.h | 2 // It is internal STLport header - DO NOT include it directly
|
/bionic/libc/kernel/tools/ |
find_users.py | 3 # this program is used to find source code that includes linux kernel headers directly 19 sources that include kernel headers directly. the program prints
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_OBJECT_INIT_RANGE.S | 36 * this. For simplicity, we'll just jump directly to the 39 * Load the primary table base directly.
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
browsercrapplication+applescript.h | 28 // before calling directly. 34 // before calling directly.
|
/external/kernel-headers/original/asm-mips/sn/ |
arch.h | 38 * NO ONE should access these arrays directly. The only reason we refer to 49 * will continue to work. Don't use the arrays above directly.
|
/external/llvm/projects/ |
Makefile | 17 # Don't build compiler-rt, it isn't designed to be built directly. 20 # Don't build libcxx, it isn't designed to be built directly.
|
/external/llvm/test/CodeGen/X86/ |
tailcallbyval64.ll | 17 ; Expect argument 4 to be moved directly to register edx. 20 ; Expect argument 6 to be moved directly to register r8.
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLBIOInputStream.java | 24 * Provides an interface to OpenSSL's BIO system directly from a Java 25 * InputStream. It allows an OpenSSL API to read directly from something more
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_shrinkable_hbox.cc | 126 g_param_spec_boolean("hide-child-directly", 127 "Hide child directly", 128 "Whether the children should be hid directly, " 233 "hide-child-directly", hide_child_directly, 245 g_object_notify(G_OBJECT(box), "hide-child-directly");
|
gtk_custom_menu.cc | 11 // Stolen directly from gtkmenushell.c. I'd love to call the library version 30 // Stolen directly from gtkmenushell.c. I'd love to call the library version 106 // TODO(erg): We are breaking a GSEAL by directly accessing this. We'll need
|
/bionic/libc/private/ |
bionic_tls.h | 43 ** pre-allocated slot directly for performance reason). 53 * access TLS directly rather than using the pthread API. */ 81 /* syscall only, do not call directly */
|
/external/chromium-trace/trace-viewer/build/ |
generate_standalone_timeline_view.py | 19 * Do not edit directly. 30 * Do not edit directly. 42 # Do not edit directly.
|
/external/skia/tools/ |
bench_pictures.cfg | 12 This code is executed directly on the buildbot so that convenient things like 15 this file will be directly executed on the build slaves. 103 # a dictionary of key/value pairs directly corresponding to the command-line
|
/external/v8/src/ |
apinatives.js | 52 // Note: Do not directly use a function template as a condition, our 80 // Note: Do not directly use an object template as a condition, our 89 // Note: Do not directly use a function template as a condition, our
|
Completed in 377 milliseconds
<<11121314151617181920>>