/dalvik/vm/analysis/ |
Liveness.cpp | 370 /* action <- vA(wide) */ 392 /* action <- vA(wide), vB */ 410 /* action <- vA(wide), vB, vC */ 473 /* vA(wide) <- value */ 529 /* vA(wide) <- vB */ 538 /* vA <- vB(wide) */ 551 /* vA(wide) <- vB(wide) */ 587 /* vA(wide) <- vB, vC */ 596 /* vA <- vB(wide), vC(wide) * 749 bool wide = (descriptor[0] == 'D' || descriptor[0] == 'J'); local [all...] |
/dalvik/vm/compiler/codegen/arm/FP/ |
ThumbVFP.cpp | 30 rlSrc = rlSrc.wide ? dvmCompilerUpdateLocWide(cUnit, rlSrc) : 33 if (rlSrc.wide) { 216 if (rlDest.wide) { 231 bool wide = true; local 236 wide = false; 240 wide = false;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32.h | 80 inline std::string ToUtf8(const wchar_t* wide, size_t len) { 81 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), 84 ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), ns, len8, 89 inline std::string ToUtf8(const wchar_t* wide) { 90 return ToUtf8(wide, wcslen(wide));
|
/external/smali/smali-integration-tests/src/test/smali/jumbo-field-tests/ |
Format41c.smali | 73 .method public test-sput-wide-sget-wide-jumbo()V 78 const-wide v0, 0x200000000L 79 move-wide/16 v256, v0 81 sput-wide/jumbo v256, LManyStaticFields;->field99999Wide:J 83 sget-wide/jumbo v258, LManyStaticFields;->field99999Wide:J
|
Format41c_autofix.smali | 70 .method public test-sput-wide-sget-wide-jumbo()V 75 const-wide v0, 0x200000000L 77 sput-wide v0, LManyStaticFields;->field99999Wide:J 79 sget-wide v2, LManyStaticFields;->field99999Wide:J
|
Format52c_autofix.smali | 76 .method public test-iput-wide-iget-wide-jumbo()V 84 const-wide v0, 0x200000000L 86 iput-wide v0, v4, LzzzInstanceFields;->field99999Wide:J 88 iget-wide v2, v4, LzzzInstanceFields;->field99999Wide:J
|
/cts/tools/dasm/test/ |
all_opcodes.d | 20 move-wide v1, v2 21 move-wide/from16 v11, v222 22 move-wide/16 v111, v222 27 move-result-wide v11 32 return-wide v11 38 const-wide/16 v11, 0x1234 39 const-wide/32 v11, 0x12345678 40 const-wide v11, 3.1415 41 const-wide/high16 v11, 0x1234000000000000 94 aget-wide v11, v22, v33 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 125 writeMessage('wide', i, 157 mh.setcontext('wide') 158 eq(mh.getcontext(), 'wide') 160 "Current-Folder: wide\n") 178 eq(folders, ['deep', 'inbox', 'wide']) 183 'inbox', 'wide']) 202 writeCurMessage('wide', 55) 204 f = mh.openfolder('wide') 209 eq(readFile(os.path.join(_mhpath, 'wide', '.mh_sequences')), 237 seqs = readFile(os.path.join(_mhpath, 'wide', '.mh_sequences') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 125 writeMessage('wide', i, 157 mh.setcontext('wide') 158 eq(mh.getcontext(), 'wide') 160 "Current-Folder: wide\n") 178 eq(folders, ['deep', 'inbox', 'wide']) 183 'inbox', 'wide']) 202 writeCurMessage('wide', 55) 204 f = mh.openfolder('wide') 209 eq(readFile(os.path.join(_mhpath, 'wide', '.mh_sequences')), 237 seqs = readFile(os.path.join(_mhpath, 'wide', '.mh_sequences') [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_wide/ |
Test_iget_wide.java | 174 * @title iget-wide shall not work for reference fields 188 * @title iget-wide shall not work for short fields 202 * @title iget-wide shall not work for boolean fields 216 * @title iget-wide shall not work for char fields 230 * @title iget-wide shall not work for byte fields 244 * @title iget-wide shall not work for float fields 258 * @title iget-wide shall not work for int fields
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/ |
Test_iput_wide.java | 223 * @title iput-wide shall not work for single-width numbers 237 * @title iput-wide shall not work for reference fields 251 * @title iput-wide shall not work for char fields 265 * @title iput-wide shall not work for int fields 279 * @title iput-wide shall not work for byte fields 293 * @title iput-wide shall not work for boolean fields 307 * @title iput-wide shall not work for short fields
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/ |
Test_sput_wide.java | 228 * @title sput-wide shall not work for single-width numbers 242 * @title sput-wide shall not work for reference fields 256 * @title sput-wide shall not work for char fields 270 * @title sput-wide shall not work for int fields 284 * @title sput-wide shall not work for byte fields 298 * @title sput-wide shall not work for boolean fields 312 * @title sput-wide shall not work for short fields
|
/dalvik/opcode-gen/ |
bytecode.txt | 90 op 04 move-wide 12x y none continue 91 op 05 move-wide/from16 22x y none continue 92 op 06 move-wide/16 32x y none continue 97 op 0b move-result-wide 11x y none continue 102 op 10 return-wide 11x n none return 108 op 16 const-wide/16 21s y none continue 109 op 17 const-wide/32 31i y none continue 110 op 18 const-wide 51l y none continue 111 op 19 const-wide/high16 21h y none continue 150 op 45 aget-wide 23x y none continue|thro [all...] |
/external/bison/lib/ |
wchar.in.h | 139 /* Convert a single-byte character to a wide character. */ 164 /* Convert a wide character to a single-byte character. */ 215 /* Convert a multibyte character to a wide character. */ 269 /* Convert a string to a wide string. */ 302 /* Convert a string to a wide string. */ 337 /* Convert a wide character to a multibyte character. */ 362 /* Convert a wide string to a string. */ 395 /* Convert a wide string to a string. */ 456 /* Search N wide characters of S for C. */ 487 /* Compare N wide characters of S1 and S2. * [all...] |
/external/chromium/base/i18n/ |
icu_string_conversions_unittest.cc | 96 // On Windows, the field is always identical to |wide|. On Mac and Linux, 98 // BMP (<= U+FFFF). When there is, it is different from |wide| and 99 // is not a real wide string (UTF-32 string) in that each wchar_t in 105 // if it's identical to |wide| on *all* platforms. 112 const wchar_t* wide; member in struct:base::__anon4086 250 std::wstring wide; local 254 &wide); 256 EXPECT_EQ(kConvertCodepageCases[i].wide, wide); 266 success = WideToCodepage(wide, kConvertCodepageCases[i].codepage_name [all...] |
/external/chromium_org/base/i18n/ |
icu_string_conversions_unittest.cc | 96 // On Windows, the field is always identical to |wide|. On Mac and Linux, 98 // BMP (<= U+FFFF). When there is, it is different from |wide| and 99 // is not a real wide string (UTF-32 string) in that each wchar_t in 105 // if it's identical to |wide| on *all* platforms. 112 const wchar_t* wide; member in struct:base::__anon6151 257 std::wstring wide; local 261 &wide); 263 EXPECT_EQ(kConvertCodepageCases[i].wide, wide); 273 success = WideToCodepage(wide, kConvertCodepageCases[i].codepage_name [all...] |
/sdk/emulator/mksdcard/ |
mksdcard.c | 48 #define MAX_DISK_SIZE ((Wide)MAX_SECTORS_PER_DISK * BYTES_PER_SECTOR) 50 typedef long long Wide; /* might be something else if you don't use GCC */ 80 get_sectors_per_cluster( Wide disk_size ) 82 Wide disk_MB = disk_size/(1024*1024); 100 get_sectors_per_fat( Wide disk_size, int sectors_per_cluster ) 102 Wide divider; 113 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label ) 187 write_empty( FILE* file, Wide count ) 223 Wide disk_size;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SlotView.java | 34 private static final boolean WIDE = true; 112 int position = WIDE 120 int visibleBegin = WIDE ? mScrollX : mScrollY; 121 int visibleLength = WIDE ? getWidth() : getHeight(); 123 int slotBegin = WIDE ? rect.left : rect.top; 124 int slotEnd = WIDE ? rect.right : rect.bottom; 182 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return; 183 if (WIDE) { 437 if (WIDE) { 512 if (WIDE) { [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/ |
Test_move_result_wide.java | 25 * @title tests move-result-wide functionality 90 * @title move-result-wide instruction must be immediately preceded 104 * @title move-result-wide instruction must be immediately preceded
|
/dalvik/dx/tests/032-bb-live-code/ |
expected.txt | 194 000d: wide ret 0000 482 00d8: wide iload 0100 483 00dc: wide lload 0100 // category-2 484 00e0: wide fload 0100 485 00e4: wide dload 0100 // category-2 486 00e8: wide aload 0100 487 00ec: wide istore 0100 488 00f0: wide lstore 0100 // category-2 489 00f4: wide fstore 0100 490 00f8: wide dstore 0100 // category- [all...] |
/docs/source.android.com/src/ |
index.jd | 29 Android is an open-source software stack for a wide range of mobile devices and a corresponding open-source project led by 47 <p>Android is an open-source software stack for a wide array of mobile devices with different form factors. 77 <p>Sometimes, a device can't do it all. Tap into Android's open accessory standard and build accessories to complement the wide variety of Android-powered devices.</p>
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32.h | 70 inline std::string ToUtf8(const wchar_t* wide, size_t len) { 71 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, len, NULL, 0, NULL, NULL); 73 ::WideCharToMultiByte(CP_UTF8, 0, wide, len, ns, len8, NULL, NULL);
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
ptw32_processInitialize.c | 19 * following World Wide Web location: 47 * This function performs process wide initialization for 54 * This function performs process wide initialization for
|
ptw32_processTerminate.c | 19 * following World Wide Web location: 47 * This function performs process wide termination for 54 * This function performs process wide termination for
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILNIDevice.h | 31 // NI devices are all 64 wide wavefronts and also add support for signed 24 bit 46 // standpoint is that the Cayman Device has 4 wide ALU's, whereas the rest of the 47 // NI family is a 5 wide.
|