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

1 2

  /external/clang/test/CXX/special/class.conv/class.conv.ctor/
p1.cpp 16 struct atom { }; struct in namespace:PR13003
18 void_type v1 = atom();
19 void_type2 v2 = atom();
  /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_::__anon7028
  /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/regex-re2/re2/
prefilter.h 26 ATOM, // The string atom() must match
35 const string& atom() const { return atom_; } function in class:re2::Prefilter
90 // If different prefilters have the same string atom, or if they are
91 // structurally the same (e.g., OR of same atom strings) they are
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1DFA.java 142 int atom = edgeSet.getSingleElement(); local
143 if ( atom != Label.INVALID ) {
144 e = new Label(atom);
LL1Analyzer.java 224 int atom = transition0.label.getAtom(); local
225 return new LookaheadSet(atom);
  /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::__anon3448::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/elfutils/libdw/
dwarf_getlocation.c 92 uint8_t atom; member in struct:loclist
150 switch ((newloc->atom = *data++))
319 result[n].atom = loclist->atom;
libdw.h 186 uint8_t atom; /* Operation */ member in struct:__anon6769
  /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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 50 "invalidRule", "atom", "expr", "formalPar", "func", "multExpr", "prog",
1006 // BuildOptions\\DebugGrammar.g3:76:0: multExpr : atom ( ( '*' | '/' | '%' ) atom )* ;
1032 // BuildOptions\\DebugGrammar.g3:77:9: ( atom ( ( '*' | '/' | '%' ) atom )* )
1035 // BuildOptions\\DebugGrammar.g3:77:9: atom ( ( '*' | '/' | '%' ) atom )*
1041 atom22=atom();
1047 // BuildOptions\\DebugGrammar.g3:77:14: ( ( '*' | '/' | '%' ) atom )*
1078 // BuildOptions\\DebugGrammar.g3:77:15: ( '*' | '/' | '%' ) atom
1165 private DebugGrammarParser.atom_return atom( ) method in class:DebugGrammarParser
    [all...]
ProfileGrammarParser.cs 50 "invalidRule", "atom", "expr", "formalPar", "func", "multExpr", "prog",
1010 // BuildOptions\\ProfileGrammar.g3:76:0: multExpr : atom ( ( '*' | '/' | '%' ) atom )* ;
1036 // BuildOptions\\ProfileGrammar.g3:77:9: ( atom ( ( '*' | '/' | '%' ) atom )* )
1039 // BuildOptions\\ProfileGrammar.g3:77:9: atom ( ( '*' | '/' | '%' ) atom )*
1045 atom22=atom();
1051 // BuildOptions\\ProfileGrammar.g3:77:14: ( ( '*' | '/' | '%' ) atom )*
1082 // BuildOptions\\ProfileGrammar.g3:77:15: ( '*' | '/' | '%' ) atom
1169 private ProfileGrammarParser.atom_return atom( ) method in class:ProfileGrammarParser
    [all...]
  /external/linux-tools-perf/util/
trace-event.h 59 char *atom; member in struct:print_arg_atom
123 struct print_arg_atom atom; member in union:print_arg::__anon9953
trace-event-parse.c 389 if (arg->atom.atom)
390 free(arg->atom.atom);
1256 left->atom.atom = realloc(left->atom.atom,
1257 sizeof(left->atom.atom) + 3)
1687 char *atom; local
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.h 92 } atom; member in union:JSC::Yarr::ByteTerm::__anon15957
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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 617 // SimpleCTP.g:54:1: expr : ( ^( EQEQ expr expr ) | ^( LT expr expr ) | ^( PLUS expr expr ) | ^( EQ ID e= expr ) | atom );
627 // SimpleCTP.g:54:5: ( ^( EQEQ expr expr ) | ^( LT expr expr ) | ^( PLUS expr expr ) | ^( EQ ID e= expr ) | atom )
748 // SimpleCTP.g:58:9: atom
751 atom(); method
772 // $ANTLR start "atom"
773 // SimpleCTP.g:61:1: atom : ( ID | INT );
774 public final void atom() throws RecognitionException { method in class:SimpleCTP
800 // $ANTLR end "atom"
SimpleCParser.java 1561 public final SimpleCParser.atom_return atom() throws RecognitionException { method in class:SimpleCParser
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 617 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:54:1: expr : ( ^( EQEQ expr expr ) | ^( LT expr expr ) | ^( PLUS expr expr ) | ^( EQ ID e= expr ) | atom );
627 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:54:5: ( ^( EQEQ expr expr ) | ^( LT expr expr ) | ^( PLUS expr expr ) | ^( EQ ID e= expr ) | atom )
748 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:58:9: atom
751 atom(); method
772 // $ANTLR start "atom"
773 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:61:1: atom : ( ID | INT );
774 public final void atom() throws RecognitionException { method in class:SimpleCTP
800 // $ANTLR end "atom"
SimpleCParser.java 1561 public final SimpleCParser.atom_return atom() throws RecognitionException { method in class:SimpleCParser
    [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/linux-tools-perf/
builtin-sched.c 385 process_sched_event(struct task_desc *this_task __used, struct sched_atom *atom)
389 switch (atom->type) {
391 burn_nsecs(atom->duration);
394 if (atom->wait_sem)
395 ret = sem_wait(atom->wait_sem);
399 if (atom->wait_sem)
400 ret = sem_post(atom->wait_sem);
1004 struct work_atom *atom = zalloc(sizeof(*atom)); local
1005 if (!atom)
1021 struct work_atom *atom; local
1034 struct work_atom *atom; local
1147 struct work_atom *atom; local
1195 struct work_atom *atom; local
    [all...]

Completed in 1002 milliseconds

1 2