HomeSort by relevance Sort by last modified time
    Searched full:mangled_name (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 90 std::string mangled_name = pInput.path().filename().native(); local
91 for (std::string::iterator it = mangled_name.begin(),
92 ie = mangled_name.end(); it != ie; ++it) {
99 "_binary_" + mangled_name + "_start",
109 "_binary_" + mangled_name + "_end",
119 "_binary_" + mangled_name + "_size",
  /build/tools/
adbs 43 mangled_name = re.sub('<', '\<', list[0]);
44 mangled_name = re.sub('>', '\>', mangled_name);
45 cmd = cppfilt_cmd + " " + mangled_name
  /external/oprofile/libregex/tests/
regex_test.cpp 77 << "\"mangled_name\"\n" << endl;
  /external/chromium_org/third_party/angle_dx11/src/compiler/
OutputGLSLBase.h 52 TString hashFunctionName(const TString& mangled_name);
OutputGLSLBase.cpp 785 TString TOutputGLSLBase::hashFunctionName(const TString& mangled_name)
787 TString name = TFunction::unmangleName(mangled_name);
788 if (mSymbolTable.findBuiltIn(mangled_name) != NULL || name == "main")
  /external/chromium_org/tools/grit/grit/format/
android_xml.py 144 mangled_name = item.GetTextualIds()[0]
145 match = _NAME_PATTERN.match(mangled_name)
147 raise Exception('Unexpected resource name: %s' % mangled_name)
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 379 mangled_name = name + '_'.join(mangled_items)
380 assert re.match(r'[0-9a-zA-Z_]+', mangled_name)
381 return mangled_name
    [all...]
  /external/gcc-demangle/
cp-demangle.c     [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 494 #define OPERATOR_NEW_BODY(mangled_name) \
499 SCOPED_INTERCEPTOR_RAW(mangled_name, size); \
529 #define OPERATOR_DELETE_BODY(mangled_name) \
534 SCOPED_INTERCEPTOR_RAW(mangled_name, ptr); \
    [all...]
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 329 extern "C" char *__cxa_demangle(const char *mangled_name, char *output_buffer,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 168 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h 165 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h 165 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 168 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 168 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 168 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 168 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 165 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cxxabi.h 165 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 172 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 172 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cxxabi.h 175 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 4402 const char *mangled_name; member in struct:operator_name_info_t
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 4402 const char *mangled_name; member in struct:operator_name_info_t
    [all...]

Completed in 7244 milliseconds

1 2