HomeSort by relevance Sort by last modified time
    Searched defs:on (Results 101 - 125 of 588) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/core/libsystem/include/system/
radio.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
164 * Contains information on currently tuned channel.
202 bool on; member in union:radio_hal_event::__anon2911
214 bool on; member in union:radio_event::__anon2912
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
155 bool on; member in struct:TaskStruct
342 static void configProx(bool on) {
343 if (on) {
360 static bool callbackPower(bool on, void *cookie)
364 VERBOSE_PRINT("power: %d", on);
366 if (on) {
386 // If the task is disabled, that means the AP is on and has switched the I2C
392 mTask.on = on;
    [all...]
  /external/dhcpcd-6.8.2/
ipv6nd.c 22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
161 int on; local
175 if ((on = fcntl(ctx->nd_fd, F_GETFD, 0)) == -1 ||
176 fcntl(ctx->nd_fd, F_SETFD, on | FD_CLOEXEC) == -1)
182 if ((on = fcntl(ctx->nd_fd, F_GETFL, 0)) == -1 ||
183 fcntl(ctx->nd_fd, F_SETFL, on | O_NONBLOCK) == -1)
192 on = 255;
194 &on, sizeof(on)) == -1)
197 on = 1
    [all...]
  /external/iputils/
arping.c 121 " -f : quit on first reply\n"
205 int modify_capability_raw(int on)
211 return on ? -1 : 0;
219 cap_set_flag(cap_p, CAP_EFFECTIVE, 1, caps, on ? CAP_SET : CAP_CLEAR);
228 if (setuid(on ? euid : getuid())) {
551 * or 2) find fist appropriate device on the system.
930 * based on information found by find_device() funcion.
1147 int on = 1; local
1153 if (setsockopt(probe_fd, SOL_SOCKET, SO_DONTROUTE, (char*)&on, sizeof(on)) == -1
    [all...]
ping_common.c 41 /* And this is workaround for bug in IP_RECVERR on raw sockets which is present
139 int modify_capability(cap_value_t cap, cap_flag_value_t on)
153 rc = on ? -1 : 0;
157 cap_set_flag(cap_p, CAP_EFFECTIVE, 1, &cap, on);
173 int modify_capability(int on)
175 if (seteuid(on ? euid : getuid())) {
465 * will be added on by the kernel. The ID field is our UNIX process ID,
552 * on stuck output device even when dealine was not requested.
656 int on = 1; local
657 if (setsockopt(icmp_sock, SOL_SOCKET, SO_TIMESTAMP, &on, sizeof(on))
    [all...]
ping6.c 40 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1024 fprintf(stderr, "ping6: Warning: source address might be selected on device other than %s.\n", device);
1103 * Actually, for small datalen's it depends on kernel side a lot. */
1173 int on = 1; local
1177 &on, sizeof(on)) == -1 &&
1179 &on, sizeof(on)) == -1
1182 &on, sizeof(on)) == -
1204 int on = 1; local
    [all...]
