HomeSort by relevance Sort by last modified time
    Searched refs:enabled (Results 101 - 125 of 4275) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/testng/src/test/java/test/inject/
InjectDataProviderTest.java 27 @Test(dataProvider = "dp1", enabled = true)
31 @Test(dataProvider = "dp1", enabled = true)
35 @Test(dataProvider = "dp1", enabled = true)
48 @Test(dataProvider = "dp2", enabled = false)
52 @Test(dataProvider = "dp2", enabled = false)
56 @Test(dataProvider = "dp2", enabled = false)
  /external/v8/src/compiler/x64/
unwinding-info-writer-x64.h 24 if (enabled()) eh_frame_writer_.Initialize();
28 if (enabled() && !tracking_fp_) {
35 if (enabled()) block_initial_states_.resize(number);
47 if (enabled()) eh_frame_writer_.Finish(code_size);
51 return enabled() ? &eh_frame_writer_ : nullptr;
55 bool enabled() const { return FLAG_perf_prof_unwinding_info; } function in class:v8::internal::compiler::UnwindingInfoWriter
  /external/v8/src/profiler/
tracing-cpu-profiler.cc 37 bool enabled; local
39 TRACE_DISABLED_BY_DEFAULT("v8.cpu_profiler"), &enabled);
40 if (!enabled) return;
63 bool enabled;
65 TRACE_DISABLED_BY_DEFAULT("v8.cpu_profiler.hires"), &enabled);
66 int sampling_interval_us = enabled ? 100 : 1000;
  /external/llvm/test/MC/Mips/mips2/
invalid-mips32.s 10 clo $11,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 eret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 jr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 jalr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 jalr.hb $4, $5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 madd $s6,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
18 madd $zero,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 maddu $s3,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
  /external/llvm/test/MC/Mips/mips32/
