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

1234567891011

/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/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/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/webkit/Source/WebCore/css/
H A DCSSParserValues.cpp38 if (m_values[i].unit == CSSParserValue::Function)
69 else if (unit == CSSPrimitiveValue::CSS_IDENT)
71 else if (unit == CSSPrimitiveValue::CSS_NUMBER && isInt)
73 else if (unit == CSSParserValue::Operator) {
77 } else if (unit == CSSParserValue::Function)
79 else if (unit == CSSPrimitiveValue::CSS_STRING || unit == CSSPrimitiveValue::CSS_URI || unit == CSSPrimitiveValue::CSS_PARSER_HEXCOLOR)
80 parsedValue = CSSPrimitiveValue::create(string, (CSSPrimitiveValue::UnitTypes)unit);
81 else if (unit >
[all...]
/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/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMatParamTexture.java15 private int unit; field in class:MatParamTexture
17 public MatParamTexture(VarType type, String name, Texture texture, int unit) { argument
20 this.unit = unit;
35 public void setUnit(int unit) { argument
36 this.unit = unit;
40 return unit;
56 oc.write(unit, "texture_unit", -1);
64 unit
[all...]

Completed in 196 milliseconds

1234567891011