Searched defs:current_state (Results 1 - 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/events/
H A DSDL_events.c438 Uint8 current_state; local
442 current_state = SDL_IGNORE;
445 current_state = SDL_ENABLE;
456 return(current_state);
460 current_state = SDL_ProcessEvents[type];
478 return(current_state);
/external/webkit/Source/WebCore/plugins/gtk/
H A Dgtk2xtbin.h118 struct _XtStateRec *current_state; /* Translation Manager state ptr */ member in struct:_XtTMRec
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc441 double current_state = 1 - size_animation_->GetCurrentValue(); local
442 width += 2 * static_cast<int>(kNewtabHorizontalPadding * current_state);
1644 double current_state = 1 - size_animation_->GetCurrentValue(); local
1645 x += static_cast<int>(kNewtabHorizontalPadding * current_state);
1646 y += static_cast<int>(kNewtabVerticalPadding * current_state);
1647 width -= static_cast<int>(kNewtabHorizontalPadding * current_state);
1649 static_cast<int>(kNewtabVerticalPadding * 2 * current_state);
1650 separator_margin -= static_cast<int>(kSeparatorMargin * current_state);
/external/kernel-headers/original/linux/
H A Dpci.h137 pci_power_t current_state; /* Current operating state. In ACPI-speak, member in struct:pci_dev
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2943 SENTENCE_CLEANING_STATES current_state; local
2949 current_state = SENTENCE_BEGIN;
2959 switch ( current_state )
2999 switch ( current_state )
3013 current_state = SENTENCE_MIDDLE_WITH_SPACE;
3035 switch ( current_state )
3038 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
3048 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
3054 current_state = SENTENCE_MIDDLE_BRACKET_BEGIN;
3064 current_state
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c2558 SENTENCE_CLEANING_STATES current_state; local
2564 current_state = SENTENCE_BEGIN;
2573 switch ( current_state )
2613 switch ( current_state )
2627 current_state = SENTENCE_MIDDLE_WITH_SPACE;
2649 switch ( current_state )
2652 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
2662 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
2668 current_state = SENTENCE_MIDDLE_BRACKET_BEGIN;
2678 current_state
[all...]
/external/v8/src/
H A Disolate.h985 StateTag current_state = thread_local_top_.current_vm_state_; local
986 if (current_state != JS && state == JS) {
989 } else if (current_state == JS && state != JS) {
997 ASSERT((current_state == JS) == (state == JS));
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc206 // we invert the value - when current_state is at '0', we expect the
208 double current_state = 1 - host_view_->GetAnimationValue(); local
211 current_state;
214 current_state;
218 DetachableToolbarView::CalculateContentArea(current_state, h_padding,

Completed in 186 milliseconds