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

  /external/iptables/extensions/
libxt_pkttype.c 29 static const struct pkttypes supported_types[] = { variable in typeref:struct:pkttypes
48 for (i = 0; i < ARRAY_SIZE(supported_types); ++i)
49 if(supported_types[i].printhelp == 1)
50 printf("\t%-14s\t\t%s\n", supported_types[i].name, supported_types[i].help);
72 for (i = 0; i < ARRAY_SIZE(supported_types); ++i)
73 if(strcasecmp(pkttype, supported_types[i].name)==0)
75 info->pkttype=supported_types[i].pkttype;
96 for (i = 0; i < ARRAY_SIZE(supported_types); ++i)
97 if(supported_types[i].pkttype==info->pkttype
    [all...]
  /external/tensorflow/tensorflow/compiler/tests/
sort_ops_test.py 51 supported_types = set(
53 for dtype in supported_types.intersection(self.numeric_types):
78 supported_types = set(
80 for dtype in supported_types.intersection(self.numeric_types):
103 supported_types = set(
105 for dtype in supported_types.intersection(self.numeric_types):
  /external/autotest/server/site_tests/display_EdidStress/
display_EdidStress.py 60 supported_types = self._EDID_TYPES[connector]
66 if edid_type not in supported_types:
  /external/tensorflow/tensorflow/contrib/util/
convert_graphdef_memmapped_format_lib.cc 57 static std::unordered_set<int> supported_types{
63 if (supported_types.count(static_cast<int>(tensor_data_type)) == 0) {
  /external/vboot_reference/cgpt/
cgpt_common.c 643 } supported_types[] = { variable in typeref:struct:__anon48854
658 for (i = 0; i < ARRAY_COUNT(supported_types); ++i) {
659 if (!memcmp(type, supported_types[i].type, sizeof(Guid))) {
660 strcpy(buf, supported_types[i].description);
669 for (i = 0; i < ARRAY_COUNT(supported_types); ++i) {
670 if (!strcmp(name, supported_types[i].name)) {
671 memcpy(type, supported_types[i].type, sizeof(Guid));
681 for (i = 0; i < ARRAY_COUNT(supported_types); ++i) {
682 printf(" %-10s %s\n", supported_types[i].name,
683 supported_types[i].description)
    [all...]
  /frameworks/av/include/media/
MediaExtractorPluginApi.h 145 const char **supported_types; member in struct:android::ExtractorDef::__anon50646::__anon50648
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_registry.h 96 // device used for symbolic execution during compilation. `supported_types`
106 absl::Span<const DataType> supported_types,
185 std::set<DataType> supported_types; member in struct:tensorflow::XlaOpRegistry::Backend
xla_op_registry.cc 120 absl::Span<const DataType> supported_types, BackendOpFilter op_filter) {
126 result.first->second.supported_types.insert(supported_types.begin(),
127 supported_types.end());
279 for (DataType dtype : backend.second.supported_types) {
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 63 TNC_MessageTypeList supported_types; member in struct:tnc_if_imc
128 os_free(imc->supported_types);
129 imc->supported_types = os_memdup(supportedTypes,
131 if (imc->supported_types == NULL)
457 os_free(imc->supported_types);
467 if (imc == NULL || imc->supported_types == NULL)
475 svendor = imc->supported_types[i] >> 8;
476 ssubtype = imc->supported_types[i] & 0xff;
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 43 TNC_MessageTypeList supported_types; member in struct:tnc_if_imv
163 os_free(imv->supported_types);
164 imv->supported_types = os_memdup(supportedTypes,
166 if (imv->supported_types == NULL)
473 os_free(imv->supported_types);
492 if (imv == NULL || imv->supported_types == NULL)
500 svendor = imv->supported_types[i] >> 8;
501 ssubtype = imv->supported_types[i] & 0xff;
  /external/autotest/tko/
job_serializer.py 438 supported_types = [int, long, str]
439 if vartype in supported_types:
  /frameworks/av/media/libstagefright/
MediaExtractorFactory.cpp 310 const char* ext = (*it)->def.u.v3.supported_types[i];
362 const char* mime = (*it)->def.u.v3.supported_types[i];
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 298 absl::Span<const PrimitiveType> supported_types);
ir_emitter.cc     [all...]
  /external/v8/src/wasm/baseline/
liftoff-compiler.cc 181 Vector<const ValueType> supported_types,
185 for (ValueType supported : supported_types) {
    [all...]

Completed in 244 milliseconds