Home
last modified time | relevance | path

Searched refs:unsupported (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/external/eigen/unsupported/
DREADME.txt5 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/eigen/doc/
DCMakeLists.txt25 set(EIGEN_DOXY_PROJECT_NAME "Eigen-unsupported")
26 set(EIGEN_DOXY_OUTPUT_DIRECTORY_SUFFIX "/unsupported")
27 …Y_INPUT "\"${Eigen_SOURCE_DIR}/unsupported/Eigen\" \"${Eigen_SOURCE_DIR}/unsupp…
34 ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile-unsupported
53 ${Eigen_SOURCE_DIR}/unsupported/doc/eigendoxy_layout.xml.in
54 ${Eigen_BINARY_DIR}/doc/unsupported/eigendoxy_layout.xml
78 doc-unsupported-prerequisites
80 COMMAND ${CMAKE_COMMAND} -E make_directory ${Eigen_BINARY_DIR}/doc/html/unsupported
81 …_CURRENT_SOURCE_DIR}/eigen_navtree_hacks.js ${CMAKE_CURRENT_BINARY_DIR}/html/unsupported/
82 …_CURRENT_SOURCE_DIR}/Eigen_Silly_Professor_64x64.png ${CMAKE_CURRENT_BINARY_DIR}/html/unsupported/
[all …]
/external/nist-sip/java/gov/nist/javax/sip/parser/
DUnsupportedParser.java48 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/llvm/test/ExecutionEngine/MCJIT/
Dlit.local.cfg5 config.unsupported = False
7 config.unsupported = True
13 config.unsupported = True
16 config.unsupported = False
19 config.unsupported = True
22 config.unsupported = True
26 config.unsupported = True
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dlit.local.cfg5 config.unsupported = False
7 config.unsupported = True
13 config.unsupported = True
16 config.unsupported = False
19 config.unsupported = True
22 config.unsupported = True
26 config.unsupported = True
/external/llvm/test/ExecutionEngine/
Dlit.local.cfg2 config.unsupported = True
6 config.unsupported = True
10 config.unsupported = True
13 config.unsupported = True
17 config.unsupported = True
/external/eigen/unsupported/doc/
DOverview.dox3 /** \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.
19 The unsupported modules are contributions from various users. They are
/external/clang/test/SemaObjC/
Darc-system-header.m15 …= 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/compiler-rt/test/asan/TestCases/Windows/
Dlit.local.cfg9 # Override the parent directory's "unsupported" decision until we can handle
12 config.unsupported = False
14 config.unsupported = True
/external/valgrind/none/tests/s390x/
Dfpext_warn.stderr.exp2 Emulation warning: unsupported action:
8 Emulation warning: unsupported action:
14 Emulation warning: unsupported action:
/external/llvm/utils/lit/lit/
DTestingConfig.py67 unsupported = False,
119 environment, substitutions, unsupported, argument
128 self.unsupported = unsupported
/external/compiler-rt/test/cfi/
Dlit.cfg35 config.unsupported = True
37 if lit_config.params.get('check_supported', None) and config.unsupported:
38 raise BaseException("Tests unsupported")
/external/llvm/test/Bindings/llvm-c/
Dlit.local.cfg2 config.unsupported = True
4 config.unsupported = True
/external/llvm/test/MC/ELF/ARM/
Dlit.local.cfg1 # We have to reset config.unsupported here because the parent directory is
3 config.unsupported = not 'ARM' in config.root.targets
/external/llvm/test/Bindings/OCaml/
Dlit.local.cfg4 config.unsupported = True
7 config.unsupported = True
/external/llvm/test/MC/SystemZ/
Dlit.local.cfg2 config.unsupported = True
6 config.unsupported = True
/external/llvm/test/CodeGen/AArch64/
Dlit.local.cfg6 config.unsupported = True
10 config.unsupported = True
/external/llvm/test/CodeGen/SystemZ/Large/
Dlit.local.cfg6 config.unsupported = True
9 config.unsupported = True
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Dlit.local.cfg3 config.unsupported = True
8 # config.unsupported = True
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dlit.local.cfg3 config.unsupported = True
8 # config.unsupported = True
/external/eigen/unsupported/doc/examples/
DCMakeLists.txt5 INCLUDE_DIRECTORIES(../../../unsupported ../../../unsupported/test)
/external/eigen/
DINSTALL16 If you also want the unsupported features, copy the unsupported/
/external/clang/include/clang/Basic/
DDiagnosticDriverKinds.td13 def err_drv_unsupported_opt : Error<"unsupported option '%0'">;
15 "unsupported option '%0' for target '%1'">;
17 "unsupported argument '%1' to option '%0'">;
32 "unsupported runtime library '%0' for platform '%1'">;
39 "unsupported use of internal gcc -Z option '%0'">;
55 "invalid Xarch argument: '%0', options requiring arguments are unsupported">;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRUnbufferedCommonTreeNodeStream.m114 …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/compiler-rt/test/profile/
Dlit.cfg50 config.unsupported = True
53 config.unsupported = True

12345678910>>...20