/frameworks/base/core/java/android/nfc/ |
NdefMessage.java | 71 * into logical {@link NdefRecord}s within the message.<p> 72 * Once the input data has been parsed to one or more logical
|
/frameworks/base/services/java/com/android/server/display/ |
DisplayDeviceInfo.java | 37 * rotation of its associated logical display. 42 * physical orientation of the display matches the logical orientation of its content.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pkt_sched.h | 4 /* Logical priority bands not depending on specific packet scheduler. 101 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pkt_sched.h | 4 /* Logical priority bands not depending on specific packet scheduler. 101 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pkt_sched.h | 4 /* Logical priority bands not depending on specific packet scheduler. 101 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
|
/frameworks/base/core/java/android/view/ |
Display.java | 28 * Provides information about the size and density of a logical display. 44 * A logical display does not necessarily represent a particular physical display device 45 * such as the built-in screen or an external monitor. The contents of a logical 202 * Each logical display has a unique id. 575 Log.d(TAG, "Logical display " + mDisplayId + " was removed."); 584 Log.d(TAG, "Logical display " + mDisplayId + " was recreated.");
|
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 715 * : logical.or.expr [ '?' expression ':' conditional.expr ] 732 /* logical.or.expr 10 (operator precedence) 733 * : logical.and.expr 734 * | logical.or.expr OROR logical.and.expr left-to-right 736 * logical.and.expr 9 738 * | logical.and.expr ANDAND inclusive.or.expr [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 44 /// FAND - Bitwise logical AND of floating point values. This corresponds 48 /// FOR - Bitwise logical OR of floating point values. This corresponds 52 /// FXOR - Bitwise logical XOR of floating point values. This corresponds 56 /// FSRL - Bitwise logical right shift of floating point values. These 83 /// X86 compare and logical compare instructions. 172 /// ANDNP - Bitwise Logical AND NOT of Packed FP values. 259 // VSHL, VSRL - 128-bit vector logical left / right shift [all...] |
/external/valgrind/main/VEX/switchback/ |
test_ppc_jm1.c | 4486 int arith = 0, logical = 0, compare = 0; local [all...] |
/external/libnfc-nci/src/nfc/nfc/ |
nfc_main.c | 47 /* NFC mandates support for at least one logical connection; 934 ** the logical endpoint to continue. The response from NFCC is 938 ** protocol - the logical endpoint on the remote devide 955 ** Description This function is called to create a logical connection with [all...] |
/external/libnfc-nxp/src/ |
phLibNfc_llcp.c | 945 /* Disconnect a logical link */ 988 /* Receive data from the logical link */ 1032 /* Receive data from the logical link */ 1076 /* Send data to the logical link */ [all...] |
/external/e2fsprogs/debian/ |
control.in | 151 filesystems by hard-coded device names, but via a logical naming 164 filesystems by hard-coded device names, but via a logical naming 178 filesystems by hard-coded device names, but via a logical naming
|
/external/freetype/src/pfr/ |
pfrload.c | 193 /***** PFR LOGICAL FONTS *****/ 246 /* save logical font size and offset */ 331 FT_ERROR(( "pfr_log_font_load: invalid logical font table\n" ));
|
/external/grub/stage2/ |
fsys_minix.c | 256 /* find the (logical) block component of our location */ 474 /* else, find the (logical) block component of our location */ 477 /* we know which logical block of the directory entry we are looking
|
/external/libnfc-nci/src/nfc/include/ |
llcp_api.h | 382 ** Description Check if logical link is congested 401 ** LLCP_STATUS_CONGESTED if logical link is congested 431 ** Description Discard received data in logical data link of local SAP
|
/frameworks/base/docs/html/training/implementing-navigation/ |
temporal.jd | 78 <p>Beginning in Android 4.1 (API level 16), you can declare the logical parent of each 84 because it can determine the logical <em>Back</em> or <em>Up</em> navigation path with this 165 you must declare the logical parent of each activity in your manifest file, using the
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.cpp | 382 // viewport is always specified in the logical orientation 408 // The viewport and frame are both in the logical orientation. 409 // Apply the logical translation, scale to physical size, apply the
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
loongson.h | 151 /* Logical AND NOT. */ 461 /* Shift left logical. */ 486 /* Shift right logical. */
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
loongson.h | 151 /* Logical AND NOT. */ 461 /* Shift left logical. */ 486 /* Shift right logical. */
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
loongson.h | 151 /* Logical AND NOT. */ 461 /* Shift left logical. */ 486 /* Shift right logical. */
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
loongson.h | 151 /* Logical AND NOT. */ 461 /* Shift left logical. */ 486 /* Shift right logical. */
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_flow.cc | 158 // windows. Basically font metrics are incorrectly returned in logical units 159 // instead of pixels on Windows. Logical units are very commonly 96 DPI
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
list_selection_controller.js | 78 * Returns the next list index. This is the next logical and should not 90 * Returns the prevous list index. This is the previous logical and should
|
/external/chromium/chrome/browser/safe_browsing/ |
prefix_set.cc | 281 // The items in |index_| have the logical index of each previous 283 // Since the indices into |deltas_| are absolute, the logical index
|
/external/eigen/blas/ |
ctpmv.f | 108 LOGICAL NOCONJ,NOUNIT 111 LOGICAL LSAME
|