/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | range.hpp | 31 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
|
D | type_trait.hpp | 46 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/pdfium/core/fxcodec/jpx/ |
D | cjpx_decoder.cpp | 104 auto components = components_span(img); in sycc444_to_rgb() local 146 bool sycc420_422_size_is_valid(pdfium::span<opj_image_comp_t> components) { in sycc420_422_size_is_valid() 153 bool sycc420_size_is_valid(pdfium::span<opj_image_comp_t> components) { in sycc420_size_is_valid() 167 auto components = components_span(img); in sycc420_to_rgb() local 306 bool sycc422_size_is_valid(pdfium::span<opj_image_comp_t> components) { in sycc422_size_is_valid() 315 auto components = components_span(img); in sycc422_to_rgb() local 374 bool is_sycc420(pdfium::span<opj_image_comp_t> components) { in is_sycc420() 380 bool is_sycc422(pdfium::span<opj_image_comp_t> components) { in is_sycc422() 386 bool is_sycc444(pdfium::span<opj_image_comp_t> components) { in is_sycc444() 393 auto components = components_span(img); in color_sycc_to_rgb() local [all …]
|
/external/rust/android-crates-io/crates/uefi/src/fs/path/ |
D | path.rs | 37 pub fn components(&self) -> Components { in components() method 221 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable 222 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable 228 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable 229 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable 236 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable 243 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable 244 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable 251 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable 252 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_driver_params_to_ubo.c | 14 unsigned components, unsigned offset) in load_primitive_map_ubo() 27 unsigned components, unsigned offset) in load_primitive_param_ubo() 40 unsigned components, unsigned offset) in load_driver_params_ubo() 56 unsigned components = nir_intrinsic_dest_components(intr); in lower_driver_param_to_ubo() local
|
D | ir3_lower_spill.c | 73 unsigned components = spill->srcs[2]->uim_val; in handle_oob_offset_spill() local 86 unsigned components = reload->srcs[2]->uim_val; in handle_oob_offset_reload() local 114 unsigned components = MIN2(orig_components - comp, 4); in split_spill() local 150 unsigned components = MIN2(orig_components - comp, 4); in split_reload() local
|
/external/dagger2/java/dagger/hilt/processor/internal/ |
D | Components.java | 37 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/imagination/rogue/ |
D | rogue_build_data.c | 79 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/ |
D | deFilePath.cpp | 50 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/webrtc/api/test/ |
D | create_video_quality_test_fixture.cc | 28 auto components = in CreateVideoQualityTestFixture() local 35 std::unique_ptr<VideoQualityTestFixtureInterface::InjectionComponents> in CreateVideoQualityTestFixture()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowGainmap.java | 42 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/ |
D | lazytree.py | 56 def _remove(self, components): argument 85 def _get(self, components): argument 107 def _set(self, components, f): argument
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | scc_test.cc | 61 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/skia/src/sksl/ir/ |
D | SkSLSwizzle.cpp | 112 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() 536 ComponentArray components) { in MakeExact()
|
D | SkSLSwizzle.h | 58 const ComponentArray& components) in Swizzle() 96 const ComponentArray& components() const { in components() function 115 const ComponentArray& components) in Swizzle()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | constants.h | 313 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/ |
D | constants.h | 313 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/angle/third_party/spirv-tools/src/source/opt/ |
D | constants.h | 313 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/cronet/stable/components/metrics/ |
D | component_metrics_provider_unittest.cc | 24 std::vector<ComponentInfo>& components) in TestComponentMetricsProviderDelegate() 47 std::vector<ComponentInfo> components = { in TEST_F() local
|
/external/cronet/tot/components/metrics/ |
D | component_metrics_provider_unittest.cc | 24 std::vector<ComponentInfo>& components) in TestComponentMetricsProviderDelegate() 47 std::vector<ComponentInfo> components = { in TEST_F() local
|
/external/guava/guava/src/com/google/common/base/ |
D | Predicates.java | 96 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() 353 private final List<? extends Predicate<? super T>> components; field in Predicates.AndPredicate 355 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate() 396 private final List<? extends Predicate<? super T>> components; field in Predicates.OrPredicate 398 private OrPredicate(List<? extends Predicate<? super T>> components) { in OrPredicate() 436 private static String toStringHelper(String methodName, Iterable<?> components) { in toStringHelper()
|
/external/guava/android/guava/src/com/google/common/base/ |
D | Predicates.java | 96 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() 353 private final List<? extends Predicate<? super T>> components; field in Predicates.AndPredicate 355 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate() 396 private final List<? extends Predicate<? super T>> components; field in Predicates.OrPredicate 398 private OrPredicate(List<? extends Predicate<? super T>> components) { in OrPredicate() 436 private static String toStringHelper(String methodName, Iterable<?> components) { in toStringHelper()
|
/external/dagger2/java/dagger/spi/model/ |
D | ComponentPath.java | 31 public static ComponentPath create(Iterable<DaggerTypeElement> components) { in create() 39 public abstract ImmutableList<DaggerTypeElement> components(); in components() method in ComponentPath
|
/external/dagger2/java/dagger/internal/codegen/model/ |
D | ComponentPath.java | 32 public static ComponentPath create(Iterable<DaggerTypeElement> components) { in create() 40 public abstract ImmutableList<DaggerTypeElement> components(); in components() method in ComponentPath
|
/external/dagger2/java/dagger/model/ |
D | ComponentPath.java | 32 public static ComponentPath create(Iterable<TypeElement> components) { in create() 40 public abstract ImmutableList<TypeElement> components(); in components() method in ComponentPath
|