HomeSort by relevance Sort by last modified time
    Searched full:unit (Results 251 - 275 of 4500) sorted by null

<<11121314151617181920>>

  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 6 // CHECK-CODE-COMPLETE-CRASH: Unable to reparse translation unit
  /external/clang/test/Index/
create-tu-fail.c 10 // CHECK: Unable to load translation unit
  /external/clang/test/Parser/
empty-translation-unit.c 10 // expected-warning{{ISO C requires a translation unit to contain at least one declaration}}
opencl-pragma.cl 1 // RUN: %clang_cc1 %s -verify -pedantic -Wno-empty-translation-unit -fsyntax-only
  /external/compiler-rt/lib/asan/lit_tests/Unit/
lit.site.cfg.in 16 lit.load_config(config, "@ASAN_SOURCE_DIR@/lit_tests/Unit/lit.cfg")
  /external/compiler-rt/lib/
lit.common.unit.cfg 4 # This file contains common config setup rules for unit tests in various
  /external/compiler-rt/lib/msan/lit_tests/Unit/
lit.site.cfg.in 16 lit.load_config(config, "@MSAN_SOURCE_DIR@/lit_tests/Unit/lit.cfg")
  /external/eigen/doc/snippets/
MatrixBase_extract.cpp 11 cout << "Here is the unit-lower-triangular matrix extracted from m:" << endl
  /external/gcc-demangle/
ChangeLog 5 * test.c: Add unit test for __cxa_demangle
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingBlockingQueue.java 53 @Override public boolean offer(E e, long timeout, TimeUnit unit)
55 return delegate().offer(e, timeout, unit);
58 @Override public E poll(long timeout, TimeUnit unit)
60 return delegate().poll(timeout, unit);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 37 * Unit test for {@link AbstractScheduledService}.
54 long delay, TimeUnit unit) {
55 return future = super.scheduleWithFixedDelay(command, initialDelay, delay, unit);
236 private static final TimeUnit unit = TimeUnit.MILLISECONDS; field in class:AbstractScheduledServiceTest.SchedulerTest
243 long delay, TimeUnit unit) {
248 assertEquals(SchedulerTest.unit, unit);
253 Scheduler schedule = Scheduler.newFixedRateSchedule(initialDelay, delay, unit);
257 long period, TimeUnit unit) {
258 assertSingleCallWithCorrectParameters(command, initialDelay, delay, unit);
    [all...]
  /external/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 50 /* Llvm.llmodule -> unit */
56 /* Llvm.llvalue -> unit */
62 /* Llvm.llvalue -> unit */
68 /* Llvm.llvalue -> unit */
llvm_analysis.mli 28 external assert_valid_module : Llvm.llmodule -> unit
34 external assert_valid_function : Llvm.llvalue -> unit
40 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
45 external view_function_cfg_only : Llvm.llvalue -> unit
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.h 42 // The compile unit debug information entry item.
65 /// extractDIEsIfNeeded - Parses a compile unit and indexes its DIEs if it
69 /// unit from .debug_ranges section. Returns true on success.
70 /// Requires that compile unit is already extracted.
76 /// Size in bytes of the compile unit header.
84 /// Size in bytes of the .debug_info data associated with this compile unit.
121 // the main compile unit DIE. The compile unit DIE is always
123 // the first compile unit child DIE and should reserve
  /external/llvm/test/
Makefile 57 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
84 check-local:: lit.site.cfg Unit/lit.site.cfg
91 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-site-cfgs
149 Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
151 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp
152 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> unit.tmp
153 @$(ECHOPATH) s=@LLVM_TOOLS_DIR@=$(ToolDir)=g >> unit.tmp
154 @$(ECHOPATH) s=@LLVM_BUILD_MODE@=$(BuildMode)=g >> unit.tmp
155 @$(ECHOPATH) s=@ENABLE_SHARED@=$(ENABLE_SHARED)=g >> unit.tm
    [all...]
  /external/valgrind/main/massif/tests/
alloc-fns-A.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out
basic2.vgtest 2 vgopts: --stacks=no --time-unit=B --massif-out-file=massif.out --detailed-freq=1 --max-snapshots=10
big-alloc.vgtest 2 vgopts: --stacks=no --time-unit=B --massif-out-file=massif.out
custom_alloc.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=16 --massif-out-file=massif.out
deep-A.vgtest 2 vgopts: --stacks=no --time-unit=B --depth=8 --massif-out-file=massif.out
ignored.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out
insig.vgtest 3 vgopts: --stacks=no --time-unit=B --heap-admin=128 --massif-out-file=massif.out --threshold=0.99
long-names.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --detailed-freq=3
long-time.c 1 // This test does enough allocation and deallocation that the time-unit,
long-time.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out

Completed in 627 milliseconds

<<11121314151617181920>>