/external/libdrm/radeon/ |
H A D | radeon_bo_int.h | 18 struct radeon_bo_manager *bom; member in struct:radeon_bo_int 25 struct radeon_bo *(*bo_open)(struct radeon_bo_manager *bom,
|
H A D | radeon_bo.c | 48 radeon_bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, argument 52 bo = bom->funcs->bo_open(bom, handle, size, alignment, domains, flags); 60 boi->bom->funcs->bo_ref(boi); 70 return boi->bom->funcs->bo_unref(boi); 76 return boi->bom->funcs->bo_map(boi, write); 82 return boi->bom->funcs->bo_unmap(boi); 88 if (!boi->bom->funcs->bo_wait) 90 return boi->bom->funcs->bo_wait(boi); 96 return boi->bom [all...] |
H A D | radeon_bo_gem.c | 63 static struct radeon_bo *bo_open(struct radeon_bo_manager *bom, argument 78 bo->base.bom = bom; 92 r = drmIoctl(bom->fd, DRM_IOCTL_GEM_OPEN, &open_arg); 108 r = drmCommandWriteRead(bom->fd, DRM_RADEON_GEM_CREATE, 145 drmIoctl(boi->bom->fd, DRM_IOCTL_GEM_CLOSE, &args); 172 r = drmCommandWriteRead(boi->bom->fd, 181 ptr = drm_mmap(0, args.size, PROT_READ|PROT_WRITE, MAP_SHARED, boi->bom->fd, args.addr_ptr); 214 ret = drmCommandWrite(boi->bom->fd, DRM_RADEON_GEM_WAIT_IDLE, 228 ret = drmCommandWriteRead(boi->bom 299 radeon_bo_manager_gem_dtor(struct radeon_bo_manager *bom) argument 373 radeon_gem_bo_open_prime(struct radeon_bo_manager *bom, int fd_handle, uint32_t size) argument [all...] |
/external/icu/icu4c/source/common/ |
H A D | ucnv_u16.c | 70 static const char bom[]={ (char)0xfe, (char)0xff }; local 72 bom, 2, 669 static const char bom[]={ (char)0xff, (char)0xfe }; local 671 bom, 2,
|
H A D | ucnv_u32.c | 229 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local 231 bom, 4, 332 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local 334 bom, 4, 707 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local 709 bom, 4, 818 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local 820 bom, 4,
|
/external/icu/icu4c/source/test/thaitest/ |
H A D | thaitest.cpp | 407 UChar bom = 0xFEFF; local 409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetUTF16.java | 37 private byte[] bom; field in class:CharsetUTF16 57 this.bom = BOM_BE; 61 this.bom = BOM_LE; 261 cr = fromUWriteBytes(this, bom, 0, bom.length, target, offsets, -1);
|
H A D | CharsetUTF32.java | 36 private byte[] bom; field in class:CharsetUTF32 46 this.bom = BOM_BE; 50 this.bom = BOM_LE; 186 cr = fromUWriteBytes(this, bom, 0, bom.length, target, offsets, -1);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
H A D | radeon_screen.h | 105 struct radeon_bo_manager *bom; member in struct:radeon_screen
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
H A D | radeon_screen.h | 105 struct radeon_bo_manager *bom; member in struct:radeon_screen
|
/external/tinyxml2/ |
H A D | tinyxml2.cpp | 245 const char* XMLUtil::ReadBOM( const char* p, bool* bom )
247 *bom = false;
254 *bom = true;
1769 static const unsigned char bom[] = { TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, 0 };
local 1771 Print( "%s", bom );
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar | ... void assertMutable () public java.lang.String getCharset () byte[] bom
private java.lang.Object getDescribedProperty (org.eclipse ... |
H A D | org.eclipse.pde.core_3.6.1.v20100902_r361.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 23241 u8 bom = 0; local 23248 bom = SQLITE_UTF16BE; 23251 bom = SQLITE_UTF16LE; 23255 if( bom ){ 23263 pMem->enc = bom; [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 23241 u8 bom = 0; local 23248 bom = SQLITE_UTF16BE; 23251 bom = SQLITE_UTF16LE; 23255 if( bom ){ 23263 pMem->enc = bom; [all...] |