HomeSort by relevance Sort by last modified time
    Searched defs:fqn (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
Splitter.h 61 std::string fqn; member in class:llvm::LoopSplitter
RenderMachineFunction.h 243 std::string fqn; member in class:llvm::RenderMachineFunction
  /system/core/nexus/
PropertyManager.cpp 204 char fqn[255]; local
207 snprintf(fqn, sizeof(fqn), "%s.%s%s",
210 if (!strcasecmp(name, fqn)) {
233 char fqn[255]; local
236 snprintf(fqn, sizeof(fqn), "%s.%s%s",
239 if (!strcasecmp(name, fqn)) {
265 char fqn[255]; local
268 snprintf(fqn, sizeof(fqn), "%s.%s%s"
    [all...]