/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 | 178 + BluetoothShare.MIMETYPE + " TEXT, " + BluetoothShare.DIRECTION + " INTEGER, " 253 Integer dir = values.getAsInteger(BluetoothShare.DIRECTION); 257 if (values.getAsInteger(BluetoothShare.DIRECTION) == null) { 267 filteredValues.put(BluetoothShare.DIRECTION, dir); 324 qb.appendWhere(BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND
|
BluetoothOppTransferAdapter.java | 72 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION));
|
BluetoothOppService.java | 561 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)), 579 Log.v(TAG, "DIRECTION: " + info.mDirection); 688 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); [all...] |
BluetoothOppNotification.java | 80 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND + ")"; 83 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND + ")"; 112 int direction; // to indicate sending or receiving field in class:BluetoothOppNotification.NotificationItem 230 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); 267 item.direction = dir; 268 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) { 270 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) { 301 if (item.direction == BluetoothShare.DIRECTION_INBOUND) { 322 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) { 324 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) [all...] |
BluetoothOppUtility.java | 77 .getColumnIndexOrThrow(BluetoothShare.DIRECTION));
|
BluetoothOppObexServerSession.java | 274 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND);
|
BluetoothOppTransfer.java | 685 updateValues.put(BluetoothShare.DIRECTION, share.mDirection);
|
TestActivity.java | 131 * values.put(BluetoothShare.DIRECTION, 202 * BluetoothShare._DATA, BluetoothShare.DIRECTION, 254 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.h | 69 DIRECTION = 287, 177 #define DIRECTION 287
|
program_parse.tab.c | 254 DIRECTION = 287, 362 #define DIRECTION 287 [all...] |
/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)
|
/frameworks/compile/mclinker/include/mcld/MC/ |
InputBuilder.h | 59 template<InputTree::Direction DIRECTION>
|
/external/qemu/android/ |
hw-events.h | 206 KEY_CODE(DIRECTION ,153) \
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_lexer.l | 268 {dot}direction { return DIRECTION; }
|
program_parse.y | 172 %token DEPTH DIFFUSE DIRECTION [all...] |
/external/mesa3d/src/mesa/program/ |
program_lexer.l | 268 {dot}direction { return DIRECTION; }
|
program_parse.y | 172 %token DEPTH DIFFUSE DIRECTION [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
lex.yy.c | [all...] |