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

  /external/libexif/libexif/canon/
mnote-canon-entry.h 1 /* mnote-canon-entry.h
26 #include <libexif/canon/mnote-canon-tag.h>
exif-mnote-data-canon.h 1 /* exif-mnote-data-canon.h
32 #include <libexif/canon/mnote-canon-entry.h>
46 /*! Detect if MakerNote is recognized as one handled by the Canon module.
48 * \param[in] ed image #ExifData to identify as as a Canon type
  /external/libexif/libexif/
Android.mk 41 canon/exif-mnote-data-canon.c \
42 canon/mnote-canon-entry.c \
43 canon/mnote-canon-tag.c \
exif-data.c 33 #include <libexif/canon/exif-mnote-data-canon.h>
749 "ExifData", "Canon MakerNote variant type %d", mnoteid);
    [all...]
  /external/libexif/contrib/watcom/
Makefile 79 $(LIBEXIFDIR)\exif-mnote-data-canon.obj &
80 $(LIBEXIFDIR)\mnote-canon-entry.obj &
81 $(LIBEXIFDIR)\mnote-canon-tag.obj &
150 $(LIBEXIFDIR)\exif-mnote-data-canon.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\exif-mnote-data-canon.c
153 $(LIBEXIFDIR)\mnote-canon-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\mnote-canon-entry.c
156 $(LIBEXIFDIR)\mnote-canon-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\mnote-canon-tag.
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locutil.cpp 106 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
107 if (buf != 0 && canon != 0) {
110 uloc_canonicalize(buf, canon, buflen, &ec);
112 result = UnicodeString(canon);
116 uprv_free(canon);
  /external/elfutils/0.153/libdwfl/
find-debuginfo.c 305 char *canon = canonicalize_file_name (file_name); local
306 if (canon != NULL && strcmp (file_name, canon))
307 fd = find_debuginfo_in_path (mod, canon,
310 free (canon);
  /external/icu/icu4c/source/common/
locutil.cpp 106 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
107 if (buf != 0 && canon != 0) {
110 uloc_canonicalize(buf, canon, buflen, &ec);
112 result = UnicodeString(canon);
116 uprv_free(canon);
  /external/chromium_org/third_party/icu/source/extra/uconv/
uconv.cpp 193 be printed, otherwise all converters will be printed. If canon is non
198 UBool canon)
208 if (!canon) {
216 in non-canon mode). But since we do not know at this
232 single converter to print but in canon mode, hence we need to
253 if (canon) {
258 if (canon) {
266 if (canon) {
313 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") ,
315 (canon ? "" : " "))
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 193 be printed, otherwise all converters will be printed. If canon is non
198 UBool canon)
208 if (!canon) {
216 in non-canon mode). But since we do not know at this
232 single converter to print but in canon mode, hence we need to
253 if (canon) {
258 if (canon) {
266 if (canon) {
313 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") ,
315 (canon ? "" : " "))
    [all...]
  /external/dnsmasq/src/
cache.c 825 char *canon; local
832 if ((canon = canonicalise(token, &nomem)))
837 strlen(canon)+2+strlen(domain_suffix)-SMALLDNAME)))
839 strcpy(cache->name.sname, canon);
846 if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon)+1-SMALLDNAME)))
848 strcpy(cache->name.sname, canon);
852 free(canon);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 181 char* canon = NULL; local
196 canon = (char*) uprv_malloc(canonCapacity);
197 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
203 strnrepchr(canon, canonLen, '_', '-');
204 return canon;
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 191 char* canon = NULL; local
206 canon = (char*) uprv_malloc(canonCapacity);
207 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
213 strnrepchr(canon, canonLen, '_', '-');
214 return canon;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp     [all...]
  /external/skia/src/core/
SkPaint.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
translit.h 343 * @param canon canonical ID to assign to the object, or
350 const UnicodeString* canon);
    [all...]
  /external/clang/include/clang/AST/
Type.h 4700 QualType canon = getCommonPtr()->CanonicalType; local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
translit.h 343 * @param canon canonical ID to assign to the object, or
350 const UnicodeString* canon);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 1457 unibrow::uchar canon[unibrow::Ecma262Canonicalize::kMaxWidth]; local
1499 unibrow::uchar canon[unibrow::CanonicalizationRange::kMaxWidth]; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
translit.cpp     [all...]
  /external/icu/icu4c/source/i18n/
translit.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 2016 QualType canon; local
2625 QualType canon = getQualifiedType(QualType(canonTy,0), local
    [all...]
Type.cpp 2367 const Type *canon = getCanonicalTypeInternal().getTypePtr(); local
    [all...]
  /external/chromium_org/third_party/libxml/src/
encoding.c 1746 const char* canon; local
    [all...]
  /external/libxml2/
encoding.c 1755 const char* canon; local
    [all...]

Completed in 680 milliseconds