rdisc.c 3 * provided for unrestricted use provided that this legend is included on
12 * Rdisc is provided with no support and without any obligation on the
53 * that are not in SunOS 4.1.x. On a SunOS 4.1.x system none of this code
183 int forever = 0; /* Never give up on host. If 0 defer fork until
537 * The IP packet will be added on by the kernel.
581 * The IP packet will be added on by the kernel.
636 logdebug("on interface %s, %s\n",
799 * on the arriving link.
872 * on the arriving link or 0.
941 sum += ODDBYTE(*(u_char *)w); /* le16toh() may be unavailable on old systems *
1015 int on; local
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 287 float on = pGraphState->m_DashArray[i * 2]; local
288 if (on <= 0.000001f)
289 on = 1.0f / 10;
291 ? on
294 dash.add_dash(on * scale, off * scale);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 11 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
116 * Total width of the keyboard, including left side gaps and keys, but not any gaps on the
259 /** If this is a sticky key, is it on? */
260 public boolean on; field in class:Keyboard.Key
417 * @param inside whether the finger was released inside the key. Works only on Android M and
424 on = !on;
486 * Returns the drawable state for the key, based on the current state and type of the key.
493 if (on) {
580 * @param characters the list of characters to display on the keyboard. One key will be create
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 11 * distributed under the License is distributed on an "AS IS" BASIS,
285 /* instantiate pressure sensor on secondary bus */
660 /* disable driver master enable the first sensor goes on */
2050 int on = 1; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
132 * Total width of the keyboard, including left side gaps and keys, but not any gaps on the
250 /** If this is a sticky key, is it on? */
251 public boolean on; field in class:Keyboard.Key
408 on = !on;
487 * Returns the drawable state for the key, based on the current state and type of the key.
494 if (on) {
556 * @param characters the list of characters to display on the keyboard. One key will be created
674 mShiftKey.on = shiftState
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/doc/
chew.c 47 @ - treat value on integer stack as the address of an integer; push
48 that integer on the integer stack after popping the "address"
50 stdout - put stdout marker on TOS
51 stderr - put stderr marker on TOS
52 print - print TOS-1 on TOS (eg: "hello\n" stdout print)
80 A command must be all upper-case, and alone on a line.
261 character on its line. */
429 /* This function removes everything not inside comments starting on
658 /* Find lines starting with . and | and put example around them on tos */
743 on @itemize @bullet, and @items each of them. Then ends with @en
750 int on = 0; local
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 248 * @return -1, 0 or 1 depending on result of compare
263 * @return #MHD_YES on success and #MHD_NO otherwise (e.g., invalid address type)
488 // Describes a BIO built on [send|recv]_param_adapter().
588 * @return 0 on success
736 * @return #MHD_YES on success, #MHD_NO otherwise
781 * @return #MHD_YES on success, #MHD_NO if this
814 * @return #MHD_YES on success, #MHD_NO if this
1225 to fall back to 'SEND'; see also this thread for info on
1239 kill connection as that should be safe; reported on mailinglist here:
1263 * @return 0 on succes
1359 static int on = 1; local
3622 const int on = 1; local
3968 on = (MHD_USE_DUAL_STACK != (flags & MHD_USE_DUAL_STACK)); local
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 201 struct http_othername *on; local
204 on = os_realloc_array(cert->othername, cert->num_othername + 1,
206 if (on == NULL)
208 cert->othername = on;
209 on = &on[cert->num_othername];
210 os_memset(on, 0, sizeof(*on));
216 on->oid = os_strdup(txt);
217 if (on->oid == NULL
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 11 * distributed under the License is distributed on an "AS IS" BASIS,
197 /* instantiate pressure sensor on secondary bus */
2131 int on = 1; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-s390.c 69 /* Characters which may be used to separate multiple commands on a
114 the integer value associated with the given name or -1 on failure. */
291 bfd_boolean on; member in struct:__anon4355
342 if (cpu_flags[iflag].on)
1190 pcrel parameter on the fix_new_exp call needs to be FALSE. */
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 11 ** distributed under the License ioogle/s distributed on an "AS IS" BASIS,
108 // SetUpNetworkInterface configures IP and Broadcast addresses on a RIL
353 // Toggle radio on and off (for "airplane" mode)
354 // If the radio is is turned off/on the radio modem subsystem
378 // returns 1 if on, 0 if off, and -1 on error
380 int on = ((int*)data)[0]; local
381 set_radio_state(on ? RADIO_STATE_ON : RADIO_STATE_OFF, t);
743 // Check SignalStrength.java file for more details on how these map to signal
    [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 12 * distributed under the License is distributed on an "AS IS" BASIS,
772 // No special setup is required on Windows -- we just use GetTickCount().
966 u_long on = 1; // "on" for setsockopt local
1003 err = ioctlsocket( sock->fd, FIONBIO, &on );
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 1473 float on = pGraphState->m_DashArray[i * 2]; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
read.c 22 But then, GNU isn't spozed to run on your machine anyway.
408 {"list", listing_list, 1}, /* Turn listing on. */
867 /* If listing is on, and we are expanding a macro, then give
971 Depending on what compiler is used, the order of these tests
2759 int on; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5150 static const char* on[] = { "NONE", "EXACT", "EXACT_BM", "EXACT_BM_NOT_REV", local
    [all...]
  /external/libevent/
http.c 22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
445 /* Add the content length on a post or put request if missing */
663 * connection open and we timeout on the read. when
680 default: /* xxx: probably should just error on default */
739 * or an http layer error. for problems on the network
770 /* We are trying the next request that was queued on us */
849 * incoming connection - we need to leave the request on the
916 /* the last chunk is on a new line? */
951 /* req->ntoread is signed int64, len is ssize_t, based on arch,
4322 int on = 1, r; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 538 BOOL on; member in struct:_xkbGetNamedIndicatorReply
565 BOOL on; member in struct:_xkbSetNamedIndicator
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /frameworks/native/services/inputflinger/
InputReader.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
121 // to noise from a finger resting on the touch pad (perhaps just pressing it down).
141 // Time after the first touch points go down to settle on an initial centroid.
176 // True to show the location of touches on the touch screen as spots.
293 * This method may be called on any thread (usually by the input manager). */
305 * This method should be called on the input reader thread.
311 * This method may be called on any thread (usually by the input manager).
401 * on the input reader thread but the InputReader can receive queries from other system
402 * components running on arbitrary threads. To keep things manageable, the InputReader
1115 bool on; \/\/ we think the led is currently on member in struct:android::KeyboardInputMapper::LedState
    [all...]

Completed in 1307 milliseconds

1 2 3 45 6 7 8 91011>>