/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);
|
radeon_common_context.c | 266 radeon_tracker_print(&radeon->radeonScreen->bom->tracker, track); 496 bo = radeon_bo_open(radeon->radeonScreen->bom,
|
/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);
|
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);
|
/libcore/harmony-tests/src/test/java/tests/api/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/icu4c/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/chrome/browser/resources/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/icu4c/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)));
|
/external/icu4c/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)));
|