HomeSort by relevance Sort by last modified time
    Searched defs:mangled_name (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tools/aapt2/
NameMangler_test.cpp 29 std::string mangled_name = NameMangler::MangleEntry(package, name); local
30 EXPECT_EQ(mangled_name, "android.appcompat$Platform.AppCompat");
33 std::string unmangled_name = mangled_name;
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 81 std::string mangled_name = pInput.path().filename().native(); local
82 for (std::string::iterator it = mangled_name.begin(), ie = mangled_name.end();
91 "_binary_" + mangled_name + "_start",
101 "_binary_" + mangled_name + "_end",
111 "_binary_" + mangled_name + "_size",
  /external/google-breakpad/src/common/dwarf/
functioninfo.h 52 string mangled_name; member in struct:dwarf2reader::FunctionInfo
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 86 const ResourceName* mangled_name = name_with_package; local
90 mangled_name = &mangled_name_impl.value();
93 std::unique_ptr<Symbol> symbol = delegate_->FindByName(*mangled_name, sources_);
  /toolchain/binutils/binutils-2.25/gold/
binary.cc 152 std::string mangled_name = this->filename_; local
153 for (std::string::iterator p = mangled_name.begin();
154 p != mangled_name.end();
158 mangled_name = "_binary_" + mangled_name;
159 std::string start_symbol_name = mangled_name + "_start";
160 std::string end_symbol_name = mangled_name + "_end";
161 std::string size_symbol_name = mangled_name + "_size";
  /external/syslinux/core/fs/
fs.c 344 char mangled_name[FILENAME_MAX]; local
348 mangle_name(mangled_name, name);
349 rv = searchdir(mangled_name, flags);
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 141 std::string mangled_name; local
142 llvm::raw_string_ostream ostream(mangled_name);
145 return mangled_name;
522 std::string mangled_name = ABIWrapper::GetTypeLinkageName(basic_type); local
524 std::string linker_key = (mangled_name == "") ? qualified_name : mangled_name;
531 record_declp->set_mangled_record_name(mangled_name);
627 std::string mangled_name = local
632 mangled_name, true)) {
  /external/syslinux/core/fs/fat/
fat.c 445 char mangled_name[12]; local
466 mangle_dos_name(mangled_name, dname);
530 if (!memcmp(mangled_name, de->name, 11))
  /external/clang/bindings/python/clang/
cindex.py 1296 def mangled_name(self): member in class:Cursor
    [all...]
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 1186 Maybe<ResourceName> mangled_name = local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 4651 const char *mangled_name; member in struct:operator_name_info_t
    [all...]

Completed in 548 milliseconds