/third_party/boost/boost/iostreams/detail/adapter/ |
D | direct_adapter.hpp | 44 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/ |
D | MemoryLocation.h | 75 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()
|
D | CGSCCPassManager.h | 577 int Direct; 596 ++Count.Direct; 676 CallCountOld.Direct < CallCountNew.Direct) {
|
/third_party/boost/boost/geometry/formulas/ |
D | gnomonic_spheroid.hpp | 39 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;
|
D | gnomonic_intersection.hpp | 39 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/ |
D | NOTES | 61 - 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/ |
D | spirv_cfg.cpp | 125 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/ |
D | BreakCriticalEdges.cpp | 436 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/ |
D | direct_accuracy.cpp | 68 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/ |
D | StackMapParser.h | 104 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/ |
D | TypeIndex.cpp | 82 if (TI.getSimpleMode() == SimpleTypeMode::Direct) in simpleTypeName()
|
/third_party/json/test/thirdparty/Fuzzer/test/ |
D | fuzzer-leak.test | 4 LEAK_DURING: Direct leak of 4 byte(s) in 1 object(s) allocated from:
|
/third_party/libphonenumber/resources/carrier/en/ |
D | 44.txt | 21 # - 08Direct Limited: 08Direct 188 4474068|08Direct
|
/third_party/node/deps/npm/node_modules/iconv-lite/lib/ |
D | index.js | 80 case "string": // Direct alias to other encoding.
|
/third_party/flutter/skia/resources/lua/ |
D | slides_content2.lua | 117 - Direct support for sRGB
|
/third_party/flatbuffers/rust/flexbuffers/src/builder/ |
D | mod.rs | 62 ($push_name: ident, $scalar: ty, $Direct: ident, $Indirect: ident) => { 64 let x = Value::$Direct(x.into());
|
/third_party/python/Lib/test/xmltestdata/c14n-20/ |
D | README | 8 Direct source:
|
/third_party/vk-gl-cts/ |
D | CMakeLists.txt | 116 # 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/ |
D | dio | 1 #DESCRIPTION:Direct IO tests
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypePointer.cpp | 23 assert(TI.getSimpleMode() != SimpleTypeMode::Direct); in NativeTypePointer()
|
/third_party/python/Doc/c-api/ |
D | bytearray.rst | 37 Direct API functions
|
/third_party/mesa3d/docs/ |
D | index.rst | 15 Mesa ties into several other open-source projects: the `Direct Rendering
|
D | lists.rst | 24 - for the Linux/BSD Direct Rendering Module (DRM) kernel modules
|
/third_party/mesa3d/src/mesa/drivers/dri/ |
D | meson.build | 91 description : 'Direct Rendering Infrastructure',
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.46.2.txt | 32 Fix Direct I/O support on block devices where the logical block size is
|