HomeSort by relevance Sort by last modified time
    Searched defs:atom (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 202 struct radeon_state_atom *atom; local
204 foreach(atom, &radeon->hw.atomlist) {
205 FREE(atom->cmd);
206 if (atom->lastcmd)
207 FREE(atom->lastcmd);
247 /* free atom list */
radeon_common.c 472 struct radeon_state_atom *atom; local
479 foreach(atom, &radeon->hw.atomlist) {
480 if (atom->dirty) {
481 const GLuint atom_size = atom->check(radeon->glCtx, atom);
484 radeon_print_state_atom(radeon, atom);
489 foreach(atom, &radeon->hw.atomlist) {
490 const GLuint atom_size = atom->check(radeon->glCtx, atom);
493 radeon_print_state_atom(radeon, atom);
530 struct radeon_state_atom *atom; local
    [all...]
  /external/chromium_org/components/breakpad/tools/
crash_service.cc 95 ATOM atom = ::RegisterClassExW(&wcx); local
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 126 static ATOM atom = 0; local
128 if (!atom) {
144 atom = RegisterClassEx(&window_class);
146 DCHECK(atom);
150 MAKEINTATOM(atom), 0,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 472 struct radeon_state_atom *atom; local
479 foreach(atom, &radeon->hw.atomlist) {
480 if (atom->dirty) {
481 const GLuint atom_size = atom->check(radeon->glCtx, atom);
484 radeon_print_state_atom(radeon, atom);
489 foreach(atom, &radeon->hw.atomlist) {
490 const GLuint atom_size = atom->check(radeon->glCtx, atom);
493 radeon_print_state_atom(radeon, atom);
530 struct radeon_state_atom *atom; 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::__anon24193
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...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 65 #define atom 318 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 75 atom = 318 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 65 #define atom 318 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 75 atom = 318 variable
  /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"
  /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"
  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 1158 ATOM atom = RegisterClassEx(&wc); local
    [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/mesa/src/src/gallium/drivers/r300/
r300_emit.c 1264 struct r300_atom* atom; local
1295 struct r300_atom *atom; local
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 80 Atom clipboard_atom_;
131 DLOG(ERROR) << "Unexpected selection atom: " << ev->selection;
142 typedef std::vector< ::Atom> AtomVector;
150 bool ContainsAtom(::Atom atom) const;
164 std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_);
165 for (std::vector< ::Atom>::const_iterator it = atoms.begin();
176 ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str()); local
177 return ContainsAtom(atom);
    [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/mesa3d/src/gallium/drivers/r300/
r300_emit.c 1264 struct r300_atom* atom; local
1295 struct r300_atom *atom; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 726 # power: atom trailer* ('**' factor)*
738 def atom(self, nodelist): member in class:Transformer
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 726 # power: atom trailer* ('**' factor)*
738 def atom(self, nodelist): member in class:Transformer
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc 1425 GdkAtom atom = ui::GetAtomForTarget(ui::CHROME_NAMED_URL); local
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 121 Atom* type, int* format, unsigned long* num_items,
123 Atom property_atom = GetAtom(property_name.c_str());
683 Atom type = None;
698 Atom property,
702 Atom* out_type) {
706 Atom prop_type = None;
756 Atom type = None;
777 Atom type = None;
800 Atom type = None;
827 std::vector<Atom>* value)
1305 Atom atom = GetAtom("_NET_WM_STATE_FULLSCREEN"); local
    [all...]

Completed in 1146 milliseconds

12 3 4