/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
pixel.h | 50 _mesa_update_pixel( struct gl_context *ctx, GLuint newstate ); 64 _mesa_update_pixel(struct gl_context *ctx, GLuint newstate)
|
context.h | 202 * \param newstate new state. 206 * __struct gl_contextRec::NewState with \p newstate. 208 #define FLUSH_VERTICES(ctx, newstate) \ 214 ctx->NewState |= newstate; \ 221 * \param newstate new state. 225 * __struct gl_contextRec::NewState with \p newstate. 227 #define FLUSH_CURRENT(ctx, newstate) \ [all...] |
matrix.h | 110 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
|
/external/mesa3d/src/mesa/main/ |
pixel.h | 50 _mesa_update_pixel( struct gl_context *ctx, GLuint newstate ); 64 _mesa_update_pixel(struct gl_context *ctx, GLuint newstate)
|
context.h | 202 * \param newstate new state. 206 * __struct gl_contextRec::NewState with \p newstate. 208 #define FLUSH_VERTICES(ctx, newstate) \ 214 ctx->NewState |= newstate; \ 221 * \param newstate new state. 225 * __struct gl_contextRec::NewState with \p newstate. 227 #define FLUSH_CURRENT(ctx, newstate) \ [all...] |
matrix.h | 110 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/riscos/ |
SDL_sysjoystick.c | 121 int newstate = regs.r[0]; local 123 if (newstate != oldstate) 125 if ((newstate & 0xFF) != (oldstate & 0xFF)) 132 if ((newstate & 0xFF00) != (oldstate & 0xFF00)) 139 if ((newstate & 0xFF0000) != (oldstate & 0xFF0000)) 153 joystick->hwdata->joystate = newstate;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
parse.py | 123 for i, newstate in arcs: 129 self.shift(type, value, newstate, context) 131 state = newstate 147 self.push(t, self.grammar.dfas[t], newstate, context) 175 def shift(self, type, value, newstate, context): 182 self.stack[-1] = (dfa, newstate, node) 184 def push(self, type, newdfa, newstate, context): 188 self.stack[-1] = (dfa, newstate, node)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
parse.py | 123 for i, newstate in arcs: 129 self.shift(type, value, newstate, context) 131 state = newstate 147 self.push(t, self.grammar.dfas[t], newstate, context) 175 def shift(self, type, value, newstate, context): 182 self.stack[-1] = (dfa, newstate, node) 184 def push(self, type, newdfa, newstate, context): 188 self.stack[-1] = (dfa, newstate, node)
|
/external/chromium/third_party/libjingle/source/talk/base/ |
task.cc | 219 int newstate = STATE_ERROR; local 223 newstate = OnTimeout(); 228 newstate = STATE_START; 231 newstate = ProcessStart(); 234 newstate = ProcessResponse(); 238 newstate = STATE_BLOCKED; 243 return newstate;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
task.cc | 212 int newstate = STATE_ERROR; local 216 newstate = OnTimeout(); 221 newstate = STATE_START; 224 newstate = ProcessStart(); 227 newstate = ProcessResponse(); 231 newstate = STATE_BLOCKED; 236 return newstate;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
background.js | 10 chrome.idle.onStateChanged.addListener(function(newstate) { 15 history_log.unshift({'state':newstate, 'time':time});
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regex_internal.c | 1627 re_dfastate_t *newstate; local 1677 re_dfastate_t *newstate; local [all...] |
/frameworks/wilhelm/tests/sandbox/ |
intbufq.c | 252 SLuint32 newstate; local 253 result = (*playerPlay)->GetPlayState(playerPlay, &newstate); 255 if (newstate != state) 257 (unsigned) newstate);
|
/system/core/libcorkscrew/arch-x86/ |
backtrace-x86.c | 485 unwind_state_t* state, unwind_state_t* newstate) { 496 newstate->reg[reg] = cfa; 498 newstate->reg[reg] = state->reg[reg]; 503 if (!try_get_word(memory, addr, &newstate->reg[reg])) { 507 ALOGV("get_old_register_value: r%d at 0x%x is 0x%x", reg, addr, newstate->reg[reg]); 524 unwind_state_t newstate; local 538 if (!get_old_register_value(memory, cfa, dstate, DWARF_EIP, state, &newstate)) return false; 540 if (!get_old_register_value(memory, cfa, dstate, DWARF_EBP, state, &newstate)) return false; 542 if (!get_old_register_value(memory, cfa, dstate, DWARF_ESP, state, &newstate)) return false; 544 ALOGV("update_state: IP: 0x%x; restore IP: 0x%x", state->reg[DWARF_EIP], newstate.reg[DWARF_EIP]) [all...] |
/external/chromium_org/content/child/npapi/ |
plugin_host.cc | 252 int newstate = statemachine[state][input]; local 255 if (state != newstate) { 256 switch (newstate) { 294 state = newstate; [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
tester.tcl | 755 set newstate [expr {[string is alnum $char] || $char eq "_"}] 756 if {$newstate && !$state} { 759 if {!$newstate && $state} { 763 set state $newstate [all...] |
/external/chromium/net/spdy/ |
spdy_framer.cc | 80 #define CHANGE_STATE(newstate) \ 85 << " to " << StateToString(newstate) << "\n"; \ 86 state_ = newstate; \ 90 #define CHANGE_STATE(newstate) (state_ = newstate) [all...] |
/external/chromium_org/net/spdy/ |
spdy_framer.cc | 62 #define CHANGE_STATE(newstate) \ 66 << " to " << StateToString(newstate) << "\n"; \ 70 state_ = newstate; \ 73 #define CHANGE_STATE(newstate) \ 78 state_ = newstate; \ [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-parse.c | 44 enum gas_parser_state newstate; member in struct:dir_lookup 196 parser_gas->state = dir->newstate; [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlregexp.c | 1598 xmlRegStatePtr inter, newstate; local [all...] |
/external/libxml2/ |
xmlregexp.c | 1598 xmlRegStatePtr inter, newstate; local [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 4653 struct state *newstate; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | [all...] |