Home
last modified time | relevance | path

Searched refs:specialized (Results 1 – 25 of 89) sorted by relevance

1234

/external/llvm/docs/HistoricalNotes/
D2001-07-06-LoweringIRForCodeGen.txt9 VM -- it is a little too specialized. But without a corresponding
18 more specialized code any time we want (so that portability is not lost).
23 specialized target-specific VM code for a particular architecture. If the
/external/llvm/include/llvm/IR/
DMetadata.def38 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to
66 // Handler for specialized leaf nodes under MDNode.
71 // Handler for specialized non-leaf nodes under MDNode.
/external/clang/test/PCH/
Dobjc_parameterized_classes.m33 …ation3; // expected-error{{type arguments cannot be applied to already-specialized class type 'PC1…
35 …zation2<id, NSObject *> PC1Specialization4; // expected-error{{already-specialized class type 'PC1…
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dplugin_support.py71 def _add_plugin(self, plugin, specialized): argument
89 if specialized is not None:
90 specialized.append(plugin)
/external/clang/test/SemaObjC/
Dparameterized_classes_subst.m327 // Unspecialized -> specialized (same level)
330 // Specialized -> specialized failure (same level).
333 // Specialized -> specialized (different levels).
336 // Specialized -> specialized failure (different levels).
339 // Unspecialized -> specialized (different levels).
/external/guava/guava/src/com/google/common/reflect/
DInvokable.java158 Invokable<T, R1> specialized = (Invokable<T, R1>) this; in returning() local
159 return specialized; in returning()
/external/clang/test/SemaObjCXX/
Dparameterized_classes_subst.mm275 // Unspecialized -> specialized (same level)
278 // Specialized -> specialized failure (same level).
281 // Specialized -> specialized (different levels).
284 // Specialized -> specialized failure (different levels).
287 // Unspecialized -> specialized (different levels).
/external/eigen/doc/
DTutorialBlockOperations.dox63 other methods for special cases, providing more specialized API and/or better performance. On the t…
65 using the specialized \link DenseBase::col() .col() \endlink function described below lets Eigen kn…
67 The rest of this page describes these specialized methods.
/external/zlib/src/contrib/iostream3/
DREADME7 It does this by deriving a specialized stream buffer for gzipped files, which is
/external/eigen/Eigen/
DSparseLU19 * The code is fully optimized for supernode-panel updates with specialized kernels.
/external/pcre/dist/testdata/
DtestinputEBC1 /-- This is a specialized test for checking, when PCRE is compiled with the
DtestoutputEBC1 /-- This is a specialized test for checking, when PCRE is compiled with the
/external/autotest/test_suites/
Dcontrol.bvt-perbuild23 specialized lab resources.
Dcontrol.bvt-cq25 1. The test should be SHORT, and should not require any specialized
Dcontrol.bvt-inline26 1. The test should be SHORT, and should not require any specialized
/external/nanohttpd/
DREADME.md179 ### Develop your own specialized HTTP service
181 For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*.
193 For a specialized websocket service you can use the module with artifactId *nanohttpd-websocket*.
/external/nanohttpd/src/site/markdown/
Dindex.md175 ### Develop your own specialized HTTP service
177 For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*.
189 For a specialized websocket service you can use the module with artifactId *nanohttpd-websocket*.
/external/bison/data/
DREADME7 that are specialized for specific grammars by the bison program.
/external/cros/system_api/dbus/cryptohome/
Drpc.proto26 // callers know if specialized errors apply.
88 // there is no Request-specific reply data. Any specialized data will live in
/external/fonttools/Lib/fontTools/ttLib/tables/
Dtable_API_readme.txt2 specialized TT/OT table converter: they can convert raw data
/external/gemmlowp/meta/
DREADME18 specialized 8bit multiplication, aggregating to vector aggregators and then
/external/llvm/utils/vim/syntax/
Dllvm.vim77 " Named metadata and specialized metadata keywords.
/external/curl/packages/vms/
Dgenerate_vax_transfer.com212 ; This needs to be compiled with a specialized patch on Macro32 to make it
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp75 vector<RequiredExtension> specialized; in checkAndSpecializeExtensions() local
93specialized.push_back(RequiredExtension(extension.alternatives[supportedAltNdx], extension.effecti… in checkAndSpecializeExtensions()
114 return specialized; in checkAndSpecializeExtensions()
/external/mesa3d/docs/
DRELNOTES-3.5136 and choose specialized point, line, and triangle functions appropriately,

1234