/external/wpa_supplicant_8/src/drivers/ |
D | rfkill.c | 55 int blocked; member 96 if (new_blocked != rfkill->blocked) { in rfkill_receive() 97 rfkill->blocked = new_blocked; in rfkill_receive() 154 rfkill->blocked = 1; in rfkill_init() 157 rfkill->blocked = 1; in rfkill_init() 193 return rfkill->blocked; in rfkill_is_blocked()
|
/external/webkit/LayoutTests/storage/indexeddb/ |
D | set_version_queue-expected.txt | 23 PASS connection[0] got blocked event 34 PASS connection[1] got blocked event 35 Ensure that this blocked event is in order: 42 PASS connection[2] got blocked event 50 PASS connection[3] got blocked event 51 Note: This means that a connection can receive a blocked event after its close() method has been ca…
|
D | set_version_blocked-expected.txt | 7 IndexedDB.open('set-version-blocked') 8 IndexedDB.open('set-version-blocked')
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab_renderer_data.cc | 14 blocked(false), in TabRendererData() 33 blocked == data.blocked && in Equals()
|
D | tab_renderer_data.h | 50 bool blocked; member
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | HAREntry.js | 101 var blocked; 112 blocked = waitForConnection; 114 blocked = 0; 121 blocked: blocked,
|
/external/chromium/chrome/browser/notifications/ |
D | notification_exceptions_table_model.cc | 116 std::vector<GURL> blocked(service_->GetBlockedOrigins()); in LoadEntries() local 117 entries_.reserve(allowed.size() + blocked.size()); in LoadEntries() 120 for (size_t i = 0; i < blocked.size(); ++i) in LoadEntries() 121 entries_.push_back(Entry(blocked[i], CONTENT_SETTING_BLOCK)); in LoadEntries()
|
/external/quake/quake/src/QW/server/ |
D | sv_phys.c | 203 int i, blocked; in ClipVelocity() local 205 blocked = 0; in ClipVelocity() 207 blocked |= 1; // floor in ClipVelocity() 209 blocked |= 2; // step in ClipVelocity() 221 return blocked; in ClipVelocity() 250 int blocked; in SV_FlyMove() local 254 blocked = 0; in SV_FlyMove() 289 blocked |= 1; // floor in SV_FlyMove() 298 blocked |= 2; // step in SV_FlyMove() 363 return blocked; in SV_FlyMove() [all …]
|
/external/quake/quake/src/QW/client/ |
D | pmove.c | 76 int i, blocked; in PM_ClipVelocity() local 78 blocked = 0; in PM_ClipVelocity() 80 blocked |= 1; // floor in PM_ClipVelocity() 82 blocked |= 2; // step in PM_ClipVelocity() 94 return blocked; in PM_ClipVelocity() 119 int blocked; in PM_FlyMove() local 123 blocked = 0; in PM_FlyMove() 158 blocked |= 1; // floor in PM_FlyMove() 162 blocked |= 2; // step in PM_FlyMove() 224 return blocked; in PM_FlyMove()
|
/external/valgrind/main/coregrind/ |
D | m_libcsignal.c | 394 vki_sigset_t pending, blocked, allbutone; in VG_() local 406 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked); in VG_() 410 VG_(sigintersectset)(&pending, blocked); in VG_() 486 vki_sigset_t pending, blocked, allbutone; in VG_() local 501 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked); in VG_() 505 VG_(sigintersectset)(&pending, &blocked); in VG_()
|
/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model.h | 335 void SetTabBlocked(int index, bool blocked); 562 blocked(false) { in TabContentsData() 608 bool blocked; member
|
D | tab_strip_model.cc | 488 void TabStripModel::SetTabBlocked(int index, bool blocked) { in SetTabBlocked() argument 490 if (contents_data_[index]->blocked == blocked) in SetTabBlocked() 492 contents_data_[index]->blocked = blocked; in SetTabBlocked() 552 return contents_data_[index]->blocked; in IsTabBlocked()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGUseElement.h | 77 void setUpdatesBlocked(bool blocked) { m_updatesBlocked = blocked; } in setUpdatesBlocked() argument
|
/external/quake/quake/src/WinQuake/ |
D | sv_phys.cpp | 194 int i, blocked; in ClipVelocity() local 196 blocked = 0; in ClipVelocity() 198 blocked |= 1; // floor in ClipVelocity() 200 blocked |= 2; // step in ClipVelocity() 212 return blocked; in ClipVelocity() 241 int blocked; in SV_FlyMove() local 245 blocked = 0; in SV_FlyMove() 283 blocked |= 1; // floor in SV_FlyMove() 292 blocked |= 2; // step in SV_FlyMove() 357 return blocked; in SV_FlyMove() [all …]
|
/external/oprofile/events/i386/core_2/ |
D | unit_masks | 53 0x02 STA Loads blocked by a preceding store with unknown address. 54 0x04 STD Loads blocked by a preceding store with unknown data. 56 0x10 UNTIL_RETIRE Loads blocked until retirement. 57 0x20 L1D Loads blocked by the L1 data cache. 59 0x01 SB_DRAIN_CYCLES Cycles while stores are blocked due to store buffer drain. 61 0x08 NOOP A store is blocked due to a conflict with an external or internal snoop.
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_specific_content_settings.cc | 253 void TabSpecificContentSettings::SetPopupsBlocked(bool blocked) { in SetPopupsBlocked() argument 254 content_blocked_[CONTENT_SETTINGS_TYPE_POPUPS] = blocked; in SetPopupsBlocked() 257 delegate_->OnContentSettingsAccessed(blocked); in SetPopupsBlocked()
|
/external/chromium/chrome/browser/ |
D | power_save_blocker.h | 28 static void ApplyBlock(bool blocked);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | CrossProcessFontLoading.mm | 26 // font loading being blocked by the sandbox, we need a mechnasim to both 43 // On 10.5, font loading is not blocked by the sandbox and thus there is no 168 // parameter. If loading is blocked by the sandbox, the font may be loaded 193 // Font loading was blocked by the Sandbox.
|
/external/webkit/Source/WebCore/storage/ |
D | IDBVersionChangeRequest.h | 42 DEFINE_ATTRIBUTE_EVENT_LISTENER(blocked);
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | createbug.py | 52 …self._tool.bugs.create_bug(state["bug_title"], state["bug_description"], blocked=blocks, component…
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.h | 266 blocked(false), in TabData() 279 bool blocked; member
|
D | tab_renderer_gtk.cc | 337 void TabRendererGtk::SetBlocked(bool blocked) { in SetBlocked() argument 338 if (data_.blocked == blocked) in SetBlocked() 340 data_.blocked = blocked; in SetBlocked() 345 return data_.blocked; in is_blocked()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/ |
D | mozilla | 9 -moz-handler-blocked
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | mocktool.py | 284 blocked=None, argument 294 if blocked: 295 log("blocked: %s" % blocked)
|
/external/quake/quake/src/QW/progs/ |
D | plats.qc | 189 self.blocked = plat_crush; 321 self.blocked = train_blocked; 348 self.blocked = train_blocked;
|