/external/libchrome/base/threading/ |
D | thread_restrictions.cc | 29 bool ThreadRestrictions::SetIOAllowed(bool allowed) { in SetIOAllowed() 48 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) { in SetSingletonAllowed() 81 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed()
|
D | thread_restrictions.h | 166 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/ |
D | OemLock.cpp | 51 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/ |
D | kernel_def_builder.cc | 38 const char* attr_name, gtl::ArraySlice<DataType> allowed) { in TypeConstraint() 49 DataType allowed) { in TypeConstraint()
|
D | op_def_builder.cc | 124 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
|
D | op_def_util.cc | 45 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/ |
D | test.cpp | 169 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/ |
D | OemLock.cpp | 38 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/ |
D | ReturnValueTest.java | 41 private void runTest(boolean allowed) { in runTest()
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | sync_call_restrictions.cc | 23 bool allowed() const { in allowed() function in mojo::__anon5da0a7c40111::SyncCallSettings
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | flask_types.h | 58 sepol_access_vector_t allowed; member
|
/external/v8/tools/foozzie/ |
D | v8_suppressions.py | 198 def ignore_by_regexp(line1, line2, allowed): argument 212 def diff_output(output1, output2, allowed, ignore1, ignore2): argument
|
/external/autotest/client/cros/networking/ |
D | shill_context.py | 37 def __init__(self, allowed): argument
|
/external/llvm/docs/ |
D | CommandLine.rst | 1064 .. _cl::Optional: 1070 .. _cl::ZeroOrMore: 1076 .. _cl::Required: 1081 .. _cl::OneOrMore:
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | compaction_test.c | 56 char allowed; in prereq() local
|
/external/wpa_supplicant_8/src/ap/ |
D | acs.c | 367 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/ |
D | xla_op_registry.cc | 348 StringPiece attr_name, DataType allowed) { in TypeConstraint() 356 StringPiece attr_name, gtl::ArraySlice<DataType> allowed) { in TypeConstraint()
|
/external/selinux/libselinux/include/selinux/ |
D | selinux.h | 129 access_vector_t allowed; member
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_screen.c | 461 unsigned allowed = 0; in etna_screen_is_format_supported() local
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_das.c | 40 u8 allowed[] = { in radius_das_disconnect() local
|
/external/vixl/test/aarch64/ |
D | test-utils-aarch64.cc | 278 RegList allowed) { in PopulateRegisterArray() 309 RegList allowed) { in PopulateFPRegisterArray()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAppWidgetManager.java | 252 public void setAllowedToBindAppWidgets(boolean allowed) { in setAllowedToBindAppWidgets()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 167 QStringList allowed; in eapChanged() local
|
/external/wpa_supplicant_8/src/common/ |
D | hw_features_common.c | 91 int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 140, in allowed_ht40_channel_pair() local
|
/external/pdfium/third_party/libpng16/ |
D | pngset.c | 1621 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()
|