HomeSort by relevance Sort by last modified time
    Searched full:orig_name (Results 1 - 14 of 14) sorted by null

  /external/compiler-rt/lib/sanitizer_common/scripts/
gen_dynamic_list.py 64 orig_name = match.group(1)
65 if orig_name in function_set and orig_name not in versioned_functions:
66 result.append(orig_name)
  /external/ltrace/
ltrace-elf.c 949 const char *orig_name = strtab + sym.st_name; local
950 const char *version = strchr(orig_name, '@');
951 size_t len = version != NULL ? (assert(version > orig_name),
952 (size_t)(version - orig_name))
953 : strlen(orig_name);
955 memcpy(name, orig_name, len);
    [all...]
  /external/qemu/hw/core/
loader.c 394 #define ORIG_NAME 8
420 if ((flags & ORIG_NAME) != 0)
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.cpp 1565 const char *orig_name; member in class:tfeedback_decl
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 1565 const char *orig_name; member in class:tfeedback_decl
    [all...]
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 444 const char *orig_name)
450 if (fi->getName().str().find(orig_name) != std::string::npos)
  /external/tcpdump/
tcpdump.c 603 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars)
621 strftime(filename, PATH_MAX, orig_name, local_tm);
623 strncpy(filename, orig_name, PATH_MAX);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 144 for orig_name, module in orig_modules.items():
145 sys.modules[orig_name] = module
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 144 for orig_name, module in orig_modules.items():
145 sys.modules[orig_name] = module
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libc-2.11.1.so 
libc.so.6 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc-2.11.1.so 
libc.so.6 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 292 milliseconds