/bionic/libc/kernel/common/linux/ |
efs_fs_i.h | 27 } cooked; member in union:extent_u
|
/frameworks/base/services/java/com/android/server/ |
INativeDaemonConnectorCallbacks.java | 23 boolean onEvent(int code, String raw, String[] cooked);
|
NetworkManagementService.java | 169 public boolean onEvent(int code, String raw, String[] cooked) { 177 if (cooked.length < 4 || !cooked[1].equals("Iface")) { 181 if (cooked[2].equals("added")) { 182 notifyInterfaceAdded(cooked[3]); 184 } else if (cooked[2].equals("removed")) { 185 notifyInterfaceRemoved(cooked[3]); 187 } else if (cooked[2].equals("changed") && cooked.length == 5) { 188 notifyInterfaceLinkStatusChanged(cooked[3], cooked[4].equals("up")) [all...] |
MountService.java | 477 public boolean onEvent(int code, String raw, String[] cooked) { 484 if (cooked != null) { 485 builder.append(" cooked = " ); 486 for (String str : cooked) { 499 cooked[2], cooked[3], Integer.parseInt(cooked[7]), 500 Integer.parseInt(cooked[10])); 504 if (cooked[5].equals("available")) { 507 notifyShareAvailabilityChange(cooked[3], avail) [all...] |
NativeDaemonConnector.java | 253 * Issues a list command and returns the cooked list
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
efs_fs_i.h | 27 } cooked; member in union:extent_u
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
efs_fs_i.h | 27 } cooked; member in union:extent_u
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
efs_fs_i.h | 27 } cooked; member in union:extent_u
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
efs_fs_i.h | 27 } cooked; member in union:extent_u
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
efs_fs_i.h | 27 } cooked; member in union:extent_u
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
efs_fs_i.h | 27 } cooked; member in union:extent_u
|
/external/kernel-headers/original/linux/ |
efs_fs_i.h | 27 } cooked; member in union:extent_u
|
/external/libpcap/ |
pcap-linux.c | 398 * If we're in cooked mode, make the snapshot length 399 * large enough to hold a "cooked mode" header plus 403 if (handle->md.cooked) { 477 * If this is a cooked device, leave extra room for a 480 if (handle->md.cooked) 487 * support cooked devices. 579 * If this is a cooked device, fill in the fake packet header. 581 if (handle->md.cooked) { 760 if (handle->md.cooked) { 764 * XXX - how do you send on a bound cooked-mod [all...] |
sll.h | 42 * For captures on Linux cooked sockets, we construct a fake header 66 * for a "cooked" Linux capture, introduce a new DLT_ type (ask
|
savefile.c | 217 #define LINKTYPE_LINUX_SLL 113 /* Linux cooked socket capture */ 276 #define LINKTYPE_APPLE_IP_OVER_IEEE1394 138 /* Apple IP-over-IEEE 1394 cooked header */ 620 /* Linux cooked socket capture */ 678 /* Apple IP-over-IEEE 1394 cooked header */ 690 /* IrDA IrLAP packets + Linux-cooked header */ 1050 * This capture might have been done in raw mode or cooked 1053 * If it was done in cooked mode, p->snapshot was passed [all...] |
/external/tcpdump/ |
print-sll.c | 110 * Linux "cooked capture" header of the packet, 'h->ts' is the timestamp, 127 * cooked socket capture. 139 * Go past the cooked-mode header.
|
sll.h | 42 * For captures on Linux cooked sockets, we construct a fake header 66 * for a "cooked" Linux capture, introduce a new DLT_ type (ask
|
INSTALL | 208 print-sll.c - Linux "cooked" capture printer routines 237 sll.h - Linux "cooked" capture definitions
|
/external/v8/src/arm/ |
frames-arm.cc | 90 // The arguments for cooked frames are traversed as if they were 93 // function during mark-compact GCs when the stack is cooked.
|
/external/v8/src/ia32/ |
frames-ia32.cc | 78 // The arguments for cooked frames are traversed as if they were 81 // function during mark-compact GCs when the stack is cooked.
|
/external/v8/src/x64/ |
frames-x64.cc | 83 // The arguments for cooked frames are traversed as if they were 86 // function during mark-compact GCs when the stack is cooked.
|
/external/tcpdump/missing/ |
dlnames.c | 100 DLT_CHOICE(DLT_LINUX_SLL, "Linux cooked"),
|
/bionic/libc/include/sys/ |
ioctl_compat.h | 95 #define CBREAK 0x00000002 /* half-cooked mode */
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
ioctl_compat.h | 95 #define CBREAK 0x00000002 /* half-cooked mode */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
ioctl_compat.h | 95 #define CBREAK 0x00000002 /* half-cooked mode */
|