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

  /external/harfbuzz/src/
harfbuzz-dump.c 648 const char *lookup_name; local
656 lookup_name = "SINGLE";
660 lookup_name = "MULTIPLE";
663 lookup_name = "ALTERNATE";
666 lookup_name = "LIGATURE";
670 lookup_name = "CONTEXT";
674 lookup_name = "CHAIN";
678 lookup_name = "(unknown)";
688 lookup_name = "SINGLE";
692 lookup_name = "PAIR"
    [all...]
  /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...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 1016 const char *lookup_name; local
1019 lookup_name = strrchr(name, ':');
1020 if (lookup_name != NULL)
1021 lookup_name++;
1023 lookup_name = name;
1028 if (!strcmp(vi->name, lookup_name))
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1152 const char *lookup_name; local
1155 lookup_name = strrchr(name, ':');
1156 if (lookup_name != NULL)
1157 lookup_name++;
1159 lookup_name = name;
1164 if (!strcmp(vi->name, lookup_name))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 876 extern tree lookup_name (tree);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 876 extern tree lookup_name (tree);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 876 extern tree lookup_name (tree);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 876 extern tree lookup_name (tree);
    [all...]

Completed in 900 milliseconds