/external/clang/include/clang/Basic/ |
DiagnosticGroups.td | 190 def LogicalOpParentheses: DiagGroup<"logical-op-parentheses">; 191 def LogicalNotParentheses: DiagGroup<"logical-not-parentheses">; [all...] |
/external/clang/lib/CodeGen/ |
CodeGenPGO.cpp | 594 // Counter tracks the right hand side of a logical and operator. 607 // Counter tracks the right hand side of a logical or operator.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
Checkers.td | 60 HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, null function pointers)">, 124 HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, null function pointers, and pointer to undefined variables)">,
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 92 // logical expressions (LAnd and LOr). 541 // The only terminator (if there is one) that makes sense is a logical op. [all...] |
/external/eigen/blas/f2c/ |
ctbmv.c | 29 extern logical lsame_(char *, char *, ftnlen, ftnlen); 32 logical noconj, nounit;
|
ztbmv.c | 29 extern logical lsame_(char *, char *, ftnlen, ftnlen); 32 logical noconj, nounit;
|
/external/fonttools/Lib/fontTools/ |
agl.py | 516 2227;logicaland;LOGICAL AND 518 2228;logicalor;LOGICAL OR
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
SearchIterator.java | 54 * The BreakIterator to define the boundaries of a logical match. 624 * boundaries of a logical match. This argument can be null.
|
/external/libnfc-nxp/inc/ |
phNfcTypes.h | 105 Logical True Value */ 110 Logical False Value */ [all...] |
/external/libxml2/doc/ |
catalog.html | 27 <li>mapping from "logical" names, the public identifiers and a more 29 the logical name
|
/external/lldb/www/python_reference/ |
class-tree.html | 124 <em class="summary">Represents a logical breakpoint and its associated settings.</em> 127 <em class="summary">Represents one unique instance (by address) of a logical
|
/external/llvm/include/llvm/MC/ |
MCStreamer.h | 636 /// EmitFileDirective - Switch to a new logical file. This is used to 644 /// EmitDwarfFileDirective - Associate a filename with a specified logical
|
/external/llvm/lib/Target/AArch64/ |
AArch64SchedCyclone.td | 132 // 7.8.2-7.8.5. Arithmetic and Logical, Comparison, Conditional, 366 // 7.9.2 Integer Arithmetic, Logical, and Comparisons
|
/external/llvm/lib/Target/X86/ |
X86InstrFragmentsSIMD.td | 385 // math instruction such as the FP logical ops: andps, andnps, orps, xorps. 485 // math instruction such as the FP logical ops: andps, andnps, orps, xorps.
|
/frameworks/base/core/java/android/text/ |
TextLine.java | 447 // the new caret position is the following logical character, else it 478 // logical character instead. [all...] |
/frameworks/base/media/java/android/media/tv/ |
TvView.java | 188 * connected to that HDMI port becomes the active source. For an HDMI-CEC logical device input, 189 * the corresponding HDMI-CEC logical device becomes the active source. For any non-HDMI input [all...] |
/frameworks/base/services/core/java/com/android/server/tv/ |
TvInputHardwareManager.java | 86 /* A map from a HDMI logical address to the matching TV input ID. */ 280 // For logical HDMI devices, they have information from HDMI CEC signals. [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaCallTracker.java | 603 // it contains the known logical connections. 612 // it may contain the known logical connections. [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
FileChannel.java | 28 * mapping, and manipulating the logical state of a platform file. This type 73 * The logical view of the underlying file is consistent across all FileChannels [all...] |
/packages/apps/Email/provider_src/com/android/email/ |
SecurityPolicy.java | 110 * require remote wipe take the max (logical or) 114 * encryption take the max (logical or) [all...] |
/packages/services/Telephony/src/com/android/phone/ |
MobileNetworkSettings.java | 103 //Information about logical "up" Activity [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 310 dir.start_component(dir.logical, feature, 0) 321 [(key + version, dir.component, key, None, dir.logical)]) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 310 dir.start_component(dir.logical, feature, 0) 321 [(key + version, dir.component, key, None, dir.logical)]) [all...] |
/system/bt/stack/gatt/ |
gatt_api.c | [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl6.rst | 15 doesn't have many useful operators (like division, logical negation, or 55 # Logical unary not. 66 # Binary "logical or", (note that it does not "short circuit") 430 # Logical unary not. 445 # Binary logical or, which does not short circuit. 454 # Binary logical and, which does not short circuit. [all...] |