HomeSort by relevance Sort by last modified time
    Searched defs:Common (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
objclass.py 25 """Factory function for creating common permission set objects."""
27 if isinstance(name, Common):
31 return Common(policy, name)
34 return Common(policy, qpol.qpol_common_t(policy, str(name)))
36 raise exception.InvalidCommon("{0} is not a valid common".format(name))
54 class Common(symbol.PolicySymbol):
56 """A common permission set."""
63 """The list of the common's permissions."""
67 return "common {0}\n{{\n\t{1}\n}}".format(self, '\n\t'.join(self.perms))
70 class ObjClass(Common)
84 def common(self): member in class:ObjClass
    [all...]
  /external/clang/test/CodeGen/
pr19841.cpp 3 namespace Common {
18 Common::RenderMode _configRenderMode;
22 0 == Common::kRenderCGA || _vm->_configRenderMode == Common::kRenderEGA
  /frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
Common.java 27 public class Common {
TestService.java 79 Common.notifyLaunched(intent, mReceiver.asBinder(), TAG);
105 Common.doSomeWork(durationMs);
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyActivity.java 18 import static com.android.cts.net.hostside.app2.Common.ACTION_FINISH_ACTIVITY;
19 import static com.android.cts.net.hostside.app2.Common.TAG;
20 import static com.android.cts.net.hostside.app2.Common.TEST_PKG;
45 Common.notifyNetworkStateObserver(this, getIntent());
MyForegroundService.java 18 import static com.android.cts.net.hostside.app2.Common.TAG;
19 import static com.android.cts.net.hostside.app2.Common.TEST_PKG;
61 Common.notifyNetworkStateObserver(this, intent);
Common.java 28 public final class Common {
  /external/llvm/lib/Target/Hexagon/
RDFCopy.cpp 96 bool Common = false;
100 Common = true;
103 if (!Common)
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 126 enum Type { File, Local, LocalDyn, Common, Dynamic, Regular };
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 16 Common() *CommonType
21 // A CommonType holds fields common to multiple types.
29 func (c *CommonType) Common() *CommonType { return c }
35 // A BasicType holds fields common to all basic types.
308 t.Common().ByteSize = t.Type.Size()
703 typ.Common().ByteSize = b
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 16 Common() *CommonType
21 // A CommonType holds fields common to multiple types.
29 func (c *CommonType) Common() *CommonType { return c }
35 // A BasicType holds fields common to all basic types.
308 t.Common().ByteSize = t.Type.Size()
703 typ.Common().ByteSize = b
  /build/soong/android/
arch.go 36 Common = ArchType{
37 Name: "common",
266 commonTargetMap[name] = Target{Os: os, Arch: Arch{ArchType: Common}}
622 if arch.ArchType != Common {
704 if arch.ArchType != Common {
716 if arch.ArchType != Common {
751 if arch.ArchType != Common {
1114 case "common":
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
Common.java 10 * This class stores common constants and methods.
12 public class Common {
98 double[] randomFrequencies = new double[Common.REPETITIONS * originalFrequencies.length];
111 double frequency = Common.MIN_FREQUENCY_HZ;
112 while (frequency <= Common.MAX_FREQUENCY_HZ) {
115 frequency += Common.FREQUENCY_STEP_HZ;
117 frequency += Common.FREQUENCY_STEP_HZ * 10;
  /external/clang/lib/Driver/
Tools.h 151 class LLVM_LIBRARY_VISIBILITY Common : public GnuTool {
153 Common(const char *Name, const char *ShortName, const ToolChain &TC)
171 class LLVM_LIBRARY_VISIBILITY Preprocessor : public Common {
174 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
183 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
185 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
194 class LLVM_LIBRARY_VISIBILITY Linker : public Common {
196 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {}
    [all...]
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 78 // A Mask for subregs common to the existing subrange and current def.
79 LaneBitmask Common = S.LaneMask & Mask;
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/clang/lib/Sema/
JumpDiagnostics.cpp 631 /// DCA(A,B) is the deepest common ancestor of A and B.
802 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
805 // Walk out the scope chain until we reach the common ancestor.
806 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
815 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
    [all...]
  /external/llvm/include/llvm/MC/
SectionKind.h 96 /// Common - Data with common linkage. These represent tentative
99 Common,
158 bool isCommon() const { return K == Common; }
194 static SectionKind getCommon() { return get(Common); }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 10 // This file implements classes used to handle lowerings specific to common
98 /// Common - Data with common linkage. These represent tentative
101 Common,
180 bool isCommon() const { return K == Common; }
228 static SectionKind getCommon() { return get(Common); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 99 /// Common - Data with common linkage. These represent tentative
102 Common,
164 bool isCommon() const { return K == Common; }
201 static SectionKind getCommon() { return get(Common); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SectionKind.h 99 /// Common - Data with common linkage. These represent tentative
102 Common,
164 bool isCommon() const { return K == Common; }
201 static SectionKind getCommon() { return get(Common); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SectionKind.h 99 /// Common - Data with common linkage. These represent tentative
102 Common,
164 bool isCommon() const { return K == Common; }
201 static SectionKind getCommon() { return get(Common); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SectionKind.h 99 /// Common - Data with common linkage. These represent tentative
102 Common,
164 bool isCommon() const { return K == Common; }
201 static SectionKind getCommon() { return get(Common); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SectionKind.h 99 /// Common - Data with common linkage. These represent tentative
102 Common,
164 bool isCommon() const { return K == Common; }
201 static SectionKind getCommon() { return get(Common); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
SectionKind.h 99 /// Common - Data with common linkage. These represent tentative
102 Common,
164 bool isCommon() const { return K == Common; }
201 static SectionKind getCommon() { return get(Common); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
SectionKind.h 99 /// Common - Data with common linkage. These represent tentative
102 Common,
164 bool isCommon() const { return K == Common; }
201 static SectionKind getCommon() { return get(Common); }

Completed in 644 milliseconds

1 2 3 4