/external/tcpdump/ |
token.h | 39 #define DIRECTION(trp) ((ntohs((trp)->token_rcf) & 0x0080) >> 7)
|
print-token.c | 85 static const char *direction[] = { variable 132 printf("%s", direction[DIRECTION(trp)]);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothShare.java | 127 * The name of the column containing the direction (Inbound/Outbound) of the 136 public static final String DIRECTION = "direction";
|
BluetoothOppTransferHistory.java | 92 String direction; local 93 int dir = getIntent().getIntExtra("direction", 0); 96 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND 104 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND 108 String selection = BluetoothShare.STATUS + " >= '200' AND " + direction; 122 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
|
BluetoothOppProvider.java | 176 + BluetoothShare.MIMETYPE + " TEXT, " + BluetoothShare.DIRECTION + " INTEGER, " 251 Integer dir = values.getAsInteger(BluetoothShare.DIRECTION); 254 if (values.getAsInteger(BluetoothShare.DIRECTION) == null) { 264 filteredValues.put(BluetoothShare.DIRECTION, dir); 321 qb.appendWhere(BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND
|
BluetoothOppNotification.java | 75 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND + ")"; 78 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND + ")"; 107 int direction; // to indicate sending or receiving field in class:BluetoothOppNotification.NotificationItem 221 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); 254 item.direction = dir; 255 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) { 257 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) { 284 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) { 286 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) {
|
BluetoothOppTransferAdapter.java | 72 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION));
|
BluetoothOppService.java | 526 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)), 544 Log.v(TAG, "DIRECTION: " + info.mDirection); 659 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); [all...] |
BluetoothOppUtility.java | 72 .getColumnIndexOrThrow(BluetoothShare.DIRECTION));
|
BluetoothOppObexServerSession.java | 268 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND);
|
BluetoothOppTransfer.java | 760 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); [all...] |
TestActivity.java | 131 * values.put(BluetoothShare.DIRECTION, 202 * BluetoothShare._DATA, BluetoothShare.DIRECTION, 254 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 79 /* The direction (for tuplehash) */ 101 #define DIRECTION(h) ((enum ip_conntrack_dir)(h)->tuple.dst.dir)
|
/external/webkit/Source/WebCore/platform/graphics/filters/arm/ |
FELightingNEON.cpp | 434 DOT_PRODUCT(TMP3, TMP1, DIRECTION)
|
/external/qemu/android/ |
hw-events.h | 195 KEY_CODE(DIRECTION ,153) \
|