/aosp_15_r20/external/pytorch/benchmarks/static_runtime/ |
H A D | deep_wide_pt_bench.cc | 17 auto wide = torch::randn({batch_size, num_features}); in BM_deep_wide_base() local 32 auto wide = torch::randn({batch_size, num_features}); in BM_deep_wide_fast() local 46 auto wide = torch::randn({batch_size, num_features}); in BM_deep_wide_jit_graph_executor() local 64 auto wide = torch::randn({batch_size, num_features}); in BM_deep_wide_jit_profiling_executor() local 83 auto wide = torch::randn({batch_size, num_features}); in BM_deep_wide_static() local 106 auto wide = torch::randn({batch_size, num_features}); in BM_deep_wide_static_threaded() local
|
H A D | test_static_module.cc | 495 auto wide = torch::randn({batch_size, num_features}); in TEST() local 523 auto wide = torch::randn({batch_size, num_features}); in TEST() local 564 auto wide = torch::randn({batch_size, num_features}); in TEST() local 645 auto wide = torch::randn({batch_size, num_features}); in TEST() local 758 auto wide = torch::randn({batch_size, num_features}); in TEST() local 781 auto wide = torch::randn({batch_size, num_features}); in TEST() local 887 auto wide = torch::randn({batch_size, num_features}); in TEST() local
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | sys_string_conversions_win.cc | 16 std::string SysWideToUTF8(const std::wstring& wide) { in SysWideToUTF8() 25 std::string SysWideToNativeMB(const std::wstring& wide) { in SysWideToNativeMB() 45 std::wstring wide; in SysMultiByteToWide() local 53 std::string SysWideToMultiByte(const std::wstring& wide, uint32_t code_page) { in SysWideToMultiByte()
|
H A D | utf_string_conversions.cc | 260 std::u16string WideToUTF16(std::wstring_view wide) { in WideToUTF16() 279 std::u16string WideToUTF16(std::wstring_view wide) { in WideToUTF16() 324 std::string WideToUTF8(std::wstring_view wide) { in WideToUTF8() 334 std::string WideToUTF8(std::wstring_view wide) { in WideToUTF8() 360 std::string WideToASCII(std::wstring_view wide) { in WideToASCII()
|
H A D | sys_string_conversions_posix.cc | 17 std::string SysWideToUTF8(const std::wstring& wide) { in SysWideToUTF8() 34 std::string SysWideToNativeMB(const std::wstring& wide) { in SysWideToNativeMB() 44 std::string SysWideToNativeMB(const std::wstring& wide) { in SysWideToNativeMB()
|
H A D | sys_string_conversions_unittest.cc | 180 std::wstring wide = i; in TEST() local 188 std::wstring wide = i; in TEST() local 195 std::wstring wide = i; in TEST() local
|
H A D | utf_string_conversions_unittest.cc | 56 std::wostringstream wide; in TEST() local 75 const wchar_t* wide; in TEST() member
|
/aosp_15_r20/system/libbase/ |
H A D | utf8_test.cpp | 32 std::wstring wide; in TEST() local 125 std::wostringstream wide; in TEST() local 144 const wchar_t* wide; in TEST() member 419 std::wstring wide; in TEST() local 431 std::wstring wide; in TEST() local 444 std::wstring wide; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_wide_point.c | 99 set_texcoords(const struct widepoint_stage *wide, in set_texcoords() 128 const struct widepoint_stage *wide = widepoint_stage(stage); in widepoint_point() local 201 struct widepoint_stage *wide = widepoint_stage(stage); in widepoint_first_point() local 313 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); in draw_wide_point_stage() local
|
/aosp_15_r20/external/libchrome/base/strings/ |
H A D | sys_string_conversions_posix.cc | 16 std::string SysWideToUTF8(const std::wstring& wide) { in SysWideToUTF8() 33 std::string SysWideToNativeMB(const std::wstring& wide) { in SysWideToNativeMB() 43 std::string SysWideToNativeMB(const std::wstring& wide) { in SysWideToNativeMB()
|
H A D | sys_string_conversions_unittest.cc | 173 std::wstring wide = kConvertRoundtripCases[i]; in TEST() local 181 std::wstring wide = kConvertRoundtripCases[i]; in TEST() local 188 std::wstring wide = kConvertRoundtripCases[i]; in TEST() local
|
H A D | utf_string_conversions.cc | 239 string16 WideToUTF16(WStringPiece wide) { in WideToUTF16() 258 string16 WideToUTF16(WStringPiece wide) { in WideToUTF16() 303 std::string WideToUTF8(WStringPiece wide) { in WideToUTF8() 313 std::string WideToUTF8(WStringPiece wide) { in WideToUTF8()
|
H A D | old_utf_string_conversions.cc | 93 std::string WideToUTF8(const std::wstring& wide) { in WideToUTF8() 135 string16 WideToUTF16(const std::wstring& wide) { in WideToUTF16() 158 string16 WideToUTF16(const std::wstring& wide) { in WideToUTF16()
|
H A D | utf_string_conversions_unittest.cc | 55 std::wostringstream wide; in TEST() local 74 const wchar_t* wide; in TEST() member
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | multiple_decls.h | 3 struct wide { int value; }; struct
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
H A D | RET.java | 34 private boolean wide; field in RET 84 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
H A D | IINC.java | 32 private boolean wide; field in IINC 96 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
H A D | LocalVariableInstruction.java | 44 private boolean wide() { in wide() method in LocalVariableInstruction 129 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | QuadPerEdgeAA.cpp | 82 bool wide = spec.colorType() == ColorType::kFloat; in write_quad_generic() local 130 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color() local 187 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color_uv() local 281 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color_uv_strict() local
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | string_utils.h | 75 inline std::string ToUtf8(const wchar_t* wide, size_t len) { in ToUtf8() 86 inline std::string ToUtf8(const wchar_t* wide) { in ToUtf8()
|
/aosp_15_r20/external/python/cpython3/Tools/unicode/ |
D | genmap_support.py | 53 def update_decode_map(self, c1range, c2range, onlymask=(), wide=0): argument 75 def generate(self, wide=False): argument
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | Instruction.java | 324 addOpcodeInfo(Opcode.MOVE_WIDE, "move-wide", 0x04, new Format12x()); in addOpcodeInfo() 331 addOpcodeInfo(Opcode.MOVE_RESULT_WIDE, "move-result-wide", 0x0b, new Format11x()); in addOpcodeInfo() 336 addOpcodeInfo(Opcode.RETURN_WIDE, "return-wide", 0x10, new Format11x()); in addOpcodeInfo() 344 addOpcodeInfo(Opcode.CONST_WIDE, "const-wide", 0x18, new Format51l()); in addOpcodeInfo() 390 addOpcodeInfo(Opcode.AGET_WIDE, "aget-wide", 0x45, new Format23x()); in addOpcodeInfo() 391 addOpcodeInfo(Opcode.AGET_WIDE, "aget-wide", 0x45, new Format23x()); in addOpcodeInfo() 398 addOpcodeInfo(Opcode.APUT_WIDE, "aput-wide", 0x4c, new Format23x()); in addOpcodeInfo() 405 addOpcodeInfo(Opcode.IGET_WIDE, "iget-wide", 0x53, new Format22c()); in addOpcodeInfo() 412 addOpcodeInfo(Opcode.IPUT_WIDE, "iput-wide", 0x5a, new Format22c()); in addOpcodeInfo() 419 addOpcodeInfo(Opcode.SGET_WIDE, "sget-wide", 0x61, new Format21c()); in addOpcodeInfo() [all …]
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.WidgetsPage/ |
H A D | widgets_page.ts | 414 wide?: boolean; property 448 const {renderWidget, wide, label, description} = attrs; constant
|
/aosp_15_r20/external/google-breakpad/src/common/windows/ |
H A D | http_upload.cc | 91 string WideToMBCP(const wstring& wide, unsigned int cp) { in WideToMBCP() 165 string WideToUTF8(const wstring& wide) { in WideToUTF8()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | mod.rs | 189 let wide = unsafe { (self as $WideT).unchecked_mul(rhs as $WideT) }; localVariable 280 let wide = unsafe { localVariable
|