/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui_constants.h | 27 enum Unit { 60 // two units of distance (meters to centimeters), but cannot convert a unit of 61 // time to a unit of memory (seconds to megabytes). 69 // A struct which holds the conversion information for each unit. The 70 // |amount_in_base_units| corresponds to the value of 1 |unit| in the specified 71 // base for the measurement type (for instance, since the base unit for memory 74 const Unit unit; member in struct:performance_monitor::UnitDetails 79 // Returns the corresponding UnitDetails for the given unit, or NULL if invalid. 80 const UnitDetails* GetUnitDetails(Unit unit) [all...] |
/frameworks/opt/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 633 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 658 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 680 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 703 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 724 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 746 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 768 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 788 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 800 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 822 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 847 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local 870 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); local [all...] |
/external/oprofile/events/i386/athlon/ |
unit_masks | 1 # Athlon possible unit masks 4 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/ipo/ |
llvm_ipo.mli | 16 external add_argument_promotion : [ | `Module ] Llvm.PassManager.t -> unit = 20 external add_constant_merge : [ | `Module ] Llvm.PassManager.t -> unit = 25 [ | `Module ] Llvm.PassManager.t -> unit = "llvm_add_dead_arg_elimination" 28 external add_function_attrs : [ | `Module ] Llvm.PassManager.t -> unit = 32 external add_function_inlining : [ | `Module ] Llvm.PassManager.t -> unit = 36 external add_always_inliner : [ | `Module ] Llvm.PassManager.t -> unit = 40 external add_global_dce : [ | `Module ] Llvm.PassManager.t -> unit = 44 external add_global_optimizer : [ | `Module ] Llvm.PassManager.t -> unit = 48 external add_ipc_propagation : [ | `Module ] Llvm.PassManager.t -> unit = 52 external add_prune_eh : [ | `Module ] Llvm.PassManager.t -> unit [all...] |
/external/clang/test/CodeGenCXX/ |
array-value-initialize.cpp | 32 struct Unit 34 Unit() {} 35 Unit(const Unit& v) {} 41 Unit leafPos[1];
|
/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...] |
llvm_scalar_opts.mli | 17 -> unit 21 external add_sccp : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit 26 -> unit 30 external add_aggressive_dce : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit 35 add_scalar_repl_aggregation : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit 40 add_scalar_repl_aggregation_ssa : [<Llvm.PassManager.any] Llvm.PassManager.t -> unit 46 -> unit 51 -> unit 57 -> unit 62 -> unit [all...] |
scalar_opts_ocaml.c | 22 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 28 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 34 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 40 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 46 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 52 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 58 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> int -> unit */ 65 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 71 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 77 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
ff_fragment_shader.cpp | 129 } unit[MAX_TEXTURE_UNITS]; member in struct:state_key 429 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]; 441 key->unit[i].enabled = 1; 446 key->unit[i].source_index = 449 key->unit[i].shadow = 454 key->unit[i].NumArgsRGB = comb->_NumArgsRGB; 455 key->unit[i].NumArgsA = comb->_NumArgsA; 457 key->unit[i].ModeRGB = 459 key->unit[i].ModeA = 462 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB 1220 GLuint unit; local 1289 unsigned int unit; local [all...] |
/external/mesa3d/src/mesa/main/ |
ff_fragment_shader.cpp | 129 } unit[MAX_TEXTURE_UNITS]; member in struct:state_key 429 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]; 441 key->unit[i].enabled = 1; 446 key->unit[i].source_index = 449 key->unit[i].shadow = 454 key->unit[i].NumArgsRGB = comb->_NumArgsRGB; 455 key->unit[i].NumArgsA = comb->_NumArgsA; 457 key->unit[i].ModeRGB = 459 key->unit[i].ModeA = 462 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB 1220 GLuint unit; local 1289 unsigned int unit; local [all...] |
/cts/common/util/src/com/android/compatibility/common/util/ |
ReportLog.java | 48 * @param unit Represents the unit in which the values are (eg. Milliseconds) 54 ResultUnit unit, int depth) { 62 mUnit = unit; 70 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { 71 mDetails.add(new Result(message, values, type, unit, 0)); 78 ResultUnit unit, int depth) { 79 mDetails.add(new Result(message, values, type, unit, depth)); 85 public void addValue(String message, double value, ResultType type, ResultUnit unit) { 86 mDetails.add(new Result(message, new double[] {value}, type, unit, 0)) [all...] |
/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/chromium_org/chromeos/test/data/network/ |
uidata_for_l2tpipsec_clientcert.json | 14 "OrganizationalUnit": "unit"
|
uidata_for_openvpn_clientcert.json | 14 "OrganizationalUnit": "unit"
|
/external/chromium_org/tools/grit/grit/tool/ |
unit.py | 6 '''GRIT tool that runs the unit test suite for GRIT.''' 16 '''By using this tool (e.g. 'grit unit') you run all the unit tests for GRIT. 21 return 'Use this tool to run all the unit tests for GRIT.'
|
/external/clang/test/Preprocessor/ |
undef-error.c | 1 // RUN: %clang_cc1 %s -pedantic-errors -Wno-empty-translation-unit -verify
|
/external/nanopb-c/tests/encode_unittests/ |
SConscript | 1 # Build and run the stand-alone unit tests for the nanopb encoder part.
|
/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);
|
/ndk/tests/device/test-gnustl-full/jni/ |
Android.mk | 1 # The source files are actually located under ../unit 7 unit_path := $(LOCAL_PATH)/unit 20 LOCAL_SRC_FILES := $(sources:%=unit/%) 21 LOCAL_SRC_FILES += unit/cppunit/test_main.cpp
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion5.txt | 2 50dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density of the screen.
|
/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());
|