Home
last modified time | relevance | path

Searched defs:allowed (Results 1 – 25 of 73) 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()
182 AttrValue* allowed = attr->mutable_allowed_values(); in FinalizeAttr() local
187 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.java51 public final ImmutableList<HourStyle> allowed; field in PreferredAndAllowedHour
61 public PreferredAndAllowedHour(char preferred, Set<Character> allowed) { in PreferredAndAllowedHour()
80 "Allowed (%s) must not contain duplicates", allowed); in PreferredAndAllowedHour() local
85 "Allowed (%s) must contain preferred (%s)", allowed, preferred); in PreferredAndAllowedHour() 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/setupcompat/main/aidl/com/google/android/setupcompat/portal/
DIPortalProgressService.aidl48 oneway void onAllowMobileData(boolean allowed) = 3; in onAllowMobileData()
/external/oboe/include/oboe/
DAudioStreamBuilder.h388 AudioStreamBuilder *setChannelConversionAllowed(bool allowed) { in setChannelConversionAllowed()
400 AudioStreamBuilder *setFormatConversionAllowed(bool allowed) { in setFormatConversionAllowed()
/external/testng/src/test/java/test/
DReturnValueTest.java41 private void runTest(boolean allowed) { in runTest()
/external/perfetto/src/protozero/filtering/
Dfilter_bytecode_parser.h47 bool allowed; // Whether the field is allowed at all or no. member
Dmessage_filter.cc280 bool allowed) { in IncrementCurrentFieldUsage()
/external/libwebsockets/lib/tls/
Dlws-genec-common.c49 lws_genec_confirm_curve_allowed_by_tls_id(const char *allowed, int id, in lws_genec_confirm_curve_allowed_by_tls_id()
/external/selinux/libsepol/include/sepol/policydb/
Dflask_types.h58 sepol_access_vector_t allowed; member
/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/llvm-project/llvm/docs/
DCommandLine.rst1084 .. _cl::Optional:
1090 .. _cl::ZeroOrMore:
1096 .. _cl::Required:
1101 .. _cl::OneOrMore:
/external/llvm/docs/
DCommandLine.rst1064 .. _cl::Optional:
1070 .. _cl::ZeroOrMore:
1076 .. _cl::Required:
1081 .. _cl::OneOrMore:
/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/linux-kselftest/tools/testing/selftests/vm/
Dcompaction_test.c58 char allowed; in prereq() local
/external/autotest/client/cros/networking/
Dshill_context.py34 def __init__(self, allowed): argument
/external/openssh/
Dreadpass.c188 int allowed = 0; in ask_permission() local
/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/llvm-project/flang/lib/Semantics/
Dcheck-directive-structure.h24 const common::EnumSet<C, ClauseEnumSize> allowed; member
166 void SetContextAllowed(const common::EnumSet<C, ClauseEnumSize> &allowed) { in SetContextAllowed()

123