Searched refs:get_state (Results 1 – 18 of 18) sorted by relevance
/external/skia/gpu/src/ |
D | app-android.cpp | 240 static State* get_state() { in get_state() function 272 State* state = get_state(); in doDraw() 345 State* state = get_state(); in Java_com_tetrark_ganesh_MyRenderer_nativeViewport() 367 get_state()->handleTouch(int2ptr(id), (TouchState)type, x, y); in Java_com_tetrark_ganesh_MyRenderer_nativeTouch() 373 return get_state()->countSlides(); in Java_com_tetrark_ganesh_MyRenderer_nativeCountSlides() 377 return env->NewStringUTF(get_state()->getSlideTitle(index)); in Java_com_tetrark_ganesh_MyRenderer_nativeGetSlideTitle() 381 get_state()->chooseSlide(index); in Java_com_tetrark_ganesh_MyRenderer_nativeChooseSlide()
|
/external/bison/src/ |
D | LR0.c | 210 get_state (symbol_number sym, size_t core_size, item_number *core) in get_state() function 257 shiftset[i] = get_state (sym, kernel_size[sym], kernel_base[sym]); in append_states()
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 120 WPA_ASSERT(sm->ctx->get_state); in wpa_sm_get_state() 121 return sm->ctx->get_state(sm->ctx->ctx); in wpa_sm_get_state()
|
D | wpa.h | 38 wpa_states (*get_state)(void *ctx); member
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 133 WPA_ASSERT(sm->ctx->get_state); in wpa_sm_get_state() 134 return sm->ctx->get_state(sm->ctx->ctx); in wpa_sm_get_state()
|
D | wpa.h | 31 enum wpa_states (*get_state)(void *ctx); member
|
/external/wpa_supplicant/ |
D | wpa_i.h | 146 return sm->ctx->get_state(sm->ctx->ctx); in wpa_sm_get_state()
|
D | wpa.h | 61 wpa_states (*get_state)(void *ctx); member
|
D | preauth_test.c | 250 ctx->get_state = _wpa_supplicant_get_state; in wpa_init_conf()
|
D | wpa_supplicant.c | 2256 ctx->get_state = _wpa_supplicant_get_state; in wpa_supplicant_init_wpa()
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | preauth_test.c | 243 ctx->get_state = _wpa_supplicant_get_state; in wpa_init_conf()
|
D | wpas_glue.c | 590 ctx->get_state = _wpa_supplicant_get_state; in wpa_supplicant_init_wpa()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | preauth_test.c | 245 ctx->get_state = _wpa_supplicant_get_state; in wpa_init_conf()
|
D | ibss_rsn.c | 181 ctx->get_state = supp_get_state; in ibss_rsn_supp_init()
|
D | wpas_glue.c | 683 ctx->get_state = _wpa_supplicant_get_state; in wpa_supplicant_init_wpa()
|
/external/bluetooth/bluez/plugins/ |
D | hciops.c | 158 static inline int get_state(int index) in get_state() function 1790 state = get_state(index); in cc_le_set_scan_enable() 1914 if (get_state(index) != DISCOV_INQ) in inquiry_result()
|
/external/bison/ |
D | ChangeLog | 1381 (get_state): Alpha conversion. 7885 * src/LR0.c (state_list_append, new_itemsets, get_state, 8545 (new_state, get_state): Adjust. 9533 * src/LR0.c (get_state): Adjust. 9555 * src/LR0.c (new_state, get_state): Instead of using the global 12465 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer 12471 * src/LR0.c (new_state, get_state): Complete TRACE code.
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 13528 * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine 13607 * dbus/dbus-auth.c (get_state): impose a maximum number of tries 14756 * dbus/dbus-auth.c (get_state): add a state
|