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

  /external/smack/src/org/xbill/DNS/
SetResponse.java 8 * The Response from a query to Cache.lookupRecords() or Zone.findRecords()
Cache.java 512 lookupRecords(Name name, int type, int minCred) {
518 SetResponse cr = lookupRecords(name, type, minCred);
526 * Looks up credible Records in the Cache (a wrapper around lookupRecords).
527 * Unlike lookupRecords, this given no indication of why failure occurred.
539 * Looks up Records in the Cache (a wrapper around lookupRecords). Unlike
540 * lookupRecords, this given no indication of why failure occurred.
Lookup.java 453 SetResponse sr = cache.lookupRecords(current, type, credibility);
495 sr = cache.lookupRecords(current, type, credibility);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 947 const LookupRecord lookupRecord[] /* Array of LookupRecords--in design order */)
957 const LookupRecord lookupRecord[], /* Array of LookupRecords--in design order */
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 918 const LookupRecord lookupRecord[] /* Array of LookupRecords--in design order */)
930 const LookupRecord lookupRecord[] /* Array of LookupRecords--in design order */)
    [all...]

Completed in 825 milliseconds