Home
last modified time | relevance | path

Searched defs:input_set (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/
H A DLogging.cpp21 std::set<ValueRef> input_set; in print_readable() local
/aosp_15_r20/external/libcups/backend/
H A Dusb-libusb.c191 fd_set input_set; /* Input set for select() */ in print_device() local
1909 fd_set input_set; /* Input set for select() */ in soft_reset() local
H A Dusb-darwin.c349 fd_set input_set; /* Input set for select() */ in print_device() local
2372 fd_set input_set; /* Input set for select() */ in soft_reset() local
/aosp_15_r20/external/vixl/test/
H A Dtest-donkey.cc101 InputSet input_set = kIntInputSet; in main() local
/aosp_15_r20/external/libcups/cups/
H A Dhttp-addrlist.c76 fd_set input_set, /* select() input set */ in httpAddrConnect2() local
H A Dsidechannel.c108 fd_set input_set; /* Input set for select() */ in cupsSideChannelRead() local
H A Dhttp-private.h241 fd_set *input_set; /* select() set for httpWait() (deprecated) */ member
H A Dsnmp.c385 fd_set input_set; /* select() input set */ in _cupsSNMPRead() local
H A Dhttp-support.c1788 fd_set input_set; /* Input set for select() */ in _httpResolveURI() local
/aosp_15_r20/system/keymaster/key_blob_utils/
H A Dsoftware_keyblobs.cpp79 keymaster_error_t BuildHiddenAuthorizations(const AuthorizationSet& input_set, in BuildHiddenAuthorizations()
/aosp_15_r20/trusty/user/app/keymaster/
Dtrusty_keymaster_context.cpp348 const AuthorizationSet& input_set, in BuildHiddenAuthorizations()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtuple_points_to_analysis.cc526 const PointsToSet& input_set = in HandleCustomCall() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfrozen_ops_to_mkldnn.cpp118 ValueSetPtr input_set = std::make_shared<ValueSet>(set); in InplaceMKLDNNSubgraph() local
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc881 void SetInitialMachineState(MacroAssembler* masm, InputSet input_set) { in SetInitialMachineState()