/external/grpc-grpc/src/python/grpcio_tests/tests/ |
D | tests.json | 21 "unit._api_test.AllTest", 22 "unit._api_test.ChannelConnectivityTest", 23 "unit._api_test.ChannelTest", 24 "unit._auth_context_test.AuthContextTest", 25 "unit._auth_test.AccessTokenAuthMetadataPluginTest", 26 "unit._auth_test.GoogleCallCredentialsTest", 27 "unit._channel_args_test.ChannelArgsTest", 28 "unit._channel_close_test.ChannelCloseTest", 29 "unit._channel_connectivity_test.ChannelConnectivityTest", 30 "unit._channel_ready_future_test.ChannelReadyFutureTest", [all …]
|
/external/u-boot/drivers/ddr/marvell/axp/ |
D | xor_regs.h | 11 * to channels 0 & 1 of unit 1 17 #define MV_XOR_REGS_OFFSET(unit) (0xF0800) argument 19 #define MV_XOR_REGS_OFFSET(unit) (0x60900) argument 21 #define MV_XOR_REGS_BASE(unit) (MV_XOR_REGS_OFFSET(unit)) argument 24 #define XOR_CHANNEL_ARBITER_REG(unit) (MV_XOR_REGS_BASE(unit)) argument 25 #define XOR_CONFIG_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + (0x10 + ((chan) * 4))) argument 26 #define XOR_ACTIVATION_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + (0x20 + ((chan) * 4))) argument 29 #define XOR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x30) argument 30 #define XOR_MASK_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x40) argument 31 #define XOR_ERROR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x50) argument [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | MeasureUnit.java | 32 * A unit such as length, mass, volume, currency, etc. A unit is 154 for (MeasureUnit unit : MeasureUnit.getAvailable(type)) { in getAvailable() 155 result.add(unit); in getAvailable() 204 public static MeasureUnit resolveUnitPerUnit(MeasureUnit unit, MeasureUnit perUnit) { in resolveUnitPerUnit() argument 205 return unitPerUnitToSingleUnit.get(Pair.of(unit, perUnit)); in resolveUnitPerUnit() 321 // Load the unit types. Use English, since we know that that is a superset. in populateCache() 349 MeasureUnit unit = tmp.get(unitName); in addUnit() local 350 if (unit == null) { in addUnit() 351 tmp.put(unitName, unit = factory.create(type, unitName)); in addUnit() 353 return unit; in addUnit() [all …]
|
/external/llvm/bindings/ocaml/transforms/scalar_opts/ |
D | llvm_scalar_opts.ml | 11 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 14 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 17 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 20 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 23 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 26 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 29 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 32 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 35 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 38 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit [all …]
|
D | llvm_scalar_opts.mli | 17 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 22 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 27 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 32 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 37 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 42 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 47 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 52 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 57 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 62 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/transforms/scalar_opts/ |
D | llvm_scalar_opts.ml | 11 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 14 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 17 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 20 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 23 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 26 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 29 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 32 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 35 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 38 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit [all …]
|
D | llvm_scalar_opts.mli | 17 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 22 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 27 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 32 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 37 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 42 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 47 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 52 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 57 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 62 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | adsensehost_v4_1.accounts.adunits.html | 79 <p class="firstline">Delete the specified ad unit from the specified publisher AdSense account.</p> 82 <p class="firstline">Get the specified host ad unit in this AdSense account.</p> 85 <p class="firstline">Get ad code for the specified ad unit, attaching the specified host custom cha… 88 <p class="firstline">Insert the supplied ad unit into the specified publisher AdSense account.</p> 97 <p class="firstline">Update the supplied ad unit in the specified publisher AdSense account. This m… 100 <p class="firstline">Update the supplied ad unit in the specified publisher AdSense account.</p> 104 <pre>Delete the specified ad unit from the specified publisher AdSense account. 107 accountId: string, Account which contains the ad unit. (required) 108 adClientId: string, Ad client for which to get ad unit. (required) 109 adUnitId: string, Ad unit to delete. (required) [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | MeasureUnit.java | 31 * A unit such as length, mass, volume, currency, etc. A unit is 166 for (MeasureUnit unit : MeasureUnit.getAvailable(type)) { in getAvailable() 167 result.add(unit); in getAvailable() 214 public static MeasureUnit resolveUnitPerUnit(MeasureUnit unit, MeasureUnit perUnit) { in resolveUnitPerUnit() argument 215 return unitPerUnitToSingleUnit.get(Pair.of(unit, perUnit)); in resolveUnitPerUnit() 329 // Load the unit types. Use English, since we know that that is a superset. in populateCache() 356 MeasureUnit unit = tmp.get(unitName); in addUnit() local 357 if (unit == null) { in addUnit() 358 tmp.put(unitName, unit = factory.create(type, unitName)); in addUnit() 360 return unit; in addUnit() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 111 } unit[MAX_TEXTURE_COORD_UNITS]; member 275 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]; in make_state_key() 283 key->unit[i].enabled = 1; in make_state_key() 286 key->unit[i].source_index = texObj->TargetIndex; in make_state_key() 291 key->unit[i].shadow = (format == GL_DEPTH_COMPONENT || in make_state_key() 295 key->unit[i].ModeRGB = comb->ModeRGB; in make_state_key() 296 key->unit[i].ModeA = comb->ModeA; in make_state_key() 297 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB; in make_state_key() 298 key->unit[i].ScaleShiftA = comb->ScaleShiftA; in make_state_key() 299 key->unit[i].NumArgsRGB = comb->NumArgsRGB; in make_state_key() [all …]
|
/external/u-boot/drivers/ddr/marvell/a38x/ |
D | xor_regs.h | 11 * mapped to channels 0 & 1 of unit 1 16 #define MV_XOR_REGS_OFFSET(unit) (0x60900) argument 17 #define MV_XOR_REGS_BASE(unit) (MV_XOR_REGS_OFFSET(unit)) argument 20 #define XOR_CHANNEL_ARBITER_REG(unit) (MV_XOR_REGS_BASE(unit)) argument 21 #define XOR_CONFIG_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + \ argument 23 #define XOR_ACTIVATION_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + \ argument 27 #define XOR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x30)) argument 28 #define XOR_MASK_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x40)) argument 29 #define XOR_ERROR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x50)) argument 30 #define XOR_ERROR_ADDR_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x60)) argument [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | measunit.h | 26 * \brief C++ API: A unit for measuring a quantity. 34 * A unit such as length, mass, volume, currency, etc. A unit is 45 * Populates the instance with the base dimensionless unit. 176 * Returns associated array index for this measure unit. Only valid for 191 * @return the unit.getIndex() of the unit which has this unit.getType() and unit.getSubtype(), 192 * or a negative value if there is no such unit 202 const MeasureUnit &unit, const MeasureUnit &perUnit, bool* isResolved); 209 // http://site.icu-project.org/design/formatting/measureformat/updating-measure-unit 214 * Returns by pointer, unit of acceleration: g-force. 224 * Returns by value, unit of acceleration: g-force. [all …]
|
/external/cldr/common/main/ |
D | kea.xml | 2886 <unit type="acceleration-g-force"> 2889 </unit> 2890 <unit type="acceleration-meter-per-second-squared"> 2893 </unit> 2894 <unit type="angle-revolution"> 2897 </unit> 2898 <unit type="angle-radian"> 2901 </unit> 2902 <unit type="angle-degree"> 2905 </unit> [all …]
|
D | kl.xml | 1280 <unit type="acceleration-g-force"> 1284 </unit> 1285 <unit type="acceleration-meter-per-second-squared"> 1289 </unit> 1290 <unit type="angle-revolution"> 1294 </unit> 1295 <unit type="angle-radian"> 1299 </unit> 1300 <unit type="angle-degree"> 1304 </unit> [all …]
|
D | ceb.xml | 3027 <unit type="acceleration-g-force"> 3031 </unit> 3032 <unit type="acceleration-meter-per-second-squared"> 3036 </unit> 3037 <unit type="angle-revolution"> 3041 </unit> 3042 <unit type="angle-radian"> 3046 </unit> 3047 <unit type="angle-degree"> 3051 </unit> [all …]
|
D | yo.xml | 4538 <unit type="acceleration-g-force"> 4541 </unit> 4542 <unit type="acceleration-meter-per-second-squared"> 4545 </unit> 4546 <unit type="angle-revolution"> 4549 </unit> 4550 <unit type="angle-radian"> 4553 </unit> 4554 <unit type="angle-degree"> 4557 </unit> [all …]
|
D | ig.xml | 4505 <unit type="acceleration-g-force"> 4508 </unit> 4509 <unit type="acceleration-meter-per-second-squared"> 4512 </unit> 4513 <unit type="angle-revolution"> 4516 </unit> 4517 <unit type="angle-radian"> 4520 </unit> 4521 <unit type="angle-degree"> 4524 </unit> [all …]
|
D | mzn.xml | 1901 <unit type="acceleration-g-force"> 1904 </unit> 1905 <unit type="acceleration-meter-per-second-squared"> 1908 </unit> 1909 <unit type="angle-revolution"> 1912 </unit> 1913 <unit type="angle-radian"> 1916 </unit> 1917 <unit type="angle-degree"> 1920 </unit> [all …]
|
D | en_001.xml | 873 <unit type="acceleration-meter-per-second-squared"> 877 </unit> 878 <unit type="area-square-kilometer"> 883 </unit> 884 <unit type="area-square-meter"> 889 </unit> 890 <unit type="area-square-centimeter"> 895 </unit> 896 <unit type="concentr-karat"> 900 </unit> [all …]
|
D | ar_SA.xml | 1457 <unit type="acceleration-g-force"> 1465 </unit> 1466 <unit type="acceleration-meter-per-second-squared"> 1474 </unit> 1475 <unit type="angle-revolution"> 1483 </unit> 1484 <unit type="angle-radian"> 1492 </unit> 1493 <unit type="angle-degree"> 1501 </unit> [all …]
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texstate.c | 198 * Texture unit state management 207 static GLboolean radeonUpdateTextureEnv( struct gl_context *ctx, int unit ) in radeonUpdateTextureEnv() argument 210 const struct gl_texture_unit *rtexUnit = &ctx->Texture.Unit[unit]; in radeonUpdateTextureEnv() 212 &ctx->Texture.FixedFuncUnit[unit]; in radeonUpdateTextureEnv() 223 fprintf( stderr, "%s( %p, %d )\n", __func__, (void *)ctx, unit ); in radeonUpdateTextureEnv() 235 rmesa->state.texture.unit[unit].format = 0; in radeonUpdateTextureEnv() 236 rmesa->state.texture.unit[unit].envMode = 0; in radeonUpdateTextureEnv() 264 color_arg[i] = radeon_texture_color[op][unit]; in radeonUpdateTextureEnv() 285 if (texture_base_format(ctx->Texture.Unit[txunit]._Current) == GL_ALPHA) in radeonUpdateTextureEnv() 309 alpha_arg[i] = radeon_texture_alpha[op][unit]; in radeonUpdateTextureEnv() [all …]
|
/external/XNNPACK/bench/ |
D | f32-dwconv-e2e.cc | 81 …BENCHMARK_CAPTURE(f32_dwconv_up4x9__aarch64_neonfma, mobilenet_v1, models::MobileNetV1)->Unit(benc… 82 …BENCHMARK_CAPTURE(f32_dwconv_up4x9__aarch64_neonfma, mobilenet_v2, models::MobileNetV2)->Unit(benc… 84 …nv_up4x9__aarch64_neonfma_cortex_a55, mobilenet_v1, models::MobileNetV1)->Unit(benchmark::kMicrose… 85 …nv_up4x9__aarch64_neonfma_cortex_a55, mobilenet_v2, models::MobileNetV2)->Unit(benchmark::kMicrose… 137 …BENCHMARK_CAPTURE(f32_dwconv_up4x9__neon, mobilenet_v1, models::MobileNetV1)->Unit(benchmark::kMic… 138 …BENCHMARK_CAPTURE(f32_dwconv_up4x9__neon, mobilenet_v2, models::MobileNetV2)->Unit(benchmark::kMic… 140 …BENCHMARK_CAPTURE(f32_dwconv_up4x9__neon_acc2, mobilenet_v1, models::MobileNetV1)->Unit(benchmark:… 141 …BENCHMARK_CAPTURE(f32_dwconv_up4x9__neon_acc2, mobilenet_v2, models::MobileNetV2)->Unit(benchmark:… 143 …BENCHMARK_CAPTURE(f32_dwconv_up8x9__neon, mobilenet_v1, models::MobileNetV1)->Unit(benchmark::kMic… 144 …BENCHMARK_CAPTURE(f32_dwconv_up8x9__neon, mobilenet_v2, models::MobileNetV2)->Unit(benchmark::kMic… [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | Period.java | 16 * Represents an approximate duration in multiple TimeUnits. Each unit, 40 * @param unit the unit 43 public static Period at(float count, TimeUnit unit) { in at() argument 45 return new Period(ETimeLimit.NOLIMIT, false, count, unit); in at() 52 * @param unit the unit 55 public static Period moreThan(float count, TimeUnit unit) { in moreThan() argument 57 return new Period(ETimeLimit.MT, false, count, unit); in moreThan() 64 * @param unit the unit 67 public static Period lessThan(float count, TimeUnit unit) { in lessThan() argument 69 return new Period(ETimeLimit.LT, false, count, unit); in lessThan() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | Period.java | 15 * Represents an approximate duration in multiple TimeUnits. Each unit, 38 * @param unit the unit 41 public static Period at(float count, TimeUnit unit) { in at() argument 43 return new Period(ETimeLimit.NOLIMIT, false, count, unit); in at() 50 * @param unit the unit 53 public static Period moreThan(float count, TimeUnit unit) { in moreThan() argument 55 return new Period(ETimeLimit.MT, false, count, unit); in moreThan() 62 * @param unit the unit 65 public static Period lessThan(float count, TimeUnit unit) { in lessThan() argument 67 return new Period(ETimeLimit.LT, false, count, unit); in lessThan() [all …]
|
/external/arm-trusted-firmware/drivers/marvell/comphy/ |
D | phy-comphy-3700.h | 41 #define PHY_SHFT(unit) ((unit == PCIE) ? PCIEPHY_SHFT : USB3PHY_SHFT) argument 45 #define PWR_PLL_CTRL_ADDR(unit) (COMPHY_POWER_PLL_CTRL * PHY_SHFT(unit)) argument 70 #define KVCO_CAL_CTRL_ADDR(unit) (COMPHY_KVCO_CAL_CTRL * PHY_SHFT(unit)) argument 80 #define DIG_LB_EN_ADDR(unit) (COMPHY_LOOPBACK_REG0 * PHY_SHFT(unit)) argument 89 #define SYNC_PATTERN_REG_ADDR(unit) (COMPHY_SYNC_PATTERN_REG * \ argument 90 PHY_SHFT(unit)) 100 #define ISOLATION_CTRL_REG_ADDR(unit) (COMPHY_ISOLATION_CTRL_REG * \ argument 101 PHY_SHFT(unit)) 105 #define MISC_REG0_ADDR(unit) (COMPHY_MISC_REG0_ADDR * PHY_SHFT(unit)) argument 112 #define GEN2_SETTING_2_ADDR(unit) (COMPHY_REG_GEN2_SET_2 * PHY_SHFT(unit)) argument [all …]
|