HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 1 - 25 of 2642) 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.27/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/mesa3d/src/mesa/swrast/
s_texfetch.h 33 _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit);
  /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 118 # adb shell /data/nativetest/hallights-unit-tests/hallights-unit-tests32
119 # adb shell /data/nativetest/hallights-unit-tests/hallights-unit-tests64
120 # adb shell /data/nativetest/hallights-unit-tests/hallights-unit-tests-gcc32
121 # adb shell /data/nativetest/hallights-unit-tests/hallights-unit-tests-gcc64
123 common_hallights-unit-tests_whole_static_libraries := \
127 common_hallights-unit-tests_static_libraries :=
    [all...]
  /test/vts/testcases/target/hal_power/
Android.mk 118 # adb shell /data/nativetest/halpower-unit-tests/halpower-unit-tests32
119 # adb shell /data/nativetest/halpower-unit-tests/halpower-unit-tests64
120 # adb shell /data/nativetest/halpower-unit-tests/halpower-unit-tests-gcc32
121 # adb shell /data/nativetest/halpower-unit-tests/halpower-unit-tests-gcc64
123 common_halpower-unit-tests_whole_static_libraries := \
127 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...]
  /bionic/tests/
run-on-host.sh 6 m -j bionic-unit-tests-glibc
11 ${HOST_OUT}/nativetest64/bionic-unit-tests-glibc/bionic-unit-tests-glibc $@
21 prepare $1 bionic-unit-tests
29 ${NATIVETEST}/bionic-unit-tests/bionic-unit-tests $@
  /toolchain/binutils/binutils-2.27/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/tensorflow/tensorflow/stream_executor/lib/
human_readable.h 46 const char* unit = units; local
49 ++unit;
50 assert(unit < units + sizeof(units));
53 return port::Printf(((*unit == 'K') ? "%s%.1f%c" : "%s%.2f%c"), neg_str,
54 num_bytes / 1024.0, *unit);

Completed in 370 milliseconds

1 2 3 4 5 6 7 8 91011>>