Home
last modified time | relevance | path

Searched refs:Atom (Results 1 – 25 of 75) sorted by relevance

123

/third_party/glfw/src/
Dx11_platform.h161 Atom WM_PROTOCOLS;
162 Atom WM_STATE;
163 Atom WM_DELETE_WINDOW;
164 Atom NET_WM_NAME;
165 Atom NET_WM_ICON_NAME;
166 Atom NET_WM_ICON;
167 Atom NET_WM_PID;
168 Atom NET_WM_PING;
169 Atom NET_WM_WINDOW_TYPE;
170 Atom NET_WM_WINDOW_TYPE_NORMAL;
[all …]
Dx11_window.c228 static void sendEventToWM(_GLFWwindow* window, Atom type, in sendEventToWM()
540 Atom states[3]; in createNativeWindow()
569 Atom protocols[] = in createNativeWindow()
576 protocols, sizeof(protocols) / sizeof(Atom)); in createNativeWindow()
591 Atom type = _glfw.x11.NET_WM_WINDOW_TYPE_NORMAL; in createNativeWindow()
632 const Atom version = 5; in createNativeWindow()
660 static Atom writeTargetToProperty(const XSelectionRequestEvent* request) in writeTargetToProperty()
663 const Atom formats[] = { _glfw.x11.UTF8_STRING, in writeTargetToProperty()
679 const Atom targets[] = { _glfw.x11.TARGETS, in writeTargetToProperty()
701 Atom* targets; in writeTargetToProperty()
[all …]
Dx11_init.c354 static Atom getSupportedAtom(Atom* supportedAtoms, in getSupportedAtom()
359 const Atom atom = XInternAtom(_glfw.x11.display, atomName, False); in getSupportedAtom()
378 const Atom supportingWmCheck = in detectEWMH()
380 const Atom wmSupported = in detectEWMH()
424 Atom* supportedAtoms; in detectEWMH()
/third_party/rust/crates/cxx/syntax/
Datom.rs6 pub enum Atom { enum
25 impl Atom { implementation
31 use self::Atom::*; in from_str()
54 impl Display for Atom { implementation
60 impl AsRef<str> for Atom { implementation
62 use self::Atom::*; in as_ref()
84 impl PartialEq<Atom> for Type {
85 fn eq(&self, atom: &Atom) -> bool { in eq()
93 impl PartialEq<Atom> for &Ident {
94 fn eq(&self, atom: &Atom) -> bool { in eq()
[all …]
Ddiscriminant.rs1 use crate::syntax::Atom::{self, *};
12 repr: Option<Atom>,
30 pub fn new(repr: Option<Atom>) -> Self { in new()
89 pub fn inferred_repr(&self) -> Result<Atom> { in inferred_repr() argument
108 fn expr_to_discriminant(expr: &Expr) -> Result<(Discriminant, Option<Atom>)> { in expr_to_discriminant() argument
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix() argument
267 if let Some(atom) = Atom::from_str(suffix) { in parse_int_suffix()
279 repr: Atom,
285 fn of(repr: Atom) -> Option<Limits> { in of()
Dcheck.rs1 use crate::syntax::atom::Atom::{self, *};
84 if Atom::from(ident).is_none() in check_type_ident()
105 if Atom::from(&ident.rust).is_none() { in check_type_box()
125 match Atom::from(&ident.rust) { in check_type_rust_vec()
146 match Atom::from(&ident.rust) { in check_type_unique_ptr()
164 match Atom::from(&ident.rust) { in check_type_shared_ptr()
185 match Atom::from(&ident.rust) { in check_type_weak_ptr()
209 match Atom::from(&ident.rust) { in check_type_cxx_vector()
524 if Atom::from(&inner.rust).is_none() { in check_api_impl()
570 Type::Ident(ident) if Atom::from(&ident.rust).is_none() => { in check_mut_return_restriction()
[all …]
Dimproper.rs2 use crate::syntax::atom::Atom::{self, *};
17 if let Some(atom) = Atom::from(ident) { in determine_improper_ctype()
Dpod.rs1 use crate::syntax::atom::Atom::{self, *};
9 if let Some(atom) = Atom::from(ident) { in is_guaranteed_pod()
Dattrs.rs4 use crate::syntax::Atom::{self, *};
34 pub repr: Option<&'a mut Option<Atom>>,
227 fn parse_repr_attribute(input: ParseStream) -> Result<Atom> { in parse_repr_attribute() argument
230 if let Some(atom) = Atom::from(&ident) { in parse_repr_attribute()
Dtokens.rs1 use crate::syntax::atom::Atom::*;
3 Array, Atom, Derive, Enum, EnumRepr, ExternFn, ExternType, Impl, Lifetimes, NamedType, Ptr,
164 impl ToTokens for Atom { implementation
/third_party/rust/crates/nom/examples/
Ds_expression.rs36 pub enum Atom { enum
55 Constant(Atom),
99 fn parse_bool<'a>(i: &'a str) -> IResult<&'a str, Atom, VerboseError<&'a str>> { in parse_bool() argument
101 map(tag("#t"), |_| Atom::Boolean(true)), in parse_bool()
102 map(tag("#f"), |_| Atom::Boolean(false)), in parse_bool()
112 fn parse_keyword<'a>(i: &'a str) -> IResult<&'a str, Atom, VerboseError<&'a str>> { in parse_keyword() argument
115 |sym_str: &str| Atom::Keyword(sym_str.to_string()), in parse_keyword()
121 fn parse_num<'a>(i: &'a str) -> IResult<&'a str, Atom, VerboseError<&'a str>> { in parse_num() argument
124 digit_str.parse::<i32>().map(Atom::Num) in parse_num()
127 Atom::Num(-1 * digit_str.parse::<i32>().unwrap()) in parse_num()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h225 struct Atom { struct
231 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
296 ArrayRef<AppleAccelTableData::Atom> Atoms);
327 static constexpr Atom Atoms[] = {
328 Atom(dwarf::DW_ATOM_die_offset, dwarf::DW_FORM_data4)};
346 static constexpr Atom Atoms[] = {
347 Atom(dwarf::DW_ATOM_die_offset, dwarf::DW_FORM_data4),
348 Atom(dwarf::DW_ATOM_die_tag, dwarf::DW_FORM_data2),
349 Atom(dwarf::DW_ATOM_type_flags, dwarf::DW_FORM_data1)};
364 static constexpr Atom Atoms[] = {
[all …]
/third_party/cef/libcef/browser/native/
Dwindow_x11.cc115 std::vector<x11::Atom> protocols = { in CefWindowX11()
119 x11::SetArrayProperty(xwindow_, x11::GetAtom(kWMProtocols), x11::Atom::ATOM, in CefWindowX11()
124 x11::SetStringProperty(xwindow_, x11::Atom::WM_CLIENT_MACHINE, in CefWindowX11()
125 x11::Atom::STRING, net::GetHostName()); in CefWindowX11()
133 x11::SetProperty(xwindow_, x11::GetAtom(kNetWMPid), x11::Atom::CARDINAL, pid); in CefWindowX11()
137 x11::SetStringProperty(xwindow_, x11::Atom::WM_NAME, x11::Atom::STRING, in CefWindowX11()
139 x11::SetStringProperty(xwindow_, x11::Atom::WM_ICON_NAME, x11::Atom::STRING, in CefWindowX11()
203 x11::SetProperty(toplevel_window, dndproxy_atom, x11::Atom::WINDOW, in Show()
206 x11::SetProperty(child, dndproxy_atom, x11::Atom::WINDOW, child); in Show()
324 std::vector<x11::Atom> wm_states; in TopLevelAlwaysOnTop()
[all …]
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h135 } Atom; typedef
139 Atom header;
150 Atom header;
160 Atom header;
172 Atom header;
302 Atom header;
320 Atom header;
331 Atom header;
351 Atom header;
385 Atom header;
[all …]
Datoms.c98 atom_header_set (Atom * header, guint32 fourcc, gint32 size, gint64 ext_size) in atom_header_set()
106 atom_clear (Atom * atom) in atom_clear()
149 build_atom_info_wrapper (Atom * atom, gpointer copy_func, gpointer free_func) in build_atom_info_wrapper()
165 atom_info_list_prepend_atom (GList * ai, Atom * atom, in atom_info_list_prepend_atom()
1093 Atom *atom = (Atom *) aux->data; in atom_dref_clear()
1638 atom_copy_empty (Atom * atom, guint8 ** buffer, guint64 * size, in atom_copy_empty()
1649 atom_copy_data (Atom * atom, guint8 ** buffer, guint64 * size, guint64 * offset) in atom_copy_data()
2231 Atom atom; in sample_entry_tx3g_copy_data()
2266 Atom atom; in sample_entry_tmcd_copy_data()
2511 switch (((Atom *) walker->data)->type) { in atom_stsd_copy_data()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp28 struct Atom { struct
32 static raw_ostream &operator<<(raw_ostream &OS, const Atom &A) { in operator <<()
40 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom() argument
96 for (auto Atom : getAtomsDesc()) { in validateForms() local
97 DWARFFormValue FormValue(Atom.second); in validateForms()
98 switch (Atom.first) { in validateForms()
120 for (auto Atom : getAtomsDesc()) { in readAtoms() local
121 DWARFFormValue FormValue(Atom.second); in readAtoms()
123 switch (Atom.first) { in readAtoms()
185 for (auto &Atom : AtomForms) { in dumpName() local
[all …]
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.h48 Atom WM_DELETE_WINDOW;
49 Atom WM_PROTOCOLS;
50 Atom TEST_EVENT;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp116 using Atom = AppleAccelTableData::Atom; typedef in __anon789b41930311::AppleAccelTableWriter
148 const SmallVector<Atom, 4> Atoms;
150 HeaderData(ArrayRef<Atom> AtomList, uint32_t Offset = 0) in HeaderData()
169 ArrayRef<Atom> Atoms, const MCSymbol *SecBegin) in AppleAccelTableWriter()
300 for (const Atom &A : Atoms) { in emit()
546 ArrayRef<AppleAccelTableData::Atom> Atoms) { in emitAppleAccelTableImpl()
617 constexpr AppleAccelTableData::Atom AppleAccelTableTypeData::Atoms[];
618 constexpr AppleAccelTableData::Atom AppleAccelTableOffsetData::Atoms[];
619 constexpr AppleAccelTableData::Atom AppleAccelTableStaticOffsetData::Atoms[];
620 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[];
[all …]
/third_party/ffmpeg/libavformat/
Dr3d.c35 typedef struct Atom { struct
39 } Atom; argument
41 static int read_atom(AVFormatContext *s, Atom *atom) in read_atom()
116 static int r3d_read_rdvo(AVFormatContext *s, Atom *atom) in r3d_read_rdvo()
164 Atom atom; in r3d_read_header()
217 static int r3d_read_redv(AVFormatContext *s, AVPacket *pkt, Atom *atom) in r3d_read_redv()
272 static int r3d_read_reda(AVFormatContext *s, AVPacket *pkt, Atom *atom) in r3d_read_reda()
340 Atom atom; in r3d_read_packet()
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_std_gtk.cc38 Atom atoms[3]; in SetXWindowVisible()
46 std::unique_ptr<Atom[]> data(new Atom[1]); in SetXWindowVisible()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11.hpp94 Atom getDeleteAtom (void) { return m_deleteAtom; } in getDeleteAtom()
106 Atom m_deleteAtom;
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c176 const Atom atom = XInternAtom (context->disp, autopaint, False); in gst_xvcontext_get_xv_support()
184 const Atom atom = XInternAtom (context->disp, dbl_buffer, False); in gst_xvcontext_get_xv_support()
195 const Atom atom = XInternAtom (context->disp, colorkey, False); in gst_xvcontext_get_xv_support()
640 Atom prop_atom; in gst_xvcontext_new()
844 Atom prop_atom; in gst_xvcontext_update_colorbalance()
911 Atom prop_atom; in gst_xvcontext_set_colorimetry()
950 Atom wm_delete; in gst_xvcontext_create_xwindow()
951 Atom hints_atom = None; in gst_xvcontext_create_xwindow()
1109 Atom _NET_WM_NAME = XInternAtom (context->disp, "_NET_WM_NAME", 0); in gst_xwindow_set_title()
1110 Atom UTF8_STRING = XInternAtom (context->disp, "UTF8_STRING", 0); in gst_xwindow_set_title()
/third_party/skia/tools/sk_app/unix/
DWindow_unix.cpp262 if ((Atom)event.xclient.data.l[0] == fWmDeleteMessage && in handleEvent()
328 Atom UTF8 = XInternAtom(fDisplay, "UTF8_STRING", 0), in handleEvent()
463 Atom UTF8 = XInternAtom(fDisplay, "UTF8_STRING", 0), in getClipboardText()
477 Atom type; in getClipboardText()
501 Atom CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0); in setClipboardText()
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dattributes.c76 Status XvMCSetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int value) in XvMCSetAttribute()
121 Status XvMCGetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int *value) in XvMCGetAttribute()
/third_party/cef/tests/cefsimple/
Dsimple_handler_linux.cc33 Atom atoms[2]; in PlatformTitleChange()

123