Home
last modified time | relevance | path

Searched defs:allowed (Results 1 – 25 of 57) sorted by relevance

123

/external/tensorflow/tensorflow/core/framework/
Dkernel_def_builder.cc38 const char* attr_name, gtl::ArraySlice<int64> allowed) { in AttrConstraint()
51 int64 allowed) { in AttrConstraint()
59 const char* attr_name, gtl::ArraySlice<string> allowed) { in AttrConstraint()
71 const char* attr_name, string allowed) { in AttrConstraint()
79 const char* attr_name, gtl::ArraySlice<const char*> allowed) { in AttrConstraint()
91 const char* attr_name, const char* allowed) { in AttrConstraint()
99 bool allowed) { in AttrConstraint()
108 const char* attr_name, gtl::ArraySlice<DataType> allowed) { in TypeConstraint()
119 DataType allowed) { in TypeConstraint()
Dop_def_builder.cc128 bool ProcessCompoundType(const StringPiece type_string, AttrValue* allowed) { in ProcessCompoundType()
180 AttrValue* allowed = attr->mutable_allowed_values(); in FinalizeAttr() local
185 AttrValue* allowed = attr->mutable_allowed_values(); in FinalizeAttr() local
Dop_def_util.cc48 for (auto allowed : allowed_values.list().type()) { in AllowedTypeValue() local
68 for (const auto& allowed : allowed_values.list().s()) { in AllowedStringValue() local
74 for (const string& allowed : allowed_values.list().s()) { in AllowedStringValue() local
/external/cldr/tools/java/org/unicode/cldr/util/
DPreferredAndAllowedHour.java38 public final List<HourStyle> allowed; field in PreferredAndAllowedHour
40 public PreferredAndAllowedHour(char preferred, Collection<Character> allowed) { in PreferredAndAllowedHour()
44 public PreferredAndAllowedHour(Collection<HourStyle> allowed) { in PreferredAndAllowedHour()
45 this(allowed.iterator().next(), allowed); in PreferredAndAllowedHour() local
48 public PreferredAndAllowedHour(HourStyle preferred, Collection<HourStyle> allowed) { in PreferredAndAllowedHour()
65 private static EnumSet<HourStyle> mungeSet(Collection<Character> allowed) { in mungeSet()
76 LinkedHashSet<HourStyle> allowed = new LinkedHashSet<>(); in mungeOperands() local
/external/libchrome/base/threading/
Dthread_restrictions.cc129 bool ThreadRestrictions::SetIOAllowed(bool allowed) { in SetIOAllowed()
136 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) { in SetSingletonAllowed()
161 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed()
Dthread_restrictions.h446 static bool SetIOAllowed(bool allowed) { return true; } in SetIOAllowed()
447 static bool SetSingletonAllowed(bool allowed) { return true; } in SetSingletonAllowed()
510 static bool SetWaitAllowed(bool allowed) { return true; } in SetWaitAllowed()
/external/libese/esed/
DOemLock.cpp38 bool allowed, const hidl_vec<uint8_t>& signature) { in setOemUnlockAllowedByCarrier()
122 Return<OemLockStatus> OemLock::setOemUnlockAllowedByDevice(bool allowed) { in setOemUnlockAllowedByDevice()
/external/testng/src/test/java/test/
DReturnValueTest.java41 private void runTest(boolean allowed) { in runTest()
/external/selinux/libsepol/include/sepol/policydb/
Dflask_types.h58 sepol_access_vector_t allowed; member
/external/openssh/
Dreadpass.c174 int allowed = 0; in ask_permission() local
Dauth-options.c463 char *command, *allowed; in parse_option_list() local
/external/wpa_supplicant_8/src/ap/
Dacs.c377 const int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, in acs_usable_ht40_chan() local
391 const int allowed[] = { 36, 52, 100, 116, 132, 149 }; in acs_usable_vht80_chan() local
404 const int allowed[] = { 36, 100 }; in acs_usable_vht160_chan() local
/external/wpa_supplicant_8/src/radius/
Dradius_das.c41 u8 allowed[] = { in radius_das_disconnect() local
198 u8 allowed[] = { in radius_das_coa() local
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCommandLine.rst1057 .. _cl::Optional:
1063 .. _cl::ZeroOrMore:
1069 .. _cl::Required:
1074 .. _cl::OneOrMore:
/external/llvm/docs/
DCommandLine.rst1064 .. _cl::Optional:
1070 .. _cl::ZeroOrMore:
1076 .. _cl::Required:
1081 .. _cl::OneOrMore:
/external/linux-kselftest/tools/testing/selftests/vm/
Dcompaction_test.c58 char allowed; in prereq() local
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckExemplars.java95 public final UnicodeSet allowed; field in CheckExemplars.ExemplarType
100 ExemplarType(UnicodeSet allowed, String message, boolean convertUppercase) { in ExemplarType()
/external/autotest/client/cros/networking/
Dshill_context.py34 def __init__(self, allowed): argument
/external/selinux/libselinux/include/selinux/
Dselinux.h129 access_vector_t allowed; member
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c242 static const D3DFORMAT allowed[] = { in display_format() local
262 static const D3DFORMAT allowed[] = { in adapter_format() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc516 absl::string_view attr_name, DataType allowed) { in TypeConstraint()
524 absl::string_view attr_name, absl::Span<const DataType> allowed) { in TypeConstraint()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFindPreferredHours.java192 Set<Character> allowed = region2Allowed.get(region); in main() local
/external/libchrome/base/message_loop/
Dmessage_loop_current.cc77 void MessageLoopCurrent::SetNestableTasksAllowed(bool allowed) { in SetNestableTasksAllowed()
/external/iptables/extensions/
Dlibxt_policy.c382 static const unsigned int allowed = XT_POLICY_MATCH_STRICT | in policy_xlate() local
/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc357 RegList allowed) { in PopulateRegisterArray()
388 RegList allowed) { in PopulateVRegisterArray()

123