HomeSort by relevance Sort by last modified time
    Searched refs:Atom (Results 51 - 75 of 134) sorted by null

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 853 Atom atom; member in struct:__anon44808
864 Atom selection;
875 Atom selection;
876 Atom target;
877 Atom property;
887 Atom selection;
888 Atom target;
889 Atom property; /* ATOM or None *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 853 Atom atom; member in struct:__anon46544
864 Atom selection;
875 Atom selection;
876 Atom target;
877 Atom property;
887 Atom selection;
888 Atom target;
889 Atom property; /* ATOM or None *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_surface.c 67 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
test_blocks.c 70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
test_context.c 66 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_surface.c 67 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
test_blocks.c 70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
test_context.c 66 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XI2proto.h 67 #define Atom uint32_t
149 * Struct is followed by num_buttons * Atom that names the buttons in the
180 Atom label; /**< Axis label */
718 Atom property;
719 Atom type;
733 Atom property;
751 Atom property;
752 Atom type;
763 Atom type;
    [all...]
XKBproto.h 35 #define Atom CARD32
93 Atom name B32;
527 Atom indicator B32;
536 Atom indicator B32;
563 Atom indicator B32;
646 Atom name B32;
655 Atom name B32;
687 Atom name B32;
708 Atom name B32;
722 Atom name B32
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 67 #define Atom uint32_t
149 * Struct is followed by num_buttons * Atom that names the buttons in the
180 Atom label; /**< Axis label */
718 Atom property;
719 Atom type;
733 Atom property;
751 Atom property;
752 Atom type;
763 Atom type;
    [all...]
XKBproto.h 35 #define Atom CARD32
93 Atom name B32;
527 Atom indicator B32;
536 Atom indicator B32;
563 Atom indicator B32;
646 Atom name B32;
655 Atom name B32;
687 Atom name B32;
708 Atom name B32;
722 Atom name B32
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 49 XWindowProperty(Display* display, Window window, Atom property)
52 Atom actual_type;
268 Atom atom = XInternAtom(display_, "_NET_ACTIVE_WINDOW", True); local
269 if (atom != None) {
277 xev.xclient.message_type = atom;
302 Atom ret_type;
696 Atom type = None;
734 Atom wm_state_;
735 Atom net_wm_icon_
    [all...]
  /external/chromium_org/third_party/webrtc/base/
linuxwindowpicker.cc 32 XWindowProperty(Display* display, Window window, Atom property)
35 Atom actual_type;
251 Atom atom = XInternAtom(display_, "_NET_ACTIVE_WINDOW", True); local
252 if (atom != None) {
260 xev.xclient.message_type = atom;
285 Atom ret_type;
679 Atom type = None;
717 Atom wm_state_;
718 Atom net_wm_icon_
    [all...]
  /external/llvm/lib/MC/MCAnalysis/
MCModuleYAML.cpp 99 struct Atom {
120 std::vector<Atom> Atoms;
130 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MCModuleYAML::Atom)
142 template <> struct MappingTraits<MCModuleYAML::Atom> {
143 static void mapping(IO &IO, MCModuleYAML::Atom &A);
182 void MappingTraits<MCModuleYAML::Atom>::mapping(IO &IO, MCModuleYAML::Atom &A) {
311 MCModuleYAML::Atom &A = YAMLModule.Atoms.back();
330 llvm_unreachable("Unknown atom type.");
360 typedef std::vector<MCModuleYAML::Atom>::const_iterator AtomIt
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
mpeg_parser.js 19 * Size of the atom header.
25 * @param {number=} opt_end End of atom position.
26 * @return {number} Atom size.
33 // When supplied, opt_end is the end of the enclosing atom and is used to
41 throw 'atom too short (' + size + ') @' + pos;
44 throw 'atom too long (' + size + '>' + (opt_end - pos) + ') @' + pos;
51 * @param {number=} opt_end End of atom position.
52 * @return {string} Atom name.
63 function findParentAtom(atom, name) {
65 atom = atom.parent
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
attributes.c 76 Status XvMCSetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int value)
121 Status XvMCGetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int *value)
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11_unittest.cc 94 // Returns the Atom with |name|.
95 Atom GetAtom(const char* name);
110 ::Atom accepted_action);
116 ::Atom performed_action);
210 Atom TestDragDropClient::GetAtom(const char* name) {
230 ::Atom accepted_action) {
245 ::Atom performed_action) {
381 std::vector<Atom> targets;
392 static_cast<Atom>(events[1].data.l[4]));
desktop_window_tree_host_x11.h 189 void SetWMSpecState(bool enabled, ::Atom state1, ::Atom state2);
269 std::set< ::Atom> window_properties_;
desktop_window_tree_host_x11_unittest.cc 57 std::vector<Atom> hints;
59 std::vector<Atom>::iterator it = std::find(
393 std::vector< ::Atom> atom_list;
395 ui::SetAtomArrayProperty(xid, "_NET_WM_STATE", "ATOM", atom_list);
404 xevent.xproperty.atom = atom_cache.GetAtom("_NET_WM_STATE");
425 std::vector< ::Atom> atom_list;
427 ui::SetAtomArrayProperty(xid, "_NET_WM_STATE", "ATOM", atom_list);
436 xevent.xproperty.atom = atom_cache.GetAtom("_NET_WM_STATE");
  /external/chromium_org/v8/test/mjsunit/
string-match.js 134 // Atom, non-global
138 testMatch("Atom", stringSample, re_atom,
143 // Atom, global
147 testMatch("Global-Atom", stringSample, re_atomg,
  /external/mesa3d/src/gallium/state_trackers/xvmc/
attributes.c 76 Status XvMCSetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int value)
121 Status XvMCGetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int *value)
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/chromium_org/ui/events/x/
touch_factory_x11.cc 97 Atom xi_touchscreen = XInternAtom(display, XI_TOUCHSCREEN, false);
293 Atom actual_type_return;
300 Atom device_product_id_atom =
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 84 } Atom;

Completed in 463 milliseconds

1 23 4 5 6