HomeSort by relevance Sort by last modified time
    Searched refs:cooked (Results 26 - 33 of 33) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
efs_fs_i.h 27 } cooked; member in union:extent_u
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
efs_fs_i.h 27 } cooked; member in union:extent_u
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 360 public boolean onEvent(int code, String raw, String[] cooked) {
370 if (cooked.length < 4 || !cooked[1].equals("Iface")) {
374 if (cooked[2].equals("added")) {
375 notifyInterfaceAdded(cooked[3]);
377 } else if (cooked[2].equals("removed")) {
378 notifyInterfaceRemoved(cooked[3]);
380 } else if (cooked[2].equals("changed") && cooked.length == 5) {
381 notifyInterfaceStatusChanged(cooked[3], cooked[4].equals("up"))
    [all...]
NsdService.java 499 public boolean onEvent(int code, String raw, String[] cooked) {
508 private void handleNativeEvent(int code, String raw, String[] cooked) {
510 int id = Integer.parseInt(cooked[1]);
527 servInfo = new NsdServiceInfo(cooked[2], cooked[3], null);
534 servInfo = new NsdServiceInfo(cooked[2], cooked[3], null);
547 servInfo = new NsdServiceInfo(cooked[2], null, null);
566 int index = cooked[2].indexOf(".");
571 String name = cooked[2].substring(0, index)
    [all...]
MountService.java 709 public boolean onEvent(int code, String raw, String[] cooked) {
714 if (cooked != null) {
715 builder.append(" cooked = " );
716 for (String str : cooked) {
729 cooked[2], cooked[3], Integer.parseInt(cooked[7]),
730 Integer.parseInt(cooked[10]));
738 final String label = cooked[2];
739 final String path = cooked[3]
    [all...]
  /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...]
pcap-int.h 100 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member in struct:pcap_md
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 557 milliseconds

12