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

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/test/msan/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 = 'MemorySanitizer-Unit'
10 # Setup test source and exec root. For unit tests, we define
11 # it as build directory with MSan unit tests.
12 # FIXME: Don't use hardcoded path to MSan unit tests.
  /external/oprofile/events/mips/r12000/
unit_masks 2 # MIPS R12000 possible unit masks
7 0x0 No unit mask
  /external/chromium_org/extensions/test/data/manifest_tests/
shared_module_import_invalid_version.json 2 "name": "Import unit test",
shared_module_import.json 2 "name": "Import unit test",
  /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/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
  /libnativehelper/tests/
Android.mk 1 # Build the unit tests.
5 # Target unit test.
14 # Host unit test.
  /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

Completed in 2933 milliseconds

1 23 4 5 6 7 8 91011>>