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

12 3 4

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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); }
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
HifiUltrasoundTestActivity.java 161 + Common.PREFIX_LENGTH_S
162 + Common.PAUSE_BEFORE_PREFIX_DURATION_S
163 + Common.PAUSE_AFTER_PREFIX_DURATION_S
164 + Common.PIP_NUM * (Common.PIP_DURATION_S + Common.PAUSE_DURATION_S)
165 * Common.REPETITIONS));
221 Double[] frequencies = new Double[Common.PIP_NUM];
222 for (int i = 0; i < Common.PIP_NUM; i++) {
223 frequencies[i] = new Double(Common.FREQUENCIES_ORIGINAL[i])
    [all...]
HifiUltrasoundSpeakerTestActivity.java 44 import com.android.compatibility.common.util.CddTest;
181 + Common.PREFIX_LENGTH_S
182 + Common.PAUSE_BEFORE_PREFIX_DURATION_S
183 + Common.PAUSE_AFTER_PREFIX_DURATION_S
184 + Common.PIP_NUM * (Common.PIP_DURATION_S + Common.PAUSE_DURATION_S)
185 * Common.REPETITIONS));
262 Double[] frequencies = new Double[Common.PIP_NUM];
263 for (int i = 0; i < Common.PIP_NUM; i++)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 579 bool Common = false;
583 Common = true;
586 if (!Common)
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 24 * - Desc - Defined, Reference, Common or Indirect
68 enum Desc { Undefined = 0, Define = 1, Common = 2, Indirect = 3, NoneDesc };
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 77 // Sort by the pointer value of the common ancestor.
181 // Find the common ancestor between the effective context and
183 DeclContext *Common = UD->getNominatedNamespace();
184 while (!Common->Encloses(EffectiveDC))
185 Common = Common->getParent();
186 Common = Common->getPrimaryContext();
188 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 184 /// Get the list of partial specializations from a template's common ptr.
186 decltype(T::PartialSpecializations) &getPartialSpecializations(T *Common) {
187 return Common->PartialSpecializations;
189 ArrayRef<Decl> getPartialSpecializations(FunctionTemplateDecl::Common *) {
195 auto *Common = D->getCommonPtr();
201 Common->LazySpecializations) {
203 assert(!Common->LazySpecializations);
207 if (auto *LS = Common->LazySpecializations)
217 for (auto &Entry : Common->Specializations)
219 for (auto &Entry : getPartialSpecializations(Common))
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.c     [all...]
Pci.h 322 // Common part of the PCI configuration space header for devices, P2P bridges,
343 // PCI configuration space header for devices(after the common part)
363 // PCI configuration space header for pci-to-pci bridges(after the common part)
392 // PCI configuration space header for cardbus bridges(after the common part)
438 PCI_COMMON_HEADER Common;
  /external/clang/include/clang/AST/
DeclTemplate.h 701 /// \brief Pointer to the common data shared by all declarations of this
703 mutable CommonBase *Common;
705 /// \brief Retrieves the "common" pointer shared by all (re-)declarations of
707 /// for the common pointer.
717 Common() {}
842 /// \brief Data that is common to all of the declarations of a given
844 struct Common : CommonBase {
845 Common() : InjectedArgs(), LazySpecializations() { }
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cComputeShaderTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cComputeShaderTests.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 57 | Common
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 796 /// \brief Pointer to the common data shared by all declarations of this
798 mutable CommonBase *Common;
800 /// \brief Retrieves the "common" pointer shared by all (re-)declarations of
802 /// for the common pointer.
813 Common() {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclTemplate.h 796 /// \brief Pointer to the common data shared by all declarations of this
798 mutable CommonBase *Common;
800 /// \brief Retrieves the "common" pointer shared by all (re-)declarations of
802 /// for the common pointer.
813 Common() {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclTemplate.h 796 /// \brief Pointer to the common data shared by all declarations of this
798 mutable CommonBase *Common;
800 /// \brief Retrieves the "common" pointer shared by all (re-)declarations of
802 /// for the common pointer.
813 Common() {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclTemplate.h 796 /// \brief Pointer to the common data shared by all declarations of this
798 mutable CommonBase *Common;
800 /// \brief Retrieves the "common" pointer shared by all (re-)declarations of
802 /// for the common pointer.
813 Common() {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclTemplate.h 796 /// \brief Pointer to the common data shared by all declarations of this
798 mutable CommonBase *Common;
800 /// \brief Retrieves the "common" pointer shared by all (re-)declarations of
802 /// for the common pointer.
813 Common() {}
    [all...]

Completed in 1079 milliseconds

12 3 4