HomeSort by relevance Sort by last modified time
    Searched refs:input_set (Results 1 - 11 of 11) sorted by null

  /external/libcups/cups/
sidechannel.c 114 fd_set input_set; /* Input set for select() */ local
144 FD_ZERO(&input_set);
145 FD_SET(CUPS_SC_FD, &input_set);
150 while ((nfds = select(CUPS_SC_FD + 1, &input_set, NULL, NULL,
http-addrlist.c 80 fd_set input_set, /* select() input set */ local
285 FD_ZERO(&input_set);
287 FD_SET(fds[i], &input_set);
288 output_set = input_set;
289 error_set = input_set;
294 result = select(max_fd + 1, &input_set, &output_set, &error_set, &timeout);
315 if (FD_ISSET(fds[i], &input_set) && !FD_ISSET(fds[i], &error_set))
http-private.h 306 fd_set *input_set; /* select() set for httpWait() (deprecated) */ member in struct:_http_s
snmp.c 385 fd_set input_set; /* select() input set */ local
390 FD_ZERO(&input_set);
391 FD_SET(fd, &input_set);
396 ready = select(fd + 1, &input_set, NULL, NULL, &stimeout);
    [all...]
http-support.c 1633 fd_set input_set; \/* Input set for select() *\/ local
1750 FD_SET(DNSServiceRefSockFD(ref), &input_set); local
    [all...]
http.c     [all...]
  /system/keymaster/include/keymaster/
soft_keymaster_context.h 114 keymaster_error_t BuildHiddenAuthorizations(const AuthorizationSet& input_set,
  /system/keymaster/
android_keymaster_test_utils.h 198 keymaster_error_t BeginOperation(keymaster_purpose_t purpose, const AuthorizationSet& input_set,
android_keymaster_test_utils.cpp 247 const AuthorizationSet& input_set,
251 device()->begin(device(), purpose, &blob_, &input_set, &out_params, &op_handle_);
    [all...]
soft_keymaster_context.cpp     [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 1309 set<const FileDescriptor*> input_set; local
    [all...]

Completed in 230 milliseconds