/external/eigen/unsupported/ |
D | README.txt | 5 In order to use an unsupported module you have to do either: 7 - add the path_to_eigen/unsupported directory to your include path and do: 11 #include <unsupported/Eigen/ModuleHeader> 31 unsupported/Eigen/ModuleHeader1 32 unsupported/Eigen/ModuleHeader2 33 unsupported/Eigen/... 34 unsupported/Eigen/src/Module1/SourceFile1.h 35 unsupported/Eigen/src/Module1/SourceFile2.h 36 unsupported/Eigen/src/Module1/... 37 unsupported/Eigen/src/Module2/SourceFile1.h [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | UnsupportedParser.java | 48 public UnsupportedParser(String unsupported) { in UnsupportedParser() argument 49 super(unsupported); in UnsupportedParser() 75 Unsupported unsupported = new Unsupported(); in parse() local 76 unsupported.setHeaderName(SIPHeaderNames.UNSUPPORTED); in parse() 81 unsupported.setOptionTag(token.getTokenValue()); in parse() 84 unsupportedList.add(unsupported); in parse() 90 unsupported = new Unsupported(); in parse() 95 unsupported.setOptionTag(token.getTokenValue()); in parse() 98 unsupportedList.add(unsupported); in parse()
|
/external/eigen/doc/ |
D | CMakeLists.txt | 14 ${Eigen_SOURCE_DIR}/unsupported/doc/Doxyfile.in 15 ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile-unsupported 56 doc-unsupported-prerequisites 58 COMMAND ${CMAKE_COMMAND} -E make_directory ${Eigen_BINARY_DIR}/doc/html/unsupported 60 ${Eigen_BINARY_DIR}/doc/html/unsupported/ 62 ${Eigen_BINARY_DIR}/doc/html/unsupported/ 67 add_dependencies(doc-unsupported-prerequisites unsupported_snippets unsupported_examples) 70 COMMAND doxygen Doxyfile-unsupported 72 …COMMAND doxygen Doxyfile-unsupported # run doxygen twice to get proper eigen <=> unsupported cross… 74 …igen-doc/*.map eigen-doc/*.png eigen-doc/*.css eigen-doc/*.js eigen-doc/*.txt eigen-doc/unsupported [all …]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | lit.local.cfg | 13 config.unsupported = False 15 config.unsupported = True 21 config.unsupported = True 24 config.unsupported = False 27 config.unsupported = True 30 config.unsupported = True
|
/external/eigen/unsupported/doc/ |
D | Overview.dox | 3 /** \mainpage Eigen's unsupported modules 5 This is the API documentation for Eigen's unsupported modules. 9 Click on the \e Modules tab at the top of this page to get a list of all unsupported modules. 16 The unsupported modules are contributions from various users. They are
|
/external/clang/test/SemaObjC/ |
D | arc-system-header.m | 15 …= 0; // expected-error {{'field' is unavailable: this system declaration uses an unsupported type}} 20 … 0; // expected-error {{'field1' is unavailable: this system declaration uses an unsupported type}} 42 … = 0; // expected-error {{'prop' is unavailable: this system declaration uses an unsupported type}} 43 … = 0; // expected-error {{'prop' is unavailable: this system declaration uses an unsupported type}} 44 … = 0; // expected-error {{'prop' is unavailable: this system declaration uses an unsupported type}} 45 …; // expected-error {{'setProp:' is unavailable: this system declaration uses an unsupported type}}
|
/external/llvm/utils/lit/lit/ |
D | TestingConfig.py | 47 unsupported = False, 88 environment, substitutions, unsupported, on_clone, argument 97 self.unsupported = unsupported 111 self.unsupported, self.on_clone,
|
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/ |
D | TestContentProvider.java | 135 private void unsupported() { in unsupported() method in TestContentProvider.ProviderStateCursor 141 unsupported(); in getDouble() 147 unsupported(); in getFloat() 161 unsupported(); in getShort() 172 unsupported(); in getString()
|
/external/libffi/ |
D | ltcf-gcj.sh | 95 allow_undefined_flag=unsupported 108 allow_undefined_flag=unsupported 252 allow_undefined_flag=unsupported 261 hardcode_direct=unsupported 286 hardcode_direct=unsupported 369 allow_undefined_flag=unsupported 418 hardcode_shlibpath_var=unsupported 500 allow_undefined_flag=unsupported
|
D | ltcf-c.sh | 92 allow_undefined_flag=unsupported 105 allow_undefined_flag=unsupported 253 allow_undefined_flag=unsupported 262 hardcode_direct=unsupported 287 hardcode_direct=unsupported 370 allow_undefined_flag=unsupported 420 hardcode_shlibpath_var=unsupported 525 allow_undefined_flag=unsupported
|
/external/llvm/test/ExecutionEngine/ |
D | lit.local.cfg | 11 config.unsupported = True 14 config.unsupported = True
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
D | lit.local.cfg | 6 config.unsupported = True 10 config.unsupported = True
|
/external/chromium_org/ui/events/cocoa/ |
D | events_mac.mm | 165 // Touch is currently unsupported. 169 // Touch is currently unsupported. 174 // Touch is currently unsupported. 179 // Touch is currently unsupported. 184 // Touch is currently unsupported. 189 // Touch is currently unsupported.
|
/external/eigen/unsupported/doc/examples/ |
D | CMakeLists.txt | 5 INCLUDE_DIRECTORIES(../../../unsupported ../../../unsupported/test)
|
/external/clang/include/clang/Basic/ |
D | DiagnosticDriverKinds.td | 13 def err_drv_unsupported_opt : Error<"unsupported option '%0'">; 15 "unsupported option '%0' for target '%1'">; 17 "unsupported argument '%1' to option '%0'">; 26 "unsupported runtime library '%0' for platform '%1'">; 33 "unsupported use of internal gcc -Z option '%0'">; 49 "invalid Xarch argument: '%0', options requiring arguments are unsupported">;
|
/external/eigen/ |
D | INSTALL | 16 If you also want the unsupported features, copy the unsupported/
|
/external/chromium_org/chrome/browser/resources/ |
D | flags.css | 117 /* Disabled and unsupported experiments display grey text on a grey background. 120 .experiment-unsupported > td, 126 .experiment-unsupported .experiment-name,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | genopcode.asm | 38 push dword cs ; NASM unsupported 140 faddp ;NASM unsupported 153 ffreep st0 ;NASM unsupported
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRUnbufferedCommonTreeNodeStream.m | 114 …me:@"ANTLRTreeException" reason:@"-LT: looking back more than one node unsupported for unbuffered … 161 …@throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-nodeAtIndex: unsupported for… 166 …@throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-toString unsupported for unb… 171 …@throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-toString: unsupported for un… 176 …ptionWithName:@"ANTLRTreeException" reason:@"-toStringFromNode:toNode: unsupported for unbuffered … 254 …@throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-release: unsupported for unb… 260 …@throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-seek: backwards unsupported …
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11gl.c | 359 int unsupported = 0; in X11_GL_GetAttribute() local 419 unsupported = 1; in X11_GL_GetAttribute() 429 unsupported = 1; in X11_GL_GetAttribute() 433 unsupported = 1; in X11_GL_GetAttribute() 437 if (unsupported) { in X11_GL_GetAttribute()
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/unsupported_dir/ |
D | lit.local.cfg | 1 config.unsupported = True
|
/external/stlport/stlport/stl/config/ |
D | _mac.h | 5 #error Looks like unsupported platform
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | error-2.txt | 1 # Check error on a unsupported redirect.
|
/external/llvm/test/Object/ARM/ |
D | lit.local.cfg | 3 config.unsupported = True
|
/external/eigen/unsupported/Eigen/src/KroneckerProduct/ |
D | CMakeLists.txt | 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/KroneckerProduct COMPONENT Devel
|