Searched refs:Common (Results 1 - 25 of 81) sorted by relevance

1234

/external/clang/test/CodeGen/
H A Dpr19841.cpp3 namespace Common { namespace
18 Common::RenderMode _configRenderMode;
22 0 == Common::kRenderCGA || _vm->_configRenderMode == Common::kRenderEGA
/external/sl4a/ScriptingLayer/
H A DAndroid.mk26 LOCAL_STATIC_JAVA_LIBRARIES += sl4a.Utils sl4a.Common
/external/swiftshader/src/
H A DAndroid.mk9 $(LOCAL_PATH)/Common/ \
37 Common/CPUID.cpp \
38 Common/Configurator.cpp \
39 Common/DebugAndroid.cpp \
40 Common/GrallocAndroid.cpp \
41 Common/Half.cpp \
42 Common/Math.cpp \
43 Common/Memory.cpp \
44 Common/Resource.cpp \
45 Common/Socke
[all...]
/external/lzma/CPP/7zip/
H A D7zip.mak46 $(COMMON_OBJS): ../../../Common/$(*B).cpp
61 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
71 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
141 $(UI_COMMON_OBJS): ../../UI/Common/$(*B).cpp
180 {../../../Common}.cpp{$O}.obj::
186 {../../Common}.cpp{$O}.obj::
189 {../../UI/Common}.cpp{$O}.obj::
205 {../../Archive/Common}.cpp{$O}.obj::
/external/sl4a/Common/
H A DAndroid.mk22 LOCAL_MODULE := sl4a.Common
/external/llvm/include/llvm/MC/
H A DSectionKind.h96 /// Common - Data with common linkage. These represent tentative
99 Common, enumerator in enum:llvm::SectionKind::Kind
158 bool isCommon() const { return K == Common; }
194 static SectionKind getCommon() { return get(Common); }
/external/sl4a/ScriptingLayerForAndroid/
H A DAndroid.mk41 LOCAL_STATIC_JAVA_LIBRARIES += sl4a.Utils sl4a.Common
/external/clang/lib/AST/
H A DDeclTemplate.cpp130 if (Common)
131 return Common;
138 if (Prev->Common) {
139 Common = Prev->Common;
147 if (!Common) {
151 Common = newCommon(getASTContext());
156 Prev->Common = Common;
158 return Common;
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DSectionKind.h98 /// Common - Data with common linkage. These represent tentative
101 Common, enumerator in enum:llvm::SectionKind::Kind
180 bool isCommon() const { return K == Common; }
228 static SectionKind getCommon() { return get(Common); }
/external/swiftshader/third_party/LLVM/lib/Target/
H A DTargetRegisterInfo.cpp117 if (unsigned Common = *SubA++ & *SubB++)
118 return getRegClass(Base + CountTrailingZeros_32(Common));
/external/icu/icu4c/source/stubdata/
H A DAndroid.mk16 # Common definitions for all variants.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml38 (* Eliminate Common SubExpressions. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml38 (* Eliminate Common SubExpressions. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml38 (* Eliminate Common SubExpressions. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml42 (* Eliminate Common SubExpressions. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml38 (* Eliminate Common SubExpressions. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml38 (* Eliminate Common SubExpressions. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml38 (* Eliminate Common SubExpressions. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml42 (* Eliminate Common SubExpressions. *)
/external/llvm/test/MC/ARM/
H A Derror-location.s23 @ CHECK: <unknown>:0: error: Common symbol 'common' cannot be used in assignment expr
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp79 LaneBitmask Common = S.LaneMask & Mask; local
80 if (Common == 0)
86 // Split current subrange into Common and LRest ranges.
88 CommonRange = LI.createSubRangeFrom(*Alloc, Common, S);
90 assert(Common == S.LaneMask);
95 Mask &= ~Common;
/external/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp96 bool Common = false; local
100 Common = true;
103 if (!Common)
/external/apache-harmony/jdwp/
H A DAndroid.mk12 # Common JDWP settings
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
H A Dtpmtoken_import_openssl.cnf142 commonName = Common Name (eg, your name or your server\'s hostname)
/external/skia/include/core/
H A DSkImageFilter.h244 class Common {
440 Common localVar; \

Completed in 766 milliseconds

1234