/external/libnfc-nci/halimpl/pn54x/common/ |
phNfcTypes.h | 27 #define TRUE (0x01) /* Logical True Value */ 30 #define FALSE (0x00) /* Logical False Value */
|
/external/libnl/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 */
|
/external/libvorbis/doc/ |
vorbis-clip.txt | 78 the page (indicating last page of the logical stream). 129 playback at some point into the logical stream, a potentially common
|
/external/libvorbis/doc/vorbisfile/ |
ov_open_callbacks.html | 112 (determining all the logical bitstreams in one physical bitstream, for 122 Vorbisfile 1.2.0 decodes the first logical audio stream of each
|
/external/libvorbis/lib/ |
bitrate.c | 204 if(max_target_bits>0){ /* logical bulletproofing against initialization state */ 211 if(min_target_bits>0){ /* logical bulletproofing against initialization state */
|
/external/libxml2/vms/ |
readme.vms | 46 set the LIBXML logical if need be. 56 a logical "libxml" to point to this so that include statements of the
|
/external/llvm/test/CodeGen/Hexagon/intrinsics/ |
cr.ll | 19 ; Logical reductions on predicates 35 ; Logical operations on predicates
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
JoinHeader.java | 38 * The From header field indicates the logical identity of the initiator 58 * running, since these are not logical names.
|
/external/skia/src/core/ |
SkRecordOpts.cpp | 47 // Turns the logical NoOp Save and Restore in Save-Draw*-Restore patterns into actual NoOps. 118 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
|
/external/toybox/toys/pending/ |
expr.c | 34 The & and | operators are logical (not bitwise) and may operate on 38 Constants may be strings or integers. Comparison, logical, and regex
|
/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/core/java/com/android/server/hdmi/ |
HdmiCecMessage.java | 48 * Return the source address field of the message. It is the logical address 58 * Return the destination address field of the message. It is the logical address
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationWebView.java | 233 * determined by the ratio of actual screen pixels to logical HTML pixels. 234 * <p>This assumes that we are able to control the logical HTML viewport with a meta-viewport
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pkt_sched.h | 6 /* Logical priority bands not depending on specific packet scheduler. 125 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
Bidi.java | 176 * (code units) in logical order.</li> 241 * // the text[start..limit-1] is always in logical order 573 * to be the corresponding logical string with appropriate contextual 599 * to be the corresponding logical string with appropriate contextual 631 * logical index has no corresponding visual index or vice-versa. This may 632 * happen for the logical-to-visual mapping of a Bidi control when option 634 * specified. This can also happen for the visual-to-logical mapping of a 756 /** Reordering mode: Regular Logical to Visual Bidi algorithm according to Unicode. 762 /** Reordering mode: Logical to Visual algorithm which handles numbers in 769 /** Reordering mode: Logical to Visual algorithm grouping numbers wit [all...] |
BreakIterator.java | 26 * example, to break a piece of text into words, sentences, or logical characters 46 * logical characters. Because of the structure of the Unicode encoding, a logical 641 * Returns a new instance of BreakIterator that locates logical-character 644 * @return A new instance of BreakIterator that locates logical-character 654 * Returns a new instance of BreakIterator that locates logical-character 657 * @return A new instance of BreakIterator that locates logical-character 668 * {@icu} Returns a new instance of BreakIterator that locates logical-character 671 * @return A new instance of BreakIterator that locates logical-character [all...] |
/art/compiler/dex/quick/x86/ |
x86_lir.h | 511 Binary0fOpCode(kX86Orpd), // double logical OR 512 Binary0fOpCode(kX86Orps), // float logical OR 513 Binary0fOpCode(kX86Andpd), // double logical AND 514 Binary0fOpCode(kX86Andps), // float logical AND 515 Binary0fOpCode(kX86Xorpd), // double logical XOR 516 Binary0fOpCode(kX86Xorps), // float logical XOR 569 kX86PsrlwRI, // logical right shift of floating point registers 16 bits x 8 570 kX86PsrldRI, // logical right shift of floating point registers 32 bits x 4 571 kX86PsrlqRI, // logical right shift of floating point registers 64 bits x 2 572 kX86PsrldqRI, // logical shift of 128-bit vector register, immediate in byte [all...] |
/external/v8/src/arm64/ |
assembler-arm64.cc | [all...] |
/external/gptfdisk/ |
gdisk.8 | 50 (CHS) addressing and logical block addressing (LBA). The former is klunky 79 numbering if the original MBR used logical partitions. These gaps are 323 primary partitions and as many logical partitions as can be generated. Each 324 logical partition requires at least one unallocated block immediately before 340 MBR logical partitions. 469 Change the sector alignment value. Disks with more logical sectors per 603 124 logical partitions) when converting from MBR format. This limit can
|
/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...] |
/frameworks/base/core/java/android/view/ |
Display.java | 34 * Provides information about the size and density of a logical display. 50 * A logical display does not necessarily represent a particular physical display device 51 * such as the built-in screen or an external monitor. The contents of a logical 183 * do not permit the user to see all the way to the logical corners of the display. 308 * Each logical display has a unique id. 822 Log.d(TAG, "Logical display " + mDisplayId + " was removed."); 831 Log.d(TAG, "Logical display " + mDisplayId + " was recreated."); [all...] |
/external/valgrind/VEX/switchback/ |
test_ppc_jm1.c | 4484 int arith = 0, logical = 0, compare = 0; local [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
BaseKeyListenerTest.java | 63 // The deletion works on a Logical direction basis in RTL text.. 255 // The deletion works on a Logical direction basis. 284 // The deletion works on a Logical direction basis. 419 // The deletion works on a Logical direction basis. 453 // The deletion works on a Logical direction basis.
|
/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/llvm/test/MC/Disassembler/Hexagon/ |
xtype_alu.txt | 68 # Logical doublewords 82 # Logical-logical doublewords 86 # Logical-logical words
|