| /external/pdfium/core/fxcodec/jpx/ |
| D | cjpx_decoder.cpp | 104 auto components = components_span(img); in sycc444_to_rgb() local 105 int prec = components[0].prec; in sycc444_to_rgb() 112 std::min({components[0].w, components[1].w, components[2].w}); in sycc444_to_rgb() 114 std::min({components[0].h, components[1].h, components[2].h}); in sycc444_to_rgb() 121 const int* y = components[0].data; in sycc444_to_rgb() 122 const int* cb = components[1].data; in sycc444_to_rgb() 123 const int* cr = components[2].data; in sycc444_to_rgb() 138 opj_image_data_free(components[0].data); in sycc444_to_rgb() 139 opj_image_data_free(components[1].data); in sycc444_to_rgb() 140 opj_image_data_free(components[2].data); in sycc444_to_rgb() [all …]
|
| /external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | type_aligned.hpp | 71 /// 2 components vector of high single-precision floating-point numbers. 75 /// 2 components vector of medium single-precision floating-point numbers. 79 /// 2 components vector of low single-precision floating-point numbers. 83 /// 2 components vector of high double-precision floating-point numbers. 87 /// 2 components vector of medium double-precision floating-point numbers. 91 /// 2 components vector of low double-precision floating-point numbers. 95 /// 2 components vector of high precision signed integer numbers. 99 /// 2 components vector of medium precision signed integer numbers. 103 /// 2 components vector of low precision signed integer numbers. 107 /// 2 components vector of high precision unsigned integer numbers. [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/assets/css/ |
| D | main.scss | 30 "common/components/button", 31 "common/components/image", 32 "common/components/card", 33 "common/components/gallery", 34 "common/components/hero", 35 "common/components/menu", 36 "common/components/modal", 37 "common/components/toc", 38 "common/components/item", 39 "common/components/swiper", [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/assets/css/ |
| D | main.scss | 30 "common/components/button", 31 "common/components/image", 32 "common/components/card", 33 "common/components/gallery", 34 "common/components/hero", 35 "common/components/menu", 36 "common/components/modal", 37 "common/components/toc", 38 "common/components/item", 39 "common/components/swiper", [all …]
|
| /external/libchrome/libchrome_tools/uprev/ |
| D | lazytree.py | 56 def _remove(self, components): argument 57 """Removes components from self tree. 60 components: the path to remove, relative to self. Each element means 65 if len(components) == 1: 66 del self._files[components[0]] 70 dirname, components = components[0], components[1:] 72 subdir._remove(components) 82 components = path.split(b'/') 83 self._remove(components) 85 def _get(self, components): argument [all …]
|
| /external/pigweed/pw_build_mcuxpresso/py/tests/ |
| D | components_test.py | 14 """Components Tests.""" 21 from pw_build_mcuxpresso.components import Project 33 <components> 40 </components> 48 defines = project.components["test"].defines 57 <components> 60 </components> 68 defines = project.components["test"].defines 75 <components> 83 </components> [all …]
|
| /external/json-schema-validator/src/test/resources/openapi3/ |
| D | discriminator.json | 7 "$ref": "#/components/schemas/Room" 10 "$ref": "#/components/schemas/BedRoom" 13 "$ref": "#/components/schemas/KidsBedRoom" 16 "$ref": "#/components/schemas/Kitchen" 19 "$ref": "#/components/schemas/GuestRoom" 22 "components": { object 40 "bed": "#/components/schemas/BedRoom" 48 "$ref": "#/components/schemas/Room" 64 "guest": "#/components/schemas/GuestRoom" 72 "$ref": "#/components/schemas/BedRoom" [all …]
|
| /external/fonttools/Tests/mtiLib/data/mti/ |
| D | gsubligature.ttx.GSUB | 13 <Ligature components="J" glyph="IJ"/> 16 <Ligature components="Jsmall" glyph="IJsmall"/> 19 <Ligature components="f,i" glyph="ffi"/> 20 <Ligature components="f,l" glyph="ffl"/> 21 <Ligature components="f,t" glyph="fft"/> 22 <Ligature components="f,b" glyph="ffb"/> 23 <Ligature components="f,h" glyph="ffh"/> 24 <Ligature components="f,k" glyph="ffk"/> 25 <Ligature components="i" glyph="fi"/> 26 <Ligature components="l" glyph="fl"/> [all …]
|
| /external/cronet/stable/build/config/ |
| D | unsafe_buffers_paths.txt | 79 -chromeos/ash/components/memory/userspace_swap/ 80 -chromeos/ash/components/system/ 82 -chromeos/components/kcer/kcer_nss 84 -components/allocation_recorder/ 85 -components/chromeos_camera 86 -components/commerce/ 87 -components/crash/ 88 -components/cronet/ 89 -components/crx_file/ 90 -components/desks_storage/ [all …]
|
| /external/cronet/tot/build/config/ |
| D | unsafe_buffers_paths.txt | 79 -chromeos/ash/components/memory/userspace_swap/ 80 -chromeos/ash/components/system/ 82 -chromeos/components/kcer/kcer_nss 84 -components/allocation_recorder/ 85 -components/chromeos_camera 86 -components/commerce/ 87 -components/crash/ 88 -components/cronet/ 89 -components/crx_file/ 90 -components/desks_storage/ [all …]
|
| /external/llvm/docs/ |
| D | LLVMBuild.rst | 22 as to how the source code and various components are organized. The 31 Clang, and LLDB) is organized into *components*, which define the 75 *components*. Every component is typically grouped into its own 80 LLVM primarily uses the following types of components: 82 - *Libraries* - Library components define a distinct API which can be 94 Components are described using ``LLVMBuild.txt`` files in the directories 147 Each file may define multiple components. Each component is described by a 149 name is ignored, but each section name must be unique. Typically components 150 are just number in order for files with multiple components 160 Components **may not** define any properties other than those expected [all …]
|
| /external/crosvm/src/crosvm/plugin/ |
| D | config.rs | 27 let components: Vec<&str> = value.split(':').collect(); in from_str() localVariable 28 if components.is_empty() || components.len() > 3 || components[0].is_empty() { in from_str() 35 let src = PathBuf::from(components[0]); in from_str() 38 components[0], in from_str() 44 components[0], in from_str() 49 let dst = PathBuf::from(match components.get(1) { in from_str() 50 None | Some(&"") => components[0], in from_str() 55 components[1], in from_str() 60 let writable: bool = match components.get(2) { in from_str() 64 components[2], in from_str() [all …]
|
| /external/rust/android-crates-io/crates/uefi/src/fs/path/ |
| D | path.rs | 35 /// Iterator over the components of a path. 37 pub fn components(&self) -> Components { in components() argument 38 Components { in components() 49 let components_count = self.components().count(); in parent() 66 self.components() in parent() 95 self.components().count() == other.components().count() in eq() 97 .components() in eq() 98 .zip(other.components()) in eq() 103 /// Iterator over the components of a path. For example, the path `\\a\\b\\c` 104 /// has the components `[a, b, c]`. This is a more basic approach than the [all …]
|
| /external/libwebsockets/contrib/ |
| D | cross-esp32.cmake | 38 -I${IDF_PATH}/components/newlib/platform_include \ 39 -I${IDF_PATH}/components/mdns/include \ 40 -I${IDF_PATH}/components/heap/include \ 41 -I${IDF_PATH}/components/driver/include \ 42 -I${IDF_PATH}/components/spi_flash/include \ 43 -I${IDF_PATH}/components/nvs_flash/include \ 44 -I${IDF_PATH}/components/tcpip_adapter/include \ 45 -I${IDF_PATH}/components/lwip/include/lwip/posix \ 46 -I${IDF_PATH}/components/lwip/include/lwip \ 47 -I${IDF_PATH}/components/lwip/include/lwip/port \ [all …]
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/utilities/ |
| D | OrderedTuple.java | 25 * <p>Ordering is done by encoding all components of the T-uple into a 30 * the components of the T-uple are mixed together to form a single 38 * 2<sup>p</sup> offset is added to the components in order to avoid 68 * first point will have all its components set to their lower bounds 69 * while the second point will have all its components set to their 72 * <p>T-uples with negative infinite or positive infinite components 82 * their dimension regardless of their components values</li> 83 * <li>instances with {@code Double.NaN} components are sorted 85 * components</li> 86 * <li>instances with both positive and negative infinite components [all …]
|
| /external/oj-libjdwp/src/share/back/ |
| D | ArrayReferenceImpl.c | 73 jboolean *components; in writeBooleanComponents() local 75 components = newComponents(out, length, sizeof(jboolean)); in writeBooleanComponents() 76 if (components != NULL) { in writeBooleanComponents() 78 JNI_FUNC_PTR(env,GetBooleanArrayRegion)(env, array, index, length, components); in writeBooleanComponents() 80 (void)outStream_writeBoolean(out, components[i]); in writeBooleanComponents() 82 deleteComponents(components); in writeBooleanComponents() 90 jbyte *components; in writeByteComponents() local 92 components = newComponents(out, length, sizeof(jbyte)); in writeByteComponents() 93 if (components != NULL) { in writeByteComponents() 95 JNI_FUNC_PTR(env,GetByteArrayRegion)(env, array, index, length, components); in writeByteComponents() [all …]
|
| /external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | compatibility.hpp | 64 …typedef tvec2<bool, highp> bool2; //!< \brief boolean type with 2 components. (From GLM_GTX_co… 65 …typedef tvec3<bool, highp> bool3; //!< \brief boolean type with 3 components. (From GLM_GTX_co… 66 …typedef tvec4<bool, highp> bool4; //!< \brief boolean type with 4 components. (From GLM_GTX_co… 69 …typedef tmat2x2<bool, highp> bool2x2; //!< \brief boolean matrix with 2 x 2 components. (From GL… 70 …typedef tmat2x3<bool, highp> bool2x3; //!< \brief boolean matrix with 2 x 3 components. (From GL… 71 …typedef tmat2x4<bool, highp> bool2x4; //!< \brief boolean matrix with 2 x 4 components. (From GL… 72 …typedef tmat3x2<bool, highp> bool3x2; //!< \brief boolean matrix with 3 x 2 components. (From GL… 73 …typedef tmat3x3<bool, highp> bool3x3; //!< \brief boolean matrix with 3 x 3 components. (From GL… 74 …typedef tmat3x4<bool, highp> bool3x4; //!< \brief boolean matrix with 3 x 4 components. (From GL… 75 …typedef tmat4x2<bool, highp> bool4x2; //!< \brief boolean matrix with 4 x 2 components. (From GL… [all …]
|
| /external/skia/src/sksl/ir/ |
| D | SkSLSwizzle.cpp | 112 std::string Swizzle::MaskString(const ComponentArray& components) { in MaskString() argument 114 for (int8_t component : components) { in MaskString() 123 ComponentArray components) { in optimize_constructor_swizzle() argument 128 int swizzleSize = components.size(); in optimize_constructor_swizzle() 173 for (int8_t c : components) { in optimize_constructor_swizzle() 196 for (int8_t c : components) { in optimize_constructor_swizzle() 215 // Since we know this argument uses components, it should already have at least one in optimize_constructor_swizzle() 254 "too many components in swizzle mask"); in Convert() 259 ComponentArray components; in Convert() local 263 case '0': components.push_back(SwizzleComponent::ZERO); break; in Convert() [all …]
|
| /external/mesa3d/src/freedreno/ir3/ |
| D | ir3_nir_lower_driver_params_to_ubo.c | 14 unsigned components, unsigned offset) in load_primitive_map_ubo() argument 18 b, components, &ir3_const_state(v)->primitive_map_ubo, offset); in load_primitive_map_ubo() 21 return ir3_load_driver_ubo(b, components, &const_state->primitive_map_ubo, in load_primitive_map_ubo() 27 unsigned components, unsigned offset) in load_primitive_param_ubo() argument 31 b, components, &ir3_const_state(v)->primitive_param_ubo, offset); in load_primitive_param_ubo() 34 return ir3_load_driver_ubo(b, components, &const_state->primitive_param_ubo, in load_primitive_param_ubo() 40 unsigned components, unsigned offset) in load_driver_params_ubo() argument 44 b, components, &ir3_const_state(v)->driver_params_ubo, offset); in load_driver_params_ubo() 47 return ir3_load_driver_ubo(b, components, &const_state->driver_params_ubo, in load_driver_params_ubo() 56 unsigned components = nir_intrinsic_dest_components(intr); in lower_driver_param_to_ubo() local [all …]
|
| /external/fonttools/Tests/feaLib/data/ |
| D | spec5d1.ttx | 46 <Ligature components="slash,two" glyph="onehalf"/> 47 <Ligature components="slash,two.oldstyle" glyph="onehalf"/> 48 <Ligature components="fraction,two" glyph="onehalf"/> 49 <Ligature components="fraction,two.oldstyle" glyph="onehalf"/> 52 <Ligature components="slash,two" glyph="onehalf"/> 53 <Ligature components="slash,two.oldstyle" glyph="onehalf"/> 54 <Ligature components="fraction,two" glyph="onehalf"/> 55 <Ligature components="fraction,two.oldstyle" glyph="onehalf"/> 65 <Ligature components="slash,two" glyph="onehalf"/> 66 <Ligature components="fraction,two" glyph="onehalf"/> [all …]
|
| /external/libwebsockets/lib/ |
| D | CMakeLists.txt | 41 include_directories($ENV{IDF_PATH}/components/freertos/include 42 $ENV{IDF_PATH}/components/esp_hw_support/include/soc/ 43 $ENV{IDF_PATH}/components/esp_common/include 44 $ENV{IDF_PATH}/components/esp_timer/include 45 $ENV{IDF_PATH}/components/soc/include 46 $ENV{IDF_PATH}/components/soc/src/esp32/include 47 $ENV{IDF_PATH}/components/lwip/port/esp32/include 48 $ENV{IDF_PATH}/components/lwip/lwip/src/include 49 $ENV{IDF_PATH}/components/lwip/port/esp32/include 51 $ENV{IDF_PATH}/components/esp_rom/include [all …]
|
| /external/oboe/samples/RhythmGame/third_party/glm/ |
| D | fwd.hpp | 305 /// Low precision 8 bit signed integer vector of 2 components type. 309 /// Low precision 8 bit signed integer vector of 3 components type. 313 /// Low precision 8 bit signed integer vector of 4 components type. 322 /// Medium precision 8 bit signed integer vector of 2 components type. 326 /// Medium precision 8 bit signed integer vector of 3 components type. 330 /// Medium precision 8 bit signed integer vector of 4 components type. 339 /// High precision 8 bit signed integer vector of 2 components type. 343 /// High precision 8 bit signed integer vector of 3 components type. 347 /// High precision 8 bit signed integer vector of 4 components type. 366 /// Default precision 8 bit signed integer vector of 2 components type. [all …]
|
| /external/executorch/backends/apple/coreml/runtime/sdk/ |
| D | program_path.mm | 16 void append_component(CURRENT component, std::vector<Path::Component>& components) { 18 if (components.size() > 0) { 19 lastComponent = std::get_if<LAST>(&(components.back())); 22 …NSCAssert(components.size() > 0 && lastComponent != nullptr, @"Failed to append %s component, last… 23 components.emplace_back(std::move(component)); 26 void append_component(Path::Program component, std::vector<Path::Component>& components) { 27 …NSCAssert(components.size() == 0, @"Failed to append %s component, components is not empty.", Path… 28 components.emplace_back(std::move(component)); 31 void append_component(Path::Program::Function component, std::vector<Path::Component>& components) { 32 append_component<Path::Program, Path::Program::Function>(std::move(component), components); [all …]
|
| /external/webrtc/sdk/ |
| D | BUILD.gn | 309 "objc/components/audio/RTCNativeAudioSessionDelegateAdapter.h", 310 "objc/components/audio/RTCNativeAudioSessionDelegateAdapter.mm", 331 "objc/components/audio/RTCAudioSession+Configuration.mm", 332 "objc/components/audio/RTCAudioSession+Private.h", 333 "objc/components/audio/RTCAudioSession.h", 334 "objc/components/audio/RTCAudioSession.mm", 335 "objc/components/audio/RTCAudioSessionConfiguration.h", 336 "objc/components/audio/RTCAudioSessionConfiguration.m", 378 "objc/components/network/RTCNetworkMonitor+Private.h", 379 "objc/components/network/RTCNetworkMonitor.h", [all …]
|
| /external/pigweed/pw_build_mcuxpresso/py/pw_build_mcuxpresso/ |
| D | bazel.py | 28 from pw_build_mcuxpresso.components import Component, Project 42 from components import Component, Project # type: ignore 80 """Resolves dependency cycles between components 85 mapping of component ids to components without dependency cycles 87 components = project.components.copy() 89 a, b = components[id_a], components[id_b] 100 components[c.id] = c 102 return components 114 components = project.components.values() 116 defines = deduplicate_chain(component.defines for component in components) [all …]
|