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

1 23 4 5 6 7 8 91011>>

  /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/test/tsan/Unit/
lit.site.cfg.in 4 # Load common config for all compiler-rt unit tests.
5 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
8 config.name = 'ThreadSanitizer-Unit'
10 # Setup test source and exec root. For unit tests, we define
11 # it as build directory with ASan unit tests.
  /external/icu/icu4c/source/i18n/
measure.cpp 28 number(_number), unit(adoptedUnit) {
36 UObject(other), unit(0) {
42 delete unit;
44 unit = (MeasureUnit*) other.unit->clone();
54 delete unit;
66 ((unit == NULL) == (m.unit == NULL)) &&
67 (unit == NULL || *unit == *m.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/llvm/bindings/ocaml/transforms/ipo/
llvm_ipo.ml 10 external add_argument_promotion : [ | `Module ] Llvm.PassManager.t -> unit =
12 external add_constant_merge : [ | `Module ] Llvm.PassManager.t -> unit =
15 [ | `Module ] Llvm.PassManager.t -> unit = "llvm_add_dead_arg_elimination"
16 external add_function_attrs : [ | `Module ] Llvm.PassManager.t -> unit =
18 external add_function_inlining : [ | `Module ] Llvm.PassManager.t -> unit =
20 external add_always_inliner : [ | `Module ] Llvm.PassManager.t -> unit =
22 external add_global_dce : [ | `Module ] Llvm.PassManager.t -> unit =
24 external add_global_optimizer : [ | `Module ] Llvm.PassManager.t -> unit =
26 external add_ipc_propagation : [ | `Module ] Llvm.PassManager.t -> unit =
28 external add_prune_eh : [ | `Module ] Llvm.PassManager.t -> unit
    [all...]
  /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(
44 unit->name = base::WideToUTF8(device.DeviceString);
45 unit->dpi_x = dpi.width();
46 unit->dpi_y = dpi.height();
47 all_displays->push_back(unit);
63 extensions::api::system_display::DisplayUnitInfo* unit) {
68 if (unit->id == all_displays[i]->id) {
69 unit->name = all_displays[i]->name;
70 unit->dpi_x = all_displays[i]->dpi_x
    [all...]
  /external/jemalloc/
.gitignore 46 /test/unit/[A-Za-z]*
47 !/test/unit/[A-Za-z]*.*
48 /test/unit/*.[od]
49 /test/unit/*.gcda
50 /test/unit/*.gcno
51 /test/unit/*.out
  /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/compiler-rt/test/sanitizer_common/Unit/
lit.site.cfg.in 4 # Load common config for all compiler-rt unit tests.
5 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/unittests/lit.common.unit.configured")
8 config.name = 'SanitizerCommon-Unit'
10 # Setup test source and exec root. For unit tests, we define
  /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/valgrind/main/perf/
many-xpts.vgperf 2 vgopts: --massif:time-unit=B --massif:depth=100
  /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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
adt-platform-juno-sr2.target 7 <unit id="org.eclipse.platform.ide" version="4.2.2.M20130204-1200"/>
8 <unit id="org.eclipse.gef.feature.group" version="3.9.0.201212170307"/>
9 <unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.4.2.v201211061806-7H7GFeJDxumUrsn5qkiQgOEhsz0p60HAmPyU6VX"/>
10 <unit id="org.eclipse.pde.source.feature.group" version="3.8.2.v20130116-091538-7c7wFj0FFt6Zr9bd4AM1JEQMS"/>
11 <unit id="org.eclipse.emf.codegen.feature.group" version="2.8.0.v20130125-0826"/>
12 <unit id="org.eclipse.jdt.feature.group" version="3.8.2.v20130116-090414-8-8nFu3FNOfwKLRuqgXKIy9z0I83"/>
13 <unit id="org.eclipse.emf.ecore.feature.group" version="2.8.3.v20130125-0546"/>
14 <unit id="org.eclipse.emf.common.feature.group" version="2.8.0.v20130125-0546"/>
15 <unit id="org.eclipse.jdt.source.feature.group" version="3.8.2.v20130116-090414-8-8nFu3FNOfwKLRuqgXKIy9z0I83"/>
16 <unit id="org.eclipse.emf.feature.group" version="2.8.3.v20130125-0826"/
    [all...]

Completed in 457 milliseconds

1 23 4 5 6 7 8 91011>>