/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
SemanticContext.java | 614 boolean factored = commonTerms != null && commonTerms != EMPTY_SEMANTIC_CONTEXT && !(commonTerms instanceof TruePredicate); 615 if (factored) { 650 boolean factored = commonTerms != null && commonTerms != EMPTY_SEMANTIC_CONTEXT && !(commonTerms instanceof FalsePredicate); 651 if (factored) {
|
/external/capstone/arch/X86/ |
X86Disassembler.h | 68 // factored out into C for possible use by other projects.
|
/external/devlib/devlib/derived/ |
fps.py | 155 # etc, which should not be factored in frame rate calculation).
|
/external/flatbuffers/docs/source/ |
WhitePaper.md | 87 - Most information about the format can be factored into the generated
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/ |
Launcher.java | 66 // TODO: this should be factored..
|
/external/libunwind/src/dwarf/ |
Gparser.c | 272 set_reg (sr, DWARF_CFA_OFF_COLUMN, 0, val); /* NOT factored! */ 282 val * dci->data_align); /* factored! */ 297 set_reg (sr, DWARF_CFA_OFF_COLUMN, 0, val); /* NOT factored! */ 305 val * dci->data_align); /* factored! */
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/ |
X86Disassembler.h | 68 // factored out into C for possible use by other projects.
|
/external/webrtc/webrtc/base/ |
opensslstreamadapter.h | 37 // In a few cases I have factored out some OpenSSLAdapter code into
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
AlignFeatures.cpp | 176 // Since we have already factored the current transformation
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
simplify.go | 130 // simplify1 is factored out of Simplify because the implementation
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
simplify.go | 130 // simplify1 is factored out of Simplify because the implementation
|
/system/bt/osi/include/ |
alarm.h | 96 // TODO: Remove this function once PM timers can be re-factored
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
IncompleteCholesky.h | 89 /** \returns number of rows of the factored matrix */ 92 /** \returns number of columns of the factored matrix */
|
/external/llvm/utils/TableGen/ |
DAGISelMatcherOpt.cpp | 385 "Duplicate opcodes not factored?"); 430 // If we factored and ended up with one case, create it now.
|
/frameworks/base/media/java/android/media/ |
Utils.java | 136 /** Returns the equivalent factored range {@code newrange}, where for every 147 /** Returns the equivalent factored range {@code newrange}, where for every
|
/art/runtime/ |
jni_env_ext.h | 149 // the mutator lock, factored out and tagged with NO_THREAD_SAFETY_ANALYSIS.
|
/external/llvm/test/Transforms/Reassociate/ |
crash.ll | 38 %B = mul i32 %Arg, %x2 ;; Part of add operation being factored, also used by C
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/ |
neon-vfp-reglist-post.s | 172 # This could have been factored into Post-index multiple
|
/tools/dexter/slicer/export/slicer/ |
writer.h | 129 // (factored out from Writer for a more granular lifetime control)
|
/external/icu/icu4c/source/i18n/ |
windtfmt.cpp | 98 // be factored out into a common helper for both.
|
winnmfmt.cpp | 143 // be factored out into a common helper for both.
|
/external/libcxx/docs/ |
index.rst | 28 * OS specific and CPU specific code factored out
|
/external/protobuf/php/ext/google/protobuf/ |
message.c | 79 // This should probably be factored into a common upb component.
|
/prebuilts/go/darwin-x86/src/crypto/des/ |
block.go | 102 // The rotation was performed in the feistel rounds, being factored out and now mixed into the feistelBox.
|
/prebuilts/go/linux-x86/src/crypto/des/ |
block.go | 102 // The rotation was performed in the feistel rounds, being factored out and now mixed into the feistelBox.
|