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

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.c 88 INT16 int_arg = 0; local
145 int_arg = utl_str2int(p_arg);
146 if (int_arg < (INT16) p_cb->p_at_tbl[idx].min ||
147 int_arg > (INT16) p_cb->p_at_tbl[idx].max)
155 (*p_cb->p_cmd_cback)(p_cb->p_user, idx, arg_type, p_arg, int_arg);
160 (*p_cb->p_cmd_cback)(p_cb->p_user, idx, arg_type, p_arg, int_arg);
bta_ag_at.h 58 char *p_arg, INT16 int_arg);
bta_ag_cmd.c 54 #define AT_SET_RES_CB(res_cb, c, p, i) {res_cb.code = c; res_cb.p_arg = p; res_cb.int_arg = i;}
61 INT16 int_arg; member in struct:__anon1904
330 INT16 int_arg)
369 p += utl_itoa((UINT16) int_arg, p);
430 p += utl_itoa((UINT16) m_res_cb->res_cb[res_idx].int_arg, p);
821 char *p_arg, INT16 int_arg)
826 int_arg, p_arg);
833 val.num = (UINT16) int_arg;
852 char *p_arg, INT16 int_arg)
864 int_arg, p_arg)
    [all...]
bta_ag_int.h 378 char *p_arg, INT16 int_arg);
380 char *p_arg, INT16 int_arg);
bta_ag_act.c 72 char *p_arg, INT16 int_arg);
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.h 53 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
59 webkit_dom_test_obj_int_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
65 webkit_dom_test_obj_obj_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg);
89 webkit_dom_test_obj_with_dynamic_frame_and_arg(WebKitDOMTestObj* self, glong int_arg);
92 webkit_dom_test_obj_with_dynamic_frame_and_optional_arg(WebKitDOMTestObj* self, glong int_arg, glong optional_arg);
95 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture(WebKitDOMTestObj* self, glong int_arg, gboolean isUserGesture);
98 webkit_dom_test_obj_with_dynamic_frame_and_user_gesture_asad(WebKitDOMTestObj* self, glong int_arg, glong optional_arg, gboolean isUserGesture);
WebKitDOMTestObj.cpp 69 webkit_dom_test_obj_void_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg)
82 item->voidMethodWithArgs(int_arg, converted_str_arg, converted_obj_arg);
96 webkit_dom_test_obj_int_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg)
109 glong res = item->intMethodWithArgs(int_arg, converted_str_arg, converted_obj_arg);
125 webkit_dom_test_obj_obj_method_with_args(WebKitDOMTestObj* self, glong int_arg, const gchar* str_arg, WebKitDOMTestObj* obj_arg)
138 PassRefPtr<WebCore::TestObj> g_res = WTF::getPtr(item->objMethodWithArgs(int_arg, converted_str_arg, converted_obj_arg));
263 webkit_dom_test_obj_with_dynamic_frame_and_arg(WebKitDOMTestObj* self, glong int_arg)
268 item->withDynamicFrameAndArg(int_arg);
272 webkit_dom_test_obj_with_dynamic_frame_and_optional_arg(WebKitDOMTestObj* self, glong int_arg, glong optional_arg)
277 item->withDynamicFrameAndOptionalArg(int_arg, optional_arg)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 165 int int_arg; member in union:sed_cmd::__anon21391
execute.c     [all...]
compile.c 1225 cur_cmd->x.int_arg = in_integer(ch);
1229 cur_cmd->x.int_arg = -1;
    [all...]

Completed in 4543 milliseconds