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

  /bionic/libc/dns/nameser/
ns_name.c 734 /* Find the number of octets an nname takes up, including the root label.
739 ns_name_length(ns_nname_ct nname, size_t namesiz) {
740 ns_nname_ct orig = nname;
743 while (namesiz-- > 0 && (n = *nname++) != 0) {
752 nname += n;
755 return (nname - orig);
758 /* Compare two nname's for equality. Return -1 on error (setting errno).
805 /* Build an array of <base,len> tuples from an nname, top-down order.
809 ns_name_map(ns_nname_ct nname, size_t namelen, ns_namemap_t map, int mapsize) {
813 n = *nname++
    [all...]
ns_parse.c 234 rr->nname, NS_MAXNNAME, &rr->nnamel);
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 259 * nname Pointer to the name of the new symbol
275 const char *nname,
  /bionic/libc/include/arpa/
nameser.h 172 ns_nname nname; member in struct:__ns_rr2
182 #define ns_rr_nname(rr) ((const ns_nname_t)(rr).nname)
  /development/ndk/platforms/android-L/include/arpa/
nameser.h 172 ns_nname nname; member in struct:__ns_rr2
182 #define ns_rr_nname(rr) ((const ns_nname_t)(rr).nname)
  /external/chromium_org/third_party/skia/tools/lua/
bbh_filter.lua 123 io.write ("{\nname = \"", t.fileName, "\", \nverbs = {\n")
  /external/skia/tools/lua/
bbh_filter.lua 123 io.write ("{\nname = \"", t.fileName, "\", \nverbs = {\n")
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/arpa/
nameser.h 172 ns_nname nname; member in struct:__ns_rr2
182 #define ns_rr_nname(rr) ((const ns_nname_t)(rr).nname)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/arpa/
nameser.h 172 ns_nname nname; member in struct:__ns_rr2
182 #define ns_rr_nname(rr) ((const ns_nname_t)(rr).nname)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/arpa/
nameser.h 172 ns_nname nname; member in struct:__ns_rr2
182 #define ns_rr_nname(rr) ((const ns_nname_t)(rr).nname)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/arpa/
nameser.h 172 ns_nname nname; member in struct:__ns_rr2
182 #define ns_rr_nname(rr) ((const ns_nname_t)(rr).nname)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/arpa/
nameser.h 172 ns_nname nname; member in struct:__ns_rr2
182 #define ns_rr_nname(rr) ((const ns_nname_t)(rr).nname)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser.h 172 ns_nname nname; member in struct:__ns_rr2
182 #define ns_rr_nname(rr) ((const ns_nname_t)(rr).nname)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 1095 String nname = (String) m_entities.elementAt(i local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 2057 String nname = parser.getAttributeValue(null, "new"); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 4 'atom-identifiers': '\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom is a name. See section\n*Identifiers and keywords* for lexical definition and section *Naming\nand binding* for documentation of naming and binding.\n\nWhen the name is bound to an object, evaluation of the atom yields\nthat object. When a name is not bound, an attempt to evaluate it\nraises a ``NameError`` exception.\n\n**Private name mangling:** When an identifier that textually occurs in\na class definition begins with two or more underscore characters and\ndoes not end in two or more underscores, it is considered a *private\nname* of that class. Private names are transformed to a longer form\nbefore code is generated for them. The transformation inserts the\nclass name, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier\n``__spam`` occurring in a class named ``Ham`` will be transformed to\n``_Ham__spam``. This transformation is independent of the syntactical\ncontext in which the identifier is used. If the transformed name is\nextremely long (longer than 255 characters), implementation defined\ntruncation may happen. If the class name consists only of underscores,\nno transformation is done.\n',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 4 'atom-identifiers': '\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom is a name. See section\n*Identifiers and keywords* for lexical definition and section *Naming\nand binding* for documentation of naming and binding.\n\nWhen the name is bound to an object, evaluation of the atom yields\nthat object. When a name is not bound, an attempt to evaluate it\nraises a ``NameError`` exception.\n\n**Private name mangling:** When an identifier that textually occurs in\na class definition begins with two or more underscore characters and\ndoes not end in two or more underscores, it is considered a *private\nname* of that class. Private names are transformed to a longer form\nbefore code is generated for them. The transformation inserts the\nclass name, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier\n``__spam`` occurring in a class named ``Ham`` will be transformed to\n``_Ham__spam``. This transformation is independent of the syntactical\ncontext in which the identifier is used. If the transformed name is\nextremely long (longer than 255 characters), implementation defined\ntruncation may happen. If the class name consists only of underscores,\nno transformation is done.\n',
    [all...]

Completed in 1567 milliseconds