Home
last modified time | relevance | path

Searched defs:components (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Drange.hpp31 inline length_t components(tvec1<T, P> const & v) in components() function
37 inline length_t components(tvec2<T, P> const & v) in components() function
43 inline length_t components(tvec3<T, P> const & v) in components() function
49 inline length_t components(tvec4<T, P> const & v) in components() function
55 inline length_t components(genType const & m) in components() function
Dtype_trait.hpp46 static length_t const components = 0; member
59 components = 1 enumerator
71 components = 2 enumerator
83 components = 3 enumerator
95 components = 4 enumerator
107 components = 2, enumerator
121 components = 2, enumerator
135 components = 2, enumerator
149 components = 3, enumerator
163 components = 3, enumerator
[all …]
/external/dagger2/java/dagger/hilt/processor/internal/
DComponents.java37 ImmutableSet<ClassName> components; in getComponents() local
70 public static AnnotationSpec getInstallInAnnotationSpec(ImmutableSet<ClassName> components) { in getInstallInAnnotationSpec()
82 ImmutableList<XTypeElement> components = in getHiltInstallInComponents() local
/external/mesa3d/src/freedreno/ir3/
Dir3_lower_spill.c93 unsigned components = spill->srcs[2]->uim_val; in handle_oob_offset_spill() local
106 unsigned components = reload->srcs[2]->uim_val; in handle_oob_offset_reload() local
134 unsigned components = MIN2(orig_components - comp, 4); in split_spill() local
168 unsigned components = MIN2(orig_components - comp, 4); in split_reload() local
/external/mesa3d/src/imagination/rogue/
Drogue_build_data.c79 unsigned components) in reserve_iterator()
166 unsigned components = glsl_get_components(var->type); in collect_io_data_fs() local
236 unsigned components) in reserve_vs_input()
256 unsigned components) in reserve_vs_output()
290 unsigned components = glsl_get_components(var->type); in collect_io_data_vs() local
/external/deqp/framework/delibs/decpp/
DdeFilePath.cpp50 FilePath::FilePath(const std::vector<std::string> &components) in FilePath()
89 FilePath FilePath::join(const std::vector<std::string> &components) in join()
96 std::vector<std::string> components; in normalize() local
141 std::vector<std::string> components; in getBaseName() local
148 std::vector<std::string> components; in getDirName() local
/external/pdfium/core/fxge/
Dcalculate_pitch.cpp14 uint32_t components, in CalculatePitch8Safely()
35 uint32_t CalculatePitch8OrDie(uint32_t bpc, uint32_t components, int width) { in CalculatePitch8OrDie()
44 uint32_t components, in CalculatePitch8()
/external/webrtc/api/test/
Dcreate_video_quality_test_fixture.cc28 auto components = in CreateVideoQualityTestFixture() local
35 std::unique_ptr<VideoQualityTestFixtureInterface::InjectionComponents> in CreateVideoQualityTestFixture()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowGainmap.java42 protected static void nGetRatioMin(long ptr, float[] components) { in nGetRatioMin()
54 protected static void nGetRatioMax(long ptr, float[] components) { in nGetRatioMax()
66 protected static void nGetGamma(long ptr, float[] components) { in nGetGamma()
78 protected static void nGetEpsilonSdr(long ptr, float[] components) { in nGetEpsilonSdr()
90 protected static void nGetEpsilonHdr(long ptr, float[] components) { in nGetEpsilonHdr()
/external/libchrome/libchrome_tools/uprev/
Dlazytree.py56 def _remove(self, components): argument
85 def _get(self, components): argument
107 def _set(self, components, f): argument
/external/tensorflow/tensorflow/core/grappler/utils/
Dscc_test.cc61 std::unordered_map<const NodeDef*, int> components; in TEST_F() local
93 std::unordered_map<const NodeDef*, int> components; in TEST_F() local
156 std::unordered_map<const NodeDef*, int> components; in TEST_F() local
390 std::unordered_map<const NodeDef*, int> components; in TEST_F() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dconstants.h313 const std::vector<const Constant*>& components) in CompositeConstant()
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant()
325 const std::vector<const Constant*>& components) in StructConstant()
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant()
348 const std::vector<const Constant*>& components) in VectorConstant()
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant()
381 const std::vector<const Constant*>& components) in MatrixConstant()
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) in MatrixConstant()
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant()
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h313 const std::vector<const Constant*>& components) in CompositeConstant()
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant()
325 const std::vector<const Constant*>& components) in StructConstant()
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant()
348 const std::vector<const Constant*>& components) in VectorConstant()
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant()
381 const std::vector<const Constant*>& components) in MatrixConstant()
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) in MatrixConstant()
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant()
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h313 const std::vector<const Constant*>& components) in CompositeConstant()
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant()
325 const std::vector<const Constant*>& components) in StructConstant()
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant()
348 const std::vector<const Constant*>& components) in VectorConstant()
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant()
381 const std::vector<const Constant*>& components) in MatrixConstant()
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) in MatrixConstant()
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant()
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant()
/external/guava/guava/src/com/google/common/base/
DPredicates.java96 Iterable<? extends Predicate<? super T>> components) { in and()
108 public static <T extends @Nullable Object> Predicate<T> and(Predicate<? super T>... components) { in and()
130 Iterable<? extends Predicate<? super T>> components) { in or()
142 public static <T extends @Nullable Object> Predicate<T> or(Predicate<? super T>... components) { in or()
355 private final List<? extends Predicate<? super T>> components; field in Predicates.AndPredicate
357 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate()
398 private final List<? extends Predicate<? super T>> components; field in Predicates.OrPredicate
400 private OrPredicate(List<? extends Predicate<? super T>> components) { in OrPredicate()
438 private static String toStringHelper(String methodName, Iterable<?> components) { in toStringHelper()
/external/guava/android/guava/src/com/google/common/base/
DPredicates.java96 Iterable<? extends Predicate<? super T>> components) { in and()
108 public static <T extends @Nullable Object> Predicate<T> and(Predicate<? super T>... components) { in and()
130 Iterable<? extends Predicate<? super T>> components) { in or()
142 public static <T extends @Nullable Object> Predicate<T> or(Predicate<? super T>... components) { in or()
355 private final List<? extends Predicate<? super T>> components; field in Predicates.AndPredicate
357 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate()
398 private final List<? extends Predicate<? super T>> components; field in Predicates.OrPredicate
400 private OrPredicate(List<? extends Predicate<? super T>> components) { in OrPredicate()
438 private static String toStringHelper(String methodName, Iterable<?> components) { in toStringHelper()
/external/skia/src/sksl/ir/
DSkSLSwizzle.h58 const ComponentArray& components) in Swizzle()
90 const ComponentArray& components() const { in components() function
109 const ComponentArray& components) in Swizzle()
DSkSLSwizzle.cpp112 std::string Swizzle::MaskString(const ComponentArray& components) { in MaskString()
123 ComponentArray components) { in optimize_constructor_swizzle()
259 ComponentArray components; in Convert() local
441 bool Swizzle::IsIdentity(const ComponentArray& components) { in IsIdentity()
453 ComponentArray components) { in Make()
/external/dagger2/java/dagger/internal/codegen/model/
DComponentPath.java32 public static ComponentPath create(Iterable<DaggerTypeElement> components) { in create()
40 public abstract ImmutableList<DaggerTypeElement> components(); in components() method in ComponentPath
/external/dagger2/java/dagger/spi/model/
DComponentPath.java31 public static ComponentPath create(Iterable<DaggerTypeElement> components) { in create()
39 public abstract ImmutableList<DaggerTypeElement> components(); in components() method in ComponentPath
/external/cronet/components/metrics/
Dcomponent_metrics_provider_unittest.cc24 std::vector<ComponentInfo>& components) in TestComponentMetricsProviderDelegate()
47 std::vector<ComponentInfo> components = { in TEST_F() local
/external/dagger2/java/dagger/model/
DComponentPath.java32 public static ComponentPath create(Iterable<TypeElement> components) { in create()
40 public abstract ImmutableList<TypeElement> components(); in components() method in ComponentPath
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DAggregatedDepsGenerator.java38 private final ImmutableSet<ClassName> components; field in AggregatedDepsGenerator
45 ImmutableSet<ClassName> components, in AggregatedDepsGenerator()
/external/mesa3d/src/amd/vulkan/nir/
Dradv_nir_lower_hit_attrib_derefs.c40 nir_def *components[NIR_MAX_VEC_COMPONENTS]; in lower_hit_attrib_deref() local
84 nir_def *components[2]; in lower_hit_attrib_deref() local
90 nir_def *components[4]; in lower_hit_attrib_deref() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/
DMixtureMultivariateNormalDistribution.java66 List<Pair<Double, MultivariateNormalDistribution>> components) { in MixtureMultivariateNormalDistribution()
79 RandomGenerator rng, List<Pair<Double, MultivariateNormalDistribution>> components) in MixtureMultivariateNormalDistribution()

12345678910>>...23