/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | Extensions3DQt.cpp | 45 bool Extensions3DQt::supports(const String&) in supports() function in WebCore::Extensions3DQt 52 ASSERT(supports(name)); in ensureEnabled() 57 return supports(name); in isEnabled()
|
D | Extensions3DQt.h | 38 virtual bool supports(const String&);
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageFullScreenClient.cpp | 48 bool supports = true; in supportsFullScreen() local 49 page->sendSync(Messages::WebFullScreenManagerProxy::SupportsFullScreen(withKeyboard), supports); in supportsFullScreen() 50 return supports; in supportsFullScreen()
|
/external/bison/m4/ |
D | printf.m4 | 7 dnl Test whether the *printf family of functions supports the 'j', 'z', 't', 17 AC_CACHE_CHECK([whether printf supports size specifiers as in C99], 88 dnl Test whether the *printf family of functions supports 'long double' 96 AC_CACHE_CHECK([whether printf supports 'long double' arguments], 135 dnl Test whether the *printf family of functions supports infinite and NaN 144 AC_CACHE_CHECK([whether printf supports infinite 'double' arguments], 245 dnl Test whether the *printf family of functions supports infinite and NaN 265 AC_CACHE_CHECK([whether printf supports infinite 'long double' arguments], 465 dnl Test whether the *printf family of functions supports the 'a' and 'A' 474 AC_CACHE_CHECK([whether printf supports the 'a' and 'A' directives], [all …]
|
D | c-working.m4 | 53 # Whether the compiler for the current language supports -g in 60 [AC_CACHE_CHECK([whether $_AC_CC supports POSIXLY_CORRECT=1], 74 # Whether the C compiler supports -g in POSIXLY_CORRECT mode.
|
D | fcntl.m4 | 8 # - supports F_DUPFD correctly 9 # - supports or emulates F_DUPFD_CLOEXEC 10 # - supports F_GETFD
|
D | warnings.m4 | 21 # Check if the compiler supports OPTION when compiling PROGRAM. 45 # Adds parameter to WARN_CFLAGS if the compiler supports it when
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebFullScreenManagerProxy.cpp | 102 void WebFullScreenManagerProxy::supportsFullScreen(bool withKeyboard, bool& supports) in supportsFullScreen() argument 105 supports = false; in supportsFullScreen() 107 supports = true; in supportsFullScreen()
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | Extensions3DOpenGL.cpp | 54 bool Extensions3DOpenGL::supports(const String& name) in supports() function in WebCore::Extensions3DOpenGL 117 ASSERT_UNUSED(name, supports(name)); in ensureEnabled() 129 return supports(name); in isEnabled()
|
D | Extensions3DOpenGL.h | 42 virtual bool supports(const String&);
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | Caps.java | 243 public static boolean supports(Collection<Caps> caps, Texture tex){ in supports() method in Caps 280 public static boolean supports(Collection<Caps> caps, FrameBuffer fb){ in supports() method in Caps 334 public static boolean supports(Collection<Caps> caps, Shader shader){ in supports() method in Caps
|
/external/qemu-pc-bios/vgabios/ |
D | vbe_display_api.txt | 16 0xb0c0 supports the following VBE_DISPI_ interfaces (present in Bochs 1.4): 27 0xb0c1 supports 0xb0c0 VBE_DISPI_ interfaces, additional interfaces (present in Bochs 2.… 33 0xb0c2 supports 0xb0c1 VBE_DISPI_ interfaces, interfaces updated for 35 VBE_DISPI_INDEX_BPP supports >8bpp color depth (value = bits) 36 … VBE_DISPI_INDEX_ENABLE supports new flags VBE_DISPI_NOCLEARMEM and VBE_DISPI_LFB_ENABLED 39 0xb0c3 supports 0xb0c2 VBE_DISPI_ interfaces, interfaces updated for 41 VBE_DISPI_INDEX_ENABLE supports new flags VBE_DISPI_GETCAPS and VBE_DISPI_8BIT_DAC
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 44 …d = extensions->supports("GL_ANGLE_framebuffer_blit") && extensions->supports("GL_ANGLE_framebuffe… in create() 50 bool packedDepthStencilSupported = extensions->supports("GL_OES_packed_depth_stencil"); in create()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.WinCE | 5 SDL supports GAPI and WinDib output for Windows CE. 7 GAPI driver supports:
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | changes31.dox | 22 /// The 3.1 runtime now supports tree rewrites from tree parsers. See the main ANTLR 30 /// supports remote debugging only (you cannot generate C, compile and debug it from the 32 /// you are using a version of ANTLRWorks that supports tree parser debugging. Generate
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_gui.sgml | 30 <para>wpa_gui supports (almost) all of the interactive status and 57 manager supports it). By default the main status window is
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl8.rst | 21 Our little language supports a couple of interesting features: it 22 supports user defined binary and unary operators, it uses JIT 23 compilation for immediate evaluation, and it supports a few control flow 40 - **typed variables** - Kaleidoscope currently only supports variables 68 collection, note that LLVM fully supports `Accurate Garbage 71 - **debugger support** - LLVM supports generation of `DWARF Debug 77 - **exception handling support** - LLVM supports generation of `zero 126 supports, even emitting C code and compiling that on targets that LLVM 266 the use of tail calls (which LLVM also supports).
|
D | LangImpl8.rst | 21 Our little language supports a couple of interesting features: it 22 supports user defined binary and unary operators, it uses JIT 23 compilation for immediate evaluation, and it supports a few control flow 40 - **typed variables** - Kaleidoscope currently only supports variables 68 collection, note that LLVM fully supports `Accurate Garbage 71 - **debugger support** - LLVM supports generation of `DWARF Debug 77 - **exception handling support** - LLVM supports generation of `zero 126 supports, even emitting C code and compiling that on targets that LLVM 266 the use of tail calls (which LLVM also supports).
|
/external/valgrind/main/drd/tests/ |
D | linuxthreads_det.stderr.exp-linuxthreads | 2 Detected the LinuxThreads threading library. Sorry, but DRD only supports
|
/external/webkit/Source/WebCore/webaudio/ |
D | AudioPannerNode.idl | 37 …attribute unsigned long panningModel; // FIXME: use unsigned short when glue generation supports it 45 …ttribute unsigned long distanceModel; // FIXME: use unsigned short when glue generation supports it
|
/external/chromium/third_party/libevent/ |
D | configure.in | 180 [Define if your system supports the epoll system calls]) 276 [Define if your system supports the epoll system calls]) 287 [Define if your system supports event ports]) 346 AC_MSG_CHECKING([whether our compiler supports __func__]) 351 AC_MSG_CHECKING([whether our compiler supports __FUNCTION__])
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Extensions3D.h | 62 virtual bool supports(const String&) = 0;
|
/external/zlib/src/contrib/iostream3/ |
D | TODO | 5 - The ability to seek (zlib supports this, but could be slow/tricky)
|
/external/quake/quake/src/WinQuake/docs/ |
D | INSTALL.Quake2 | 4 Quake2 for Linux supports the following video subsystems: 15 Mesa 3-D 2.6 supports this on 3DFX hardware. 41 Quake2 for Linux supports the following renderers: 45 is required. Note that SVGALib 1.2.11 supports the ability to run a 48 resolution supported by Quake2. If SVGALib supports your video card, higher
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | Extensions3DChromium.h | 44 virtual bool supports(const String&);
|