/external/openscreen/third_party/mozilla/ |
D | url_parse.h | 13 struct Component { struct 14 Component() : begin(0), len(-1) {} in Component() function 17 Component(int b, int l) : begin(b), len(l) {} in Component() argument 34 bool operator==(const Component& other) const { argument 44 inline Component MakeRange(int begin, int end) { in MakeRange() argument
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_conversion.h | 100 INLINE Float<SIMD_T> SIMDCALL Clamp(Float<SIMD_T> const& v, uint32_t Component) in Clamp() 148 INLINE simdscalar SIMDCALL Clamp(simdscalar const& v, uint32_t Component) in Clamp() 154 INLINE simd16scalar SIMDCALL Clamp(simd16scalar const& v, uint32_t Component) in Clamp() 165 INLINE Float<SIMD_T> SIMDCALL Normalize(Float<SIMD_T> const& vComp, uint32_t Component) in Normalize() 177 INLINE simdscalar SIMDCALL Normalize(simdscalar const& vComp, uint32_t Component) in Normalize() 183 INLINE simd16scalar SIMDCALL Normalize(simd16scalar const& vComp, uint32_t Component) in Normalize()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 52 StringRef Component; ///< The current component. Not necessarily in Path. variable 78 StringRef Component; ///< The current component. Not necessarily in Path. variable
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 52 StringRef Component; ///< The current component. Not necessarily in Path. variable 78 StringRef Component; ///< The current component. Not necessarily in Path. variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Path.h | 56 StringRef Component; ///< The current component. Not necessarily in Path. variable 82 StringRef Component; ///< The current component. Not necessarily in Path. variable
|
/external/google-fruit/include/fruit/ |
D | component.h | 65 friend class Component; variable 1066 friend class Component; variable
|
D | fruit_forward_decls.h | 47 class Component; variable
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | composite_bitmap_glyph.cc | 64 CompositeBitmapGlyph::Component::Component(const Component& rhs) in Component() function in sfntly::CompositeBitmapGlyph::Component 83 CompositeBitmapGlyph::Component::Component(int32_t glyph_code, in Component() function in sfntly::CompositeBitmapGlyph::Component
|
/external/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 109 struct Component { struct 110 union Flags { 153 } flags; 154 SK_OT_USHORT glyphIndex; 155 union Transform { 200 } transform;
|
/external/dagger2/java/dagger/ |
D | Component.java | 238 public @interface Component { annotation
|
/external/dagger2/javatests/dagger/functional/producers/fluentfuture/ |
D | FluentFutures.java | 73 interface Component { interface in FluentFutures
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | README.md | 126 #### Component subsubsection
|
/external/python/cpython2/Mac/Modules/cm/ |
D | cmsupport.py | 72 Component = OpaqueByValueType('Component', C_OBJECTPREFIX) variable
|
/external/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 88 for (const auto &Component : ComponentMap) { in VisitComponent() local 617 for (auto &Component : DyLibComponents) { in main() local
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ArrayReferenceImpl.java | 269 class Component implements ValueContainer { class in ArrayReferenceImpl
|
/external/tensorflow/tensorflow/lite/python/ |
D | convert_phase.py | 37 class Component(enum.Enum): class
|
/external/turbine/java/com/google/turbine/bytecode/ |
D | Attribute.java | 375 static class Component { class in Attribute.Record 380 Component(String name, String descriptor, List<Attribute> attributes) { in Component() method in Attribute.Record.Component
|
/external/google-fruit/include/fruit/impl/component_storage/ |
D | component_storage_entry.defn.h | 125 fruit::ComponentFunction<Component, Arg, Args...> component_function) { in create()
|
/external/skia/experimental/skrive/include/ |
D | SkRive.h | 87 explicit Component(Type t) : fType(t) {} in Component() function
|
/external/google-fruit/include/fruit/impl/ |
D | component.defn.h | 51 inline Component<Params...>::Component(PartialComponent<Bindings...>&& partial_component) noexcept … in Component() function
|
/external/clang/lib/Driver/ |
D | ToolChain.cpp | 287 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() 308 StringRef Component, in getCompilerRTArgString()
|
/external/python/cpython2/Mac/Modules/qd/ |
D | qdsupport.py | 57 Component = OpaqueByValueType('Component', 'CmpObj') variable
|
/external/python/cpython2/Lib/msilib/ |
D | schema.py | 129 Component = Table('Component') variable
|
/external/python/cpython2/Tools/msi/ |
D | schema.py | 129 Component = Table('Component') variable
|
/external/python/cpython3/Lib/msilib/ |
D | schema.py | 129 Component = Table('Component') variable
|