HomeSort by relevance Sort by last modified time
    Searched refs:state (Results 501 - 525 of 8770) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 134 GLuint mcs = (i830->state.Tex[i][I830_TEXREG_MCS] &
163 if (mcs != i830->state.Tex[i][I830_TEXREG_MCS]) {
165 i830->state.Tex[i][I830_TEXREG_MCS] = mcs;
178 if (v0 != i830->state.Ctx[I830_CTXREG_VF] ||
179 v2 != i830->state.Ctx[I830_CTXREG_VF2] ||
180 mcsb1 != i830->state.Ctx[I830_CTXREG_MCSB1] ||
187 * buffered vertices reliant on the old state:
197 i830->state.Ctx[I830_CTXREG_VF] = v0;
198 i830->state.Ctx[I830_CTXREG_VF2] = v2;
199 i830->state.Ctx[I830_CTXREG_MCSB1] = mcsb1
420 struct i830_hw_state *state = &i830->state; local
623 struct i830_hw_state *state = &i830->state; local
    [all...]
  /dalvik/libdex/
sha1.h 8 unsigned long state[5]; member in struct:SHA1_CTX
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugParser.h 40 state:(ANTLRRecognizerSharedState *)state;
44 state:(ANTLRRecognizerSharedState *)state;
  /external/chromium/chrome/browser/automation/
ui_controls_internal.h 19 ClickTask(MouseButton button, int state, Task* followup);
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_observer.h 24 // TODO(nileshagrawal): Find a way to hide state handling inside the
26 virtual void StoreState(const std::string& state) = 0;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TwoButtonInfoBar.java 32 public void setControlsEnabled(boolean state) {
33 super.setControlsEnabled(state);
40 if (primary != null) primary.setEnabled(state);
41 if (secondary != null) secondary.setEnabled(state);
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_api.h 25 void IdleStateCallback(IdleState state);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_state_factory.cc 20 FindBarState* state = GetForProfile(p); local
21 base::string16 text = state->last_prepopulate_text();
25 state = GetForProfile(p->GetOriginalProfile());
26 text = state->last_prepopulate_text();
  /external/chromium_org/content/public/renderer/
history_item_serialization.h 22 const PageState& state);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCMediaSource.h 35 // The current state of the RTCMediaSource.
36 @property (nonatomic, assign, readonly)RTCSourceState state; variable
  /external/chromium_org/third_party/libxml/src/
dbgen.pl 28 $state = $states [($i / 100) % 50];
37 printf " <state>$state</state>\n";
dbgenattr.pl 28 $state = $states [($i / 100) % 50];
37 printf " state='$state'\n";
  /external/chromium_org/third_party/skia/src/animator/
SkDrawable.h 21 virtual bool doEvent(SkDisplayEvent::Kind , SkEventState* state );
  /external/chromium_org/ui/gfx/animation/
tween.cc 22 double Tween::CalculateValue(Tween::Type type, double state) {
23 DCHECK_GE(state, 0);
24 DCHECK_LE(state, 1);
28 return pow(state, 2);
31 return pow(state, 4);
34 if (state < 0.5)
35 return pow(state * 2, 2) / 2.0;
36 return 1.0 - (pow((state - 1.0) * 2, 2) / 2.0);
39 return (pow(state - 0.5, 3) + 0.125) / 0.25;
42 return state;
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_base.h 26 State state,
30 State state,
43 State state) const;
49 State state,
56 State state,
    [all...]
  /external/dhcpcd/
configure.h 39 #define run_script(ifp) run_script_reason(ifp, (ifp)->state->reason);
  /external/dropbear/
cli-service.c 47 /* This just sets up the state variables right for the main client session loop
59 if (cli_ses.state == SERVICE_AUTH_REQ_SENT
63 cli_ses.state = SERVICE_AUTH_ACCEPT_RCVD;
70 if (cli_ses.state == SERVICE_CONN_REQ_SENT
78 cli_ses.state = SERVICE_CONN_ACCEPT_RCVD;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
PluginFlyoutPreferences.java 35 m_stateKey = prefix + ".flyout.state";
47 public void initializeDefaults(int location, int state, int width) {
49 m_store.setDefault(m_stateKey, state);
74 public void setState(int state) {
75 m_store.setValue(m_stateKey, state);
  /external/skia/src/animator/
SkDrawable.h 21 virtual bool doEvent(SkDisplayEvent::Kind , SkEventState* state );
  /external/smack/src/org/jivesoftware/smackx/
ChatStateListener.java 27 * Events for when the state of a user in a chat changes.
34 * Fired when the state of a chat with another user changes.
36 * @param chat the chat in which the state has changed.
37 * @param state the new state of the participant.
39 void stateChanged(Chat chat, ChatState state);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbank_internal.h 24 * state: Input/output, filter state, in Q4.
29 int32_t *state);
  /external/zlib/src/contrib/masmx64/
inffas8664.c 53 state->mode == LEN
57 state->bits < 8
59 On return, state->mode is one of:
102 /*116 72 */ unsigned status; /* set when state chng*/
110 struct inflate_state FAR *state; local
124 /* copy state to local variables */
125 state = (struct inflate_state FAR *)strm->state;
132 ar.wsize = state->wsize;
133 ar.write = state->wnext;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
lsp_avg.h 118 lsp_avgState *state
123 lsp_avgState *st, /* i/o : State struct Q15 */
  /frameworks/base/core/java/android/os/storage/
OnObbStateChangeListener.java 80 * @param path path to the OBB file the state change has happened on
81 * @param state the current state of the OBB
83 public void onObbStateChange(String path, int state) {
  /frameworks/base/core/tests/coretests/src/android/util/
StateSetTest.java 39 // Add another state to the spec which the stateSet doesn't match
45 // Add an irrelevent state to the stateSpec
63 // Add another matching state to the the stateSet. We still fail
80 // Add another arrelevent state to the stateSet
86 // Add another state to the spec which the stateSet doesn't match
89 // Add an irrelevent state to the stateSet
124 int state; local
127 state = 1;
128 assertTrue(StateSet.stateSetMatches(stateSpec, state));
130 state = 2
140 int state; local
156 int state = 0; local
    [all...]

Completed in 2015 milliseconds

<<21222324252627282930>>