HomeSort by relevance Sort by last modified time
    Searched refs:incoming (Results 151 - 175 of 317) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/bt/bta/hf_client/
bta_hf_client_at.cc 348 /* index - enumerates value position in the incoming sequence */
349 /* if name matches one of the known indicators, add its incoming position */
694 bool incoming, uint8_t status, bool mpty,
701 evt.clcc.inc = incoming;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 637 static u8 p2ps_group_capability(void *ctx, u8 incoming, u8 role,
650 wpa_printf(MSG_DEBUG, "P2P: Conncap - in:%d role:%d", incoming, role);
691 incoming == P2PS_SETUP_GROUP_OWNER ||
700 if (!incoming)
703 if (incoming == P2PS_SETUP_NEW) {
717 switch (incoming) {
740 if (incoming == role || cli_wpa_s)
747 if (incoming != role) {
763 switch (incoming) {
770 else if (incoming == P2PS_SETUP_NONE
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
manpage.py 870 Allow %(domainname)s servers to read and write /var/%(domainname)s/incoming by adding the public_content_rw_t type to the directory and by restoring the file type. You also need to turn on the %(domainname)s_anon_write boolean.
873 semanage fcontext -a -t public_content_rw_t "/var/%(domainname)s/incoming(/.*)?"
875 .B restorecon -F -R -v /var/%(domainname)s/incoming
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 275 * hash - 6 octet Service Name has to match against incoming Probe Requests
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 478 // The incoming value may be a pointer
523 // The incoming value may be a pointer
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
server.go     [all...]
  /prebuilts/go/darwin-x86/src/net/rpc/
server.go 626 // for each incoming connection. Accept blocks until the listener
687 // to DefaultServer for each incoming connection.
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 478 // The incoming value may be a pointer
523 // The incoming value may be a pointer
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go     [all...]
  /prebuilts/go/linux-x86/src/net/rpc/
server.go 626 // for each incoming connection. Accept blocks until the listener
687 // to DefaultServer for each incoming connection.
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /frameworks/base/core/java/android/app/
IActivityManager.aidl 431 ParceledListSlice getPersistedUriPermissions(in String packageName, boolean incoming);
    [all...]
  /frameworks/rs/script_api/
rs_graphics.spec 86 value: RS_DEPTH_FUNC_LESS = 1, "Drawn if the incoming depth value is less than that in the depth buffer"
87 value: RS_DEPTH_FUNC_LEQUAL = 2, "Drawn if the incoming depth value is less or equal to that in the depth buffer"
88 value: RS_DEPTH_FUNC_GREATER = 3, "Drawn if the incoming depth value is greater than that in the depth buffer"
89 value: RS_DEPTH_FUNC_GEQUAL = 4, "Drawn if the incoming depth value is greater or equal to that in the depth buffer"
90 value: RS_DEPTH_FUNC_EQUAL = 5, "Drawn if the incoming depth value is equal to that in the depth buffer"
91 value: RS_DEPTH_FUNC_NOTEQUAL = 6, "Drawn if the incoming depth value is not equal to that in the depth buffer"
96 Specifies conditional drawing depending on the comparison of the incoming
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/
fmt_test.go 511 // formatReplace replaces the i'th format specifier s in the incoming
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 254 // Must correct all the other phi functions in the header for new incoming edge.
  /prebuilts/go/darwin-x86/src/context/
context.go 9 // Incoming requests to a server should create a Context, and outgoing
204 // initialization, and tests, and as the top-level Context for incoming
  /prebuilts/go/darwin-x86/src/go/types/
builtins.go 618 x1 = &t // use incoming x only for first argument
type.go 202 params *Tuple // (incoming) parameters from left to right; or nil
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 343 // incoming error will describe the problem and the function can decide how
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 455 // A listener accepts incoming stream-based network connections.
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 37 // The Writer treats incoming bytes as UTF-8-encoded text consisting
  /prebuilts/go/linux-x86/src/cmd/compile/
fmt_test.go 511 // formatReplace replaces the i'th format specifier s in the incoming
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 254 // Must correct all the other phi functions in the header for new incoming edge.
  /prebuilts/go/linux-x86/src/context/
context.go 9 // Incoming requests to a server should create a Context, and outgoing
204 // initialization, and tests, and as the top-level Context for incoming

Completed in 1082 milliseconds

1 2 3 4 5 67 8 91011>>