/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebRuntimeFeatures.cpp | 39 void WebRuntimeFeatures::enableExperimentalFeatures(bool enable) in enableExperimentalFeatures() argument 41 RuntimeEnabledFeatures::setExperimentalFeaturesEnabled(enable); in enableExperimentalFeatures() 44 void WebRuntimeFeatures::enableBleedingEdgeFastPaths(bool enable) in enableBleedingEdgeFastPaths() argument 46 ASSERT(enable); in enableBleedingEdgeFastPaths() 47 RuntimeEnabledFeatures::setBleedingEdgeFastPathsEnabled(enable); in enableBleedingEdgeFastPaths() 48 …RuntimeEnabledFeatures::setSubpixelFontScalingEnabled(enable || RuntimeEnabledFeatures::subpixelFo… in enableBleedingEdgeFastPaths() 49 RuntimeEnabledFeatures::setWebAnimationsAPIEnabled(enable); in enableBleedingEdgeFastPaths() 52 void WebRuntimeFeatures::enableTestOnlyFeatures(bool enable) in enableTestOnlyFeatures() argument 54 RuntimeEnabledFeatures::setTestFeaturesEnabled(enable); in enableTestOnlyFeatures() 57 void WebRuntimeFeatures::enableApplicationCache(bool enable) in enableApplicationCache() argument [all …]
|
/external/f2fs-tools/scripts/ |
D | tracepoint.sh | 9 echo 0 > $TRACE/events/mmc/enable 13 echo 0 > $TRACE/events/block/block_rq_complete/enable 14 echo 0 > $TRACE/events/block/block_bio_complete/enable 18 echo $G > $TRACE/events/f2fs/f2fs_get_victim/enable 22 echo $A > $TRACE/events/f2fs/f2fs_reserve_new_block/enable 26 echo $T > $TRACE/events/f2fs/f2fs_truncate/enable 27 echo $T > $TRACE/events/f2fs/f2fs_truncate_inode_blocks_enter/enable 28 echo $T > $TRACE/events/f2fs/f2fs_truncate_inode_blocks_exit/enable 29 echo $T > $TRACE/events/f2fs/f2fs_truncate_blocks_enter/enable 30 echo $T > $TRACE/events/f2fs/f2fs_truncate_blocks_exit/enable [all …]
|
/external/chromium_org/gpu/command_buffer/service/ |
D | context_state_autogen.h | 104 inline void SetDeviceCapabilityState(GLenum cap, bool enable) { in SetDeviceCapabilityState() argument 107 if (enable_flags.cached_blend == enable && !ignore_cached_state) in SetDeviceCapabilityState() 109 enable_flags.cached_blend = enable; in SetDeviceCapabilityState() 112 if (enable_flags.cached_cull_face == enable && !ignore_cached_state) in SetDeviceCapabilityState() 114 enable_flags.cached_cull_face = enable; in SetDeviceCapabilityState() 117 if (enable_flags.cached_depth_test == enable && !ignore_cached_state) in SetDeviceCapabilityState() 119 enable_flags.cached_depth_test = enable; in SetDeviceCapabilityState() 122 if (enable_flags.cached_dither == enable && !ignore_cached_state) in SetDeviceCapabilityState() 124 enable_flags.cached_dither = enable; in SetDeviceCapabilityState() 127 if (enable_flags.cached_polygon_offset_fill == enable && in SetDeviceCapabilityState() [all …]
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
D | antlr3.jar | ... )
boolean enable
public void setProfile (boolean)
boolean enable
public void setNfa (boolean)
boolean enable
public void ... |
/external/chromium_org/ppapi/cpp/ |
D | url_request_info.h | 153 bool SetStreamToFile(bool enable) { in SetStreamToFile() argument 154 return SetProperty(PP_URLREQUESTPROPERTY_STREAMTOFILE, enable); in SetStreamToFile() 167 bool SetFollowRedirects(bool enable) { in SetFollowRedirects() argument 168 return SetProperty(PP_URLREQUESTPROPERTY_FOLLOWREDIRECTS, enable); in SetFollowRedirects() 181 bool SetRecordDownloadProgress(bool enable) { in SetRecordDownloadProgress() argument 182 return SetProperty(PP_URLREQUESTPROPERTY_RECORDDOWNLOADPROGRESS, enable); in SetRecordDownloadProgress() 194 bool SetRecordUploadProgress(bool enable) { in SetRecordUploadProgress() argument 195 return SetProperty(PP_URLREQUESTPROPERTY_RECORDUPLOADPROGRESS, enable); in SetRecordUploadProgress() 229 bool SetAllowCrossOriginRequests(bool enable) { in SetAllowCrossOriginRequests() argument 230 return SetProperty(PP_URLREQUESTPROPERTY_ALLOWCROSSORIGINREQUESTS, enable); in SetAllowCrossOriginRequests() [all …]
|
/external/openfst/ |
D | configure.ac | 37 [--enable-bin], 38 [enable fst::script and command-line binaries])], 47 [--enable-compact-fsts], 48 [enable all CompactFst extensions])], 56 [--enable-const-fsts], 57 [enable all ConstFst extensions])], 62 AC_ARG_ENABLE([far], [AS_HELP_STRING([--enable-far], [enable FAR extensions])], 69 [--enable-ngram-fsts], 70 [enable NGramFst extension])], 78 [--enable-lookahead-fsts], [all …]
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
D | func_test_manager.h | 151 int32_t SetFilePlayout(bool enable, const char* fileName = NULL); 152 void SetFullDuplex(bool enable); 153 void SetSpeakerVolume(bool enable) in SetSpeakerVolume() argument 155 _speakerVolume = enable; in SetSpeakerVolume() 158 void SetSpeakerMute(bool enable) in SetSpeakerMute() argument 160 _speakerMute = enable; in SetSpeakerMute() 163 void SetMicrophoneMute(bool enable) in SetMicrophoneMute() argument 165 _microphoneMute = enable; in SetMicrophoneMute() 168 void SetMicrophoneVolume(bool enable) in SetMicrophoneVolume() argument 170 _microphoneVolume = enable; in SetMicrophoneVolume() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | UserActionElementSet.h | 47 void setFocused(Node* node, bool enable) { setFlags(node, enable, IsFocusedFlag); } in setFocused() argument 48 void setActive(Node* node, bool enable) { setFlags(node, enable, IsActiveFlag); } in setActive() argument 49 void setInActiveChain(Node* node, bool enable) { setFlags(node, enable, InActiveChainFlag); } in setInActiveChain() argument 50 void setHovered(Node* node, bool enable) { setFlags(node, enable, IsHoveredFlag); } in setHovered() argument 71 …void setFlags(Node* node, bool enable, unsigned flags) { enable ? setFlags(node, flags) : clearFla… in setFlags() argument
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
D | fakeconstraints.h | 97 void SetMandatoryReceiveAudio(bool enable) { in SetMandatoryReceiveAudio() argument 98 SetMandatory(MediaConstraintsInterface::kOfferToReceiveAudio, enable); in SetMandatoryReceiveAudio() 101 void SetMandatoryReceiveVideo(bool enable) { in SetMandatoryReceiveVideo() argument 102 SetMandatory(MediaConstraintsInterface::kOfferToReceiveVideo, enable); in SetMandatoryReceiveVideo() 105 void SetMandatoryUseRtpMux(bool enable) { in SetMandatoryUseRtpMux() argument 106 SetMandatory(MediaConstraintsInterface::kUseRtpMux, enable); in SetMandatoryUseRtpMux() 109 void SetMandatoryIceRestart(bool enable) { in SetMandatoryIceRestart() argument 110 SetMandatory(MediaConstraintsInterface::kIceRestart, enable); in SetMandatoryIceRestart() 117 void SetOptionalVAD(bool enable) { in SetOptionalVAD() argument 118 AddOptional(MediaConstraintsInterface::kVoiceActivityDetection, enable); in SetOptionalVAD()
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
D | ANTLR3.java | 179 public void setDebug(boolean enable) { in setDebug() argument 180 this.debug = enable; in setDebug() 186 public void setReport(boolean enable) { in setReport() argument 187 this.report = enable; in setReport() 193 public void setPrint(boolean enable) { in setPrint() argument 194 this.print = enable; in setPrint() 200 public void setProfile(boolean enable) { in setProfile() argument 201 this.profile = enable; in setProfile() 207 public void setNfa(boolean enable) { in setNfa() argument 208 this.nfa = enable; in setNfa() [all …]
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | voe_audio_processing_impl.h | 22 virtual int SetNsStatus(bool enable, NsModes mode = kNsUnchanged); 26 virtual int SetAgcStatus(bool enable, AgcModes mode = kAgcUnchanged); 35 bool enable, 41 bool enable, 50 virtual int SetEcStatus(bool enable, EcModes mode = kEcUnchanged); 52 virtual int EnableDriftCompensation(bool enable); 63 virtual int EnableHighPassFilter(bool enable); 73 virtual int SetEcMetricsStatus(bool enable); 86 virtual int SetTypingDetectionStatus(bool enable); 99 virtual void EnableStereoChannelSwapping(bool enable);
|
D | channel.h | 116 void SetRxApmIsEnabled(bool enable) { in SetRxApmIsEnabled() argument 118 state_.rx_apm_is_enabled = enable; in SetRxApmIsEnabled() 121 void SetInputExternalMedia(bool enable) { in SetInputExternalMedia() argument 123 state_.input_external_media = enable; in SetInputExternalMedia() 126 void SetOutputFilePlaying(bool enable) { in SetOutputFilePlaying() argument 128 state_.output_file_playing = enable; in SetOutputFilePlaying() 131 void SetInputFilePlaying(bool enable) { in SetInputFilePlaying() argument 133 state_.input_file_playing = enable; in SetInputFilePlaying() 136 void SetPlaying(bool enable) { in SetPlaying() argument 138 state_.playing = enable; in SetPlaying() [all …]
|
D | voe_rtp_rtcp_impl.cc | 114 bool enable, in SetSendAudioLevelIndicationStatus() argument 119 " ID=%u)", channel, enable, id); in SetSendAudioLevelIndicationStatus() 125 if (enable && (id < kVoiceEngineMinRtpExtensionId || in SetSendAudioLevelIndicationStatus() 144 return channelPtr->SetSendAudioLevelIndicationStatus(enable, id); in SetSendAudioLevelIndicationStatus() 148 bool enable, in SetReceiveAudioLevelIndicationStatus() argument 152 channel, enable, id); in SetReceiveAudioLevelIndicationStatus() 157 if (enable && in SetReceiveAudioLevelIndicationStatus() 174 return channel_ptr->SetReceiveAudioLevelIndicationStatus(enable, id); in SetReceiveAudioLevelIndicationStatus() 178 bool enable, in SetSendAbsoluteSenderTimeStatus() argument 182 channel, enable, id); in SetSendAbsoluteSenderTimeStatus() [all …]
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/ |
D | VoiceEngine.java | 74 public native int setLoudspeakerStatus(boolean enable); in setLoudspeakerStatus() argument 88 public int setEcStatus(boolean enable, EcModes mode) { in setEcStatus() argument 89 return setEcStatus(enable, mode.ordinal()); in setEcStatus() 91 private native int setEcStatus(boolean enable, int ec_mode); in setEcStatus() argument 96 public int setAgcStatus(boolean enable, AgcModes agc_mode) { in setAgcStatus() argument 97 return setAgcStatus(enable, agc_mode.ordinal()); in setAgcStatus() 99 private native int setAgcStatus(boolean enable, int agc_mode); in setAgcStatus() argument 101 public int setNsStatus(boolean enable, NsModes ns_mode) { in setNsStatus() argument 102 return setNsStatus(enable, ns_mode.ordinal()); in setNsStatus() 104 private native int setNsStatus(boolean enable, int ns_mode); in setNsStatus() argument
|
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
D | voe_audio_processing.h | 73 virtual int SetNsStatus(bool enable, NsModes mode = kNsUnchanged) = 0; 80 virtual int SetAgcStatus(bool enable, AgcModes mode = kAgcUnchanged) = 0; 97 virtual int SetEcStatus(bool enable, EcModes mode = kEcUnchanged) = 0; 107 virtual int EnableDriftCompensation(bool enable) = 0; 128 virtual int EnableHighPassFilter(bool enable) = 0; 135 bool enable, 147 bool enable, 179 virtual int SetEcMetricsStatus(bool enable) = 0; 205 virtual int SetTypingDetectionStatus(bool enable) = 0; 233 virtual void EnableStereoChannelSwapping(bool enable) = 0;
|
/external/clang/test/Parser/ |
D | pragma-loop.cpp | 9 #pragma clang loop vectorize(enable) in test() 10 #pragma clang loop interleave(enable) in test() 11 #pragma clang loop unroll(enable) in test() 50 /* expected-error {{expected ')'}} */ #pragma clang loop vectorize(enable in test() 51 /* expected-error {{expected ')'}} */ #pragma clang loop interleave(enable in test() 52 /* expected-error {{expected ')'}} */ #pragma clang loop unroll(enable in test() 64 /* expected-error {{invalid option 'badkeyword'}} */ #pragma clang loop badkeyword(enable) in test() 65 /* expected-error {{invalid option 'badkeyword'}} */ #pragma clang loop vectorize(enable) badkeywor… in test() 66 …d-warning {{extra tokens at end of '#pragma clang loop'}} */ #pragma clang loop vectorize(enable) , in test() 112 #pragma clang loop vectorize(enable) in test() [all …]
|
/external/chromium_org/third_party/webrtc/modules/audio_device/android/ |
D | audio_device_template.h | 155 int32_t SetAGC(bool enable) { in SetAGC() argument 156 return input_.SetAGC(enable); in SetAGC() 257 int32_t SetSpeakerMute(bool enable) { in SetSpeakerMute() argument 258 return output_.SetSpeakerMute(enable); in SetSpeakerMute() 271 int32_t SetMicrophoneMute(bool enable) { in SetMicrophoneMute() argument 272 return input_.SetMicrophoneMute(enable); in SetMicrophoneMute() 285 int32_t SetMicrophoneBoost(bool enable) { in SetMicrophoneBoost() argument 286 return input_.SetMicrophoneBoost(enable); in SetMicrophoneBoost() 299 int32_t SetStereoPlayout(bool enable) { in SetStereoPlayout() argument 300 return output_.SetStereoPlayout(enable); in SetStereoPlayout() [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videoadapter.h | 72 void set_scale_third(bool enable); 130 void set_cpu_adaptation(bool enable) { cpu_adaptation_ = enable; } in set_cpu_adaptation() argument 135 void set_cpu_smoothing(bool enable); 138 void set_gd_adaptation(bool enable) { gd_adaptation_ = enable; } in set_gd_adaptation() argument 141 void set_view_adaptation(bool enable) { view_adaptation_ = enable; } in set_view_adaptation() argument 144 void set_view_switch(bool enable) { view_switch_ = enable; } in set_view_switch() argument
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 72 #define WEBRTC_CHECK_HEADER_EXTENSION_ID(enable, id) \ argument 74 if (enable && (id < 1 || id > 14)) { \ 624 WEBRTC_FUNC(SetVADStatus, (int channel, bool enable, webrtc::VadModes mode, 631 channels_[channel]->vad = enable; 638 WEBRTC_FUNC(SetFECStatus, (int channel, bool enable)) { 645 channels_[channel]->codec_fec = enable; 648 WEBRTC_FUNC(GetFECStatus, (int channel, bool& enable)) { 650 enable = channels_[channel]->codec_fec; 691 WEBRTC_STUB(SetDtmfFeedbackStatus, (bool enable, bool directFeedback)); 693 WEBRTC_STUB(SetDtmfPlayoutStatus, (int channel, bool enable)); [all …]
|
/external/ipsec-tools/src/racoon/ |
D | cftoken.l | 491 yyerror("racoon not configured with --enable-hybrid"); 498 yyerror("racoon not configured with --enable-hybrid"); 505 yyerror("racoon not configured with --enable-hybrid"); 512 yyerror("racoon not configured with --enable-hybrid"); 519 yyerror("racoon not configured with --enable-hybrid"); 526 yyerror("racoon not configured with --enable-hybrid"); 533 yyerror("racoon not configured with --enable-hybrid"); 540 yyerror("racoon not configured with --enable-hybrid");
|
/external/webrtc/src/modules/audio_processing/interface/ |
D | audio_processing.h | 258 virtual int Enable(bool enable) = 0; 267 virtual int enable_drift_compensation(bool enable) = 0; 299 virtual int enable_metrics(bool enable) = 0; 327 virtual int enable_delay_logging(bool enable) = 0; 347 virtual int Enable(bool enable) = 0; 368 virtual int enable_comfort_noise(bool enable) = 0; 402 virtual int Enable(bool enable) = 0; 465 virtual int enable_limiter(bool enable) = 0; 491 virtual int Enable(bool enable) = 0; 501 virtual int Enable(bool enable) = 0; [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-antlr.jar | ... )
boolean enable
public void setTrace (boolean)
boolean enable
public void setTraceParser (boolean)
boolean enable
public void ... |
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_rtp_rtcp_impl.h | 44 virtual int SetPadWithRedundantPayloads(int video_channel, bool enable); 68 virtual int SetNACKStatus(const int video_channel, const bool enable); 69 virtual int SetFECStatus(const int video_channel, const bool enable, 72 virtual int SetHybridNACKFECStatus(const int video_channel, const bool enable, 81 virtual int SetTMMBRStatus(const int video_channel, const bool enable); 84 bool enable, 87 bool enable, 90 bool enable, 93 bool enable, 95 virtual int SetRtcpXrRrtrStatus(int video_channel, bool enable); [all …]
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebPluginAction.h | 45 bool enable; member 48 : type(Unknown), enable(false) { } in WebPluginAction() 49 WebPluginAction(Type type, bool enable) in WebPluginAction() 50 : type(type), enable(enable) { } in WebPluginAction()
|
D | WebMediaPlayerAction.h | 47 bool enable; member 50 : type(Unknown), enable(false) { } in WebMediaPlayerAction() 51 WebMediaPlayerAction(Type type, bool enable) in WebMediaPlayerAction() 52 : type(type), enable(enable) { } in WebMediaPlayerAction()
|