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

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dstorage_api_test_util.cc17 const TestStorageUnitInfo& unit) {
19 unit.device_id,
20 UTF8ToUTF16(unit.name),
25 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/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/icu4c/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/chromium_org/chrome/browser/extensions/api/system_display/
H A Ddisplay_info_provider.cc33 extensions::api::system_display::DisplayUnitInfo* unit = local
37 unit->id = base::Int64ToString(display.id());
38 unit->is_primary = (display.id() == primary_display_id);
39 unit->is_internal = display.IsInternal();
40 unit->is_enabled = true;
41 unit->rotation = RotationToDegrees(display.rotation());
42 unit->bounds.left = bounds.x();
43 unit->bounds.top = bounds.y();
44 unit->bounds.width = bounds.width();
45 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...]

Completed in 402 milliseconds

1234567891011>>