Home
last modified time | relevance | path

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

12

/external/libchrome/base/threading/
Dthread_restrictions.cc29 bool ThreadRestrictions::SetIOAllowed(bool allowed) { in SetIOAllowed()
48 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) { in SetSingletonAllowed()
81 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed()
Dthread_restrictions.h166 static bool SetIOAllowed(bool allowed) { return true; } in SetIOAllowed()
168 static bool SetSingletonAllowed(bool allowed) { return true; } in SetSingletonAllowed()
231 static bool SetWaitAllowed(bool allowed) { return true; } in SetWaitAllowed()
/external/nos/host/android/hals/oemlock/
DOemLock.cpp51 bool allowed, const hidl_vec<uint8_t>& signature) { in setOemUnlockAllowedByCarrier()
97 const bool allowed = response.locked() == 0; in isOemUnlockAllowedByCarrier() local
102 Return<OemLockStatus> OemLock::setOemUnlockAllowedByDevice(bool allowed) { in setOemUnlockAllowedByDevice()
132 const bool allowed = response.locked() == 0; in isOemUnlockAllowedByDevice() local
/external/tensorflow/tensorflow/core/framework/
Dkernel_def_builder.cc38 const char* attr_name, gtl::ArraySlice<DataType> allowed) { in TypeConstraint()
49 DataType allowed) { in TypeConstraint()
Dop_def_builder.cc124 bool ProcessCompoundType(const StringPiece type_string, AttrValue* allowed) { in ProcessCompoundType()
176 AttrValue* allowed = attr->mutable_allowed_values(); in FinalizeAttr() local
181 AttrValue* allowed = attr->mutable_allowed_values(); in FinalizeAttr() local
Dop_def_util.cc45 for (auto allowed : allowed_values.list().type()) { in AllowedTypeValue() local
65 for (const auto& allowed : allowed_values.list().s()) { in AllowedStringValue() local
71 for (const string& allowed : allowed_values.list().s()) { in AllowedStringValue() local
/external/nos/host/android/hals/oemlock/test/
Dtest.cpp169 hal.isOemUnlockAllowedByCarrier([](OemLockStatus status, bool allowed) { in TEST()
184 hal.isOemUnlockAllowedByCarrier([](OemLockStatus status, bool allowed) { in TEST()
199 hal.isOemUnlockAllowedByCarrier([](OemLockStatus status, bool allowed) { in TEST()
211 hal.isOemUnlockAllowedByCarrier([](OemLockStatus status, bool allowed) { in TEST()
266 hal.isOemUnlockAllowedByDevice([](OemLockStatus status, bool allowed) { in TEST()
281 hal.isOemUnlockAllowedByDevice([](OemLockStatus status, bool allowed) { in TEST()
296 hal.isOemUnlockAllowedByDevice([](OemLockStatus status, bool allowed) { in TEST()
308 hal.isOemUnlockAllowedByDevice([](OemLockStatus status, bool allowed) { in TEST()
/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/libmojo/mojo/public/cpp/bindings/lib/
Dsync_call_restrictions.cc23 bool allowed() const { in allowed() function in mojo::__anon5da0a7c40111::SyncCallSettings
/external/selinux/libsepol/include/sepol/policydb/
Dflask_types.h58 sepol_access_vector_t allowed; member
/external/v8/tools/foozzie/
Dv8_suppressions.py198 def ignore_by_regexp(line1, line2, allowed): argument
212 def diff_output(output1, output2, allowed, ignore1, ignore2): argument
/external/autotest/client/cros/networking/
Dshill_context.py37 def __init__(self, allowed): argument
/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.c56 char allowed; in prereq() local
/external/wpa_supplicant_8/src/ap/
Dacs.c367 const int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, in acs_usable_ht40_chan() local
381 const int allowed[] = { 36, 52, 100, 116, 132, 149 }; in acs_usable_vht80_chan() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc348 StringPiece attr_name, DataType allowed) { in TypeConstraint()
356 StringPiece attr_name, gtl::ArraySlice<DataType> allowed) { in TypeConstraint()
/external/selinux/libselinux/include/selinux/
Dselinux.h129 access_vector_t allowed; member
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c461 unsigned allowed = 0; in etna_screen_is_format_supported() local
/external/wpa_supplicant_8/src/radius/
Dradius_das.c40 u8 allowed[] = { in radius_das_disconnect() local
/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc278 RegList allowed) { in PopulateRegisterArray()
309 RegList allowed) { in PopulateFPRegisterArray()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAppWidgetManager.java252 public void setAllowedToBindAppWidgets(boolean allowed) { in setAllowedToBindAppWidgets()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp167 QStringList allowed; in eapChanged() local
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c91 int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 140, in allowed_ht40_channel_pair() local
/external/pdfium/third_party/libpng16/
Dpngset.c1621 png_set_benign_errors(png_structrp png_ptr, int allowed) in png_set_benign_errors()
1651 png_set_check_for_invalid_index(png_structrp png_ptr, int allowed) in png_set_check_for_invalid_index()

12