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

1 2

  /hardware/intel/img/libdrm/libdrm/radeon/
radeon_bo.h 54 struct radeon_bo_manager *bom; member in struct:radeon_bo
60 struct radeon_bo *(*bo_open)(struct radeon_bo_manager *bom,
95 static inline struct radeon_bo *_radeon_bo_open(struct radeon_bo_manager *bom,
107 bo = bom->funcs->bo_open(bom, handle, size, alignment, domains, flags);
110 bo->track = radeon_tracker_add_track(&bom->tracker, bo->handle);
126 bo->bom->funcs->bo_ref(bo);
138 radeon_tracker_remove_track(&bo->bom->tracker, bo->track);
142 return bo->bom->funcs->bo_unref(bo);
151 return bo->bom->funcs->bo_map(bo, write)
    [all...]
radeon_bo_gem.c 61 static struct radeon_bo *bo_open(struct radeon_bo_manager *bom,
76 bo->base.bom = bom;
89 r = ioctl(bom->fd, DRM_IOCTL_GEM_OPEN, &open_arg);
105 r = drmCommandWriteRead(bom->fd, DRM_RADEON_GEM_CREATE,
142 ioctl(bo->bom->fd, DRM_IOCTL_GEM_CLOSE, &args);
166 r = drmCommandWriteRead(bo->bom->fd,
175 ptr = mmap(0, args.size, PROT_READ|PROT_WRITE, MAP_SHARED, bo->bom->fd, args.addr_ptr);
206 ret = drmCommandWriteRead(bo->bom->fd, DRM_RADEON_GEM_WAIT_IDLE,
220 ret = drmCommandWriteRead(bo->bom->fd, DRM_RADEON_GEM_BUSY
    [all...]
radeon_bo_gem.h 38 void radeon_bo_manager_gem_dtor(struct radeon_bo_manager *bom);
  /external/chromium_org/chrome/browser/chromeos/login/
hwid_checker.cc 64 std::string bom;
65 if (!RE2::FullMatch(hwid, "[A-Z0-9]+ ((?:[A-Z2-7]{4}-)*[A-Z2-7]{1,4})", &bom))
67 if (bom.length() < 2)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_screen.h 105 struct radeon_bo_manager *bom; member in struct:radeon_screen
radeon_screen.c 246 image->bo = radeon_bo_open(radeonScreen->bom,
346 image->bo = radeon_bo_open(radeonScreen->bom,
538 screen->bom = radeon_bo_manager_gem_ctor(sPriv->fd);
539 if (screen->bom == NULL) {
557 radeon_tracker_print(&screen->bom->tracker, stderr);
559 radeon_bo_manager_gem_dtor(screen->bom);
radeon_buffer_objects.c 104 radeon_obj->bo = radeon_bo_open(radeon->radeonScreen->bom,
radeon_pixel_read.c 142 dst_buffer = radeon_bo_open(radeon->radeonScreen->bom, 0, dst_imagesize, 1024, RADEON_GEM_DOMAIN_GTT, 0);
radeon_queryobj.c 117 query->bo = radeon_bo_open(radeon->radeonScreen->bom, 0, RADEON_QUERY_PAGE_SIZE, RADEON_QUERY_PAGE_SIZE, RADEON_GEM_DOMAIN_GTT, 0);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.h 105 struct radeon_bo_manager *bom; member in struct:radeon_screen
radeon_screen.c 246 image->bo = radeon_bo_open(radeonScreen->bom,
346 image->bo = radeon_bo_open(radeonScreen->bom,
538 screen->bom = radeon_bo_manager_gem_ctor(sPriv->fd);
539 if (screen->bom == NULL) {
557 radeon_tracker_print(&screen->bom->tracker, stderr);
559 radeon_bo_manager_gem_dtor(screen->bom);
radeon_buffer_objects.c 104 radeon_obj->bo = radeon_bo_open(radeon->radeonScreen->bom,
radeon_pixel_read.c 142 dst_buffer = radeon_bo_open(radeon->radeonScreen->bom, 0, dst_imagesize, 1024, RADEON_GEM_DOMAIN_GTT, 0);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
UTF16CharsetDecoderTest.java 36 bom = "\ufeff";
49 // if don't specified BOM
  /external/chromium_org/third_party/sqlite/src/src/
utf.c 31 ** BOM or Byte Order Mark:
350 u8 bom = 0; local
357 bom = SQLITE_UTF16BE;
360 bom = SQLITE_UTF16LE;
364 if( bom ){
372 pMem->enc = bom;
  /external/chromium_org/third_party/icu/source/common/
ucnv_u32.c 226 /* write the BOM if necessary */
228 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
230 bom, 4,
329 /* write the BOM if necessary */
331 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
333 bom, 4,
704 /* write the BOM if necessary */
706 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
708 bom, 4,
815 /* write the BOM if necessary *
817 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
    [all...]
ucnv_u16.c 32 * "with BOM" variants of UTF-16BE and UTF-16LE.
68 /* write the BOM if necessary */
70 static const char bom[]={ (char)0xfe, (char)0xff }; local
72 bom, 2,
573 cnv->mode=8; /* no BOM handling */
575 cnv->mode=0; /* Java-specific "UnicodeBig" requires BE BOM or no BOM */
579 /* reset fromUnicode for "UnicodeBig": prepare to output the UTF-16BE BOM */
667 /* write the BOM if necessary */
669 static const char bom[]={ (char)0xff, (char)0xfe } local
    [all...]
  /external/icu/icu4c/source/common/
ucnv_u32.c 227 /* write the BOM if necessary */
229 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
231 bom, 4,
330 /* write the BOM if necessary */
332 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
334 bom, 4,
705 /* write the BOM if necessary */
707 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
709 bom, 4,
816 /* write the BOM if necessary *
818 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
    [all...]
ucnv_u16.c 32 * "with BOM" variants of UTF-16BE and UTF-16LE.
68 /* write the BOM if necessary */
70 static const char bom[]={ (char)0xfe, (char)0xff }; local
72 bom, 2,
573 cnv->mode=8; /* no BOM handling */
575 cnv->mode=0; /* Java-specific "UnicodeBig" requires BE BOM or no BOM */
579 /* reset fromUnicode for "UnicodeBig": prepare to output the UTF-16BE BOM */
667 /* write the BOM if necessary */
669 static const char bom[]={ (char)0xff, (char)0xfe } local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js 130 * @param {boolean} bom // TODO(JSDOC).
136 dataView, pos, bom, size, opt_end) {
142 if (bom) {
398 * @param {boolean} bom // TODO(JSDOC).
404 function(bom, size, opt_end) {
406 this.view_, this.pos_, bom, size, opt_end);
408 if (bom) {
409 // If the BOM word was present advance the position.
  /external/chromium_org/third_party/icu/source/test/thaitest/
thaitest.cpp 303 * Order Mark (BOM) so that we know what order to read the bytes in.
353 charCount--; // skip the BOM
407 UChar bom = 0xFEFF; local
409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 303 * Order Mark (BOM) so that we know what order to read the bytes in.
353 charCount--; // skip the BOM
407 UChar bom = 0xFEFF; local
409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 228 # generate bom file
229 set pkgBom = $pkg/$root.bom
230 echo -n " generating bom file ... "
  /external/tinyxml2/
tinyxml2.cpp 245 const char* XMLUtil::ReadBOM( const char* p, bool* bom )
247 *bom = false;
249 // Check for BOM:
254 *bom = true;
1769 static const unsigned char bom[] = { TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, 0 }; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
derb.c 77 /* 8 */ { "bom", NULL, NULL, NULL, 0, UOPT_NO_ARG, 0 },
129 " [ -v, --verbose ] [ -e, --encoding encoding ] [ --bom ]\n"
330 static const UChar bom[] = { 0xFEFF }; local
331 printString(out, converter, bom, (int32_t)(sizeof(bom)/sizeof(*bom)));

Completed in 1154 milliseconds

1 2