HomeSort by relevance Sort by last modified time
    Searched refs:input_set (Results 1 - 12 of 12) 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 308 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 1637 fd_set input_set; \/* Input set for select() *\/ local
1754 FD_SET(DNSServiceRefSockFD(ref), &input_set); local
    [all...]
http.c     [all...]
  /system/keymaster/include/keymaster/key_blob_utils/
software_keyblobs.h 34 keymaster_error_t BuildHiddenAuthorizations(const AuthorizationSet& input_set,
  /system/keymaster/key_blob_utils/
software_keyblobs.cpp 80 keymaster_error_t BuildHiddenAuthorizations(const AuthorizationSet& input_set,
84 if (input_set.GetTagValue(TAG_APPLICATION_ID, &entry))
86 if (input_set.GetTagValue(TAG_APPLICATION_DATA, &entry))
  /system/keymaster/tests/
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...]
android_keymaster_test.cpp     [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 1309 set<const FileDescriptor*> input_set; local
    [all...]

Completed in 449 milliseconds