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

12

/external/webkit/Source/JavaScriptCore/runtime/
H A DTracing.d36 #pragma D attributes Unstable/Unstable/Common provider JavaScriptCore provider
39 #pragma D attributes Unstable/Unstable/Common provider JavaScriptCore name
40 #pragma D attributes Unstable/Unstable/Common provider JavaScriptCore args
/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/clang/lib/AST/
H A DDeclTemplate.cpp132 if (!Common) {
138 if (Prev->Common) {
139 Common = Prev->Common;
147 if (!Common) {
151 Common = newCommon(getASTContext());
156 PrevDecls[I]->Common = Common;
159 return Common;
223 static_cast<Common *>(Pt
[all...]
/external/oprofile/
H A Dcommon.mk15 # Common flags
30 # Common target flags
34 # Common host flags
/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/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/clang/lib/Driver/
H A DTools.h88 class LLVM_LIBRARY_VISIBILITY Common : public Tool { class in namespace:clang::driver::tools::gcc
90 Common(const char *Name, const char *ShortName, function in class:clang::driver::tools::gcc::Common
106 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common {
108 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
118 class LLVM_LIBRARY_VISIBILITY Precompile : public Common {
120 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
130 class LLVM_LIBRARY_VISIBILITY Compile : public Common {
132 Compile(const ToolChain &TC) : Common("gcc::Compile",
142 class LLVM_LIBRARY_VISIBILITY Assemble : public Common {
144 Assemble(const ToolChain &TC) : Common("gc
[all...]
/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/libvpx/examples/includes/geshi/geshi/
H A Dcil.php10 * CIL (Common Intermediate Language) language file for GeSHi.
/external/clang/include/clang/AST/
H A DDeclTemplate.h585 CommonBase *Common; member in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
598 : TemplateDecl(DK, DC, L, Name, Params, Decl), Common() { }
721 struct Common : CommonBase { struct in class:clang::TemplateParameterList::FunctionTemplateDecl
722 Common() : InjectedArgs(0) { } function in struct:clang::TemplateParameterList::FunctionTemplateDecl::Common
744 Common *getCommonPtr() {
745 return static_cast<Common *>(RedeclarableTemplateDecl::getCommonPtr());
1785 struct Common : CommonBase { struct in class:clang::TemplateParameterList::ClassTemplateDecl
1786 Common() : LazySpecializations() { } function in struct:clang::TemplateParameterList::ClassTemplateDecl::Common
1829 Common *getCommonPtr() {
1830 return static_cast<Common *>(RedeclarableTemplateDec
2088 typedef CommonBase Common; typedef in class:clang::TemplateParameterList::TypeAliasTemplateDecl
[all...]
/external/icu4c/stubdata/
H A DAndroid.mk16 # Common definitions for all variants.
/external/llvm/lib/Target/
H A DTargetRegisterInfo.cpp151 if (unsigned Common = *A++ & *B++)
152 return TRI->getRegClass(I + CountTrailingZeros_32(Common));
/external/fdlibm/
H A DAndroid.mk18 # Common definitions for host and device.
/external/openssl/apps/
H A Dopenssl.cnf148 commonName = Common Name (e.g. server FQDN or YOUR name)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp365 /// @brief Common integer divide transforms
438 if (Instruction *Common = commonIDivTransforms(I))
439 return Common;
523 if (Instruction *Common = commonIDivTransforms(I))
524 return Common;
593 /// @brief Common integer remainder transforms
676 if (Instruction *Common = commonIRemTransforms(I))
677 return Common;
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp686 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); local
690 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
699 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
727 // Common case: exactly the same scope, which is fine.
/external/junit/
H A DAndroid.mk20 include $(LOCAL_PATH)/Common.mk
/external/libffi/src/powerpc/
H A Ddarwin.S193 .long L$set$0 ; Length of Common Information Entry
H A Ddarwin_closure.S252 .long L$set$0 ; Length of Common Information Entry
H A Dlinux64.S144 .4byte .LECIE1-.LSCIE1 # Length of Common Information Entry

Completed in 701 milliseconds

12