Home
last modified time | relevance | path

Searched refs:techniques (Results 1 – 25 of 68) sorted by relevance

123

/external/jmonkeyengine/engine/src/core/com/jme3/material/
DMaterialDef.java55 private Map<String, TechniqueDef> techniques; field in MaterialDef
73 techniques = new HashMap<String, TechniqueDef>(); in MaterialDef()
164 techniques.put(technique.getName(), technique); in addTechniqueDef()
187 return techniques.get(name); in getTechniqueDef()
DMaterial.java92 private HashMap<String, Technique> techniques = new HashMap<String, Technique>(); field in Material
225 mat.techniques = new HashMap<String, Technique>(); in clone()
839 Technique tech = techniques.get(name); in selectTechnique()
856 techniques.put(name, tech); in selectTechnique()
881 techniques.put(name, tech); in selectTechnique()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
D_README.txt24 validation code, which is then used to validate the feed xml. Because the two techniques yield
/external/nanopb-c/examples/using_union_messages/
DREADME.txt7 https://developers.google.com/protocol-buffers/docs/techniques#union
/external/chromium-trace/trace-viewer/third_party/Paste/
DREADME.rst64 * Several authentication techniques, including HTTP (Basic and
DPKG-INFO72 * Several authentication techniques, including HTTP (Basic and
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt21 This test specification describes general techniques and methodologies used
/external/chromium-trace/trace-viewer/third_party/Paste/Paste.egg-info/
DPKG-INFO72 * Several authentication techniques, including HTTP (Basic and
/external/deqp/doc/testspecs/GLES3/
Dperformance.txt21 This test specification describes general techniques and methodologies used
/external/llvm/docs/
DBugpoint.rst90 the JIT or the static LLC compiler. It uses several techniques to reduce the
161 following steps may help. These same techniques are useful with TargetLowering
DGarbageCollection.rst113 techniques dominates any low-level losses.
652 features and correlates them with the collection techniques which typically
720 To be clear, the collection techniques above are defined as:
917 implement "stop the world" techniques using self-modifying code, where it is
DAliasAnalysis.rst11 Alias Analysis (aka Pointer Analysis) is a class of techniques which attempt to
421 example. Another consequence is that debugging techniques involving pausing
441 feeds into a load, for example. It uses caching and other techniques to be
DVectorizers.rst11 focus on different optimization opportunities and use different techniques.
/external/llvm/docs/tutorial/
DOCamlLangImpl1.rst25 about teaching compiler techniques and LLVM specifically, *not* about
46 AST - With the lexer in place, we can talk about parsing techniques
DLangImpl1.rst25 about teaching compiler techniques and LLVM specifically, *not* about
46 With the lexer in place, we can talk about parsing techniques and
DLangImpl4.rst14 chapter describes two new techniques: adding optimizer support to your
/external/llvm/docs/HistoricalNotes/
D2001-02-09-AdveComments.txt20 types (even though they encode implementation techniques rather than
D2001-02-09-AdveCommentsResponse.txt32 > switch types (even though they encode implementation techniques rather
/external/jsmn/
DREADME.md34 …des enough information for parsing any JSON data and makes it possible to use zero-copy techniques.
/external/libpng/contrib/gregbook/
DREADME71 coding techniques for using the libpng reference library. As a result,
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dpaste-httpserver-threadpool.txt35 between the two techniques, and to try to respond usefully in most
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dindex.txt332 advanced HTTP techniques, while the `comment middleware example
Djsonrpc-example.txt650 Many of these techniques would be better used with a `RESTful
/external/tinyxml/
Dreadme.txt325 techniques.
/external/libvncserver/
DREADME246 with client/server techniques.

123