HomeSort by relevance Sort by last modified time
    Searched full:unit (Results 51 - 75 of 7339) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/oprofile/events/mips/r12000/
unit_masks 2 # MIPS R12000 possible unit masks
7 0x0 No unit mask
  /external/chromium_org/tools/telemetry/unittest_data/
dom_counter_sample.html 2 <title>DOM counter unit test page</title>
4 <h1 onclick="">Webpage to be used for DOM counter unit testing.</h1>
6 This webpage is meant to be used by a unit test that checks DOM element
9 change the element count, causing the unit test to fail!
  /external/compiler-rt/lib/tsan/lit_tests/Unit/
lit.site.cfg.in 4 # Load common config for all compiler-rt unit tests.
5 lit.load_config(config, "@COMPILER_RT_BINARY_DIR@/lib/lit.common.unit.configured")
8 lit.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/Unit/lit.cfg")
  /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...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-exceptions.rb 5 require 'test/unit'
22 #class TestRecognitionError < Test::Unit::TestCase
28 #class TestEarlyExit < Test::Unit::TestCase
34 #class TestMismatchedNotSet < Test::Unit::TestCase
40 #class TestMismatchedRange < Test::Unit::TestCase
46 #class TestMismatchedToken < Test::Unit::TestCase
52 #class TestNoViableAlternative < Test::Unit::TestCase
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider.cc 33 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->bounds.height = bounds.height()
    [all...]
display_info_provider_win.cc 29 linked_ptr<DisplayUnitInfo> unit(new DisplayUnitInfo);
42 unit->id = base::Int64ToString(base::Hash(WideToUTF8(monitor_info.szDevice)));
43 unit->name = WideToUTF8(device.DeviceString);
44 unit->dpi_x = dpi.width();
45 unit->dpi_y = dpi.height();
46 all_displays->push_back(unit);
62 extensions::api::system_display::DisplayUnitInfo* unit) {
67 if (unit->id == all_displays[i]->id) {
68 unit->name = all_displays[i]->name;
69 unit->dpi_x = all_displays[i]->dpi_x
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MatParamTexture.java 15 private int unit; field in class:MatParamTexture
17 public MatParamTexture(VarType type, String name, Texture texture, int unit) {
20 this.unit = unit;
35 public void setUnit(int unit) {
36 this.unit = unit;
40 return unit;
56 oc.write(unit, "texture_unit", -1);
64 unit = ic.readInt("texture_unit", -1)
    [all...]
  /ndk/tests/device/test-stlport/jni/
Android.mk 1 # The source files are actually located under ../unit
7 unit_path := $(dir $(LOCAL_PATH))/unit
12 sources := $(filter-out unit/string_header_test.c,$(sources))
15 sources := $(filter-out unit/exception_test.cpp,$(sources))
18 sources := $(filter-out unit/codecvt_test.cpp,$(sources))
21 LOCAL_SRC_FILES += unit/cppunit/test_main.cpp
  /external/chromium_org/chrome/browser/ui/cocoa/
DEPS 4 "+third_party/ocmock", # For unit tests.
  /external/chromium_org/testing/android/
README.chromium 1 apk-based runner for Chromium unit test bundles. This is a simple wrapper APK
  /external/chromium_org/ui/gfx/mac/
nsimage_cache_unittest.cc.README 1 The unit test for this file is in
  /external/zlib/src/contrib/delphi/
ZLibConst.pas 0 unit ZLibConst;
  /frameworks/compile/slang/tests/F_one_definition_rule1/
stderr.txt.expect 1 error: type 'DifferentDefinition1' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule2/
stderr.txt.expect 1 error: type 'DifferentDefinition2' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule3/
stderr.txt.expect 1 error: type 'DifferentDefinition3' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule4/
stderr.txt.expect 1 error: type 'DifferentDefinition4' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule5/
stderr.txt.expect 1 error: type 'DifferentDefinition5' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule6/
stderr.txt.expect 1 error: type 'DifferentDefinition6' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule7/
stderr.txt.expect 1 error: type 'DifferentDefinition7' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule8/
stderr.txt.expect 1 error: type 'DifferentDefinition8' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /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

Completed in 530 milliseconds

1 23 4 5 6 7 8 91011>>