OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:factored
(Results
26 - 50
of
134
) sorted by null
1
2
3
4
5
6
/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/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h
50
// In a few cases I have
factored
out some OpenSSLAdapter code into
/external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.h
74
// Note: this code was somehow arbitrarily
factored
-out of the Popup class
/external/chromium_org/ui/surface/
accelerated_surface_mac.h
133
// However, if it is
factored
out, care needs to be taken to not
/external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.h
68
//
factored
out into C for possible use by other projects.
/packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp
176
// Since we have already
factored
the current transformation
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
AlignFeatures.cpp
176
// Since we have already
factored
the current transformation
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp
176
// Since we have already
factored
the current transformation
/external/chromium_org/third_party/libjingle/source/talk/base/
opensslstreamadapter.h
53
// In a few cases I have
factored
out some OpenSSLAdapter code into
/external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java
203
// and so must be
factored
in also.
/external/llvm/test/Transforms/Reassociate/
crash.ll
38
%B = mul i32 %Arg, %x2 ;; Part of add operation being
factored
, also used by C
/external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp
119
// Properties for
factored
weight FST.
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h
190
// FIXME: The following logic related to animations and keyframes should be
factored
out of StyleResolver
/external/openfst/src/lib/
properties.cc
134
// Properties for
factored
weight FST.
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c
33
* - No control flow support: the existing control flow code should be
factored
149
* XXX: could be
factored
into a reusable function.
/external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp
450
"Duplicate opcodes not
factored
?");
492
// If we
factored
and ended up with one case, create it now.
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c
33
* - No control flow support: the existing control flow code should be
factored
149
* XXX: could be
factored
into a reusable function.
/art/compiler/
elf_writer_mclinker.cc
87
// TODO: this is lifted from art's compiler_llvm.cc, should be
factored
out
/external/chromium_org/third_party/mesa/src/src/glsl/
ast.h
767
* This is
factored
out of ::hir because some loops have the condition
/external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h
16
** this header information was
factored
out.
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc
228
// Then, the acquire/release logic can be
factored
out as well.
/external/doclava/src/com/google/doclava/
LinkReference.java
24
* Class that represents what you see in an link or see tag. This is
factored
out of SeeTagInfo so
/external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h
203
// we've
factored
out the costs of the old one.
/external/mesa3d/src/glsl/
ast.h
767
* This is
factored
out of ::hir because some loops have the condition
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h
624
//
Factored
out to facilitate explicit specialization.
Completed in 1702 milliseconds
1
2
3
4
5
6