HomeSort by relevance Sort by last modified time
    Searched refs:SplitName (Results 1 - 18 of 18) sorted by null

  /frameworks/base/tools/aapt2/xml/
XmlPullParser.cpp 197 static void SplitName(const char* name, std::string* out_ns, std::string* out_name) {
232 SplitName(name, &data.data1, &data.data2);
236 SplitName(*attrs++, &attribute.namespace_uri, &attribute.name);
264 SplitName(name, &data.data1, &data.data2);
XmlDom.cpp 50 static void SplitName(const char* name, std::string* out_ns, std::string* out_name) {
121 SplitName(name, &el->namespace_uri, &el->name);
125 SplitName(*attrs++, &attribute.namespace_uri, &attribute.name);
  /external/llvm/include/llvm/IR/
DIBuilder.h 94 /// \param SplitName The name of the file that we'll split debug info
101 unsigned RV, StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 104 /// \param SplitName The name of the file that we'll split debug info
114 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DIBuilder.h 108 /// \param SplitName The name of the file that we'll split debug info
118 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DIBuilder.h 108 /// \param SplitName The name of the file that we'll split debug info
118 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 104 /// \param SplitName The name of the file that we'll split debug info
114 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DIBuilder.h 108 /// \param SplitName The name of the file that we'll split debug info
118 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DIBuilder.h 108 /// \param SplitName The name of the file that we'll split debug info
118 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DIBuilder.h 119 /// \param SplitName The name of the file that we'll split debug info
131 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DIBuilder.h 119 /// \param SplitName The name of the file that we'll split debug info
131 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DIBuilder.h 119 /// \param SplitName The name of the file that we'll split debug info
131 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DIBuilder.h 119 /// \param SplitName The name of the file that we'll split debug info
131 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DIBuilder.h 119 /// \param SplitName The name of the file that we'll split debug info
131 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DIBuilder.h 119 /// \param SplitName The name of the file that we'll split debug info
131 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DIBuilder.h 119 /// \param SplitName The name of the file that we'll split debug info
131 StringRef SplitName = StringRef(),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DIBuilder.h 119 /// \param SplitName The name of the file that we'll split debug info
131 StringRef SplitName = StringRef(),
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 113 bool isOptimized, StringRef Flags, unsigned RunTimeVer, StringRef SplitName,
125 isOptimized, Flags, RunTimeVer, SplitName, Kind, nullptr, nullptr,
    [all...]

Completed in 598 milliseconds