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

  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 190 String nad = methInfo.getNameAndDescriptor(); local
191 if (nad.startsWith(shortKey))
  /external/libnfc-nxp/src/
phHciNfc_NfcIPMgmt.h 163 uint8_t nad; member in struct:phHciNfc_NfcIP_Info
379 * The phHciNfc_NfcIP_SetNAD function sets the NAD value
386 * \param[in] nad Node address, this will be used as
400 uint8_t nad
431 * the host type (initiator or target) like PSL, NAD and DID
438 * \param[in] nfcip_options specifies enabled options PSL, NAD and DID
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local
484 nad = adx*adx+ady*ady;
487 return( (0.0 < (nad * (bdx * cdy - bdy * cdx)
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local
484 nad = adx*adx+ady*ady;
487 return( (0.0 < (nad * (bdx * cdy - bdy * cdx)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local
484 nad = adx*adx+ady*ady;
487 return( (0.0 < (nad * (bdx * cdy - bdy * cdx)

Completed in 124 milliseconds