HomeSort by relevance Sort by last modified time
    Searched defs:atom (Results 1 - 19 of 19) sorted by null

  /external/freetype/include/freetype/
ftbdf.h 66 * Property is a string atom.
108 * u.atom ::
109 * The atom string, if type is @BDF_PROPERTY_TYPE_ATOM.
121 const char* atom; member in union:BDF_PropertyRec_::__anon5887
  /external/mesa3d/src/glsl/
s_expression.cpp 61 return NULL; // no atom
63 // Check if the atom is a number.
89 s_expression *atom = read_atom(ctx, src); local
90 if (atom != NULL)
91 return atom;
  /external/elfutils/libdw/
dwarf_getloclist.c 28 uint8_t atom; member in struct:loclist
107 switch ((newloc->atom = *data++))
276 result[n].atom = loclist->atom;
libdw.h 148 uint8_t atom; /* Operation */ member in struct:__anon5658
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 21 // A value from the Atom enum and the actual name that should be used to
24 WmIpc::AtomType atom; member in struct:chromeos::__anon2651::AtomInfo
28 // Each value from the Atom enum must be present here.
39 bool SetIntProperty(XID xid, Atom xatom, const std::vector<int>& values) {
150 static Atom wm_s0_atom = type_to_atom_[ATOM_WM_S0];
153 static_cast<Atom>(event.data.l[1]) == wm_s0_atom) {
174 scoped_array<Atom> atoms(new Atom[kNumAtoms]);
186 type_to_atom_[kAtomInfos[i].atom] = atoms[i];
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardHelper.cpp 253 GdkAtom atom = gtk_drag_dest_find_target(widget, context, list.get()); local
254 if (atom != GDK_NONE)
255 dropAtoms.append(atom);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 46 // atom.c
207 int value; // Atom (symbol) value
287 /////////////////////////////////////////// Atom table: ///////////////////////////////////////
295 HashTable htable; // Hashes string to atom number and token value. Multiple strings can
296 // have the same token value but each unique string is a unique atom.
297 int *amap; // Maps atom value to offset in string table. Atoms all map to unique
299 // of the atom table that map to "<undefined>". The lowest 256 atoms
302 // language tokens with their atom values equal to the token value.
304 int *arev; // Reversed atom for symbol table use.
312 static int AddAtomFixed(AtomTable *atable, const char *s, int atom);
521 int hashindex, atom; local
582 int atom; local
    [all...]
cpp.c 268 int atom,depth=0; local
285 atom = yylvalpp->sc_ident;
286 if (atom == ifAtom || atom == ifdefAtom || atom == ifndefAtom){
290 else if (atom == endifAtom) {
301 if (atom == elseAtom ) {
315 else if (atom == elifAtom) {
325 else if((atom==elseAtom) && (!ChkCorrectElseNesting())){
839 int atom = 0 local
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.h 92 } atom; member in union:JSC::Yarr::ByteTerm::__anon13144
122 atom.patternCharacter = ch;
123 atom.quantityType = quantityType;
124 atom.quantityCount = quantityCount;
145 atom.casedCharacter.lo = lo;
146 atom.casedCharacter.hi = hi;
147 atom.quantityType = quantityType;
148 atom.quantityCount = quantityCount;
157 atom.characterClass = characterClass;
158 atom.quantityType = QuantifierFixedCount
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 199 "atom": function(name) {
    [all...]
  /external/libpcap/
optimize.c 454 int atom; local
459 atom = atomuse(&s->s);
460 if (atom >= 0) {
461 if (atom == AX_ATOM) {
467 else if (atom < N_ATOMS) {
468 if (!ATOMELEM(def, atom))
469 use |= ATOMMASK(atom);
474 atom = atomdef(&s->s);
475 if (atom >= 0) {
476 if (!ATOMELEM(use, atom))
1144 register int atom; local
1170 register int atom; local
1296 int atom; local
    [all...]
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp 442 Atom atom = XInternAtom(QX11Info::display(), "_HILDON_ZOOM_KEY_ATOM", False); local
443 if (!atom) {
449 XChangeProperty(QX11Info::display(), winId(), atom, XA_INTEGER, 32, PropModeReplace, reinterpret_cast<unsigned char*>(&val), 1); local
    [all...]
  /external/libxml2/
xmlregexp.c 212 xmlRegAtomPtr atom; member in struct:_xmlRegTrans
247 xmlRegAtomPtr atom; member in struct:_xmlAutomata
350 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
352 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
460 * 3/ build a table state x atom for the transitions
563 if ((trans->to == -1) || (trans->atom == NULL))
565 atomno = stringRemap[trans->atom->no];
566 if ((trans->atom->data != NULL) && (transdata == NULL)) {
579 * if the same atom can generate transitions to 2 different
588 printf("Indet: state %d trans %d, atom %d to %d : %d to %d\n"
3168 xmlRegAtomPtr atom; local
3725 xmlRegAtomPtr atom; local
4210 xmlRegAtomPtr atom; local
5621 xmlRegAtomPtr atom; local
5661 xmlRegAtomPtr atom; local
5721 xmlRegAtomPtr atom; local
5789 xmlRegAtomPtr atom; local
5875 xmlRegAtomPtr atom; local
5944 xmlRegAtomPtr atom; local
6023 xmlRegAtomPtr atom; local
    [all...]
  /external/v8/src/
jsregexp.cc 145 // Parse-tree is a single atom that is equal to the pattern.
150 RegExpAtom* atom = parse_result.tree->AsAtom(); local
151 Vector<const uc16> atom_pattern = atom->data();
173 case JSRegExp::ATOM:
188 // RegExp Atom implementation: Simple string search using indexOf.
196 JSRegExp::ATOM,
727 text->AddElement(TextElement::Atom(this));
742 TextElement TextElement::Atom(RegExpAtom* atom) {
743 TextElement result = TextElement(ATOM);
5142 RegExpAtom* atom = text.data.u_atom; local
    [all...]
parser.cc 104 RegExpTree* atom = new(zone()) RegExpAtom(characters_->ToConstVector()); local
106 text_.Add(atom);
209 RegExpTree* atom; local
212 // Last atom was character.
221 atom = new(zone()) RegExpAtom(char_vector);
225 atom = text_.RemoveLast();
229 atom = terms_.RemoveLast();
230 if (atom->max_match() == 0) {
236 terms_.Add(atom);
240 // Only call immediately after adding an atom or character
4388 RegExpTree* atom = new(zone()) RegExpCharacterClass(ranges, false); local
4428 RegExpTree* atom = ParseCharacterClass(CHECK_FAILED); local
4458 RegExpTree* atom = new(zone()) RegExpCharacterClass(ranges, false); local
4474 RegExpTree* atom = new(zone()) RegExpBackReference(capture); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 874 Atom atom; member in struct:__anon20111
885 Atom selection;
896 Atom selection;
897 Atom target;
898 Atom property;
908 Atom selection;
909 Atom target;
910 Atom property; /* ATOM or None *
    [all...]
Xproto.h 251 #define Atom CARD32
380 Atom name B32;
491 Atom atom B32;
518 Atom propertyType B32;
1141 Atom atom B32;
1151 Atom atom B32;
1157 Atom selection B32, target B32, property B32
1235 xInternAtomReply atom; member in union:__anon20254
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 338 milliseconds