/external/libavc/encoder/ |
ih264e_trace.h | 111 /* Dummy macros when trace is disabled */ 127 * @brief Dummy trace init when trace is disabled in encoder 147 * @brief Dummy trace de-init function when trace is disabled
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
metadata-enable.ll | 14 ; vectorization is disabled. 122 ; O1-LABEL: @disabled( 125 ; O2-LABEL: @disabled( 128 ; O3-LABEL: @disabled( 131 ; O3DIS-LABEL: @disabled( 134 ; Os-LABEL: @disabled( 137 ; Oz-LABEL: @disabled( 140 ; O1VEC-LABEL: @disabled( 143 ; OzVEC-LABEL: @disabled( 146 ; O1VEC2-LABEL: @disabled( [all...] |
/external/protobuf/gtest/test/ |
gtest_throw_on_failure_test_.cc | 32 // Tests Google Test's throw-on-failure mode with exceptions disabled. 34 // This program must be compiled with exceptions disabled. It will be 49 // In the throw-on-failure mode with exceptions disabled, this
|
/frameworks/base/core/java/android/net/wimax/ |
WimaxManagerConstants.java | 16 * Broadcast intent action indicating that Wimax has been enabled, disabled, 25 * disabled, enabling, disabling, or unknown. 65 * Indicatates Wimax is disabled.
|
/external/gtest/test/ |
gtest_xml_output_unittest.py | 61 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" timestamp="*" name="AllTests" ad_hoc_property="42"> 62 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 65 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 72 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 84 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 91 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 98 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*"> 101 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*" SetUpTestCase="yes" TearDownTestCase="aye"> 107 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*"> 112 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*" [all...] |
/build/core/ |
configure_local_jack.mk | 24 ifneq ($(LOCAL_JACK_ENABLED),disabled)
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
Android.mk | 35 LOCAL_PROGUARD_ENABLED := disabled 59 LOCAL_PROGUARD_ENABLED := disabled 82 LOCAL_PROGUARD_ENABLED := disabled 105 LOCAL_PROGUARD_ENABLED := disabled
|
/cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/ |
Android.mk | 27 LOCAL_PROGUARD_ENABLED := disabled
|
/cts/hostsidetests/monkey/test-apps/CtsMonkeyApp2/ |
Android.mk | 27 LOCAL_PROGUARD_ENABLED := disabled
|
/cts/hostsidetests/net/app/ |
Android.mk | 29 LOCAL_PROGUARD_ENABLED := disabled
|
/cts/tests/acceleration/ |
Android.mk | 25 LOCAL_PROGUARD_ENABLED := disabled
|
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/ |
Android.mk | 29 LOCAL_PROGUARD_ENABLED := disabled
|
/development/apps/SettingInjectorSample/res/values/ |
strings.xml | 22 <string name="disabled_setting_label">Disabled injected setting</string>
|
/development/samples/browseable/DrawableTinting/ |
_index.jd | 12 states of a View (for example disabled/enabled, focused, pressed or selected).
|
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/receiver/ |
MmsReceiver.java | 20 * Stub subclass to allow individual receiver components in AndroidManifest to be enabled/disabled.
|
MmsReceiverLegacy.java | 20 * Stub subclass to allow individual receiver components in AndroidManifest to be enabled/disabled.
|
SmsReceiver.java | 20 * Stub subclass to allow individual receiver components in AndroidManifest to be enabled/disabled.
|
SmsReceiverLegacy.java | 20 * Stub subclass to allow individual receiver components in AndroidManifest to be enabled/disabled.
|
/development/tools/emulator/test-apps/SmokeTests/ |
Android.mk | 29 LOCAL_PROGUARD_ENABLED := disabled
|
/device/asus/flo/ |
init.flo.rc | 282 disabled 301 disabled 311 disabled 326 disabled 344 disabled 360 disabled 365 disabled 370 disabled 375 disabled 380 disabled [all...] |
/external/bison/m4/ |
assert.m4 | 18 [Define to 1 if assertions should be disabled.])],
|
/external/clang/test/Driver/ |
fsanitize-blacklist.c | 36 // RUN: %clang -fsanitize=address -fsanitize-blacklist=%t.good -fno-sanitize-blacklist -fsanitize-blacklist=%t.second %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ONLY-FIRST-DISABLED 37 // CHECK-ONLY_FIRST-DISABLED-NOT: good 38 // CHECK-ONLY-FIRST-DISABLED: -fsanitize-blacklist={{.*}}.second 39 // CHECK-ONLY_FIRST-DISABLED-NOT: good
|
/external/clang/test/SemaCXX/ |
exception-spec-no-exceptions.cpp | 26 // check, but if we did it should also be disabled under
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
odr-violation.cc | 12 // RUN: ASAN_OPTIONS=fast_unwind_on_malloc=0:detect_odr_violation=0 %run %t-ODR-EXE 2>&1 | FileCheck %s --check-prefix=DISABLED 17 // RUN: ASAN_OPTIONS=fast_unwind_on_malloc=0:detect_odr_violation=1 %run %t-ODR-EXE 2>&1 | FileCheck %s --check-prefix=DISABLED 23 // RUN: ASAN_OPTIONS=fast_unwind_on_malloc=0:detect_odr_violation=2:suppressions=%t.supp %run %t-ODR-EXE 2>&1 | FileCheck %s --check-prefix=DISABLED 50 // DISABLED: PASS
|
/external/compiler-rt/test/asan/TestCases/ |
init-order-pthread-create.cc | 1 // Check that init-order checking is properly disabled if pthread_create is
|