/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_owner.h | 16 char comm[16]; member in struct:ipt_owner_info
|
/packages/apps/Email/tests/src/com/android/exchange/adapter/ |
ProvisionParserTests.java | 38 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\AE\\" + 43 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\">" + 46 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\">" + 49 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\LAP\\lap_pw\">" + 52 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\LAP\\lap_pw\">" + 64 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\AE\\" + 69 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\">" + 72 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\">" + 75 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\LAP\\lap_pw\">" + 78 "<characteristic type=\"HKLM\\Comm\\Security\\Policy\\LASSD\\LAP\\lap_pw\">" [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_xbiosinterrupt.S | 110 .comm oldmousevector,4*1 144 .comm _SDL_AtariXbios_mouselock,2*1 145 .comm _SDL_AtariXbios_mousex,2*1 146 .comm _SDL_AtariXbios_mousey,2*1 147 .comm _SDL_AtariXbios_mouseb,2*1 155 .comm oldjoystickvector,4*1 172 .comm _SDL_AtariXbios_joystick,2*1
|
SDL_ikbdinterrupt.S | 128 .comm ikbd_ierb,1 129 .comm ikbd_imrb,1 137 .comm old_ikbd,4*1 256 .comm _SDL_AtariIkbd_keyboard,128 257 .comm _SDL_AtariIkbd_mousex,2 258 .comm _SDL_AtariIkbd_mousey,2 259 .comm _SDL_AtariIkbd_mouseb,2 260 .comm _SDL_AtariIkbd_joystick,2
|
SDL_ataric2p.S | 434 .comm _SDL_Atari_C2pConvert,4 435 .comm _SDL_Atari_table_c2p,1024 437 .comm c2p_source,4 /* Source framebuffer */ 438 .comm c2p_dest,4 /* Destination framebuffer */ 439 .comm c2p_width,4 /* Width of zone to convert */ 440 .comm c2p_height,4 /* Height of zone to convert */ 441 .comm c2p_dblligne,4 /* Double the lines while converting ? */ 442 .comm c2p_srcpitch,4 /* Source pitch */ 443 .comm c2p_dstpitch,4 /* Destination pitch */ 444 .comm c2p_cursrc,4 /* Current source line * [all...] |
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ipt_owner.h | 26 char comm[16]; member in struct:ipt_owner_info
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_owner.h | 26 char comm[16]; member in struct:ipt_owner_info
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_owner.h | 26 char comm[16]; member in struct:ipt_owner_info
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_owner.h | 26 char comm[16]; member in struct:ipt_owner_info
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_owner.h | 26 char comm[16]; member in struct:ipt_owner_info
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_owner.h | 26 char comm[16]; member in struct:ipt_owner_info
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_owner.h | 26 char comm[16]; member in struct:ipt_owner_info
|
/external/iptables/extensions/ |
libip6t_owner.c | 120 if(strlen(optarg) > sizeof(ownerinfo->comm)) 121 exit_error(PARAMETER_PROBLEM, "OWNER CMD `%s' too long, max %d characters", optarg, sizeof(ownerinfo->comm)); 123 strncpy(ownerinfo->comm, optarg, sizeof(ownerinfo->comm)); 124 ownerinfo->comm[sizeof(ownerinfo->comm)-1] = '\0'; 182 printf("%.*s ", (int)sizeof(info->comm), info->comm);
|
libipt_owner.c | 121 if(strlen(optarg) > sizeof(ownerinfo->comm)) 122 exit_error(PARAMETER_PROBLEM, "OWNER CMD `%s' too long, max %u characters", optarg, (unsigned int)sizeof(ownerinfo->comm)); 124 strncpy(ownerinfo->comm, optarg, sizeof(ownerinfo->comm)); 125 ownerinfo->comm[sizeof(ownerinfo->comm)-1] = '\0'; 183 printf("%.*s ", (int)sizeof(info->comm), info->comm);
|
/external/webkit/WebKit/android/wds/ |
Command.h | 76 Command(const Command& comm) 77 : m_name(comm.m_name) 78 , m_description(comm.m_description) 79 , m_dispatch(comm.m_dispatch) 80 , m_handler(comm.m_handler) {}
|
Command.cpp | 90 InternalCommand(const Command* comm, const Frame* frame, 92 : Command(*comm)
|
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/ |
SDL_vbltimer.S | 155 .comm _SDL_Atari_hz200,4*1 157 .comm vbl_mutex,2*1 159 .comm my_vector,4*1
|
/external/zlib/contrib/masmx64/ |
gvmat64.asm | 103 COMM window_size:DWORD
105 COMM window:BYTE:010040H
106 COMM prev:WORD:08000H
109 COMM strstart:DWORD
110 COMM match_start:DWORD
112 COMM prev_length:DWORD ; PrevLen
113 COMM max_chain_length:DWORD
114 COMM good_match:DWORD
115 COMM nice_match:DWORD
|
/external/bzip2/ |
bzgrep.1 | 53 Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe
|
bzgrep | 7 ## Adapted from a version sent by Charles Levert <charles@comm.polymtl.ca>
|
/external/grub/docs/ |
boot.S | 79 .comm stack, STACK_SIZE
|
boot.S.texi | 79 .comm stack, STACK_SIZE
|
/dalvik/libcore/sql/src/test/java/tests/support/ |
DatabaseCreator.java | 88 + " city character (10), comm real, PRIMARY KEY (snum))"; 165 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 169 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 173 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 177 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 181 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 185 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) "
|
/external/elfutils/libasm/ |
asm_newcomsym.c | 81 fprintf (ctx->out.file, "\t.comm %s, %" PRIuMAX ", %" PRIuMAX "\n",
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
stack_profile.c | 146 if (!strcmp(name, p->comm)) { 168 printk("%s: %s found\n", __func__, p->comm); /* sched_show_task(t);*/
|