HomeSort by relevance Sort by last modified time
    Searched refs:CheckState (Results 1 - 4 of 4) sorted by null

  /external/skia/include/views/
SkWidgetViews.h 130 enum CheckState {
135 CheckState getCheckState() const { return (CheckState)fCheckState; }
136 void setCheckState(CheckState);
138 /** use this to extract the CheckState from an event (i.e. one that as posted
143 static bool GetWidgetEventCheckState(const SkEvent&, CheckState* state);
147 virtual void onCheckStateChange(CheckState oldState, CheckState newState);
  /dalvik/libdex/
DexSwapVerify.c 70 typedef struct CheckState {
86 } CheckState;
91 static inline u4 fileOffset(const CheckState* state, const void* ptr) {
98 static inline void* filePointer(const CheckState* state, u4 offset) {
110 static inline bool checkPtrRange(const CheckState* state,
130 * Assumes "const CheckState* state".
149 * Assumes "const CheckState* state".
160 * Assumes "const CheckState* state" and "typeof(_count) == typeof(_elemSize)"
178 * Assumes "const CheckState* state".
232 static bool verifyFieldDefiner(const CheckState* state, u4 definingClass
    [all...]
  /external/skia/src/views/
SkWidgetViews.cpp 205 void SkCheckButtonView::setCheckState(CheckState state)
216 /*virtual*/ void SkCheckButtonView::onCheckStateChange(CheckState oldState, CheckState newState)
227 this->setCheckState((CheckState)index);
240 bool SkCheckButtonView::GetWidgetEventCheckState(const SkEvent& evt, CheckState* state)
247 *state = (CheckState)state32;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 106 const S *CheckState(StateId s) const {
208 const S *state = CheckState(s);
219 const S *state = CheckState(s);

Completed in 123 milliseconds