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

  /external/elfutils/src/libdwfl/
dwfl_build_id_find_elf.c 42 char id_name[sizeof "/.build-id/" + 1 + id_len * 2 + sizeof ".debug" - 1]; local
43 strcpy (id_name, "/.build-id/");
44 int n = snprintf (&id_name[sizeof "/.build-id/" - 1],
49 n = snprintf (&id_name[sizeof "/.build-id/" - 1 + 3 + (i - 1) * 2],
54 strcpy (&id_name[sizeof "/.build-id/" - 1 + 3 + (id_len - 1) * 2],
73 char *name = malloc (dirlen + sizeof id_name);
76 memcpy (mempcpy (name, dir, dirlen), id_name, sizeof id_name); local
  /external/google-breakpad/src/testing/src/
gmock-internal-utils.cc 54 GTEST_API_ string ConvertIdentifierNameToWords(const char* id_name) {
57 for (const char* p = id_name; *p != '\0'; prev_char = *(p++)) {
  /external/lldb/include/lldb/Core/
History.h 99 HistorySourceUInt (const char *id_name, uintptr_t start_value = 0u) :
101 m_name (id_name),
  /external/lldb/source/Expression/
ClangASTSource.cpp 601 static ConstString id_name("id");
604 if (name == id_name || name == Class_name)
    [all...]
ClangExpressionDeclMap.cpp 886 static ConstString id_name("id");
889 if (name == id_name || name == Class_name)
    [all...]
  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 56 GTEST_API_ string ConvertIdentifierNameToWords(const char* id_name);
  /frameworks/base/docs/html/guide/topics/resources/
more-resources.jd 365 name="<em>id_name</em>" /&gt;
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 449 milliseconds