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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
multiple_decls.h 3 struct wide { int value; }; struct
4 int wide(char);
multiple_decls.c 9 wide(c);
12 struct wide w;
  /external/chromium/base/
sys_string_conversions_win.cc 14 std::string SysWideToUTF8(const std::wstring& wide) {
15 return SysWideToMultiByte(wide, CP_UTF8);
23 std::string SysWideToNativeMB(const std::wstring& wide) {
24 return SysWideToMultiByte(wide, CP_ACP);
43 std::wstring wide;
44 wide.resize(charcount);
45 MultiByteToWideChar(code_page, 0, mb.data(), mb_length, &wide[0], charcount);
47 return wide;
51 std::string SysWideToMultiByte(const std::wstring& wide, uint32 code_page) {
52 int wide_length = static_cast<int>(wide.length())
    [all...]
sys_string_conversions_linux.cc 14 std::string SysWideToUTF8(const std::wstring& wide) {
17 return WideToUTF8(wide);
30 std::string SysWideToNativeMB(const std::wstring& wide) {
31 return WideToUTF8(wide);
40 std::string SysWideToNativeMB(const std::wstring& wide) {
47 for (size_t i = 0; i < wide.size(); ++i) {
48 const wchar_t src = wide[i];
76 // wide input, and |j| tracking the multi-byte output.
78 for (size_t i = 0, j = 0; i < wide.size(); ++i) {
79 const wchar_t src = wide[i]
    [all...]
sys_string_conversions.h 32 // Converts between wide and UTF-8 representations of a string. On error, the
34 BASE_API std::string SysWideToUTF8(const std::wstring& wide);
37 // Converts between wide and the system multi-byte representations of a string.
40 BASE_API std::string SysWideToNativeMB(const std::wstring& wide);
47 // Converts between 8-bit and wide strings, using the given code page. The
52 BASE_API std::string SysWideToMultiByte(const std::wstring& wide,
67 CFStringRef SysWideToCFStringRef(const std::wstring& wide);
72 NSString* SysWideToNSString(const std::wstring& wide);
sys_string_conversions_unittest.cc 184 std::wstring wide = kConvertRoundtripCases[i]; local
185 std::wstring trip = base::SysNativeMBToWide(base::SysWideToNativeMB(wide));
186 EXPECT_EQ(wide.size(), trip.size());
187 EXPECT_EQ(wide, trip);
192 std::wstring wide = kConvertRoundtripCases[i]; local
193 std::wstring trip = base::SysNativeMBToWide(WideToUTF8(wide));
194 EXPECT_EQ(wide.size(), trip.size());
195 EXPECT_EQ(wide, trip);
199 std::wstring wide = kConvertRoundtripCases[i]; local
200 std::wstring trip = UTF8ToWide(base::SysWideToNativeMB(wide));
    [all...]
  /external/emma/core/java12/com/vladium/jcd/opcodes/
IOpcodeVisitor.java 20 void visit (int opcode, boolean wide, int offset, Object ctx);
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 146 UnsignedWide wide; local
152 wide = (gUpTime) ? (*gA2NS)((*gUpTime)()) :
154 usec1 = (gUseRTC) ? RTCToNano(wide) : WideTo64bit(wide);
160 wide = (gUpTime) ? (*gA2NS)((*gUpTime)()) :
162 usec2 = (gUseRTC) ? RTCToNano(wide) : WideTo64bit(wide);
181 UnsignedWide wide; local
190 wide = (*gA2NS)((*gUpTime)());
191 usec = (double) WideTo64bit(wide) * gScaleUSec + 0.5
223 UnsignedWide wide; local
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_16/d/
T_move_wide_16_1.d 29 const-wide v0, 123
30 const-wide v2, 5678
32 move-wide/16 v4000, v0
33 move-wide/16 v4002, v2
35 move-wide/16 v4000, v4002
37 const-wide v4, 5678
39 move-wide/16 v0, v4000
40 move-wide/16 v2, v4002
T_move_wide_16_2.d 29 const-wide/16 v2, 5678
31 move-wide/16 v4001, v2
32 move-wide/16 v0, v4001
34 const-wide v4, 5678
T_move_wide_16_8.d 30 const-wide v123, 123
31 const-wide v0, 0
32 move-wide/16 v124, v0
33 return-wide v123
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_wide/d/
T_iget_wide_1.d 29 const-wide v0, 12345679890123
30 iput-wide v0, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_1.i1 J
32 const-wide v0, 10
33 iput-wide v0, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_1.p1 J
35 const-wide v0, 20
36 iput-wide v0, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_1.pvt1 J
44 iget-wide v1, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_1.i1 J
45 return-wide v1
T_iget_wide_2.d 26 const-wide v0, 123.0
27 iput-wide v0, v2, dot.junit.opcodes.iget_wide.d.T_iget_wide_2.val D
35 iget-wide v1, v3, dot.junit.opcodes.iget_wide.d.T_iget_wide_2.val D
36 return-wide v1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_1.d 25 const-wide v0, 12345679890123
26 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.i1 J
28 const-wide v0, 10
29 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.p1 J
31 const-wide v0, 20
32 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.pvt1 J
47 sget-wide v1, dot.junit.opcodes.sget_wide.d.T_sget_wide_1.i1 J
48 return-wide v1
T_sget_wide_2.d 23 const-wide v0, 123.0
24 sput-wide v0, dot.junit.opcodes.sget_wide.d.T_sget_wide_2.val D
38 sget-wide v1, dot.junit.opcodes.sget_wide.d.T_sget_wide_2.val D
39 return-wide v1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/d/
T_move_result_wide_5.d 30 const-wide v0, 123
33 move-result-wide v1
35 return-wide v0
41 const-wide v0, 12345
42 return-wide v0
T_move_result_wide_1.d 34 move-result-wide v0
35 const-wide v2, 12345
52 const-wide v0, 12345
53 return-wide v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_from16/d/
T_move_wide_from16_1.d 29 const-wide v10, 5678233453
31 move-wide/16 v4001, v10
33 move-wide/from16 v255, v4001
34 move-wide/from16 v1, v255
36 const-wide v4, 5678233453
T_move_wide_from16_8.d 30 const-wide v123, 123
31 const-wide v0, 0
32 move-wide/from16 v124, v0
33 return-wide v123
  /external/proguard/src/proguard/classfile/instruction/
VariableInstruction.java 35 public boolean wide; field in class:VariableInstruction
46 public VariableInstruction(boolean wide)
48 this.wide = wide;
72 this.wide = requiredVariableIndexSize() > 1 ||
87 this.wide = variableInstruction.wide;
242 // Only make the instruction wide if necessary.
243 wide = requiredVariableIndexSize() > 1 ||
252 return wide;
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_4.d 24 const-wide/32 v0, 123456789
25 sput-wide v0, dot.junit.opcodes.invoke_static.d.T_invoke_static_4.val J
39 sget-wide v2, dot.junit.opcodes.invoke_static.d.T_invoke_static_4.val J
40 return-wide v2
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/d/
T_iput_wide_1.d 33 iget-wide v0, v2, dot.junit.opcodes.iput_wide.d.T_iput_wide_1.st_pvt1 J
34 return-wide v0
40 const-wide v0, 778899112233
41 iput-wide v0, v2, dot.junit.opcodes.iput_wide.d.T_iput_wide_1.st_i1 J
T_iput_wide_14.d 30 iget-wide v0, v1, dot.junit.opcodes.iput_wide.d.T_iput_wide_1.st_p1 J
31 return-wide v0
37 const-wide v0, 77
38 iput-wide v0, v2, dot.junit.opcodes.iput_wide.d.T_iput_wide_1.st_p1 J
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide/d/
T_move_wide_1.d 29 const-wide v0, 1234
30 const-wide v14, 567989
32 move-wide v0, v14
34 const-wide v4, 567989
T_move_wide_7.d 29 const-wide v0, 124
30 const-wide v5, 0
32 move-wide v1, v5
34 return-wide v0

Completed in 736 milliseconds

1 2 3 4 5 6 7 8 91011>>