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

12

/external/clang/test/CodeGen/
H A Dpr19841.cpp3 namespace Common { namespace
18 Common::RenderMode _configRenderMode;
22 0 == Common::kRenderCGA || _vm->_configRenderMode == Common::kRenderEGA
/external/openssl/android.testssl/
H A DUss.cnf24 0.commonName = Common Name (eg, YOUR name)
27 1.commonName = Common Name (eg, YOUR name)
H A DCAss.cnf24 commonName = Common Name (eg, YOUR name)
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A Dmakefile74 $(COMMON_OBJS): ../../../Common/$(*B).cpp
78 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
80 $(UI_COMMON_OBJS): ../../UI/Common/$(*B).cpp
/external/lzma/CPP/7zip/UI/Client7z/
H A Dmakefile40 $(COMMON_OBJS): ../../../Common/$(*B).cpp
44 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
/external/junit/
H A DAndroid.mk20 include $(LOCAL_PATH)/Common.mk
29 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
44 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
55 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
70 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
85 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
98 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
111 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
127 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
139 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common
[all...]
/external/lzma/CPP/7zip/UI/Console/
H A Dmakefile109 $(COMMON_OBJS): ../../../Common/$(*B).cpp
113 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
115 $(UI_COMMON_OBJS): ../Common/$(*B).cpp
117 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
/external/oprofile/
H A Dcommon.mk15 # Common flags
30 # Common target flags
34 # Common host flags
/external/clang/lib/AST/
H A DDeclTemplate.cpp132 if (Common)
133 return Common;
140 if (Prev->Common) {
141 Common = Prev->Common;
149 if (!Common) {
153 Common = newCommon(getASTContext());
158 PrevDecls[I]->Common = Common;
160 return Common;
[all...]
/external/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/lzma/CPP/7zip/Bundles/Format7zExtractR/
H A Dmakefile112 $(COMMON_OBJS): ../../../Common/$(*B).cpp
116 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
120 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
/external/stlport/stlport/stl/config/
H A D_mwerks.h15 // *** CodeWarrior Compiler Common Features ***
38 // *** CodeWarrior Compiler Common Bugs ***
125 # define _STLP_NATIVE_C_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes
128 # define _STLP_NATIVE_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
129 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
/external/chromium_org/third_party/skia/include/core/
H A DSkImageFilter.h192 class Common {
194 Common() {}
195 ~Common();
216 // the inputs, calling ref() on each, and then waiting for Common's destructor to call
324 Common localVar; \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Dplugin.properties32 CommonJavaLineBreakpoint.name = Common Java Line Breakpoint
/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/lzma/CPP/7zip/Bundles/Alone7z/
H A Dmakefile193 $(COMMON_OBJS): ../../../Common/$(*B).cpp
197 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
199 $(UI_COMMON_OBJS): ../../UI/Common/$(*B).cpp
203 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
/external/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile129 $(COMMON_OBJS): ../../../Common/$(*B).cpp
133 $(7ZIP_COMMON_OBJS): ../../Common/$(*B).cpp
137 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
/external/clang/include/clang/AST/
H A DDeclTemplate.h615 mutable CommonBase *Common; member in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
629 Common() {}
753 struct Common : CommonBase { struct in class:clang::TemplateParameterList::FunctionTemplateDecl
754 Common() : InjectedArgs(), LazySpecializations() { } function in struct:clang::TemplateParameterList::FunctionTemplateDecl::Common
785 Common *getCommonPtr() const {
786 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr());
1807 struct Common : CommonBase { struct in class:clang::TemplateParameterList::ClassTemplateDecl
1808 Common() : LazySpecializations() { } function in struct:clang::TemplateParameterList::ClassTemplateDecl::Common
1849 Common *getCommonPtr() const {
1850 return static_cast<Common *>(RedeclarableTemplateDec
2102 typedef CommonBase Common; typedef in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2645 struct Common : CommonBase { struct in class:clang::TemplateParameterList::VarTemplateDecl
2646 Common() : LazySpecializations() {} function in struct:clang::TemplateParameterList::VarTemplateDecl::Common
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkImageFilter.cpp59 SkImageFilter::Common::~Common() {
65 void SkImageFilter::Common::allocInputs(int count) {
71 void SkImageFilter::Common::detachInputs(SkImageFilter** inputs) {
77 bool SkImageFilter::Common::unflatten(SkReadBuffer& buffer, int expectedCount) {
137 Common common;
/external/clang/lib/Driver/
H A DTools.h121 class LLVM_LIBRARY_VISIBILITY Common : public Tool { class in namespace:clang::driver::tools::gcc
123 Common(const char *Name, const char *ShortName, function in class:clang::driver::tools::gcc::Common
139 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
141 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
151 class LLVM_LIBRARY_VISIBILITY Compile : public Common {
153 Compile(const ToolChain &TC) : Common("gcc::Compile",
163 class LLVM_LIBRARY_VISIBILITY Link : public Common {
165 Link(const ToolChain &TC) : Common("gcc::Link",
/external/icu/icu4c/source/stubdata/
H A DAndroid.mk16 # Common definitions for all variants.
/external/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp165 if (unsigned Common = *A++ & *B++)
166 return TRI->getRegClass(I + countTrailingZeros(Common));

Completed in 595 milliseconds

12