/external/clang/test/PCH/ |
D | multiple_decls.h | 3 struct wide { int value; }; struct
|
/external/libchrome/base/strings/ |
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()
|
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
|
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()
|
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()
|
D | utf_string_conversions_unittest.cc | 55 std::wostringstream wide; in TEST() local 74 const wchar_t* wide; in TEST() member
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | utf_util_win.h | 37 inline std::string ToUtf8(const wchar_t* wide, size_t len) { in ToUtf8() 46 inline std::string ToUtf8(const wchar_t* wide) { in ToUtf8()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | RET.java | 34 private boolean wide; field in RET 84 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
D | IINC.java | 32 private boolean wide; field in IINC 96 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
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()
|
D | LDC_W.java | 50 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
D | GOTO_W.java | 62 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
D | JSR_W.java | 62 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
D | BIPUSH.java | 76 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
D | SIPUSH.java | 74 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
D | LOOKUPSWITCH.java | 70 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
D | NEWARRAY.java | 98 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
D | INVOKEINTERFACE.java | 86 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
D | INVOKEDYNAMIC.java | 73 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
D | TABLESWITCH.java | 78 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_wide_point.c | 98 static void set_texcoords(const struct widepoint_stage *wide, in set_texcoords() 127 const struct widepoint_stage *wide = widepoint_stage(stage); in widepoint_point() local 200 struct widepoint_stage *wide = widepoint_stage(stage); in widepoint_first_point() local 317 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); in draw_wide_point_stage() local
|
/external/google-breakpad/src/common/windows/ |
D | http_upload.h | 107 static string WideToUTF8(const wstring &wide) { in WideToUTF8()
|
/external/webrtc/webrtc/base/ |
D | win32.h | 61 inline std::string ToUtf8(const wchar_t* wide, size_t len) { in ToUtf8() 70 inline std::string ToUtf8(const wchar_t* wide) { in ToUtf8()
|
/external/emma/core/java12/com/vladium/jcd/opcodes/ |
D | IOpcodeVisitor.java | 20 void visit (int opcode, boolean wide, int offset, Object ctx); in visit()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 35 public boolean wide; field in VariableInstruction 46 public VariableInstruction(boolean wide) in VariableInstruction()
|