Home
last modified time | relevance | path

Searched defs:Component (Results 1 – 25 of 78) sorted by relevance

1234

/external/openscreen/third_party/mozilla/
Durl_parse.h13 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/
Dformat_conversion.h100 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/
DPath.h52 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/
DPath.h52 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/
DPath.h56 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/
Dcomponent.h65 friend class Component; variable
1066 friend class Component; variable
Dfruit_forward_decls.h47 class Component; variable
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dcomposite_bitmap_glyph.cc64 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/
DSkOTTable_glyf.h109 struct Component { struct
110 union Flags {
153 } flags;
154 SK_OT_USHORT glyphIndex;
155 union Transform {
200 } transform;
/external/dagger2/java/dagger/
DComponent.java238 public @interface Component { annotation
/external/dagger2/javatests/dagger/functional/producers/fluentfuture/
DFluentFutures.java73 interface Component { interface in FluentFutures
/external/parameter-framework/upstream/tools/xmlGenerator/
DREADME.md126 #### Component subsubsection
/external/python/cpython2/Mac/Modules/cm/
Dcmsupport.py72 Component = OpaqueByValueType('Component', C_OBJECTPREFIX) variable
/external/llvm/tools/llvm-config/
Dllvm-config.cpp88 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/
DArrayReferenceImpl.java269 class Component implements ValueContainer { class in ArrayReferenceImpl
/external/tensorflow/tensorflow/lite/python/
Dconvert_phase.py37 class Component(enum.Enum): class
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java375 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/
Dcomponent_storage_entry.defn.h125 fruit::ComponentFunction<Component, Arg, Args...> component_function) { in create()
/external/skia/experimental/skrive/include/
DSkRive.h87 explicit Component(Type t) : fType(t) {} in Component() function
/external/google-fruit/include/fruit/impl/
Dcomponent.defn.h51 inline Component<Params...>::Component(PartialComponent<Bindings...>&& partial_component) noexcept … in Component() function
/external/clang/lib/Driver/
DToolChain.cpp287 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
308 StringRef Component, in getCompilerRTArgString()
/external/python/cpython2/Mac/Modules/qd/
Dqdsupport.py57 Component = OpaqueByValueType('Component', 'CmpObj') variable
/external/python/cpython2/Lib/msilib/
Dschema.py129 Component = Table('Component') variable
/external/python/cpython2/Tools/msi/
Dschema.py129 Component = Table('Component') variable
/external/python/cpython3/Lib/msilib/
Dschema.py129 Component = Table('Component') variable

1234