Home
last modified time | relevance | path

Searched refs:approach (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/external/flatbuffers/docs/source/
DCUsage.md78 the top-down approach.
83 The tutorial uses a bottom up approach. In C it is also possible to use
84 a top-down approach by starting and ending objects nested within each
171 The `FLATBUFFERS_WRAP_NAMESPACE` approach used in the tutorial is convenient
173 the best approach. If the namespace is absent, or simple and
176 mentioned above uses this approach.
/external/valgrind/none/tests/
Dresolv.vgtest1 # Disabled on Solaris because different approach needs to be taken.
/external/ply/ply/
DTODO14 than the reflection approach used by PLY.
/external/curl/docs/cmdline-opts/
Dproxytunnel.d7 HTTP-like operations. The tunnel approach is made with the HTTP proxy CONNECT
/external/libcap/doc/
Dcapability.notes11 this fine grained approach to constraining the danger to your system
17 Adopting a role approach to system security:
/external/gemmlowp/meta/
DREADME34 The basic kernel used in this approach is of shape 3x3x8. Obviously this
56 This approach allowed moving all unnecessary branching and conditional execution
/external/skia/dm/
DDMSrcSink.h61 enum Approach { kDirect, kIndirect } approach; member
64 : type(t), approach(a), multisampled(ms) {} in type()
405 flags.approach = SinkFlags::kIndirect; in flags()
DDMSrcSink.cpp104 || flags.approach != SinkFlags::kDirect; in veto()
304 return flags.type != SinkFlags::kRaster || flags.approach != SinkFlags::kDirect; in veto()
805 || flags.approach != SinkFlags::kDirect; in veto()
901 return flags.type != SinkFlags::kGPU || flags.approach != SinkFlags::kDirect || in veto()
905 return flags.type != SinkFlags::kRaster || flags.approach != SinkFlags::kDirect; in veto()
1014 return flags.type != SinkFlags::kRaster || flags.approach != SinkFlags::kDirect; in veto()
1240 return !type_ok || flags.approach != SinkFlags::kDirect; in veto()
/external/dagger2/
DREADME.md9 Dagger 2 is a compile-time evolution approach to dependency injection. Taking the approach
/external/valgrind/helgrind/
DREADME_YARD.txt13 safe write point". As far as I know this is a novel approach. Some
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dstack-overalign.ll10 ; Abstaining from this transform is not the only way to approach this
/external/llvm/test/Transforms/InstCombine/
Dstack-overalign.ll10 ; Abstaining from this transform is not the only way to approach this
/external/fmtlib/doc/bootstrap/
Dprogress-bars.less63 // `.progress-bar.active` approach.
/external/zlib/src/contrib/iostream3/
DREADME16 approach of the standard library's fstream classes. It compiles under gcc versions
/external/bison/m4/
Dconfigmake.m421 dnl Copy the approach used in autoconf 2.60.
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-20-.NET-Differences.txt23 compiled by the same compiler, whereas our approach allows us to link and
D2001-02-06-TypeNotationDebateResp2.txt43 I considered this approach for arrays in general (ie array of int/ array
/external/llvm/docs/HistoricalNotes/
D2001-06-20-.NET-Differences.txt23 compiled by the same compiler, whereas our approach allows us to link and
D2001-02-06-TypeNotationDebateResp2.txt43 I considered this approach for arrays in general (ie array of int/ array
/external/valgrind/gdbserver_tests/
DREADME_DEVELOPERS99 Rational for test approach
102 V: use the 'vg_regtest' approach used by the rest of Valgrind tests
112 template diff approach is quite fragile (e.g. changing the gdb version
/external/skia/site/dev/flutter/
Dindex.md16 If you need to make a breaking API change, the basic approach is:
/external/eigen/doc/
DTutorialReshapeSlicing.dox13 … input matrix itself, which is not possible for compile-time sizes, the approach consist in creati…
/external/googletest/googletest/
DREADME.md92 more robust and flexible approach is to build gtest as part of that
103 known location. This is the least flexible approach and can make
106 project's source tree. This is often the simplest approach, but is
178 Note that this approach requires CMake 2.8.2 or later due to
/external/python/cpython2/Doc/tutorial/
Dindex.rst8 high-level data structures and a simple but effective approach to
/external/protobuf/docs/swift/
DDesignDoc.md69 approach. We can unconditionally surround all property names with backticks to
396 Using this approach, proto3 consumers must always have a default case or handle
448 One minor oddity with this approach is that nil will be auto-converted to the
499 the other aliases. One drawback to this approach is that the static aliases
526 This approach fulfills the needs of proto consumers by providing a
634 approach.
670 This approach also has the disadvantage that there is no automatic “short” way

12345678910>>...14