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

1 23 4 5

  /prebuilts/go/darwin-x86/test/ken/
rob2.go 16 type Atom struct {
31 atom Atom
46 return this.atom.str
50 return this.atom.integer
66 //Slist* atom(byte *s, int i);
180 panic("atom too long\n")
222 func atom(i int) *Slist { // BUG: uses tokenbuf; should take argument) func
227 slist.atom.integer = i
230 slist.atom.str = string(tokenbuf[0:tokenlen]
    [all...]
  /prebuilts/go/linux-x86/test/ken/
rob2.go 16 type Atom struct {
31 atom Atom
46 return this.atom.str
50 return this.atom.integer
66 //Slist* atom(byte *s, int i);
180 panic("atom too long\n")
222 func atom(i int) *Slist { // BUG: uses tokenbuf; should take argument) func
227 slist.atom.integer = i
230 slist.atom.str = string(tokenbuf[0:tokenlen]
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_context.c 70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 202 static Atom wm_delete_window_message;
253 if ((Atom)evt.xclient.data.l[0] == wm_delete_window_message) {
466 Atom wm_state = XInternAtom(dsp, "_NET_WM_STATE", False);
467 Atom fullscreen = XInternAtom(dsp, "_NET_WM_STATE_FULLSCREEN", False);
  /external/valgrind/coregrind/m_debuginfo/
priv_tytypes.h 84 } Atom;
tytypes.c 98 te->Te.Atom.valueKnown ? "" : "unknown:",
99 te->Te.Atom.value, te->Te.Atom.name);
492 r = Bool__cmp(te1->Te.Atom.valueKnown, te2->Te.Atom.valueKnown);
494 r = Long__cmp(te1->Te.Atom.value, te2->Te.Atom.value);
496 r = Asciiz__cmp(te1->Te.Atom.name, te2->Te.Atom.name);
599 if (te->Te.Atom.name) ML_(dinfo_free)(te->Te.Atom.name)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 74 typedef unsigned long Atom; /* Also in Xdefs.h */
90 typedef CARD32 Atom;
115 #define None 0L /* universal null resource or null atom */
131 #define AnyPropertyType 0L /* special Atom, passed to GetProperty */
355 #define BadAtom 5 /* parameter not an Atom */
Xproto.h 247 #define Atom CARD32
376 Atom name B32;
487 Atom atom B32;
514 Atom propertyType B32;
1137 Atom atom B32;
1147 Atom atom B32;
1153 Atom selection B32, target B32, property B32
1263 xInternAtomReply atom; member in union:__anon53784
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 74 typedef unsigned long Atom; /* Also in Xdefs.h */
90 typedef CARD32 Atom;
115 #define None 0L /* universal null resource or null atom */
131 #define AnyPropertyType 0L /* special Atom, passed to GetProperty */
355 #define BadAtom 5 /* parameter not an Atom */
Xproto.h 247 #define Atom CARD32
376 Atom name B32;
487 Atom atom B32;
514 Atom propertyType B32;
1137 Atom atom B32;
1147 Atom atom B32;
1153 Atom selection B32, target B32, property B32
1263 xInternAtomReply atom; member in union:__anon55650
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 89 #define Atom CARD32
469 Atom property B32;
470 Atom type B32;
497 Atom property B32;
498 Atom type B32;
511 Atom propertyType B32;
969 #undef Atom
XIproto.h 58 #define Atom CARD32
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 89 #define Atom CARD32
469 Atom property B32;
470 Atom type B32;
497 Atom property B32;
498 Atom type B32;
511 Atom propertyType B32;
969 #undef Atom
XIproto.h 58 #define Atom CARD32
    [all...]
  /external/llvm/include/llvm/MC/
MCFragment.h 66 /// Atom - The atom this fragment is in, as represented by it's defining
68 const MCSymbol *Atom;
104 const MCSymbol *getAtom() const { return Atom; }
105 void setAtom(const MCSymbol *Value) { Atom = Value; }
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp 655 Atom wmState = XInternAtom(m_X11Display, "_NET_WM_STATE", False);
656 Atom wmStateFullscreen = XInternAtom(m_X11Display, "_NET_WM_STATE_FULLSCREEN", False);
669 Atom wmDelete = XInternAtom(m_X11Display, "WM_DELETE_WINDOW", True);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 68 /// Atom - The atom this fragment is in, as represented by it's defining
70 const MCSymbol *Atom;
105 const MCSymbol *getAtom() const { return Atom; }
106 void setAtom(const MCSymbol *Value) { Atom = Value; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 68 /// Atom - The atom this fragment is in, as represented by it's defining
70 const MCSymbol *Atom;
105 const MCSymbol *getAtom() const { return Atom; }
106 void setAtom(const MCSymbol *Value) { Atom = Value; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 68 /// Atom - The atom this fragment is in, as represented by it's defining
70 const MCSymbol *Atom;
105 const MCSymbol *getAtom() const { return Atom; }
106 void setAtom(const MCSymbol *Value) { Atom = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 68 /// Atom - The atom this fragment is in, as represented by it's defining
70 const MCSymbol *Atom;
105 const MCSymbol *getAtom() const { return Atom; }
106 void setAtom(const MCSymbol *Value) { Atom = Value; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 68 /// Atom - The atom this fragment is in, as represented by it's defining
70 const MCSymbol *Atom;
105 const MCSymbol *getAtom() const { return Atom; }
106 void setAtom(const MCSymbol *Value) { Atom = Value; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 68 /// Atom - The atom this fragment is in, as represented by it's defining
70 const MCSymbol *Atom;
105 const MCSymbol *getAtom() const { return Atom; }
106 void setAtom(const MCSymbol *Value) { Atom = Value; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 68 /// Atom - The atom this fragment is in, as represented by it's defining
70 const MCSymbol *Atom;
105 const MCSymbol *getAtom() const { return Atom; }
106 void setAtom(const MCSymbol *Value) { Atom = Value; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFragment.h 68 /// Atom - The atom this fragment is in, as represented by it's defining
70 const MCSymbol *Atom;
105 const MCSymbol *getAtom() const { return Atom; }
106 void setAtom(const MCSymbol *Value) { Atom = Value; }

Completed in 2004 milliseconds

1 23 4 5