/external/mesa3d/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.
|
/external/proguard/src/proguard/classfile/instruction/ |
BranchInstruction.java | 82 // Do we need an ordinary branch or a wide branch? 85 // Can we replace the wide branch by an ordinary branch? 97 // Should we replace the ordinary branch by a wide branch?
|
/art/compiler/dex/quick/arm/ |
fp_arm.cc | 108 DCHECK(rl_src1.wide); 110 DCHECK(rl_src2.wide); 112 DCHECK(rl_dest.wide); 113 DCHECK(rl_result.wide); 159 if (rl_src.wide) { 166 if (rl_dest.wide) {
|
/external/chromium/base/ |
utf_string_conversions_unittest.cc | 46 // we round-trip all the wide strings through UTF-8 to make sure everything 52 std::wostringstream wide; local 53 wide << UTF8ToWide(utf8.str()); 55 EXPECT_EQ(kConvertRoundtripCases[i], wide.str()); 71 const wchar_t* wide; member in struct:base::UTF8ToWideCase 103 std::wstring expected(convert_cases[i].wide);
|
/external/chromium_org/base/strings/ |
utf_string_conversions_unittest.cc | 46 // we round-trip all the wide strings through UTF-8 to make sure everything 52 std::wostringstream wide; local 53 wide << UTF8ToWide(utf8.str()); 55 EXPECT_EQ(kConvertRoundtripCases[i], wide.str()); 71 const wchar_t* wide; member in struct:base::UTF8ToWideCase 103 std::wstring expected(convert_cases[i].wide);
|
/external/smali/smali-integration-tests/src/test/smali/jumbo-field-tests/ |
Format52c.smali | 81 .method public test-iput-wide-iget-wide-jumbo()V 90 const-wide v0, 0x200000000L 91 move-wide/16 v256, v0 93 iput-wide/jumbo v256, v260, LzzzInstanceFields;->field99999Wide:J 95 iget-wide/jumbo v258, v260, LzzzInstanceFields;->field99999Wide:J
|
/development/host/windows/usb/api/ |
adb_interface.cpp | 51 // If user asked for wide char name just return it
56 // We need to convert name from wide char to ansi string
|
/external/chromium/chrome/browser/history/ |
snippet.h | 35 // offsets to wide, use ConvertMatchPositionsToWide. 41 // terms of a wide string.
|
/external/chromium_org/base/win/ |
sampling_profiler.h | 21 // The sampling interval is settable, but the setting is system-wide. 47 // Note that this is a system-wide setting.
|
/external/chromium_org/chrome/browser/history/ |
snippet.h | 34 // offsets to wide, use ConvertMatchPositionsToWide. 40 // terms of a wide string.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
need_errno.h | 2 * errno.h - system wide error numbers (set by system calls) 7 * This file defines the system-wide error numbers (set by
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
instruction.h | 19 // are 32bit-wide constants, if present. They can be immediate 23 // jt, jf -- all conditional jumps have a 8bit-wide jump offset that allows
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/ |
velems.rst | 18 bits wide 19 * Floating-point, 16, 32, or 64 bits wide
|
/external/kernel-headers/original/linux/ |
shm.h | 15 #define SHMMNI 4096 /* max num of segs system wide */ 16 #define SHMALL (SHMMAX/PAGE_SIZE*(SHMMNI/16)) /* max shm system wide (pages) */
|
/external/mesa3d/src/gallium/docs/source/cso/ |
velems.rst | 18 bits wide 19 * Floating-point, 16, 32, or 64 bits wide
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
OkHttpClient.java | 140 * <p>If unset, the {@link ProxySelector#getDefault() system-wide default} 156 * <p>If unset, the {@link CookieHandler#getDefault() system-wide default} 171 * <p>If unset, the {@link ResponseCache#getDefault() system-wide default} 197 * system-wide default} SSL socket factory will be used. 213 * system-wide default} hostname verifier will be used. 228 * <p>If unset, the {@link java.net.Authenticator#setDefault system-wide default} 243 * <p>If unset, the {@link ConnectionPool#getDefault() system-wide 354 * Returns a shallow copy of this OkHttpClient that uses the system-wide default for
|
/libcore/luni/src/main/java/java/net/ |
CookieHandler.java | 31 * Returns the system-wide cookie handler or {@code null} if not set. 38 * Sets the system-wide cookie handler.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
wchar.in.h | 104 /* Convert a single-byte character to a wide character. */ 122 /* Convert a wide character to a single-byte character. */ 159 /* Convert a multibyte character to a wide character. */ 195 /* Convert a string to a wide string. */ 213 /* Convert a string to a wide string. */ 231 /* Convert a wide character to a multibyte character. */ 249 /* Convert a wide string to a string. */ 267 /* Convert a wide string to a string. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
time.h | 45 /* Identifier for system-wide realtime clock. */ 47 /* Monotonic system-wide clock. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
time.h | 45 /* Identifier for system-wide realtime clock. */ 47 /* Monotonic system-wide clock. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
time.h | 45 /* Identifier for system-wide realtime clock. */ 47 /* Monotonic system-wide clock. */
|
/art/runtime/ |
dex_instruction_list.h | 25 V(0x04, MOVE_WIDE, "move-wide", k12x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \ 26 V(0x05, MOVE_WIDE_FROM16, "move-wide/from16", k22x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \ 27 V(0x06, MOVE_WIDE_16, "move-wide/16", k32x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \ 32 V(0x0B, MOVE_RESULT_WIDE, "move-result-wide", k11x, true, kNone, kContinue, kVerifyRegAWide) \ 37 V(0x10, RETURN_WIDE, "return-wide", k11x, false, kNone, kReturn, kVerifyRegAWide) \ 43 V(0x16, CONST_WIDE_16, "const-wide/16", k21s, true, kNone, kContinue, kVerifyRegAWide) \ 44 V(0x17, CONST_WIDE_32, "const-wide/32", k31i, true, kNone, kContinue, kVerifyRegAWide) \ 45 V(0x18, CONST_WIDE, "const-wide", k51l, true, kNone, kContinue, kVerifyRegAWide) \ 46 V(0x19, CONST_WIDE_HIGH16, "const-wide/high16", k21h, true, kNone, kContinue, kVerifyRegAWide) \ 90 V(0x45, AGET_WIDE, "aget-wide", k23x, true, kNone, kContinue | kThrow, kVerifyRegAWide | kVerifyRegB | kVerifyRegC) [all...] |
/bionic/libc/upstream-freebsd/ |
libc_private.h | 26 #define ORIENT(fp, o) /* Only needed for wide-character stream support. */
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double/d/ |
T_add_double_1.d | 30 return-wide v0
|
T_add_double_2.d | 31 return-wide v5
|