HomeSort by relevance Sort by last modified time
    Searched defs: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);
  /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);
  /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/opencore/engines/2way/src/
pv_2way_engine.cpp 670 CheckState();
    [all...]

Completed in 2087 milliseconds