Searched refs:wide (Results 1 - 25 of 74) sorted by relevance

123

/external/clang/test/PCH/
H A Dmultiple_decls.h3 struct wide { int value; }; struct
4 int wide(char);
H A Dmultiple_decls.c9 wide(c);
12 struct wide w;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c32 * Notes on wide points and sprite mode:
34 * In wide point/sprite mode we effectively need to convert each incoming
98 static void set_texcoords(const struct widepoint_stage *wide, argument
101 const struct draw_context *draw = wide->stage.draw;
106 for (i = 0; i < wide->num_texcoord_gen; i++) {
107 const uint slot = wide->texcoord_gen_slot[i];
127 const struct widepoint_stage *wide = widepoint_stage(stage); local
147 if (wide->psize_slot >= 0) {
148 half_size = header->v[0]->data[wide->psize_slot][0];
152 half_size = wide
200 struct widepoint_stage *wide = widepoint_stage(stage); local
317 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); local
[all...]
H A Ddraw_pipe_wide_line.c56 * Draw a wide line by drawing a quad (two triangles).
61 /*const struct wideline_stage *wide = wideline_stage(stage);*/
87 * Draw wide line as a quad (two tris) by "stretching" the line along
204 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); local
205 if (!wide)
208 wide->stage.draw = draw;
209 wide->stage.name = "wide-line";
210 wide->stage.next = NULL;
211 wide
[all...]
/external/emma/core/java12/com/vladium/jcd/opcodes/
H A DIOpcodeVisitor.java20 void visit (int opcode, boolean wide, int offset, Object ctx); argument
/external/webrtc/webrtc/system_wrappers/include/
H A Dutf_util_win.h37 inline std::string ToUtf8(const wchar_t* wide, size_t len) { argument
38 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len),
41 ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), ns.get(), len8,
46 inline std::string ToUtf8(const wchar_t* wide) { argument
47 return ToUtf8(wide, wcslen(wide));
/external/libchrome/base/strings/
H A Dsys_string_conversions_posix.cc16 std::string SysWideToUTF8(const std::wstring& wide) { argument
19 return WideToUTF8(wide);
33 std::string SysWideToNativeMB(const std::wstring& wide) { argument
34 return WideToUTF8(wide);
43 std::string SysWideToNativeMB(const std::wstring& wide) { argument
50 for (size_t i = 0; i < wide.size(); ++i) {
51 const wchar_t src = wide[i];
79 // wide input, and |j| tracking the multi-byte output.
81 for (size_t i = 0, j = 0; i < wide.size(); ++i) {
82 const wchar_t src = wide[
[all...]
H A Dsys_string_conversions_unittest.cc173 std::wstring wide = kConvertRoundtripCases[i]; local
174 std::wstring trip = SysNativeMBToWide(SysWideToNativeMB(wide));
175 EXPECT_EQ(wide.size(), trip.size());
176 EXPECT_EQ(wide, trip);
181 std::wstring wide = kConvertRoundtripCases[i]; local
182 std::wstring trip = SysNativeMBToWide(WideToUTF8(wide));
183 EXPECT_EQ(wide.size(), trip.size());
184 EXPECT_EQ(wide, trip);
188 std::wstring wide = kConvertRoundtripCases[i]; local
189 std::wstring trip = UTF8ToWide(SysWideToNativeMB(wide));
[all...]
H A Dutf_string_conversions.cc58 std::string WideToUTF8(const std::wstring& wide) { argument
59 if (IsStringASCII(wide)) {
60 return std::string(wide.data(), wide.data() + wide.length());
64 PrepareForUTF8Output(wide.data(), wide.length(), &ret);
65 ConvertUnicode(wide.data(), wide.length(), &ret);
94 // When wide
100 WideToUTF16(const std::wstring& wide) argument
123 WideToUTF16(const std::wstring& wide) argument
[all...]
H A Dsys_string_conversions.h32 // Converts between wide and UTF-8 representations of a string. On error, the
34 BASE_EXPORT std::string SysWideToUTF8(const std::wstring& wide);
37 // Converts between wide and the system multi-byte representations of a string.
40 BASE_EXPORT std::string SysWideToNativeMB(const std::wstring& wide);
47 // Converts between 8-bit and wide strings, using the given code page. The
52 BASE_EXPORT std::string SysWideToMultiByte(const std::wstring& wide,
H A Dutf_string_conversions.h26 BASE_EXPORT std::string WideToUTF8(const std::wstring& wide);
33 BASE_EXPORT string16 WideToUTF16(const std::wstring& wide);
H A Dutf_string_conversions_unittest.cc49 // we round-trip all the wide strings through UTF-8 to make sure everything
55 std::wostringstream wide; local
56 wide << UTF8ToWide(utf8.str());
58 EXPECT_EQ(kConvertRoundtripCases[i], wide.str());
74 const wchar_t* wide; member in struct:base::UTF8ToWideCase
106 std::wstring expected(convert_cases[i].wide);
/external/avb/test/
H A Dlibavb_host_symbols_test38 readelf --symbols --wide "${ANDROID_HOST_OUT}/obj/STATIC_LIBRARIES/libavb_intermediates/libavb.a" | \
/external/webrtc/webrtc/base/
H A Dwin32.h61 inline std::string ToUtf8(const wchar_t* wide, size_t len) { argument
62 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len),
65 ::WideCharToMultiByte(CP_UTF8, 0, wide, static_cast<int>(len), ns, len8,
70 inline std::string ToUtf8(const wchar_t* wide) { argument
71 return ToUtf8(wide, wcslen(wide));
/external/proguard/src/proguard/classfile/instruction/
H A DVariableInstruction.java35 public boolean wide; field in class:VariableInstruction
46 public VariableInstruction(boolean wide) argument
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...]
H A DInstructionFactory.java41 boolean wide = false;
45 wide = true;
251 instruction = new VariableInstruction(wide);
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.h107 static string WideToUTF8(const wstring &wide) { argument
108 return WideToMBCP(wide, CP_UTF8);
112 static string WideToMBCP(const wstring &wide, unsigned int cp);
H A Dhttp_upload.cc330 // GCC doesn't support wide file name and opening on FILE* requires ugly
380 string HTTPUpload::WideToMBCP(const wstring &wide, unsigned int cp) { argument
381 if (wide.length() == 0) {
386 int charcount = WideCharToMultiByte(cp, 0, wide.c_str(), -1,
394 WideCharToMultiByte(cp, 0, wide.c_str(), -1, buf, charcount,
/external/llvm/test/MC/ARM/
H A Dthumb2-branches.s14 @ unconditional branches accept wide suffix and encode to wide encodings
60 @ unconditional branches with wide suffix in IT block
92 @ unconditional branches accept wide suffix and encode to wide encodings
157 @ unconditional branches accept wide suffix and encode to wide encodings
203 @ unconditional branches with wide suffix in IT block
235 @ unconditional branches accept wide suffix and encode to wide encoding
[all...]
H A Dldr-pseudo-cond-darwin.s34 @ Must use the wide Thumb mov if the constant can't be represented
H A Dldr-pseudo-cond.s34 @ Must use the wide Thumb mov if the constant can't be represented
/external/libedit/src/
H A Dprompt.c149 prompt_set(EditLine *el, el_pfunc_t prf, Char c, int op, int wide) argument
171 p->p_wide = wide;
/external/autotest/client/cros/scripts/
H A Dreorder-services-moblab.sh88 netstat --tcp --numeric --wide | parse_netstat "${mode}"
/external/llvm/test/MC/MachO/ARM/
H A Drelax-thumb2-branches.s3 ble Lfoo @ wide encoding
/external/javassist/src/main/javassist/bytecode/
H A DInstructionPrinter.java136 return wide(iter, pos);
148 private static String wide(CodeIterator iter, int pos) { method in class:InstructionPrinter

Completed in 622 milliseconds

123