Searched defs:on (Results 101 - 125 of 138) sorted by relevance

123456

/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c81 // This may fix dirt left on desktop. Or not.
119 // always on the screen, the titlebar will be accessable everytime.
252 // Now stuffs based on state of shift key(s)!
341 /* while on os/2 it's the bottom left corner! */ \
1590 /* We need to wait for vertical retrace on page flipped displays */
1911 HWScanKeyMap[0x56] = SDLK_WORLD_1; // Code 161, letter i' on hungarian keyboard
1934 HWScanKeyMap[0x5e] = SDLK_RALT;// Actually, altgr on my keyboard...
2070 static int os2fslib_ToggleFullScreen(_THIS, int on) argument
2073 printf("[os2fslib_ToggleFullScreen] : %d\n", on); fflush(stdout);
2078 FSLib_ToggleFSMode(_this->hidden->hwndClient, on);
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java11 * distributed under the License is distributed on an "AS IS" BASIS,
49 * <li>Renders on a dedicated thread to decouple rendering performance from the
51 * <li>Supports both on-demand and continuous rendering.
101 * continuously or on-demand by calling
134 * // This method will be called on the rendering
442 * {@link #RENDERMODE_WHEN_DIRTY}, so that frames are only rendered on demand.
519 * Queue a runnable to be run on the GL rendering thread. This can be used
520 * to communicate with the Renderer on the rendering thread.
522 * @param r the runnable to be run on the GL rendering thread.
553 * used for implementing debugging and tracing on to
1509 setSafeMode(boolean on) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c198 struct http_othername *on; local
201 on = os_realloc_array(cert->othername, cert->num_othername + 1,
203 if (on == NULL)
205 cert->othername = on;
206 on = &on[cert->num_othername];
207 os_memset(on, 0, sizeof(*on));
213 on->oid = os_strdup(txt);
214 if (on
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c198 struct http_othername *on; local
201 on = os_realloc_array(cert->othername, cert->num_othername + 1,
203 if (on == NULL)
205 cert->othername = on;
206 on = &on[cert->num_othername];
207 os_memset(on, 0, sizeof(*on));
213 on->oid = os_strdup(txt);
214 if (on
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c198 struct http_othername *on; local
201 on = os_realloc_array(cert->othername, cert->num_othername + 1,
203 if (on == NULL)
205 cert->othername = on;
206 on = &on[cert->num_othername];
207 os_memset(on, 0, sizeof(*on));
213 on->oid = os_strdup(txt);
214 if (on
[all...]
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js850 EventEmitter.prototype.on = function(type, callback) {
990 AnimationManager.prototype.on = function(type, callback) {
991 EventEmitter.prototype.on.call(this, type, callback);
1248 * View adds itself as a property on the element so we can access it from Event.target.
1297 if (!/^on[A-Z]/.test(methodName))
1729 AnimationManager.shared.on(AnimationManager.EventTypeAnimationFrameWillFinish, this.onAnimationFrameWillFinish);
2386 animator.on(Animator.EventTypeDidAnimationStop, this.onCellHeightAnimatorDidStop);
2960 this.calendarPicker.on(CalendarPicker.EventTypeCurrentMonthChanged, this.onCurrentMonthChanged);
2977 this._previousMonthButton.on(CalendarNavigationButton.EventTypeButtonClick, this.onNavigationButtonClick);
2978 this._previousMonthButton.on(CalendarNavigationButto
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js256 CodeMirror.on = function(obj, type, handler) { }
351 on: function(type, f) { },
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h138 virtual bool MuteStream(uint32 ssrc, bool on) { argument
141 if (on)
H A Dmediachannel.h98 // Set this value based on the value of o, iff o is set. If this value is
479 // Limit on the number of early receive channels that can be created.
500 // on this SoundclipMedia, it is stopped. If clip is NULL, nothing is played.
514 // be a fully qualified name in order to compile on IOS.
598 virtual bool MuteStream(uint32 ssrc, bool on) = 0;
634 // This method sets DSCP |value| on both RTP and RTCP channels.
1107 // The DTMF out-of-band signal will be used on sending.
1202 // signal fires, on up the chain.
1274 virtual bool MuteStream(uint32 ssrc, bool on) { return false; } argument
/external/netperf/
H A Dnettest_bsd.c226 with that with a variant on watching the clock rather than \
438 -4 Use AF_INET (eg IPv4) on both ends of the data conn\n\
439 -6 Use AF_INET6 (eg IPv6) on both ends of the data conn\n\
589 fprintf(where,"Sleeping on getaddrinfo EAI_AGAIN\n");
640 "correctly" this is based in part on some earlier SCTP-only code
707 "WARNING! getaddrinfo on this platform does not accept IPPROTO_SCTP!\n");
733 (test-specific -L), pick the local data endpoint address based on
736 info (test-specific -H, -4 -6) pick something based on the local
819 addrinfo to the specified value, based on the address family */
864 int on
859 int on = 1; local
[all...]
/external/ppp/pppd/
H A Dsys-linux.c3 * PPP interfaces on Linux systems
171 /* We can get an EIO error on an ioctl if the modem has hung up */
517 * Fetch the initial file flags and reset blocking mode on the file.
573 /* Reset non-blocking mode on fd. */
897 * set_up_tty: Set up the serial port on `fd' for 8 bits, no parity,
973 * setdtr - control the DTR line on the serial port.
977 void setdtr (int tty_fd, int on) argument
981 ioctl(tty_fd, (on ? TIOCMBIS : TIOCMBIC), &modembits);
1147 fatal("eof on loopback");
1156 * netif_set_mtu - set the MTU on th
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h427 // FIXME: SVG filters should change to store the filter on the RenderStyle
772 // that as the style for the root element, rather than obtaining it on our own. The reason for
774 // have been calculated on the fly (without associating it with the actual element) somewhere.
794 enum InheritedBool { off = false, on = true, inherit }; enumerator in enum:blink::Document::InheritedBool
851 virtual void postTask(PassOwnPtr<ExecutionContextTask>) OVERRIDE; // Executes the task on context's thread asynchronously.
1379 // The different (legacy) meta tags have different priorities based on the type
/external/lldb/include/lldb/Target/
H A DProcess.h1227 SetRunningUserExpression (bool on) argument
1229 // REMOVEME printf ("Setting running user expression %s at resume id %d - value: %d.\n", on ? "on" : "off", m_resume_id, m_running_user_expression);
1230 if (on)
1388 // We use a read/write lock to allow on or more clients to
1636 /// debug a file on the current system, it should return \b true.
1955 /// If true, don't resume the process on detach.
2075 /// Information on how to do the attach. For example, GetUserID()
2103 /// Information on how to do the attach. For example, GetUserID()
2635 /// the user can reconstruct the "state" by simply re-running the debugger on th
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java124 // the ContentViewCore, then storing a strong ref to the interface object on the native
127 // For that reason, we store only a weak reference to the interface object on the
128 // native side. However we still need a strong reference on the Java side to
131 // This map stores those references. We put into the map on addJavaScriptInterface()
138 // Additionally, we keep track of all Java bound JS objects that are in use on the
142 // on the interface object. Note we use HashSet rather than Set as the native side
253 // Only valid when focused on a text / password field.
436 * way. In particular, the Android WebView has limitations on what implementation details can
745 // gesture if a user completes a tap on PopupZoomer UI after a LONG_PRESS gesture.
779 * other methods may be called on thi
2808 setShouldSetAccessibilityFocusOnPageLoad(boolean on) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc280 // Sanity check on decoded frame size.
381 // Populate |rinfo| based on previously-set data in |*this|.
557 // adapter know what resolution the request is based on. Helps eliminate stale
614 void set_muted(bool on) { argument
616 // video_adapter_.SetBlackOutput(on);
617 muted_ = on;
892 // Use method based on encode usage.
908 // Use default method based on capture jitter.
1431 // Use negative preference on external codec to ensure the internal
1985 // The receive channels depend on th
[all...]
/external/emma/lib/
H A Demma.jar ... .util.args.IOptsParser$IOpt opt String on protected final void processCmdPropertyOverrides (com.vladium.util. ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jar ... .util.args.IOptsParser$IOpt opt String on protected final void processCmdPropertyOverrides (com.vladium.util. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 3274 milliseconds

123456