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

1234567891011>>

/external/icu/icu4c/source/i18n/
H A Dmeasure.cpp28 number(_number), unit(adoptedUnit) {
36 UObject(other), unit(0) {
42 delete unit;
44 unit = (MeasureUnit*) other.unit->clone();
54 delete unit;
66 ((unit == NULL) == (m.unit == NULL)) &&
67 (unit == NULL || *unit
[all...]
/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dstorage_api_test_util.cc17 const TestStorageUnitInfo& unit) {
19 unit.device_id,
21 base::UTF8ToUTF16(unit.name), /* storage label */
24 unit.capacity);
16 BuildStorageInfoFromTestStorageUnitInfo( const TestStorageUnitInfo& unit) argument
/external/valgrind/main/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/chromium_org/third_party/icu/source/i18n/
H A Dmeasure.cpp26 number(_number), unit(adoptedUnit) {
34 UObject(other), unit(0) {
40 delete unit;
42 unit = (MeasureUnit*) other.unit->clone();
48 delete unit;
55 (unit != NULL && *unit == m->getUnit());
/external/oprofile/events/mips/1004K/
H A Dunit_masks2 # MIPS 1004K possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/20K/
H A Dunit_masks2 # MIPS 20Kc possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/24K/
H A Dunit_masks2 # MIPS 24K possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/25K/
H A Dunit_masks2 # MIPS 25Kf possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/34K/
H A Dunit_masks2 # MIPS 34K possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/5K/
H A Dunit_masks2 # MIPS 5K possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/74K/
H A Dunit_masks2 # MIPS 74K possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/r10000/
H A Dunit_masks2 # MIPS R10000 possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/r12000/
H A Dunit_masks2 # MIPS R12000 possible unit masks
7 0x0 No unit mask
/external/oprofile/events/mips/rm7000/
H A Dunit_masks2 # MIPS RM7000 possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/rm9000/
H A Dunit_masks2 # MIPS RM9000 possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/sb1/
H A Dunit_masks2 # Sibyte SB1 possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/vr5432/
H A Dunit_masks2 # MIPS VR5432 possible unit masks
5 0x0 No unit mask
/external/oprofile/events/mips/vr5500/
H A Dunit_masks2 # MIPS VR5500 possible unit masks
5 0x0 No unit mask
/external/oprofile/events/ppc64/970MP/
H A Dunit_masks6 # ppc64 970 possible unit masks
9 0x0 No unit mask
/external/oprofile/events/ppc64/ibm-compat-v1/
H A Dunit_masks6 # ppc64 compat mode version 1 possible unit masks
9 0x0 No unit mask
/external/oprofile/events/ppc64/power6/
H A Dunit_masks6 # ppc64 POWER6 possible unit masks
9 0x0 No unit mask
/external/oprofile/events/ppc64/power7/
H A Dunit_masks6 # ppc64 POWER7 possible unit masks
9 0x0 No unit mask
/external/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/llvm/bindings/ocaml/transforms/ipo/
H A Dllvm_ipo.ml10 external add_argument_promotion : [ | `Module ] Llvm.PassManager.t -> unit =
12 external add_constant_merge : [ | `Module ] Llvm.PassManager.t -> unit =
15 [ | `Module ] Llvm.PassManager.t -> unit = "llvm_add_dead_arg_elimination"
16 external add_function_attrs : [ | `Module ] Llvm.PassManager.t -> unit =
18 external add_function_inlining : [ | `Module ] Llvm.PassManager.t -> unit =
20 external add_always_inliner : [ | `Module ] Llvm.PassManager.t -> unit =
22 external add_global_dce : [ | `Module ] Llvm.PassManager.t -> unit =
24 external add_global_optimizer : [ | `Module ] Llvm.PassManager.t -> unit =
26 external add_ipc_propagation : [ | `Module ] Llvm.PassManager.t -> unit =
28 external add_prune_eh : [ | `Module ] Llvm.PassManager.t -> unit
[all...]

Completed in 259 milliseconds

1234567891011>>