Home
last modified time | relevance | path

Searched refs:Direct (Results 1 – 25 of 190) sorted by relevance

12345678

/third_party/boost/boost/iostreams/detail/adapter/
Ddirect_adapter.hpp44 template<typename Direct>
47 typedef typename char_type_of<Direct>::type char_type;
48 typedef typename mode_of<Direct>::type mode_type;
58 explicit direct_adapter_base(const Direct& d);
69 Direct d_;
72 template<typename Direct>
73 class direct_adapter : private direct_adapter_base<Direct> {
75 typedef direct_adapter_base<Direct> base_type;
87 direct_adapter(const Direct& d) : base_type(d) { } in direct_adapter()
94 is_same<U, direct_adapter<Direct> >,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h75 enum DirectConstruction { Direct }; enumerator
98 return LocationSize(Value | ImpreciseBit, Direct); in upperBound()
102 return LocationSize(Unknown, Direct); in unknown()
107 return LocationSize(MapTombstone, Direct); in mapTombstone()
110 return LocationSize(MapEmpty, Direct); in mapEmpty()
DCGSCCPassManager.h577 int Direct;
596 ++Count.Direct;
676 CallCountOld.Direct < CallCountNew.Direct) {
/third_party/boost/boost/geometry/formulas/
Dgnomonic_spheroid.hpp39 template <typename, bool, bool, bool, bool> class Direct
46 typedef Direct<CT, false, false, true, true> direct_quantities_type;
47 typedef Direct<CT, true, false, false, false> direct_coordinates_type;
Dgnomonic_intersection.hpp39 template <typename, bool, bool, bool, bool> class Direct
72 typedef gnomonic_spheroid<CT, Inverse, Direct> gnom_t; in apply()
/third_party/mesa3d/src/mesa/tnl/
DNOTES61 - Direct the default vertex transformation stage to
67 - Direct the display list component of the tnl module to
79 - Direct the display list component to enable/disable caching
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cfg.cpp125 case SPIRBlock::Direct: in post_order_visit()
318 (dom.terminator == SPIRBlock::Direct && dom.next_block == to) || in node_terminates_control_flow_in_sub_graph()
375 case SPIRBlock::Direct: in lift_continue_block_dominator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp436 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
443 PHINode *DirPHI = cast<PHINode>(Direct); in SplitIndirectBrCriticalEdges()
449 Direct++; in SplitIndirectBrCriticalEdges()
/third_party/boost/libs/geometry/test/formulas/
Ddirect_accuracy.cpp68 GeographicLibWGS84.Direct(0.0, 0.0, azimuth, distance_m, lat2k, lon2k, azi2k); in test_main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
144 assert((getKind() == LocationKind::Direct || in getOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp82 if (TI.getSimpleMode() == SimpleTypeMode::Direct) in simpleTypeName()
/third_party/json/test/thirdparty/Fuzzer/test/
Dfuzzer-leak.test4 LEAK_DURING: Direct leak of 4 byte(s) in 1 object(s) allocated from:
/third_party/libphonenumber/resources/carrier/en/
D44.txt21 # - 08Direct Limited: 08Direct
188 4474068|08Direct
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dindex.js80 case "string": // Direct alias to other encoding.
/third_party/flutter/skia/resources/lua/
Dslides_content2.lua117 - Direct support for sRGB
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dmod.rs62 ($push_name: ident, $scalar: ty, $Direct: ident, $Indirect: ident) => {
64 let x = Value::$Direct(x.into());
/third_party/python/Lib/test/xmltestdata/c14n-20/
DREADME8 Direct source:
/third_party/vk-gl-cts/
DCMakeLists.txt116 # DRM (Direct Rendering Manager) Headers
123 set(DEQP_SUPPORT_DRM ON CACHE BOOL "Build code requiring the Linux/Unix Direct Rendering Manager")
127 set(DEQP_SUPPORT_DRM OFF CACHE BOOL "Build code requiring the Linux/Unix Direct Rendering Manager")
/third_party/ltp/runtest/
Ddio1 #DESCRIPTION:Direct IO tests
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp23 assert(TI.getSimpleMode() != SimpleTypeMode::Direct); in NativeTypePointer()
/third_party/python/Doc/c-api/
Dbytearray.rst37 Direct API functions
/third_party/mesa3d/docs/
Dindex.rst15 Mesa ties into several other open-source projects: the `Direct Rendering
Dlists.rst24 - for the Linux/BSD Direct Rendering Module (DRM) kernel modules
/third_party/mesa3d/src/mesa/drivers/dri/
Dmeson.build91 description : 'Direct Rendering Infrastructure',
/third_party/e2fsprogs/doc/RelNotes/
Dv1.46.2.txt32 Fix Direct I/O support on block devices where the logical block size is

12345678