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

12 3 4

  /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 108 static ATOM atom = 0; local
110 if (!atom) {
126 atom = RegisterClassEx(&window_class);
128 DCHECK(atom);
132 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/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc 39 XWindowProperty(Display* display, Window window, Atom property)
44 Atom actual_type;
124 Atom wm_state_atom_;
125 Atom window_type_atom_;
126 Atom normal_window_type_atom_;
248 Atom atom = XInternAtom(display(), "_NET_ACTIVE_WINDOW", True); local
249 if (atom != None) {
255 xev.xclient.message_type = atom;
  /external/elfutils/0.153/libdw/
libdw.h 186 uint8_t atom; /* Operation */ member in struct:__anon24992
  /external/elfutils/elfutils/
libdw.h 186 uint8_t atom; /* Operation */ member in struct:__anon25136
  /external/mesa3d/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...]
  /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 1009 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/third_party/webrtc/base/
linuxwindowpicker.cc 32 XWindowProperty(Display* display, Window window, Atom property)
35 Atom actual_type;
251 Atom atom = XInternAtom(display_, "_NET_ACTIVE_WINDOW", True); local
252 if (atom != None) {
260 xev.xclient.message_type = atom;
285 Atom ret_type;
679 Atom type = None;
717 Atom wm_state_;
718 Atom net_wm_icon_
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 84 Atom clipboard_atom_;
134 DLOG(ERROR) << "Unexpected selection atom: " << ev->selection;
144 typedef std::vector< ::Atom> AtomVector;
152 bool ContainsAtom(::Atom atom) const;
166 std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_);
167 for (std::vector< ::Atom>::const_iterator it = atoms.begin();
178 ::Atom atom = atom_cache_->GetAtom(format_type.ToString().c_str()); local
179 return ContainsAtom(atom);
    [all...]
  /external/libpcap/
optimize.c 421 int atom; local
426 atom = atomuse(&s->s);
427 if (atom >= 0) {
428 if (atom == AX_ATOM) {
434 else if (atom < N_ATOMS) {
435 if (!ATOMELEM(def, atom))
436 use |= ATOMMASK(atom);
441 atom = atomdef(&s->s);
442 if (atom >= 0) {
443 if (!ATOMELEM(use, atom))
1105 register int atom; local
1130 register int atom; local
1253 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/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 393 struct sched_atom *atom)
397 switch (atom->type) {
399 burn_nsecs(sched, atom->duration);
402 if (atom->wait_sem)
403 ret = sem_wait(atom->wait_sem);
407 if (atom->wait_sem)
408 ret = sem_post(atom->wait_sem);
859 struct work_atom *atom = zalloc(sizeof(*atom)); local
860 if (!atom) {
880 struct work_atom *atom; local
893 struct work_atom *atom; local
1023 struct work_atom *atom; local
1076 struct work_atom *atom; local
    [all...]

Completed in 586 milliseconds

12 3 4