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

  /external/lldb/include/lldb/Breakpoint/
BreakpointResolverName.h 92 ConstString lookup_name; member in struct:lldb_private::BreakpointResolverName::LookupInfo
98 lookup_name(),
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-dump.c 646 const char *lookup_name; local
654 lookup_name = "SINGLE";
658 lookup_name = "MULTIPLE";
661 lookup_name = "ALTERNATE";
664 lookup_name = "LIGATURE";
668 lookup_name = "CONTEXT";
672 lookup_name = "CHAIN";
676 lookup_name = "(unknown)";
686 lookup_name = "SINGLE";
690 lookup_name = "PAIR"
    [all...]
  /external/lldb/source/Breakpoint/
BreakpointResolverName.cpp 114 lookup.lookup_name = lookup.name;
136 lookup.lookup_name = objc_name;
146 Module::PrepareForFunctionNameLookup(lookup.name, name_type_mask, lookup.lookup_name, lookup.name_type_mask, lookup.match_name_after_lookup);
219 context.module_sp->FindFunctions (lookup.lookup_name,
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 625 char * lookup_name
792 char lookup_name [k_hostname_maxlen + 1]; local
805 if (is_applicable_name (&result, name, lookup_name))
    [all...]
  /external/lldb/source/Core/
ModuleList.cpp 344 ConstString lookup_name; local
348 lookup_name,
356 (*pos)->FindFunctions (lookup_name,
408 ConstString lookup_name; local
412 lookup_name,
420 (*pos)->FindFunctionSymbols (lookup_name,
    [all...]
Module.cpp 608 ConstString lookup_name; local
613 lookup_name,
619 symbols->FindFunctions(lookup_name,
631 symtab->FindFunctionSymbols(lookup_name, lookup_name_type_mask, sc_list);
    [all...]
  /external/lldb/include/lldb/Core/
Module.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 380 lookup_name = langname + '.' + encoding
381 code = locale_alias.get(lookup_name, None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 380 lookup_name = langname + '.' + encoding
381 code = locale_alias.get(lookup_name, None)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1211 const char *lookup_name; local
1214 lookup_name = strrchr(name, ':');
1215 if (lookup_name != NULL)
1216 lookup_name++;
1218 lookup_name = name;
1223 if (!strcmp(vi->name, lookup_name))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h     [all...]

Completed in 182 milliseconds