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

1 2 3 4 5 6 7 8 91011>>

  /external/jcommander/src/test/resources/
jcommander.properties 19 groups=unit
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
sploop-bad-5.l 2 [^:]*:5: Error: functional unit already masked for operand 2 of 'spmask'
3 [^:]*:6: Error: functional unit already masked for operand 2 of 'spmaskr'
4 [^:]*:8: Error: functional unit already masked
5 [^:]*:10: Error: functional unit already masked
resource-func-unit-1.d 1 #name: C6X parallel instructions on same functional unit
2 #error-output: resource-func-unit-1.l
resource-func-unit-2.d 1 #name: C6X parallel instructions on same functional unit, multiple sections
2 #error-output: resource-func-unit-2.l
resource-func-unit-1.l 2 [^:]*:9: Error: functional unit already used in this execute packet
resource-func-unit-2.l 2 [^:]*:17: Error: functional unit already used in this execute packet
3 [^:]*:19: Error: functional unit already used in this execute packet
  /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/valgrind/drd/tests/
unit_bitmap.stderr.exp 1 Start of DRD BM unit test.
2 End of DRD BM unit test.
  /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
  /libcore/ojluni/src/test/java/time/tck/java/time/
MockSimplePeriod.java 74 * Mock period of time measured using a single unit, such as {@code 3 Days}.
93 * The unit the period is measured in.
95 private final TemporalUnit unit; field in class:MockSimplePeriod
98 * Obtains a {@code MockSimplePeriod} from an amount and unit.
102 * @param amount the amount of the period, measured in terms of the unit, positive or negative
103 * @param unit the unit that the period is measured in, must not be the 'Forever' unit, not null
105 * @throws java.time.DateTimeException if the period unit is {@link java.time.temporal.ChronoUnit#FOREVER}.
107 public static MockSimplePeriod of(long amount, TemporalUnit unit) {
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/
MockSimplePeriod.java 74 * Mock period of time measured using a single unit, such as {@code 3 Days}.
93 * The unit the period is measured in.
95 private final TemporalUnit unit; field in class:MockSimplePeriod
98 * Obtains a {@code MockSimplePeriod} from an amount and unit.
102 * @param amount the amount of the period, measured in terms of the unit, positive or negative
103 * @param unit the unit that the period is measured in, must not be the 'Forever' unit, not null
105 * @throws DateTimeException if the period unit is {@link java.time.temporal.ChronoUnit#FOREVER}.
107 public static MockSimplePeriod of(long amount, TemporalUnit unit) {
    [all...]
  /test/vts/testcases/target/hal_lights/
Android.mk 116 # adb shell /data/nativetest/hallights-unit-tests/hallights-unit-tests32
117 # adb shell /data/nativetest/hallights-unit-tests/hallights-unit-tests64
118 # adb shell /data/nativetest/hallights-unit-tests/hallights-unit-tests-gcc32
119 # adb shell /data/nativetest/hallights-unit-tests/hallights-unit-tests-gcc64
121 common_hallights-unit-tests_whole_static_libraries := \
125 common_hallights-unit-tests_static_libraries :=
    [all...]
  /test/vts/testcases/target/hal_power/
Android.mk 116 # adb shell /data/nativetest/halpower-unit-tests/halpower-unit-tests32
117 # adb shell /data/nativetest/halpower-unit-tests/halpower-unit-tests64
118 # adb shell /data/nativetest/halpower-unit-tests/halpower-unit-tests-gcc32
119 # adb shell /data/nativetest/halpower-unit-tests/halpower-unit-tests-gcc64
121 common_halpower-unit-tests_whole_static_libraries := \
125 common_halpower-unit-tests_static_libraries :=
    [all...]
  /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
  /libcore/ojluni/src/main/java/java/util/concurrent/
Delayed.java 53 * given time unit.
55 * @param unit the time unit
59 long getDelay(TimeUnit unit);
ScheduledExecutorService.java 102 * @param unit the time unit of the delay parameter
111 long delay, TimeUnit unit);
119 * @param unit the time unit of the delay parameter
127 long delay, TimeUnit unit);
157 * @param unit the time unit of the initialDelay and period parameters
171 TimeUnit unit);
197 * @param unit the time unit of the initialDelay and delay parameter
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
invalid-ar.l 2 .*:2: Error: AR 0 can only be accessed by M-unit
3 .*:3: Error: AR 1 can only be accessed by M-unit
4 .*:4: Error: AR 2 can only be accessed by M-unit
5 .*:5: Error: AR 3 can only be accessed by M-unit
6 .*:6: Error: AR 4 can only be accessed by M-unit
7 .*:7: Error: AR 5 can only be accessed by M-unit
8 .*:8: Error: AR 6 can only be accessed by M-unit
9 .*:9: Error: AR 7 can only be accessed by M-unit
10 .*:10: Error: AR 8 can only be accessed by M-unit
11 .*:11: Error: AR 9 can only be accessed by M-unit
    [all...]
  /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/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...]
  /libcore/ojluni/src/main/java/java/time/temporal/
Temporal.java 132 * Checks if the specified unit is supported.
134 * This checks if the specified unit can be added to, or subtracted from, this date-time.
140 * If the unit is supported, then true must be returned, otherwise false must be returned.
149 * @param unit the unit to check, null returns false
150 * @return true if the unit can be added/subtracted, false if not
152 boolean isSupported(TemporalUnit unit);
279 * If the unit is supported, then the addition must be performed.
282 * If the unit is not a {@code ChronoUnit}, then the result of this method
290 * @param amountToAdd the amount of the specified unit to add, may be negativ
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 225 WspTypeDecoder unit = new WspTypeDecoder( local
227 assertTrue(unit.decodeContentType(0));
228 String mimeType = unit.getValueString();
229 int wellKnownValue = (int) unit.getValue32();
232 assertEquals(1, unit.getDecodedDataLength());
245 WspTypeDecoder unit = new WspTypeDecoder(data); local
246 assertTrue(unit.decodeContentType(0));
247 String mimeType = unit.getValueString();
248 int wellKnownValue = (int) unit.getValue32();
251 assertEquals(4, unit.getDecodedDataLength())
259 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
270 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
286 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
301 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
317 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
336 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
355 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
374 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
392 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
411 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
432 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
454 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
479 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
497 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
516 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
540 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
565 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
590 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
612 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
633 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
658 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
680 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
703 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
724 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
746 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
768 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
788 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
800 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
822 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
847 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
870 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
    [all...]

Completed in 522 milliseconds

1 2 3 4 5 6 7 8 91011>>