Searched defs:code (Results 1 - 13 of 13) sorted by relevance

/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
H A Dip_conntrack_tuple.h63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon166::__anon167::__anon170
H A Dip_tables.h110 u_int8_t code[2]; member in struct:ipt_icmp
/development/samples/Alarm/src/com/example/android/newalarm/
H A DAlarmService.java118 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
122 return super.onTransact(code, data, reply, flags);
/development/tools/emulator/system/libqemu/
H A Dtest_host_1.c128 static void usage(int code) argument
138 exit(code);
H A Dtest_guest_2.c20 * See test_host_1.c for the corresponding server code, which simply
34 static void usage(int code) argument
45 exit(code);
/development/ndk/platforms/android-3/include/linux/
H A Dicmp.h60 __u8 code; member in struct:icmphdr
H A Dfilter.h23 __u16 code; member in struct:sock_filter
35 #define BPF_CLASS(code) ((code) & 0x07)
45 #define BPF_SIZE(code) ((code) & 0x18)
49 #define BPF_MODE(code) ((code) & 0xe0)
57 #define BPF_OP(code) ((code) & 0xf0)
72 #define BPF_SRC(code) ((cod
[all...]
H A Dbinder.h84 unsigned int code; member in struct:binder_transaction_data
H A Dwireless.h323 __u32 code; member in struct:iw_discarded
H A Dinput.h23 __u16 code; member in struct:input_event
H A Drtnetlink.h313 __u8 code; member in struct:rta_session::__anon218::__anon220
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
H A DSoftKeyboard.java37 * Example of writing an input method for a soft keyboard. This code is
48 * This boolean indicates the optional example code for performing
457 * Helper to determine if a given character code is alphabetic.
459 private boolean isAlphabet(int code) { argument
460 if (Character.isLetter(code)) {
646 public boolean isWordSeparator(int code) { argument
648 return separators.contains(String.valueOf((char)code));
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
H A Dip6_tables.h116 u_int8_t code[2]; member in struct:ip6t_icmp

Completed in 291 milliseconds