/external/webrtc/webrtc/libjingle/xmllite/ |
xmlprinter.cc | 21 namespace buzz { 60 } else if (attr->Name().Namespace() == NS_XMLNS) { 69 prefix = ns_stack_->AddNewPrefix(element->Name().Namespace(), false); 72 new_ns.push_back(element->Name().Namespace()); 76 prefix = ns_stack_->AddNewPrefix(attr->Name().Namespace(), true); 79 new_ns.push_back(attr->Name().Namespace()); 174 } // namespace buzz
|
qname.h | 16 namespace buzz { 44 const std::string& Namespace() const { return namespace_; } 81 } // namespace buzz
|
xmlbuilder.cc | 19 namespace buzz { 56 if (!attName.Namespace().empty()) { 130 } // namespace buzz
|
/external/llvm/utils/TableGen/ |
RegisterInfoEmitter.cpp | 44 using namespace llvm; 46 namespace { 85 } // end anonymous namespace 95 std::string Namespace = 96 Registers.front().TheDef->getValueAsString("Namespace"); 103 OS << "namespace llvm {\n\n"; 106 << "extern const MCRegisterClass " << Namespace 109 if (!Namespace.empty()) 110 OS << "namespace " << Namespace << " {\n" [all...] |
InstrInfoEmitter.cpp | 29 using namespace llvm; 31 namespace { 63 const std::string &Namespace, 73 } // end anonymous namespace 202 const std::string &Namespace, 220 OperandMap[OpList].push_back(Namespace + "::" + Inst->TheDef->getName()); 228 /// - An enum in the llvm::TargetNamespace::OpName namespace, with one entry 239 const std::string &Namespace = Target.getInstNamespace(); 246 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap); 250 OS << "namespace llvm {\n" [all...] |
CodeGenTarget.cpp | 26 using namespace llvm; 134 /// namespace qualifier if the record contains one. 137 std::string Namespace; 138 if (R->getValue("Namespace")) 139 Namespace = R->getValueAsString("Namespace"); 140 if (Namespace.empty()) return R->getName(); 141 return Namespace + "::" + R->getName(); 167 // the namespace off the PHI instruction or something. 168 if (Inst->Namespace != "TargetOpcode" [all...] |
/external/clang/lib/Frontend/ |
PrintPreprocessedOutput.cpp | 31 using namespace clang; 79 namespace { 132 void PragmaMessage(SourceLocation Loc, StringRef Namespace, 135 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override; 136 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override; 137 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, 174 } // end anonymous namespace 397 StringRef Namespace, 403 if (!Namespace.empty()) 404 OS << Namespace << ' '; [all...] |
/external/clang/lib/Tooling/Core/ |
QualTypeNames.cpp | 23 namespace clang { 25 namespace TypeName { 33 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace 44 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace 59 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace 208 // Ignore inline namespace; 234 case NestedNameSpecifier::Namespace: 238 // Namespace aliases are only valid for the duration of the 240 // invalid at the end of the TU. So use the namespace name more 319 // Decl's context was neither the TU, a namespace, nor [all...] |
/external/flatbuffers/src/ |
idl_gen_fbs.cpp | 24 namespace flatbuffers { 43 static void GenNameSpace(const Namespace &name_space, std::string *_schema, 44 const Namespace **last_namespace) { 48 schema += "namespace "; 87 const Namespace *last_namespace = nullptr; 133 } // namespace flatbuffers
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
RegisterInfoEmitter.cpp | 26 using namespace llvm; 34 std::string Namespace = Registers[0]->TheDef->getValueAsString("Namespace"); 41 OS << "namespace llvm {\n\n"; 44 << "extern MCRegisterClass " << Namespace << "MCRegisterClasses[];\n\n"; 46 if (!Namespace.empty()) 47 OS << "namespace " << Namespace << " {\n"; 57 if (!Namespace.empty()) 63 if (!Namespace.empty() [all...] |
CodeGenTarget.cpp | 24 using namespace llvm; 99 /// namespace qualifier if the record contains one. 102 std::string Namespace; 103 if (R->getValue("Namespace")) 104 Namespace = R->getValueAsString("Namespace"); 105 if (Namespace.empty()) return R->getName(); 106 return Namespace + "::" + R->getName(); 130 // the namespace off the PHI instruction or something. 131 if ((*i)->Namespace != "TargetOpcode" [all...] |
/external/guice/core/test/com/google/inject/ |
NullableInjectionPointTest.java | 225 @Inject CustomNullableFooConstructor(@Namespace.Nullable Foo foo) { 231 @Inject @Namespace.Nullable Foo foo; 235 @Inject void setFoo(@Namespace.Nullable Foo foo) { 245 static interface Namespace {
|
/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 25 using namespace clang; 62 assert(NS && "Namespace cannot be NULL"); 78 assert(Alias && "Namespace alias cannot be NULL"); 143 return isa<NamespaceDecl>(ND) ? Namespace : NamespaceAlias; 156 /// \brief Retrieve the namespace stored in this nested name specifier. 164 /// \brief Retrieve the namespace alias stored in this nested name specifier. 197 case Namespace: 227 case Namespace: 246 case Namespace: 273 case Namespace [all...] |
/external/clang/lib/Lex/ |
Pragma.cpp | 29 using namespace clang; 68 "A handler with this name is already registered in this namespace"); 74 "Handler not registered in this namespace"); 81 // Read the 'namespace' that the directive is in, e.g. STDC. Do not macro 115 // Invoke the first level of pragma handlers which reads the namespace id. 125 namespace { 727 /// If 'Namespace' is non-null, then it is a token required to exist on the 729 void Preprocessor::AddPragmaHandler(StringRef Namespace, 733 // If this is specified to be in a namespace, step down into it. 734 if (!Namespace.empty()) [all...] |
/external/ltp/testcases/kernel/containers/pidns/ |
README | 23 A pid namespace is a view of particular set of tasks on the system. For processes, a process may have pid 1234 in one namespace, but have pid 1 in another.This allows processes to use process ids which are in use in other pid namespaces, without having to worry about what pids exist in other namespaces. 25 "A process has a pid in every ancestor pid namespaces up to the initial pid namespace. If process B is in a child namespace relative to process A, then process A will see process B by the pid which is valid in process A's pid namespace." 27 "Another way of specifying process visibility, then is that process A will see all tasks which have a valid pid in process A's pid namespace." 34 2> After creation of container the PID Namespace of the container should have the parent group id as 1 and also session id as 1. 35 3> Create container: pass the parent namespacei id: mount /proc directory: check parent namespace id inside container: if it is exiting then PASS otherwise FAIL.
|
/external/clang/include/clang/Index/ |
IndexSymbol.h | 17 namespace clang { 21 namespace index { 27 Namespace, 126 } // namespace index 127 } // namespace clang
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/ |
IndexSymbol.h | 17 namespace clang { 21 namespace index { 27 Namespace, 150 } // namespace index 151 } // namespace clang
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/ |
IndexSymbol.h | 17 namespace clang { 21 namespace index { 27 Namespace, 152 } // namespace index 153 } // namespace clang
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/ |
IndexSymbol.h | 17 namespace clang { 21 namespace index { 27 Namespace, 152 } // namespace index 153 } // namespace clang
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/ |
IndexSymbol.h | 17 namespace clang { 21 namespace index { 27 Namespace, 155 } // namespace index 156 } // namespace clang
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/ |
IndexSymbol.h | 17 namespace clang { 21 namespace index { 27 Namespace, 155 } // namespace index 156 } // namespace clang
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/ |
IndexSymbol.h | 17 namespace clang { 21 namespace index { 27 Namespace, 155 } // namespace index 156 } // namespace clang
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/ |
IndexSymbol.h | 17 namespace clang { 21 namespace index { 27 Namespace, 155 } // namespace index 156 } // namespace clang
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/ |
IndexSymbol.h | 17 namespace clang { 21 namespace index { 27 Namespace, 150 } // namespace index 151 } // namespace clang
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/ |
IndexSymbol.h | 17 namespace clang { 21 namespace index { 27 Namespace, 152 } // namespace index 153 } // namespace clang
|