HomeSort by relevance Sort by last modified time
    Searched refs:Primary (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
26 DiagnosticConsumer *Primary;
30 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary,
32 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()),
35 /// \brief Construct without taking ownership of \c Primary.
36 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary,
38 : Primary(Primary), Secondary(std::move(Secondary)) {}
42 Primary->BeginSourceFile(LO, PP)
    [all...]
  /external/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
73 if (Primary->hasExternalVisibleStorage())
74 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
75 if (StoredDeclsMap *Map = Primary->buildLookup())
93 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
94 if (StoredDeclsMap *Map = Primary->getLookupPtr())
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
got-dump-1.d 7 Primary GOT:
got-dump-2.d 7 Primary GOT:
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 44 // | THIS # Primary
45 | literal # Primary
46 | identifier # Primary
47 | classExtraction # Primary
  /device/linaro/hikey/
BoardConfig.mk 0 # Primary Arch
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DomainMatcher.java 14 public enum Match {None, Primary, Secondary}
67 public DomainMatcher(List<String> primary, List<List<String>> secondary) {
72 // Primary overwrites secondary.
73 mRoot.addDomain(primary.iterator(), Match.Primary);
81 * @return None if domain is not a sub-domain, Primary if it matched one of the primary domains
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DomainMatcher.java 17 public enum Match {None, Primary, Secondary}
70 public DomainMatcher(List<String> primary, List<List<String>> secondary) {
75 // Primary overwrites secondary.
76 mRoot.addDomain(primary.iterator(), Match.Primary);
83 * @return None if domain is not a sub-domain, Primary if it matched one of the primary domains
  /hardware/bsp/intel/peripheral/audio/generic/primary/
hal.mk 29 # setting to build for primary audio or usb audio
30 # set -DTARGET_AUDIO_PRIMARY to 1 for Primary (audio jack)
33 LOCAL_MODULE := audio.primary.$(TARGET_DEVICE)
  /hardware/bsp/intel/peripheral/audio/generic/usb/
hal.mk 29 # setting to build for primary audio or usb audio
30 # set -DTARGET_AUDIO_PRIMARY to 1 for Primary (audio jack)
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 42 ATTRIBUTE MS-Primary-DNS-Server 28 ipaddr Microsoft
44 ATTRIBUTE MS-Primary-NBNS-Server 30 ipaddr Microsoft
dictionary.ascend 23 ATTRIBUTE Ascend-Primary-Home-Agent 129 string
29 ATTRIBUTE Ascend-Client-Primary-DNS 135 ipaddr
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 104 // Some instructions have a primary opcode encoded in the top bits.
105 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK;
107 if (Primary) {
108 // If it's a primary opcode, the first operand is encoded in the bottom
111 switch (Primary) {
112 default: llvm_unreachable("Impossible primary CFI opcode");
115 addInstruction(Primary, Op1);
118 addInstruction(Primary, Op1, Data.getULEB128(Offset));
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 347 void SymbolManager::addSymbolDependency(const SymbolRef Primary,
349 SymbolDependTy::iterator I = SymbolDependencies.find(Primary);
353 SymbolDependencies[Primary] = dependencies;
361 const SymbolRef Primary) {
362 SymbolDependTy::const_iterator I = SymbolDependencies.find(Primary);
371 assert(LI != TheLiving.end() && "The primary symbol is not live.");
PathDiagnostic.cpp 65 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current,
77 Call->path.flattenTo(Primary, Primary, ShouldFlattenMacros);
87 Macro->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros);
91 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 547 /// The dependent symbol should stay alive as long as the primary is alive.
548 void addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent);
550 const SymbolRefSmallVectorTy *getDependentSymbols(const SymbolRef Primary);
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 47 ;; Section 8.2.7.1 Primary Expression
  /external/clang/lib/AST/
DeclCXX.cpp 574 NamedDecl *Primary =
576 if (Primary->getPreviousDecl())
577 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()),
578 Primary, AS);
580 Conversions.addDecl(Ctx, Primary, AS);
    [all...]
Decl.cpp 93 // primary entity for which we are computing visibility. For example,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cacerts/
cacerts.txt 96 Verisign Class 3 Public Primary Certification Authority
112 Verisign Class 3 Public Primary Certification Authority - G2
231 Verisign Class 3 Public Primary Certification Authority - G3
255 Verisign Class 4 Public Primary Certification Authority - G3
    [all...]
  /prebuilts/android-emulator/darwin-x86_64/lib/
ca-bundle.pem 84 Verisign Class 3 Public Primary Certification Authority - G3
108 Verisign Class 4 Public Primary Certification Authority - G3
    [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
ca-bundle.pem 84 Verisign Class 3 Public Primary Certification Authority - G3
108 Verisign Class 4 Public Primary Certification Authority - G3
    [all...]
  /prebuilts/android-emulator/windows/lib/
ca-bundle.pem 84 Verisign Class 3 Public Primary Certification Authority - G3
108 Verisign Class 4 Public Primary Certification Authority - G3
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 422 void flattenTo(PathPieces &Primary, PathPieces &Current,

Completed in 594 milliseconds

1 2