HomeSort by relevance Sort by last modified time
    Searched refs:unit (Results 1 - 25 of 390) 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/valgrind/main/drd/tests/
unit_bitmap.stderr.exp 1 Start of DRD BM unit test.
2 End of DRD BM unit test.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sound.h 33 extern int register_sound_special(const struct file_operations *fops, int unit);
34 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
39 extern void unregister_sound_special(int unit);
40 extern void unregister_sound_mixer(int unit);
41 extern void unregister_sound_midi(int unit);
42 extern void unregister_sound_dsp(int unit);
  /external/icu4c/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
  /external/llvm/bindings/ocaml/transforms/scalar/
llvm_scalar_opts.ml 11 -> 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...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 225 WspTypeDecoder unit = new WspTypeDecoder( local
227 assertTrue(unit.decodeContentType(0));
228 String mimeType = unit.getValueString();
229 int wellKnownValue = (int) unit.getValue32();
232 assertEquals(1, unit.getDecodedDataLength());
245 WspTypeDecoder unit = new WspTypeDecoder(data); local
246 assertTrue(unit.decodeContentType(0));
247 String mimeType = unit.getValueString();
248 int wellKnownValue = (int) unit.getValue32();
251 assertEquals(4, unit.getDecodedDataLength())
259 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
270 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
286 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
301 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
317 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
336 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
355 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
374 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
392 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
411 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
432 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
454 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
479 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
497 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
516 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
540 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
565 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
590 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
612 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
638 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
660 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
683 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
704 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
726 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
748 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
768 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
780 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
802 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
827 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
850 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local
    [all...]

Completed in 364 milliseconds

1 2 3 4 5 6 7 8 91011>>