/ndk/sources/host-tools/make-3.81/ |
makefile.com | 7 $! P3 = WALL will enable all warning messages (some are suppressed since
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.h | 178 * Enable/Disable motion smoothing. Use this to turn motion smoothing on/off at run time. 179 * \param enable flag indicating whether to turn the motion smoothing on or off. 181 void ResetSmoothing(bool enable) { m_do_motion_smoothing = enable; }
|
/packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/ |
dbreg.h | 178 * Enable/Disable motion smoothing. Use this to turn motion smoothing on/off at run time. 179 * \param enable flag indicating whether to turn the motion smoothing on or off. 181 void ResetSmoothing(bool enable) { m_do_motion_smoothing = enable; }
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SelectionManager.java | 61 public void setAutoLeaveSelectionMode(boolean enable) { 62 mAutoLeave = enable;
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.h | 178 * Enable/Disable motion smoothing. Use this to turn motion smoothing on/off at run time. 179 * \param enable flag indicating whether to turn the motion smoothing on or off. 181 void ResetSmoothing(bool enable) { m_do_motion_smoothing = enable; }
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
TimelineHorizontalScrollView.java | 116 * Invoked to enable/disable user scrolling (as opposed to programmatic scrolling) 117 * @param enable true to enable user scrolling 119 public void enableUserScrolling(boolean enable) { 120 mEnableUserScrolling = enable;
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLEScontext.h | 129 void setTextureEnabled(GLenum target, GLenum enable); 136 void enableArr(GLenum arr,bool enable);
|
/external/webkit/Source/WebCore/inspector/ |
InspectorResourceAgent.cpp | 34 #if ENABLE(INSPECTOR) 116 enable(); 276 #if ENABLE(XSLT) 465 #if ENABLE(WEB_SOCKETS) 509 #endif // ENABLE(WEB_SOCKETS) 524 // Add here condition to enable background events collection. 529 void InspectorResourceAgent::enable(ErrorString*) function in class:WebCore::InspectorResourceAgent 531 enable(); 534 void InspectorResourceAgent::enable() function in class:WebCore::InspectorResourceAgent 582 enable(); [all...] |
/external/oprofile/utils/ |
opcontrol | 175 -c/--callgraph=#depth enable callgraph sample collection with a 986 && test 0 != $(cat /dev/oprofile/enable); then 988 echo 0 >/dev/oprofile/enable 1364 set_param ibs_fetch/enable 0 1369 set_param ibs_op/enable 0 [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
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...] |
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);
|
/external/quake/quake/src/WinQuake/ |
net_comx.cpp | 487 // enable our interrupt at the PIC
490 // enable interrupts at the processor
491 enable();
493 // enable interrupts at the PIC
502 // set modem control register & enable uart interrupt generation
505 // enable the individual interrupts at the uart
533 // enable interrupts at the processor
534 enable();
810 enable();
829 enable();
[all...] |
/frameworks/av/media/libstagefright/omx/ |
OMXNodeInstance.cpp | 293 OMX_U32 portIndex, OMX_BOOL enable) { 302 if (enable) { 315 sizeof(EnableAndroidNativeBuffersParams), ver, portIndex, enable, 369 OMX_BOOL enable) { 371 return storeMetaDataInBuffers_l(portIndex, enable); 376 OMX_BOOL enable) { 396 params.bStoreMetaData = enable;
|
/external/qemu-pc-bios/vgabios/ |
vbe.c | 1087 Bit16u enable, i; local 1090 enable = inw(VBE_DISPI_IOPORT_DATA); 1091 write_word(ES, BX, enable); 1093 if (!(enable & VBE_DISPI_ENABLED)) 1108 Bit16u enable, i; local 1110 enable = read_word(ES, BX); 1113 if (!(enable & VBE_DISPI_ENABLED)) { 1115 outw(VBE_DISPI_IOPORT_DATA, enable); 1127 outw(VBE_DISPI_IOPORT_DATA, enable); 1316 * = 05h Enable Stereoscopic Mod [all...] |
/frameworks/native/opengl/libagl/ |
primitives.cpp | 218 index |= c->lighting.enable ? 0x2 : 0; 223 if (ggl_likely(c->arrays.vertex.enable)) { 397 if (!(c->rasterizer.state.texture[i].enable)) 465 if (c->lighting.enable) { 486 if (!c->rasterizer.state.texture[i].enable) 664 if (ggl_unlikely(c->polygonOffset.enable)) { 722 if (!tmu.enable) 779 if (!tmu.enable) 828 if (ggl_likely(c->cull.enable)) { [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_ble.c | 131 ** Description Enable or disable update based on the request from the peer 138 BOOLEAN L2CA_EnableUpdateBleConnParams (BD_ADDR rem_bda, BOOLEAN enable) 153 L2CAP_TRACE_API4 ("L2CA_EnableUpdateBleConnParams - BD_ADDR %08x%04x enable %d current upd state %d", 154 (rem_bda[0]<<24)+(rem_bda[1]<<16)+(rem_bda[2]<<8)+rem_bda[3], (rem_bda[4]<<8)+rem_bda[5], enable, p_lcb->upd_disabled); 163 if (enable)
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
port_utils.c | 494 void port_flow_control_peer(tPORT *p_port, BOOLEAN enable, UINT16 count) 502 /* if want to enable flow from peer */ 503 if (enable) 548 /* if want to enable flow from peer */ 549 if (enable)
|
/external/chromium/chrome/browser/chromeos/login/ |
user_controller.cc | 224 void UserController::EnableNameTooltip(bool enable) { 225 name_tooltip_enabled_ = enable; 227 if (enable)
|
/external/e2fsprogs/e2fsck/ |
dirinfo.c | 45 int fd, enable; local 52 "dirinfo", 0, 1, &enable); 54 if (!enable || !tdb_dir || access(tdb_dir, W_OK) ||
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_keyboard.c | 357 int SDL_EnableUNICODE(int enable) 362 if ( enable >= 0 ) { 363 SDL_TranslateUNICODE = enable;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.c | 75 void enable_cursor(int enable); 395 /* Enable/Disable cursor */ 396 void enable_cursor(int enable) 400 ioctl(fd, KDSETMODE, enable ? KD_TEXT : KD_GRAPHICS);
|
/external/webkit/Source/WebKit/wx/ |
WebFrame.cpp | 403 void wxWebFrame::MakeEditable(bool enable) 405 if (enable != IsEditable() && m_impl->frame && m_impl->frame->page()) 406 m_impl->frame->page()->setEditable(enable);
|
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
Bmgr.java | 70 if ("enable".equals(op)) { 132 boolean enable = Boolean.parseBoolean(arg); 133 mBmgr.setBackupEnabled(enable); 134 System.out.println("Backup Manager now " + enableToString(enable)); 440 System.err.println(" bmgr enable BOOL"); 455 System.err.println("The 'enable' command enables or disables the entire backup mechanism.");
|
/frameworks/native/include/utils/ |
RefBase.h | 102 //! DEBUGGING ONLY: Enable tracking for this object. 103 // enable -- enable/disable tracking 104 // retain -- when tracking is enable, if true, then we save a stack trace 109 void trackMe(bool enable, bool retain); 119 //! DEBUGGING ONLY: Enable tracking of object. 120 inline void trackMe(bool enable, bool retain) 122 getWeakRefs()->trackMe(enable, retain);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Phone.java | 47 /** used to enable additional debug messages */ 661 * Enable or disable enhanced Voice Privacy (VP). If enhanced VP is 664 * @param enable whether true or false to enable or disable. 667 void enableEnhancedVoicePrivacy(boolean enable, Message onComplete); [all...] |