HomeSort by relevance Sort by last modified time
    Searched full:disabled (Results 1 - 25 of 5266) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/
coverage-disabled.cc 5 // RUN: rm -rf %T/coverage-disabled
7 // RUN: mkdir -p %T/coverage-disabled/normal
8 // RUN: ASAN_OPTIONS=coverage_direct=0:coverage_dir=%T/coverage-disabled/normal:verbosity=1 %run %t
9 // RUN: not %sancov print %T/coverage-disabled/normal/*.sancov 2>&1
11 // RUN: mkdir -p %T/coverage-disabled/direct
12 // RUN: ASAN_OPTIONS=coverage_direct=1:coverage_dir=%T/coverage-disabled/direct:verbosity=1 %run %t
13 // RUN: cd %T/coverage-disabled/direct
  /external/freetype/
README.android 4 Some options in include/config/ftoption.h are enabled/disabled.
  /external/valgrind/none/tests/amd64/
faultstatus.disabled 1 # Currently disabled because the necessary magic in sigframe-amd64-linux.c
  /external/valgrind/none/tests/x86/
yield.disabled 1 # This one is currently disabled because it fails frequently and randomly
int.disabled 1 # This is currently disabled because vex doesn't deal with x86
  /external/clang/test/SemaObjC/
no-objc-exceptions.m 4 @throw @"Hello"; // expected-error {{cannot use '@throw' with Objective-C exceptions disabled}}
8 @try { // expected-error {{cannot use '@try' with Objective-C exceptions disabled}}
  /external/valgrind/memcheck/tests/
err_disable4.stderr.exp 2 -------- Letting 498 threads exit w/ errs disabled ------
4 WARNING: exiting thread has error reporting disabled.
7 WARNING: exiting thread has error reporting disabled.
10 WARNING: exiting thread has error reporting disabled.
13 WARNING: exiting thread has error reporting disabled.
16 WARNING: exiting thread has error reporting disabled.
19 WARNING: exiting thread has error reporting disabled.
22 WARNING: exiting thread has error reporting disabled.
25 WARNING: exiting thread has error reporting disabled.
28 WARNING: exiting thread has error reporting disabled
    [all...]
  /external/llvm/test/CodeGen/Mips/
2008-07-15-SmallSection.ll 0 ; DISABLED: llc < %s -mips-ssection-threshold=8 -march=mips -o %t0
2 ; DISABLED: llc < %s -mips-ssection-threshold=0 -march=mips -o %t1
3 ; DISABLED: grep {sdata} %t0 | count 1
4 ; DISABLED: grep {sbss} %t0 | count 1
5 ; DISABLED: grep {gp_rel} %t0 | count 2
6 ; DISABLED: not grep {sdata} %t1
7 ; DISABLED: not grep {sbss} %t1
8 ; DISABLED: not grep {gp_rel} %t1
9 ; DISABLED: grep {\%hi} %t1 | count 2
10 ; DISABLED: grep {\%lo} %t1 | count
    [all...]
  /external/linux-tools-perf/src/tools/perf/tests/attr/
test-record-group-sampling 29 disabled=0
31 # inherit is disabled for group sampling
34 # sampling disabled
  /packages/providers/ContactsProvider/tests/assets/testSynced/
readme.txt 2 Contacts up to ID=6 were created and synchronized. The synch was then disabled and the others
  /external/toybox/toys/android/
getenforce.c 14 Shows whether SELinux is disabled, enforcing, or permissive.
22 if (!is_selinux_enabled()) puts("Disabled");
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/chrome/gpu/
gpu_async_slice.html 24 if (this.category == 'disabled-by-default-gpu.device')
36 categoryParts: ['disabled-by-default-gpu.device',
37 'disabled-by-default-gpu.service']
  /external/clang/test/CodeGenCXX/
uncopyable-args.cpp 56 // CHECK-DISABLED-LABEL: define void @_ZN9move_ctor3barEv()
57 // CHECK-DISABLED: call void @_Z{{.*}}C1Ev(
58 // CHECK-DISABLED-NOT: call
59 // CHECK-DISABLED: call void @_ZN9move_ctor3fooENS_1AE(%"struct.move_ctor::A"* %{{.*}})
60 // CHECK-DISABLED-LABEL: declare void @_ZN9move_ctor3fooENS_1AE(%"struct.move_ctor::A"*)
77 // CHECK-DISABLED-LABEL: define void @_ZN11all_deleted3barEv()
78 // CHECK-DISABLED: call void @_Z{{.*}}C1Ev(
79 // CHECK-DISABLED-NOT call
80 // CHECK-DISABLED: call void @_ZN11all_deleted3fooENS_1AE(%"struct.all_deleted::A"* %{{.*}})
81 // CHECK-DISABLED-LABEL: declare void @_ZN11all_deleted3fooENS_1AE(%"struct.all_deleted::A"*
    [all...]
  /external/clang/test/SemaCXX/
no-exceptions.cpp 25 throw; // expected-error {{cannot use 'throw' with exceptions disabled}}
29 try { // expected-error {{cannot use 'try' with exceptions disabled}}
unused-with-error.cpp 3 // Make sure 'unused' warnings are disabled when errors occurred.
  /development/apps/BluetoothDebug/
Android.mk 13 LOCAL_PROGUARD_ENABLED := disabled
  /development/apps/OBJViewer/
Android.mk 12 # currently disabled because of API changes. won't be fixed for 1.0
  /development/apps/SdkSetup/
Android.mk 11 LOCAL_PROGUARD_ENABLED := disabled
  /development/samples/Vault/
Android.mk 11 LOCAL_PROGUARD_ENABLED := disabled
  /development/samples/browseable/AppRestrictionSchema/
_index.jd 10 app (press the button to show \"Hello\" message) is enabled or disabled. Use
  /external/chromium-trace/trace-viewer/tracing/test_data/
gpu_state_trace.json 3 "cat": "disabled-by-default-gpu.debug",
  /external/clang/test/Driver/
autolink_integrated_as.c 3 // Test that the autolinking feature is disabled with *not* using the
  /external/clang/test/Parser/
check-objc2-syntax-1.m 4 @import Foundation; // expected-error {{use of '@import' when modules are disabled}}
no-gnu-inline-asm.c 5 asm volatile("INST %0, %1" : "=r"(foo) : "r"(bar)); // expected-error {{GNU-style inline assembly is disabled}}
  /external/compiler-rt/test/tsan/
mutex_cycle2.c 4 // RUN: TSAN_OPTIONS=detect_deadlocks=0 %run %t 2>&1 | FileCheck %s --check-prefix=DISABLED
6 // RUN: TSAN_OPTIONS="suppressions='%t.supp'" %run %t 2>&1 | FileCheck %s --check-prefix=DISABLED
27 // DISABLED-NOT: ThreadSanitizer
28 // DISABLED: PASS

Completed in 62 milliseconds

1 2 3 4 5 6 7 8 91011>>