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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/029-unit-Bits/
run 17 dx --junit com.android.dx.util._tests._Bits > unit-out.txt
22 cat unit-out.txt
  /dalvik/dx/tests/033-unit-IntList/
run 17 dx --junit com.android.dx.util._tests._IntList > unit-out.txt
22 cat unit-out.txt
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
storage_api_test_util.cc 17 const TestStorageUnitInfo& unit) {
19 unit.device_id,
21 base::UTF8ToUTF16(unit.name), /* storage label */
24 unit.capacity);
  /external/valgrind/main/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
  /external/chromium_org/third_party/icu/source/i18n/
measure.cpp 26 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/
unit_masks 2 # MIPS 1004K possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/20K/
unit_masks 2 # MIPS 20Kc possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/24K/
unit_masks 2 # MIPS 24K possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/25K/
unit_masks 2 # MIPS 25Kf possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/34K/
unit_masks 2 # MIPS 34K possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/5K/
unit_masks 2 # MIPS 5K possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/74K/
unit_masks 2 # MIPS 74K possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/r10000/
unit_masks 2 # MIPS R10000 possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/r12000/
unit_masks 2 # MIPS R12000 possible unit masks
7 0x0 No unit mask
  /external/oprofile/events/mips/rm7000/
unit_masks 2 # MIPS RM7000 possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/rm9000/
unit_masks 2 # MIPS RM9000 possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/sb1/
unit_masks 2 # Sibyte SB1 possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/vr5432/
unit_masks 2 # MIPS VR5432 possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/mips/vr5500/
unit_masks 2 # MIPS VR5500 possible unit masks
5 0x0 No unit mask
  /external/oprofile/events/ppc64/970MP/
unit_masks 6 # ppc64 970 possible unit masks
9 0x0 No unit mask
  /external/oprofile/events/ppc64/ibm-compat-v1/
unit_masks 6 # ppc64 compat mode version 1 possible unit masks
9 0x0 No unit mask
  /external/oprofile/events/ppc64/power6/
unit_masks 6 # ppc64 POWER6 possible unit masks
9 0x0 No unit mask
  /external/oprofile/events/ppc64/power7/
unit_masks 6 # ppc64 POWER7 possible unit masks
9 0x0 No unit mask
  /libcore/luni/src/main/java/java/util/concurrent/
Delayed.java 24 * given time unit.
26 * @param unit the time unit
30 long getDelay(TimeUnit unit);

Completed in 142 milliseconds

1 2 3 4 5 6 7 8 91011>>