invalid-mips64.s 8 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 dclz $s0,$t9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 dneg $2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 dneg $2,$3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 dnegu $2,$3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips5.s 8 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 suxc1 $f12,$k1($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips4.s 8 bc1fl $fcc7,27 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 bc1tl $fcc7,27 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 ldxc1 $f8,$s7($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 sdxc1 $f11,$10($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 swxc1 $f19,$12($k0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 prefx 0,$2($31) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataEnabledSettings.java 37 * The class to hold different data enabled/disabled settings. Also it allows clients to register
38 * for overall data enabled setting changed event.
67 * Indicate if metered APNs are enabled by the carrier. set false to block all the metered APNs
93 public synchronized void setInternalDataEnabled(boolean enabled) {
94 localLog("InternalDataEnabled", enabled);
96 mInternalDataEnabled = enabled;
105 public synchronized void setUserDataEnabled(boolean enabled) {
106 localLog("UserDataEnabled", enabled);
109 Settings.Global.putInt(mResolver, getMobileDataSettingName(), enabled ? 1 : 0);
135 public synchronized void setPolicyDataEnabled(boolean enabled) {
    [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/
FourthPage.cpp 97 DWORD enabled; local
113 err = RegQueryValueEx( key, L"Enabled", NULL, NULL, (LPBYTE) &enabled, &dwSize );
116 m_checkBox.SetCheck( enabled );
152 DWORD enabled; local
159 enabled = m_checkBox.GetCheck();
160 err = RegSetValueEx( key, L"Enabled", NULL, REG_DWORD, (LPBYTE) &enabled, sizeof( enabled ) );
ServicesPage.cpp 99 DWORD enabled; local
115 err = RegQueryValueEx( key, L"Advertise", NULL, NULL, (LPBYTE) &enabled, &dwSize );
118 m_SMBCheckBox.SetCheck( enabled );
132 err = RegQueryValueEx( key, L"Enabled", NULL, NULL, (LPBYTE) &enabled, &dwSize );
135 m_powerManagementCheckBox.SetCheck( enabled );
171 DWORD enabled; local
178 enabled = m_SMBCheckBox.GetCheck();
179 err = RegSetValueEx( key, L"Advertise", NULL, REG_DWORD, (LPBYTE) &enabled, sizeof( enabled ) );
    [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_audio_processing.h 74 virtual int GetNsStatus(bool& enabled, NsModes& mode) = 0;
81 virtual int GetAgcStatus(bool& enabled, AgcModes& mode) = 0;
98 virtual int GetEcStatus(bool& enabled, EcModes& mode) = 0;
102 // only be enabled if supported on the current platform; otherwise an error
125 // and low-frequency noise. Recommended to be enabled.
137 virtual int GetRxNsStatus(int channel, bool& enabled, NsModes& mode) = 0;
147 virtual int GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode) = 0;
176 virtual int GetEcMetricsStatus(bool& enabled) = 0;
205 virtual int GetTypingDetectionStatus(bool& enabled) = 0;
209 // * Time in seconds since the typing detection was enabled
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
VsyncEventObserver.cpp 71 WTRACE("vsync is still enabled");
87 bool VsyncEventObserver::control(bool enabled)
89 ATRACE("enabled = %d on device %d", enabled, mDevice);
90 if (enabled == mEnabled) {
91 WTRACE("vsync state %d is not changed", enabled);
96 bool ret = mVsyncControl->control(mDevice, enabled);
98 ETRACE("failed to control (%d) vsync on display %d", enabled, mDevice);
102 mEnabled = enabled;
125 WTRACE("failed to wait for vsync on display %d, vsync enabled %d", mDevice, mEnabled)
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
VsyncEventObserver.cpp 70 WLOGTRACE("vsync is still enabled");
86 bool VsyncEventObserver::control(bool enabled)
88 ALOGTRACE("enabled = %d on device %d", enabled, mDevice);
89 if (enabled == mEnabled) {
90 WLOGTRACE("vsync state %d is not changed", enabled);
95 bool ret = mVsyncControl->control(mDevice, enabled);
97 ELOGTRACE("failed to control (%d) vsync on display %d", enabled, mDevice);
101 mEnabled = enabled;
124 WLOGTRACE("failed to wait for vsync on display %d, vsync enabled %d", mDevice, mEnabled)
    [all...]
  /external/llvm/test/MC/Mips/mips3/
invalid-mips5.s 10 ldxc1 $f8,$s7($t3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 movf $gp,$8,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 movf.d $f6,$f11,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 movf.s $f23,$f5,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 movn $v1,$s1,$s0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
20 movn.d $f27,$f21,$k0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
21 movn.s $f12,$f0,$s7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
22 movt $zero,$s4,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_zsa.c 47 (!so->depth.enabled || so->depth.func == PIPE_FUNC_ALWAYS) &&
67 if (so->stencil[0].enabled) {
69 (so->stencil[1].enabled && so->stencil[1].func != PIPE_FUNC_ALWAYS))
76 } else if (so->stencil[1].enabled) {
85 /* Disable early z reject when no depth test is enabled.
88 if (so->depth.enabled == false || so->depth.func == PIPE_FUNC_ALWAYS)
96 VIVS_PE_DEPTH_CONFIG_DEPTH_FUNC(so->depth.enabled ? so->depth.func
102 COND(so->alpha.enabled, VIVS_PE_ALPHA_OP_ALPHA_TEST) |
115 translate_stencil_mode(so->stencil[0].enabled, so->stencil[1].enabled) |
    [all...]
  /device/google/wahoo/vr/
VrDevice.cpp 48 Return<void> VrDevice::setVrMode(bool enabled) {
49 mVRmode = enabled;
50 if (enabled) {
68 !android::base::WriteStringToFile((enabled ? "1" : "0"), kTouchVRModeSysfs)) {
69 PLOG(ERROR) << "Failed to write to vrmode sysfs node with :" << enabled;
  /external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionOutputBuffer.java 72 if (this.wire.enabled()) {
79 if (this.wire.enabled()) {
86 if (this.wire.enabled()) {
97 if (this.wire.enabled()) {
105 if (this.wire.enabled()) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNfcAdapter.java 16 private boolean enabled; field in class:ShadowNfcAdapter
49 return enabled;
52 public void setEnabled(boolean enabled) {
53 this.enabled = enabled;
  /external/webrtc/talk/app/webrtc/
rtpreceiver.cc 41 cached_track_enabled_(track->enabled()) {
55 if (cached_track_enabled_ != track_->enabled()) {
56 cached_track_enabled_ = track_->enabled();
65 if (provider_ && track_->enabled())
82 provider_->SetAudioPlayout(ssrc_, track_->enabled());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 36 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) {
37 Logging::GetInstance()->PushState(ToString(name), timestamp_ms, enabled); local
41 bool enabled) {
42 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
46 bool enabled) {
47 Logging::GetInstance()->PushState(name, timestamp_ms, enabled);
73 void Logging::SetGlobalEnable(bool enabled) {
75 thread_map_[rtc::CurrentThreadId()].global_state.enabled = enabled;
83 if (state.enabled) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/appinfo/
AppActionButtonPreferenceController.java 76 final boolean enabled = getResultCode() != Activity.RESULT_CANCELED;
78 + mParent.getAppEntry().info.packageName + " " + enabled);
79 updateForceStopButton(enabled);
148 boolean enabled;
150 enabled = handleDisableable(appEntry, packageInfo);
152 enabled = initUninstallButtonForUserApp();
157 enabled = false;
164 enabled = false;
169 enabled = false;
174 enabled = false
    [all...]
  /external/llvm/test/MC/Mips/micromips32r6/
invalid-wrong-error.s 12 teq $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
15 tge $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
18 tgeu $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
21 tlt $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
24 tltu $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
27 tne $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
30 syscall 1024 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
31 ldc2 $1, -2049($12) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
32 ldc2 $1, 2048($12) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
34 lwc2 $1, -2049($4) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceAdminService/src/com/android/cts/deviceadminservice/
ComponentController.java 26 private void enableComponent(ComponentName cn, boolean enabled) {
28 (enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED :
31 Log.i(TAG, "setComponentEnabledSetting: " + cn + " enabled=" + enabled);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ResetPasswordTest.java 73 private void assertResetPasswordEnabled(boolean enabled, String password) {
79 if (enabled) {
84 if (enabled) {
  /external/autotest/frontend/client/src/autotest/afe/
ControlTypeSelect.java 34 public void setEnabled(boolean enabled) {
35 display.getClient().setEnabled(enabled);
36 display.getServer().setEnabled(enabled);

Completed in 1119 milliseconds

1 2 3 45 6 7 8 91011>>