Searched defs:wm (Results 1 - 25 of 146) sorted by last modified time

123456

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h858 GLuint wm_start; /**< pos of first wm const in CURBE buffer */
1026 } wm; member in struct:brw_context
H A Dbrw_state_dump.c153 struct brw_wm_unit_state *wm = intel->batch.bo->virtual + offset; local
161 wm->wm5.enable_8_pix ? "8pix" : "",
162 wm->wm5.enable_16_pix ? "16pix" : "",
163 wm->wm5.program_uses_depth ? ", uses depth" : "",
164 wm->wm5.program_computes_depth ? ", computes depth" : "",
165 wm->wm5.program_uses_killpixel ? ", kills" : "",
166 wm->wm5.thread_dispatch_enable ? "" : ", no dispatch",
167 wm->wm5.max_threads + 1);
169 wm->global_depth_offset_constant);
171 wm
[all...]
H A Dbrw_wm_state.c71 * Setup wm hardware state. See page 225 of Volume 2
79 struct brw_wm_unit_state *wm; local
81 wm = brw_state_batch(brw, AUB_TRACE_WM_STATE,
82 sizeof(*wm), 32, &brw->wm.state_offset);
83 memset(wm, 0, sizeof(*wm));
85 if (brw->wm.prog_data->prog_offset_16) {
90 assert(brw->wm.prog_data->first_curbe_grf ==
91 brw->wm
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc504 "wm = new WeakMap(); wm.set(k, v); wm[s] = s;\n");
543 const v8::HeapGraphNode* wm = local
544 GetProperty(global, v8::HeapGraphEdge::kProperty, "wm");
545 CHECK_NE(NULL, wm);
546 CHECK_EQ(v8::HeapGraphNode::kObject, wm->GetType());
547 CHECK_EQ(v8_str("WeakMap"), wm->GetName());
550 GetProperty(wm, v8::HeapGraphEdge::kInternal, "table");
564 GetProperty(wm, v
[all...]
/external/chromium_org/v8/test/perf-test/Collections/
H A Dweakmap.js17 var wm; variable
28 wm = new WeakMap;
30 wm.set(keys[i], i);
36 wm = null;
48 if (!wm.has(keys[i])) {
53 if (wm.has(keys[i])) {
62 if (wm.get(keys[i]) !== i) {
67 if (wm.get(keys[i]) !== undefined) {
78 wm.delete(keys[i]);
/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver.cc839 bool Win32SocketServer::MessageWindow::OnMessage(UINT wm, WPARAM wp, argument
842 if (wm == s_wm_wakeup_id || (wm == WM_TIMER && wp == 1)) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_context.h858 GLuint wm_start; /**< pos of first wm const in CURBE buffer */
1026 } wm; member in struct:brw_context
H A Dbrw_state_dump.c153 struct brw_wm_unit_state *wm = intel->batch.bo->virtual + offset; local
161 wm->wm5.enable_8_pix ? "8pix" : "",
162 wm->wm5.enable_16_pix ? "16pix" : "",
163 wm->wm5.program_uses_depth ? ", uses depth" : "",
164 wm->wm5.program_computes_depth ? ", computes depth" : "",
165 wm->wm5.program_uses_killpixel ? ", kills" : "",
166 wm->wm5.thread_dispatch_enable ? "" : ", no dispatch",
167 wm->wm5.max_threads + 1);
169 wm->global_depth_offset_constant);
171 wm
[all...]
H A Dbrw_wm_state.c71 * Setup wm hardware state. See page 225 of Volume 2
79 struct brw_wm_unit_state *wm; local
81 wm = brw_state_batch(brw, AUB_TRACE_WM_STATE,
82 sizeof(*wm), 32, &brw->wm.state_offset);
83 memset(wm, 0, sizeof(*wm));
85 if (brw->wm.prog_data->prog_offset_16) {
90 assert(brw->wm.prog_data->first_curbe_grf ==
91 brw->wm
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/ui/chromeos/
H A Duser_activity_power_manager_notifier.h12 #include "ui/wm/core/user_activity_observer.h"
14 namespace wm { namespace
16 } // namespace wm
22 : public ::wm::UserActivityObserver {
25 ::wm::UserActivityDetector* detector);
32 ::wm::UserActivityDetector* detector_; // not owned
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_proxy.h28 namespace wm { namespace
133 scoped_ptr<wm::Shadow> shadow_;
/external/chromium_org/ui/views/test/
H A Dtest_views_delegate.h11 namespace wm { namespace
44 scoped_ptr<wm::WMState> wm_state_;
H A Dviews_test_helper_aura.h23 namespace wm { namespace
43 scoped_ptr<wm::WMState> wm_state_;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_cursor_manager.h13 #include "ui/wm/core/native_cursor_manager.h"
23 namespace wm { namespace
34 : public wm::NativeCursorManager {
50 // Overridden from wm::NativeCursorManager:
53 wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
56 wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
59 wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
62 wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
65 wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
H A Ddesktop_native_widget_aura.h15 #include "ui/wm/core/compound_event_filter.h"
16 #include "ui/wm/public/activation_change_observer.h"
17 #include "ui/wm/public/activation_delegate.h"
18 #include "ui/wm/public/drag_drop_delegate.h"
31 namespace wm { namespace
82 wm::InputMethodEventFilter* input_method_event_filter() {
85 wm::CompoundEventFilter* root_window_event_filter() {
268 scoped_ptr<wm::FocusController> focus_client_;
277 scoped_ptr<wm::CompoundEventFilter> root_window_event_filter_;
279 scoped_ptr<wm
[all...]
/external/chromium_org/ui/views_content_client/
H A Dviews_content_client_main_parts_aura.h12 namespace wm { namespace
30 scoped_ptr< ::wm::WMState> wm_state_;
/external/chromium_org/ui/wm/core/
H A Daccelerator_delegate.h13 namespace wm { namespace
31 } // namespace wm
H A Daccelerator_filter.cc5 #include "ui/wm/core/accelerator_filter.h"
9 #include "ui/wm/core/accelerator_delegate.h"
11 namespace wm { namespace
80 } // namespace wm
H A Daccelerator_filter.h11 #include "ui/wm/wm_export.h"
17 namespace wm { namespace
38 } // namespace wm
H A Dbase_focus_rules.cc5 #include "ui/wm/core/base_focus_rules.h"
9 #include "ui/wm/core/window_modality_controller.h"
10 #include "ui/wm/core/window_util.h"
11 #include "ui/wm/public/activation_delegate.h"
13 namespace wm { namespace
122 if (wm::GetTransientParent(child)) {
126 GetModalTransient(wm::GetTransientParent(child));
130 return GetActivatableWindow(wm::GetTransientParent(child));
194 } // namespace wm
H A Dbase_focus_rules.h10 #include "ui/wm/core/focus_rules.h"
12 namespace wm { namespace
43 } // namespace wm
H A Dcapture_controller.cc5 #include "ui/wm/core/capture_controller.h"
11 namespace wm { namespace
145 } // namespace wm

Completed in 273 milliseconds

123456