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

/external/pdfium/fxjs/xfa/
H A Dcjx_line.cpp33 void CJX_Line::hand(CFXJSE_Value* pValue, function in class:CJX_Line
H A Dcjx_rectangle.cpp27 void CJX_Rectangle::hand(CFXJSE_Value* pValue, function in class:CJX_Rectangle
H A Dcjx_arc.cpp21 void CJX_Arc::hand(CFXJSE_Value* pValue, function in class:CJX_Arc
H A Dcjx_border.cpp21 void CJX_Border::hand(CFXJSE_Value* pValue, function in class:CJX_Border
/external/python/cpython2/Demo/turtle/
H A Dtdemo_clock.py23 def hand(laenge, spitze): function
38 hand(laenge, spitze)
72 for hand in second_hand, minute_hand, hour_hand:
73 hand.resizemode("user")
74 hand.shapesize(1, 1, 3)
75 hand.speed(0)
/external/python/cpython3/Lib/turtledemo/
H A Dclock.py23 def hand(laenge, spitze): function
38 hand(laenge, spitze)
72 for hand in second_hand, minute_hand, hour_hand:
73 hand.resizemode("user")
74 hand.shapesize(1, 1, 3)
75 hand.speed(0)
/external/syslinux/com32/chain/
H A Doptions.h60 bool hand; member in struct:options
/external/selinux/libsemanage/src/
H A Dgenhomedircon.c292 fc_match_handle_t hand; local
390 hand.dir = path;
391 hand.matched = 0;
393 fcontext_matches, &hand) == STATUS_ERR)
397 if (hand.matched) {

Completed in 529 milliseconds