/ndk/sources/host-tools/sed-4.2.1/lib/ |
wcrtomb.c | 1 /* Convert wide character to multibyte character. 39 /* We know the NUL wide character corresponds to the NUL character. */
|
/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...] |
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format11x/ |
Format11x.smali | 21 const-wide v0, 0x200000000L 22 return-wide v0 46 .method public test_move-result-wide__return-wide()V 52 move-result-wide v0 54 const-wide v2, 0x200000000L
|
/dalvik/dx/tests/064-dex-array-access/ |
expected.txt | 72 0004: const-wide/16 v4, #long 5 // #0005 73 0006: aput-wide v4, v2, v3 76 000a: aget-wide v2, v2, v3 77 000c: move-wide v0, v2 78 000d: return-wide v0 98 0004: const-wide/high16 v4, #double 2.0 // #4000000000000000 99 0006: aput-wide v4, v2, v3 102 000a: aget-wide v2, v2, v3 103 000c: move-wide v0, v2 104 000d: return-wide v [all...] |
/dalvik/vm/compiler/codegen/mips/FP/ |
MipsFP.cpp | 30 rlSrc = rlSrc.wide ? dvmCompilerUpdateLocWide(cUnit, rlSrc) : 33 if (rlSrc.wide) { 191 assert(rlSrc1.wide); 193 assert(rlSrc2.wide); 195 assert(rlDest.wide); 196 assert(rlResult.wide); 367 if (rlDest.wide) { 383 bool wide = true; local 388 wide = false; 392 wide = false [all...] |
/external/chromium/base/i18n/ |
icu_string_conversions.cc | 151 // Codepage <-> Wide/UTF-16 --------------------------------------------------- 203 bool WideToCodepage(const std::wstring& wide, 208 return UTF16ToCodepage(wide, codepage_name, on_error, encoded); 218 // When wchar_t is wider than UChar (16 bits), transform |wide| into a 223 std::vector<UChar> utf16(wide.length() * 2 + 1); 225 reinterpret_cast<const UChar32*>(wide.c_str()), 226 wide.length(), &status); 236 std::wstring* wide) { 238 return CodepageToUTF16(encoded, codepage_name, on_error, wide); 240 wide->clear() [all...] |
icu_string_conversions.h | 55 // Converts between wide strings and the encoding specified. If the 58 bool WideToCodepage(const std::wstring& wide, 65 std::wstring* wide);
|
/external/smali/smali/src/main/jflex/ |
smaliLexer.flex | 403 "move-result" | "move-result-wide" | "move-result-object" | "move-exception" | "return" | "return-wide" | 408 "move" | "move-wide" | "move-object" | "array-length" | "neg-int" | "not-int" | "neg-long" | "not-long" | 432 "sget" | "sget-wide" | "sget-object" | "sget-boolean" | "sget-byte" | "sget-char" | "sget-short" | "sput" | 433 "sput-wide" | "sput-object" | "sput-boolean" | "sput-byte" | "sput-char" | "sput-short" { 437 "sget-volatile" | "sget-wide-volatile" | "sget-object-volatile" | "sput-volatile" | "sput-wide-volatile" | 450 "const/high16" | "const-wide/high16" { 454 "const/16" | "const-wide/16" { 467 "iget" | "iget-wide" | "iget-object" | "iget-boolean" | "iget-byte" | "iget-char" | "iget-short" | "iput" [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/ |
Test_sget_wide.java | 186 * @title sget-wide shall not work for reference fields 200 * @title sget-wide shall not work for short fields 214 * @title sget-wide shall not work for boolean fields 228 * @title sget-wide shall not work for char fields 242 * @title sget-wide shall not work for byte fields 256 * @title sget-wide shall not work for float fields 270 * @title sget-wide shall not work for int fields
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-string.h | 76 // Creates a UTF-16 wide string from the given ANSI string, allocating 78 // value using delete[]. Returns the wide string, or NULL if the 81 // The wide string is created using the ANSI codepage (CP_ACP) to 86 // Creates an ANSI string from the given wide string, allocating 104 // Converts a wide C string to a String using the UTF-8 encoding. 106 // the conversion, "(failed to convert from wide string)" is 110 // Compares two wide C strings. Returns true iff they have the same 127 // Compares two wide C strings, ignoring case. Returns true iff they 131 // A NULL C string is considered different to any non-NULL wide C string,
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-string.h | 76 // Creates a UTF-16 wide string from the given ANSI string, allocating 78 // value using delete[]. Returns the wide string, or NULL if the 81 // The wide string is created using the ANSI codepage (CP_ACP) to 86 // Creates an ANSI string from the given wide string, allocating 104 // Converts a wide C string to a String using the UTF-8 encoding. 106 // the conversion, "(failed to convert from wide string)" is 110 // Compares two wide C strings. Returns true iff they have the same 127 // Compares two wide C strings, ignoring case. Returns true iff they 131 // A NULL C string is considered different to any non-NULL wide C string,
|
/art/compiler/dex/ |
vreg_analysis.cc | 54 if (is_wide && !reg_location_[index].wide) { 55 reg_location_[index].wide = true; 97 reg_location_[ssa_rep->defs[0]].wide = true; 98 reg_location_[ssa_rep->defs[1]].wide = true; 115 reg_location_[ssa_rep->uses[next]].wide = true; 116 reg_location_[ssa_rep->uses[next + 1]].wide = true; 133 reg_location_[ssa_rep->uses[next]].wide = true; 134 reg_location_[ssa_rep->uses[next + 1]].wide = true; 151 reg_location_[ssa_rep->uses[next]].wide = true; 152 reg_location_[ssa_rep->uses[next + 1]].wide = true [all...] |
/dalvik/dx/tests/024-code-bytecode/ |
expected.txt | 270 0188: wide iload 0123 271 018c: wide lload 0124 // category-2 272 0190: wide fload 0125 273 0194: wide dload 0126 // category-2 274 0198: wide aload 0127 275 019c: wide istore 20f0 276 01a0: wide lstore 20f1 // category-2 277 01a4: wide fstore 20f2 278 01a8: wide dstore 20f3 // category-2 279 01ac: wide astore 20f [all...] |
small-class.txt | 281 c415 0123 # 0189: wide iload 0123 282 c416 0124 # 018d: wide lload 0124 283 c417 0125 # 0191: wide fload 0125 284 c418 0126 # 0195: wide dload 0126 285 c419 0127 # 0199: wide aload 0127 286 c436 20f0 # 019d: wide istore 20f0 287 c437 20f1 # 01a1: wide lstore 20f1 288 c438 20f2 # 01a5: wide fstore 20f2 289 c439 20f3 # 01a9: wide dstore 20f3 290 c43a 20f4 # 01ad: wide astore 20f [all...] |
/external/chromium/base/ |
utf_string_conversions.h | 23 BASE_API std::string WideToUTF8(const std::wstring& wide); 28 BASE_API string16 WideToUTF16(const std::wstring& wide); 53 // UTF16/Wide string.
|
/external/chromium_org/base/i18n/ |
icu_string_conversions.cc | 147 // Codepage <-> Wide/UTF-16 --------------------------------------------------- 200 bool WideToCodepage(const std::wstring& wide, 205 return UTF16ToCodepage(wide, codepage_name, on_error, encoded); 215 // When wchar_t is wider than UChar (16 bits), transform |wide| into a 220 std::vector<UChar> utf16(wide.length() * 2 + 1); 222 reinterpret_cast<const UChar32*>(wide.c_str()), 223 wide.length(), &status); 233 std::wstring* wide) { 235 return CodepageToUTF16(encoded, codepage_name, on_error, wide); 237 wide->clear() [all...] |
/external/chromium_org/base/strings/ |
utf_string_conversions.h | 24 BASE_EXPORT std::string WideToUTF8(const std::wstring& wide); 31 BASE_EXPORT string16 WideToUTF16(const std::wstring& wide); 56 // UTF16/Wide string.
|
/hardware/libhardware/include/hardware/ |
local_time_hal.h | 62 * Returns the current value of the system wide local time counter 68 * Returns the nominal frequency (in hertz) of the system wide local time 75 * Sets the HW slew rate of oscillator which drives the system wide local
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_long/d/ |
T_neg_long_2.d | 19 const-wide v6, 1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/d/ |
T_return_wide_7.d | 30 return-wide v6
|
/dalvik/dx/tests/052-dex-static-var-access/ |
expected.txt | 10 000b: sget-wide v2, Blort.staticLong:J 16 0013: sget-wide v2, Blort.staticDouble:D 50 0017: sput-wide v3, Blort.staticLong:J 56 001f: sput-wide v3, Blort.staticDouble:D
|
/dalvik/vm/mterp/armv5te/ |
OP_CONST_WIDE.S | 2 /* const-wide vAA, #+HHHHhhhhBBBBbbbb */
|
OP_IGET_WIDE_QUICK.S | 3 /* iget-wide-quick vA, vB, offset@CCCC */
|
OP_IPUT_WIDE_QUICK.S | 3 /* iput-wide-quick vA, vB, offset@CCCC */
|
OP_MOVE_WIDE.S | 2 /* move-wide vA, vB */
|