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

  /external/owasp/sanitizer/src/main/org/owasp/html/
Strings.java 76 CharSequence a, int aoffset, CharSequence b, int boffset, int n) {
77 if (aoffset + n > a.length() || boffset + n > b.length()) { return false; }
79 char c = a.charAt(aoffset + i), d = b.charAt(boffset + i);
  /external/chromium_org/third_party/libjpeg_turbo/
tjunittest.c 162 int aoffset=alphaOffset[pf]; local
178 a=aoffset>=0? buf[index*ps+aoffset]:0xFF;
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc     [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 1196 double angle=0.0, aoffset=0.0, maxDist, dist; local
1965 double angle=0.0, aoffset=0.0, maxDist, dist; local
    [all...]
rpng2-win.c 969 double angle=0.0, aoffset=0.0, maxDist, dist; local
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlobj.h 1732 UINT aoffset[1]; member in struct:_IDA
    [all...]

Completed in 219 milliseconds