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

123

/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/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/junit/
H A DAndroid.mk20 include $(LOCAL_PATH)/Common.mk
29 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
45 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
57 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
72 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
87 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
101 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
114 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
130 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common.mk
142 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk $(LOCAL_PATH)/Common
[all...]
/external/llvm/include/llvm/MC/
H A DSectionKind.h97 /// Common - Data with common linkage. These represent tentative
100 Common, enumerator in enum:llvm::SectionKind::Kind
158 bool isCommon() const { return K == Common; }
193 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.cpp136 if (Common)
137 return Common;
144 if (Prev->Common) {
145 Common = Prev->Common;
153 if (!Common) {
157 Common = newCommon(getASTContext());
162 PrevDecls[I]->Common = Common;
164 return Common;
[all...]
/external/opencv3/samples/winrt/ImageManipulations/
H A DApp.xaml.cpp19 #include "Common\SuspensionManager.h"
22 using namespace SDKSample::Common;
/external/opencv3/samples/winrt/ImageManipulations/common/
H A Dsuspensionmanager.h22 namespace Common namespace in namespace:SDKSample
H A DLayoutAwarePage.h17 namespace Common namespace in namespace:SDKSample
/external/skia/include/core/
H A DSkImageFilter.h282 class Common {
284 Common() {}
285 ~Common();
305 // the inputs, calling ref() on each, and then waiting for Common's destructor to call
466 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/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/test/MC/ARM/
H A Derror-location.s26 @ CHECK: <unknown>:0: error: Common symbol 'common' cannot be used in assignment expr
/external/apache-harmony/jdwp/
H A DAndroid.mk12 # Common JDWP settings
/external/bsdiff/
H A DAndroid.mk17 # Common project flags.
/external/clang/lib/Driver/
H A DTools.h147 class LLVM_LIBRARY_VISIBILITY Common : public GnuTool { class in namespace:clang::driver::tools::gcc
149 Common(const char *Name, const char *ShortName, const ToolChain &TC) function in class:clang::driver::tools::gcc::Common
163 class LLVM_LIBRARY_VISIBILITY Preprocessor : public Common {
166 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
175 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
177 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
186 class LLVM_LIBRARY_VISIBILITY Linker : public Common {
188 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {}
/external/icu/icu4c/source/stubdata/
H A DAndroid.mk16 # Common definitions for all variants.
/external/clang/include/clang/AST/
H A DDeclTemplate.h698 mutable CommonBase *Common; variable
712 Common() {}
839 struct Common : CommonBase { struct in class:clang::FunctionTemplateDecl
840 Common() : InjectedArgs(), LazySpecializations() { } function in struct:clang::FunctionTemplateDecl::Common
871 Common *getCommonPtr() const {
872 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr());
1939 struct Common : CommonBase { struct in class:clang::ClassTemplateDecl
1940 Common() : LazySpecializations() { } function in struct:clang::ClassTemplateDecl::Common
1978 Common *getCommonPtr() const {
1979 return static_cast<Common *>(RedeclarableTemplateDec
2234 typedef CommonBase Common; typedef in class:clang::TypeAliasTemplateDecl
2768 struct Common : CommonBase { struct in class:clang::VarTemplateDecl
2769 Common() : LazySpecializations() {} function in struct:clang::VarTemplateDecl::Common
[all...]
/external/skia/src/effects/
H A DSkMergeImageFilter.cpp127 Common common;

Completed in 1920 milliseconds

123