Searched refs:Components (Results 1 – 14 of 14) sorted by relevance
/external/jhead/ |
D | makernote.c | 38 int Tag, Format, Components; in ProcessCanonMakerNoteDir() local 46 Components = Get32u(DirEntry+4); in ProcessCanonMakerNoteDir() 54 if ((unsigned)Components > 0x10000){ in ProcessCanonMakerNoteDir() 55 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag); in ProcessCanonMakerNoteDir() 59 ByteCount = Components * BytesPerFormat[Format]; in ProcessCanonMakerNoteDir() 119 if (Tag == 1 && Components > 16){ in ProcessCanonMakerNoteDir() 127 if (Components > 7){ in ProcessCanonMakerNoteDir() 138 if (Components > 19 && ImageInfo.Distance <= 0) { in ProcessCanonMakerNoteDir()
|
D | gpsinfo.c | 145 unsigned Tag, Format, Components; in ProcessGpsInfo() local 159 Components = Get32u(DirEntry+4); in ProcessGpsInfo() 168 ByteCount = Components * ComponentSize; in ProcessGpsInfo() 171 …s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize, in ProcessGpsInfo() 327 if (++a >= Components) break; in ProcessGpsInfo()
|
D | exif.c | 509 int Tag, Format, Components; in ProcessExifDir() local 517 Components = Get32u(DirEntry+4); in ProcessExifDir() 525 if ((unsigned)Components > 0x10000){ in ProcessExifDir() 526 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag); in ProcessExifDir() 530 ByteCount = Components * BytesPerFormat[Format]; in ProcessExifDir()
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/ |
D | shell.js | 386 var preferences = Components.classes['@mozilla.org/preferences;1']; 393 getService(Components.interfaces.nsIPrefService); 443 var preferences = Components.classes['@mozilla.org/preferences;1']; 450 getService(Components.interfaces.nsIPrefService);
|
/external/chromium/base/third_party/icu/ |
D | README | 2 UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
D | string-base64.js | 114 throw Components.Exception('Corrupted base64 string');
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
D | string-base64.js | 114 throw Components.Exception('Corrupted base64 string');
|
/external/chromium/third_party/icu/source/data/misc/ |
D | icudata.rc | 55 VALUE "ProductName", "International Components for Unicode\0"
|
/external/chromium/third_party/icu/source/io/ |
D | io.rc | 84 VALUE "ProductName", "International Components for Unicode\0"
|
/external/chromium/third_party/icu/source/common/ |
D | common.rc | 84 VALUE "ProductName", "International Components for Unicode\0"
|
/external/chromium/third_party/icu/source/i18n/ |
D | i18n.rc | 84 VALUE "ProductName", "International Components for Unicode\0"
|
/external/chromium/googleurl/src/ |
D | gurl_unittest.cc | 68 TEST(GURLTest, Components) { in TEST() argument
|
/external/jpeg/ |
D | wizard.doc | 135 the scan. Components are numbered in the order in which they appear in the
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 110381 ** ("International Components for Unicode", an open-source library
|