HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 1 - 25 of 1015) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jcommander/src/test/resources/
jcommander.properties 19 groups=unit
  /external/u-boot/drivers/ddr/marvell/axp/
xor_regs.h 11 * to channels 0 & 1 of unit 1
16 #define MV_XOR_REGS_OFFSET(unit) (0x60900)
17 #define MV_XOR_REGS_BASE(unit) (MV_XOR_REGS_OFFSET(unit))
20 #define XOR_CHANNEL_ARBITER_REG(unit) (MV_XOR_REGS_BASE(unit))
21 #define XOR_CONFIG_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + (0x10 + ((chan) * 4)))
22 #define XOR_ACTIVATION_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + (0x20 + ((chan) * 4))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeUnitAmount.java 13 * Express a duration as a time unit and number. Patterned after Currency.
23 * Create from a number and unit.
25 public TimeUnitAmount(Number number, TimeUnit unit) {
26 super(number, unit);
30 * Create from a number and unit.
32 public TimeUnitAmount(double number, TimeUnit unit) {
33 super(new Double(number), unit);
37 * Get the unit (convenience to avoid cast).
Measure.java 18 * An amount of a specified unit, consisting of a Number and a Unit.
20 * unit, such as feet or meters.
36 private final MeasureUnit unit; field in class:Measure
39 * Constructs a new object given a number and a unit.
41 * @param unit the unit
43 public Measure(Number number, MeasureUnit unit) {
44 if (number == null || unit == null) {
48 this.unit = unit
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeUnitAmount.java 12 * Express a duration as a time unit and number. Patterned after Currency.
22 * Create from a number and unit.
25 public TimeUnitAmount(Number number, TimeUnit unit) {
26 super(number, unit);
30 * Create from a number and unit.
33 public TimeUnitAmount(double number, TimeUnit unit) {
34 super(new Double(number), unit);
38 * Get the unit (convenience to avoid cast).
Measure.java 17 * An amount of a specified unit, consisting of a Number and a Unit.
19 * unit, such as feet or meters.
36 private final MeasureUnit unit; field in class:Measure
39 * Constructs a new object given a number and a unit.
41 * @param unit the unit
44 public Measure(Number number, MeasureUnit unit) {
45 if (number == null || unit == null) {
49 this.unit = unit
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfetch.h 33 _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit);
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.ml 12 external create : unit -> t
14 external set_opt_level : int -> t -> unit
16 external set_size_level : int -> t -> unit
18 external set_disable_unit_at_a_time : bool -> t -> unit
20 external set_disable_unroll_loops : bool -> t -> unit
22 external use_inliner_with_threshold : int -> t -> unit
25 : [ `Function ] Llvm.PassManager.t -> t -> unit
28 : [ `Module ] Llvm.PassManager.t -> t -> unit
31 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.ml 12 external create : unit -> t
14 external set_opt_level : int -> t -> unit
16 external set_size_level : int -> t -> unit
18 external set_disable_unit_at_a_time : bool -> t -> unit
20 external set_disable_unroll_loops : bool -> t -> unit
22 external use_inliner_with_threshold : int -> t -> unit
25 : [ `Function ] Llvm.PassManager.t -> t -> unit
28 : [ `Module ] Llvm.PassManager.t -> t -> unit
31 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Value.java 35 public static Value create(double value, String unit) {
36 return new Value(value, checkNotNull(unit));
42 private String unit; field in class:Value
46 this.unit = "";
49 private Value(double value, String unit) {
51 this.unit = unit;
54 public String unit() { method in class:Value
55 return unit;
68 && this.unit.equals(that.unit)
    [all...]
  /device/google/contexthub/firmware/os/platform/native/inc/plat/
usart.h 28 uint8_t unit; member in struct:usart
  /external/u-boot/drivers/ddr/marvell/a38x/
xor_regs.h 11 * mapped to channels 0 & 1 of unit 1
16 #define MV_XOR_REGS_OFFSET(unit) (0x60900)
17 #define MV_XOR_REGS_BASE(unit) (MV_XOR_REGS_OFFSET(unit))
20 #define XOR_CHANNEL_ARBITER_REG(unit) (MV_XOR_REGS_BASE(unit))
21 #define XOR_CONFIG_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + \
23 #define XOR_ACTIVATION_REG(unit, chan) (MV_XOR_REGS_BASE(unit) +
    [all...]
  /bionic/tests/
run-on-host.sh 7 m -j bionic-unit-tests-glibc
12 ${HOST_OUT}/nativetest64/bionic-unit-tests-glibc/bionic-unit-tests-glibc $@
22 prepare $1 bionic-unit-tests
30 ${NATIVETEST}/bionic-unit-tests/bionic-unit-tests $@
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue332/
Data.java 24 private String unit; field in class:Data
36 @ConstructorProperties({"label", "value", "unit"})
37 public Data(String label, BigDecimal value, String unit) {
40 this.unit = unit;
47 // public void setUnit(String unit) {
48 // this.unit = unit;
56 return unit;
66 ", unit='" + unit + '\''
    [all...]
  /external/tensorflow/tensorflow/stream_executor/lib/
human_readable.h 45 const char* unit = units; local
48 ++unit;
49 assert(unit < units + sizeof(units));
52 return port::Printf(((*unit == 'K') ? "%s%.1f%c" : "%s%.2f%c"), neg_str,
53 num_bytes / 1024.0, *unit);
  /external/icu/icu4c/source/i18n/
measure.cpp 30 number(_number), unit(adoptedUnit) {
38 UObject(other), unit(0) {
44 delete unit;
46 unit = (MeasureUnit*) other.unit->clone();
56 delete unit;
68 ((unit == NULL) == (m.unit == NULL)) &&
69 (unit == NULL || *unit == *m.unit)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMisc.cpp 283 VERTTYPE unit = f2vt(1); local
284 VERTTYPE a0 = 0, a1 = unit;
290 a1 = unit - a0;
294 SetVertex(Vertices, 0, -unit, +unit, -unit);
295 SetVertex(Vertices, 1, +unit, +unit, -unit);
296 SetVertex(Vertices, 2, -unit, -unit, -unit)
    [all...]
  /external/ppp/pppd/
ecp.c 82 static void ecp_init __P((int unit));
84 static void ecp_open __P((int unit));
85 static void ecp_close __P((int unit, char *));
86 static void ecp_lowerup __P((int unit));
88 static void ecp_input __P((int unit, u_char *pkt, int len));
89 static void ecp_protrej __P((int unit));
95 static void ecp_datainput __P((int unit, u_char *pkt, int len));
146 ecp_init(unit)
147 int unit;
149 fsm *f = &ecp_fsm[unit];
    [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 111 } unit[MAX_TEXTURE_COORD_UNITS]; member in struct:state_key
269 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i];
276 key->unit[i].enabled = 1;
279 key->unit[i].source_index = texObj->TargetIndex;
284 key->unit[i].shadow = (format == GL_DEPTH_COMPONENT ||
288 key->unit[i].ModeRGB = comb->ModeRGB;
289 key->unit[i].ModeA = comb->ModeA;
290 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB;
291 key->unit[i].ScaleShiftA = comb->ScaleShiftA;
292 key->unit[i].NumArgsRGB = comb->NumArgsRGB
980 GLuint unit; local
1041 unsigned int unit; local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ForwardingBlockingDeque.java 65 public boolean offerFirst(E e, long timeout, TimeUnit unit) throws InterruptedException {
66 return delegate().offerFirst(e, timeout, unit);
70 public boolean offerLast(E e, long timeout, TimeUnit unit) throws InterruptedException {
71 return delegate().offerLast(e, timeout, unit);
85 public E pollFirst(long timeout, TimeUnit unit) throws InterruptedException {
86 return delegate().pollFirst(timeout, unit);
90 public E pollLast(long timeout, TimeUnit unit) throws InterruptedException {
91 return delegate().pollLast(timeout, unit);
100 public boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException {
101 return delegate().offer(e, timeout, unit);
    [all...]
  /external/ltp/testcases/kernel/mem/ksm/
ksm_common.h 23 int size = 128, num = 3, unit = 1; variable
29 {"u:", &opt_unitstr, "-u Memory allocation unit in MB"},
34 char *str_num, int *num, char *str_unit, int *unit)
42 if(tst_parse_int(str_unit, unit, 1, *size))
43 tst_brk(TBROK, "Invalid unit '%s'", str_unit);
44 if (*size % *unit != 0)
46 "the remainder of division of size by unit is "
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
platform.c 48 uint32_t unit,
53 switch (unit)
73 SB_COMMAND(SB_REG_READ_OPCODE, unit, addr));
83 SB_COMMAND(SB_DDRIO_REG_READ_OPCODE, unit, addr));
92 if (unit < MEM)
93 DPF(D_REGRD, "RD32 %03X %08X %08X\n", unit, addr, data);
102 uint32_t unit,
106 if (unit < MEM)
107 DPF(D_REGWR, "WR32 %03X %08X %08X\n", unit, addr, data);
109 switch (unit)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
PeriodBuilderFactoryTest.java 44 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) {
45 Period p = b.create((long)(approxDurations[unit.ordinal()]*2.5));
46 assertTrue(null, p.isSet(unit));
52 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller())
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
PeriodBuilderFactoryTest.java 41 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) {
42 Period p = b.create((long)(approxDurations[unit.ordinal()]*2.5));
43 assertTrue(null, p.isSet(unit));
49 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller())
    [all...]
  /device/google/wahoo/wifi_offload/test/
runtest.sh 38 adb shell /data/nativetest/vendor/wifi-offload-service-unit-tests/wifi-offload-service-unit-tests
39 adb shell /data/nativetest64/vendor/wifi-offload-service-unit-tests/wifi-offload-service-unit-tests

Completed in 2844 milliseconds

1 2 3 4 5 6 7 8 91011>>