OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newstate
(Results
301 - 325
of
498
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/frameworks/av/media/libstagefright/
MediaCodec.cpp
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.mm
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.mm
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java
551
public void onStateChanged(DrawIdler idler, int
newState
) {
553
mDrawState =
newState
;
554
if (oldState !=
newState
) {
555
if (
newState
== DrawIdler.STATE_IDLE) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp
383
void XMLHttpRequest::changeState(State
newState
)
385
if (m_state !=
newState
) {
386
m_state =
newState
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c
270
ctx->
NewState
|= _NEW_ARRAY;
[
all
...]
framebuffer.c
314
ctx->
NewState
|= _NEW_BUFFERS;
379
ctx->
NewState
|= _NEW_BUFFERS; /* to update scissor / window bounds */
readpix.c
649
if (ctx->
NewState
)
735
if (ctx->
NewState
)
teximage.c
[
all
...]
/external/mesa3d/src/mesa/main/
varray.c
270
ctx->
NewState
|= _NEW_ARRAY;
[
all
...]
framebuffer.c
314
ctx->
NewState
|= _NEW_BUFFERS;
379
ctx->
NewState
|= _NEW_BUFFERS; /* to update scissor / window bounds */
readpix.c
649
if (ctx->
NewState
)
735
if (ctx->
NewState
)
teximage.c
[
all
...]
/external/chromium_org/remoting/webapp/
client_session.js
895
* @param {remoting.ClientSession.State}
newState
The new state for the session.
898
remoting.ClientSession.prototype.setState_ = function(
newState
) {
900
this.state =
newState
;
919
this.onStateChange_(oldState,
newState
);
[
all
...]
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationControllerTest.java
139
public void onActivityStateChange(int
newState
) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.c
436
if (ctx->
NewState
& _NEW_BUFFERS)
/external/llvm/lib/CodeGen/
RegAllocFast.cpp
177
void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState
NewState
);
400
RegState
NewState
) {
410
PhysRegState[PhysReg] =
NewState
;
415
PhysRegState[PhysReg] =
NewState
;
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c
436
if (ctx->
NewState
& _NEW_BUFFERS)
/external/chromium_org/third_party/icu/source/i18n/
ucol.cpp
[
all
...]
/external/icu4c/i18n/
ucol.cpp
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.mm
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.mm
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c
671
if (ctx->
NewState
)
674
if (swrast->
NewState
)
/external/mesa3d/src/mesa/swrast/
s_drawpix.c
671
if (ctx->
NewState
)
674
if (swrast->
NewState
)
/frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp
96
void CaptureSequencer::notifyAutoExposure(uint8_t
newState
, int triggerId) {
99
mAEState =
newState
;
Completed in 792 milliseconds
<<
11
12
13
14
15
16
17
18
19
20