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
  /toolchain/binutils/binutils-2.27/gold/
binary.cc 158 std::string mangled_name = this->filename_; local
159 for (std::string::iterator p = mangled_name.begin();
160 p != mangled_name.end();
164 mangled_name = "_binary_" + mangled_name;
165 std::string start_symbol_name = mangled_name + "_start";
166 std::string end_symbol_name = mangled_name + "_end";
167 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);
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 87 const ResourceName* mangled_name = name_with_package; local
91 mangled_name = &mangled_name_impl.value();
94 std::unique_ptr<Symbol> symbol = delegate_->FindByName(*mangled_name, sources_);
  /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))
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 378 std::string mangled_name; local
379 llvm::raw_string_ostream ostream(mangled_name);
382 return mangled_name;
889 std::string mangled_name = local
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 1296 def mangled_name(self): member in class:Cursor
    [all...]
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 1364 Maybe<ResourceName> mangled_name = context_->GetNameMangler()->MangleName(res_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 493 milliseconds