HomeSort by relevance Sort by last modified time
    Searched refs:enable (Results 901 - 925 of 1304) sorted by null

<<31323334353637383940>>

  /external/v8/src/
mark-compact.h 472 void EnableCodeFlushing(bool enable);
  /external/v8/test/mjsunit/harmony/
proxies-example-membrane.js 196 enable: function() { enabled = true; },
265 m.gate.enable();
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /frameworks/av/media/libmedia/
AudioEffect.cpp 207 ALOGV("enable %p", this);
208 status = mIEffect->enable();
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.cpp     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarView.java 546 public void setHomeButtonEnabled(boolean enable) {
547 mHomeLayout.setEnabled(enable);
548 mHomeLayout.setFocusable(enable);
550 if (!enable) {
    [all...]
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 584 int enable(const char *device_dir, function
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 386 uint32_t enable; member in struct:msmfb_overlay_blt
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 315 /* flags for enable CSC, toggling RGB,YUV input/output */
384 uint32_t enable; member in struct:msmfb_overlay_blt
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
go.sh 255 echo -e "+++ Load wl12xx driver, enable mac80211 tracing"
285 echo 1 > /sys/kernel/debug/tracing/events/mac80211/enable
293 echo -e "+++ Start interface, enable monitoring events, run wpa_supplicant"
  /ndk/build/tools/
common-build-host-funcs.sh 208 # Use this function to enable/disable colored output
214 on|enable|true) DO_COLOR=true
230 # By default, enable color mode
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 290 * Enable Bluetooth hardware.
294 mAdapter.enable();
  /packages/apps/Gallery2/src/com/android/camera/
CameraActivity.java 340 mOrientationListener.enable();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx.h 42 #pragma message enable nosimpint
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 42 #pragma message enable nosimpint
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 42 #pragma message enable nosimpint
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java 375 public void enable() { method in class:Channel
381 * Disables the emulation. Just the opposite to enable(). For multi-touch this
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 74 void GLClientState::enable(int location, int state) function in class:GLClientState
  /system/core/include/private/pixelflinger/
ggl_context.h 419 uint8_t enable; member in struct:android::texture_t
  /system/core/libpixelflinger/
buffer.cpp 88 if ((!c->state.texture[i].enable) || (!s.dirty))
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 582 GL_APICALL void GL_APIENTRY glSelectPerfMonitorCountersAMD (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *countersList);
594 typedef void (GL_APIENTRYP PFNGLSELECTPERFMONITORCOUNTERSAMDPROC) (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *countersList);
    [all...]
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 71 void (* enable)(adnc_pfx_effect_t *fx); member in struct:adnc_pfx_ops_s
523 effect->ops->enable(effect);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 274 memset(&sec_event.enable, 0, sizeof ( tBTA_DM_ENABLE ));
275 sec_event.enable.status = BTA_FAILURE;
276 if( p_data->enable.p_sec_cback != NULL )
277 p_data->enable.p_sec_cback (BTA_DM_ENABLE_EVT, &sec_event);
287 if( p_data->enable.p_sec_cback != NULL )
288 bta_dm_cb.p_sec_cback = p_data->enable.p_sec_cback;
    [all...]
  /external/icu4c/i18n/
numfmt.cpp 702 NumberFormat::setLenient(UBool enable)
704 fLenient = enable;
    [all...]

Completed in 1281 milliseconds

<<31323334353637383940>>