Searched refs:unit (Results 1 - 25 of 664) sorted by relevance

1234567891011>>

/external/jcommander/src/test/resources/
H A Djcommander.properties19 groups=unit
/external/icu/icu4c/source/i18n/
H A Dmeasure.cpp30 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
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DTimeUnitAmount.java13 * 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) { argument
26 super(number, unit);
30 * Create from a number and unit.
32 public TimeUnitAmount(double number, TimeUnit unit) { argument
33 super(new Double(number), unit);
37 * Get the unit (convenience to avoid cast).
H A DMeasure.java18 * 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) { argument
44 if (number == null || unit == null) {
48 this.unit = unit;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeUnitAmount.java12 * 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) { argument
26 super(number, unit);
30 * Create from a number and unit.
33 public TimeUnitAmount(double number, TimeUnit unit) { argument
34 super(new Double(number), unit);
38 * Get the unit (convenience to avoid cast).
H A DMeasure.java17 * 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) { argument
45 if (number == null || unit == null) {
49 this.unit = unit;
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch.h33 _mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit);
/external/valgrind/drd/tests/
H A Dunit_bitmap.stderr.exp1 Start of DRD BM unit test.
2 End of DRD BM unit test.
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dllvm_passmgr_builder.ml12 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/
H A DValue.java35 public static Value create(double value, String unit) { argument
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) { argument
51 this.unit = unit;
54 public String unit() { method in class:Value
55 return unit;
68 && this.unit
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/transforms/scalar/
H A Dllvm_scalar_opts.ml11 -> unit
13 external add_sccp : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
16 -> unit
18 external add_aggressive_dce : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
21 add_scalar_repl_aggregation : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
25 add_scalar_repl_aggregation_ssa : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit
30 -> unit
33 -> unit
37 -> unit
40 -> unit
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue332/
H A DData.java24 private String unit; field in class:Data
36 @ConstructorProperties({"label", "value", "unit"})
37 public Data(String label, BigDecimal value, String unit) { argument
40 this.unit = unit;
47 // public void setUnit(String unit) {
48 // this.unit = unit;
56 return unit;
66 ", unit
[all...]
/external/llvm/bindings/ocaml/transforms/ipo/
H A Dllvm_ipo.ml11 : [ `Module ] Llvm.PassManager.t -> unit
14 : [ `Module ] Llvm.PassManager.t -> unit
17 : [ `Module ] Llvm.PassManager.t -> unit
20 : [ `Module ] Llvm.PassManager.t -> unit
23 : [ `Module ] Llvm.PassManager.t -> unit
26 : [ `Module ] Llvm.PassManager.t -> unit
29 : [ `Module ] Llvm.PassManager.t -> unit
32 : [ `Module ] Llvm.PassManager.t -> unit
35 : [ `Module ] Llvm.PassManager.t -> unit
38 : [ `Module ] Llvm.PassManager.t -> unit
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTMisc.cpp283 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,
[all...]
/external/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.ml11 : [< 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...]
/external/ppp/pppd/
H A Decp.c82 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/guava/guava/src/com/google/common/collect/
H A DForwardingBlockingDeque.java65 public boolean offerFirst(E e, long timeout, TimeUnit unit) throws InterruptedException { argument
66 return delegate().offerFirst(e, timeout, unit);
70 public boolean offerLast(E e, long timeout, TimeUnit unit) throws InterruptedException { argument
71 return delegate().offerLast(e, timeout, unit);
85 public E pollFirst(long timeout, TimeUnit unit) throws InterruptedException { argument
86 return delegate().pollFirst(timeout, unit);
90 public E pollLast(long timeout, TimeUnit unit) throws InterruptedException { argument
91 return delegate().pollLast(timeout, unit);
100 public boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException { argument
101 return delegate().offer(e, timeout, unit);
110 poll(long timeout, TimeUnit unit) argument
[all...]
/external/ltp/testcases/kernel/mem/ksm/
H A Dksm_common.h23 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 "
33 parse_ksm_options(char *str_size, int *size, char *str_num, int *num, char *str_unit, int *unit) argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
H A DPeriodBuilderFactoryTest.java44 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
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DPeriodBuilderFactoryTest.java41 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
[all...]
/external/syslinux/core/lwip/src/netif/ppp/
H A Dauth.c222 static void set_allowed_addrs (int unit, struct wordlist *addrs);
377 link_required(int unit) argument
379 LWIP_UNUSED_ARG(unit);
381 AUTHDEBUG(LOG_INFO, ("link_required: %d\n", unit));
389 link_terminated(int unit) argument
391 AUTHDEBUG(LOG_INFO, ("link_terminated: %d\n", unit));
392 if (lcp_phase[unit] == PHASE_DEAD) {
398 lcp_phase[unit] = PHASE_DEAD;
400 pppLinkTerminated(unit);
407 link_down(int unit) argument
443 link_established(int unit) argument
525 network_phase(int unit) argument
571 auth_peer_fail(int unit, u16_t protocol) argument
588 auth_peer_success(int unit, u16_t protocol, char *name, int namelen) argument
627 auth_withpeer_fail(int unit, u16_t protocol) argument
651 auth_withpeer_success(int unit, u16_t protocol) argument
686 np_up(int unit, u16_t proto) argument
716 np_down(int unit, u16_t proto) argument
731 np_finished(int unit, u16_t proto) argument
828 auth_reset(int unit) argument
862 check_passwd( int unit, char *auser, int userlen, char *apasswd, int passwdlen, char **msg, int *msglen) argument
1006 null_login(int unit) argument
1020 get_pap_passwd(int unit, char *user, char *passwd) argument
1074 get_secret(int unit, char *client, char *server, char *secret, int *secret_len, int save_addrs) argument
1177 auth_ip_addr(int unit, u32_t addr) argument
[all...]
/external/clang/tools/scan-build-py/tests/
H A D__init__.py9 import tests.unit namespace
16 suite.addTests(loader.loadTestsFromModule(tests.unit))
/external/guava/guava/src/com/google/common/util/concurrent/
H A DWrappingScheduledExecutorService.java41 public final ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { argument
42 return delegate.schedule(wrapTask(command), delay, unit);
46 public final <V> ScheduledFuture<V> schedule(Callable<V> task, long delay, TimeUnit unit) { argument
47 return delegate.schedule(wrapTask(task), delay, unit);
52 Runnable command, long initialDelay, long period, TimeUnit unit) {
53 return delegate.scheduleAtFixedRate(wrapTask(command), initialDelay, period, unit);
58 Runnable command, long initialDelay, long delay, TimeUnit unit) {
59 return delegate.scheduleWithFixedDelay(wrapTask(command), initialDelay, delay, unit);
51 scheduleAtFixedRate( Runnable command, long initialDelay, long period, TimeUnit unit) argument
57 scheduleWithFixedDelay( Runnable command, long initialDelay, long delay, TimeUnit unit) argument
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.ml15 external assert_valid_module : Llvm.llmodule -> unit
18 external assert_valid_function : Llvm.llvalue -> unit
20 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
21 external view_function_cfg_only : Llvm.llvalue -> unit
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/
H A Dllvm_analysis.ml15 external assert_valid_module : Llvm.llmodule -> unit
18 external assert_valid_function : Llvm.llvalue -> unit
20 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
21 external view_function_cfg_only : Llvm.llvalue -> unit

Completed in 648 milliseconds

1234567891011>>