OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:check_data
(Results
1 - 9
of
9
) sorted by null
/external/bluetooth/glib/tests/gobject/
ifacecheck.c
104
check_func (gpointer
check_data
,
109
g_string_append (iface->history,
check_data
);
/system/core/adb/
transport_usb.c
74
if(
check_data
(p)) {
75
D("remote usb:
check_data
failed\n");
transport_local.c
78
if(
check_data
(p)) {
adb.h
323
int
check_data
(apacket *p);
transport.c
1063
int
check_data
(apacket *p)
function
/external/bluetooth/glib/gobject/
gtype.c
345
gpointer
check_data
;
member in struct:__anon2078
1834
gpointer
check_data
= static_iface_check_funcs[i].
check_data
;
local
[
all
...]
gtype.h
879
* @
check_data
: data passed to g_type_add_interface_check().
887
typedef void (*GTypeInterfaceCheckFunc) (gpointer
check_data
,
[
all
...]
ChangeLog
[
all
...]
/external/icu4c/test/intltest/
numfmtst.cpp
51
#define
CHECK_DATA
(status,str) if (U_FAILURE(status)) { dataerrln(UnicodeString("FAIL: ") + str + " - " + u_errorName(status)); return; }
893
CHECK_DATA
(status, "createInstance(hi_IN)");
[
all
...]
Completed in 290 milliseconds