HomeSort by relevance Sort by last modified time
    Searched refs:Enable (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/libnfc-nxp/src/
phFriNfc_NdefMap.h     [all...]
phFriNfc_NdefMap.c     [all...]
  /external/qemu-pc-bios/bochs/bios/
apmbios.S 280 ; APM Enable / Disable
  /external/skia/gpu/src/
GrGpuGLFixed.cpp 162 GR_GL(Enable(GR_GL_TEXTURE_2D));
300 // need to enable array if tex coord offset is 0
  /external/webrtc/src/modules/audio_processing/main/source/
echo_cancellation_impl.cc 164 int EchoCancellationImpl::Enable(bool enable) {
167 if (enable && apm_->echo_control_mobile()->is_enabled()) {
171 return EnableComponent(enable);
193 int EchoCancellationImpl::enable_drift_compensation(bool enable) {
195 drift_compensation_enabled_ = enable;
227 int EchoCancellationImpl::enable_metrics(bool enable) {
229 metrics_enabled_ = enable;
  /ndk/build/tools/
prebuilt-common.sh 459 register_option "--verbose" do_option_verbose "Enable verbose mode."
552 echo "ERROR: Can only enable mingw on Linux platforms !"
759 #ABI_CONFIGURE_EXTRA_FLAGS="$ABI_CONFIGURE_EXTRA_FLAGS --enable-gold=both/gold"
767 # Enable C++ exceptions, RTTI and GNU libstdc++ at the same time
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.h 77 // enable/mute, marshaling calls to a worker thread, and
109 bool Enable(bool enable);
213 bool SetRtcpMux_w(bool enable, ContentAction action, ContentSource src);
270 void SetEarlyMedia(bool enable);
channel.cc 134 bool BaseChannel::Enable(bool enable) {
136 Send(enable ? MSG_ENABLE : MSG_DISABLE);
508 bool BaseChannel::SetRtcpMux_w(bool enable, ContentAction action,
512 ret = rtcp_mux_filter_.SetOffer(enable, src);
514 ret = rtcp_mux_filter_.SetAnswer(enable, src);
658 void VoiceChannel::SetEarlyMedia(bool enable) {
659 if (enable) {
    [all...]
  /external/icu4c/
runConfigureICU 21 echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ configurearg ... ]"
27 --enable-debug Enable support for debugging
71 --enable-debug)
73 OPTS="$OPTS --enable-debug"
  /external/v8/src/
compilation-cache.cc 529 void CompilationCache::Enable() {
serialize.h 418 RLYSTC void Enable() {
  /external/clang/lib/AST/
DeclBase.cpp 72 bool Decl::CollectingStats(bool Enable) {
73 if (Enable) StatSwitch = true;
    [all...]
Stmt.cpp 83 bool Stmt::CollectingStats(bool Enable) {
84 if (Enable) StatSwitch = true;
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 42 InstantController::Enable(browser()->profile());
    [all...]
instant_controller.cc 95 void InstantController::Enable(Profile* profile) {
629 // To avoid extra load on other search engines we only enable previews if
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 284 -g|--guard-malloc Enable malloc guard
294 -l|--leaks Enable leaks checking
297 -p|--pixel-tests Enable pixel tests
399 # We need an environment variable to be able to enable the feature per-slave
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 137 # TODO: remove this from logging.cc and enable here instead.
192 '/ZI', # enable debugging
195 '/RTC1', # enable runtime checks
225 '/Zi', # enable debugging
228 '/GS', # enable security checks
370 # Enable dead-code removal.
  /external/chromium/chrome/browser/
browser_process_impl.cc     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 405 * Enable/disable debugging.
597 // Enable reprocessing: if this template is reprocessed, then only
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 405 * Enable/disable debugging.
597 // Enable reprocessing: if this template is reprocessed, then only
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 663 static bool CollectingStats(bool Enable = false);
    [all...]
  /bionic/libc/
Android.mk 515 # Enable recent IA friendly memory routines (such as for Atom)
607 # To enable malloc leak check for statically linked programs, add
710 # For all builds, except for the -user build we will enable memory
713 # that can enable, or disable specific checks. Note also that some of
  /external/chromium/chrome/browser/resources/ntp/
apps.js 584 // We need to re-enable animations asynchronously, so that the
779 // Enable drag and drop reordering of the app launcher.
  /external/chromium/chrome/browser/resources/
print_preview.js 372 // Enable the print button.
  /external/mesa3d/docs/
MESA_texture_array.spec 95 Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by
465 "Texturing is enabled or disabled using the generic Enable and Disable
468 TEXTURE_2D_ARRAY_EXT to enable one-, two-, three-dimensional, cube
    [all...]

Completed in 657 milliseconds

1 23 4