Searched refs:Marshal (Results 1 – 25 of 47) sorted by relevance
12
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/ |
D | Utility.cs | 38 splitArgs[i] = Marshal.PtrToStringUni( in SplitArgs() 39 Marshal.ReadIntPtr(ptrToSplitArgs, i * IntPtr.Size)); in SplitArgs() 52 int bytesToRead = Marshal.SizeOf(typeof(T)); in ReadUnmanagedStructFromProcess() 53 IntPtr buffer = Marshal.AllocHGlobal(bytesToRead); in ReadUnmanagedStructFromProcess() 57 T result = (T)Marshal.PtrToStructure(buffer, typeof(T)); in ReadUnmanagedStructFromProcess() 58 Marshal.FreeHGlobal(buffer); in ReadUnmanagedStructFromProcess() 66 IntPtr outBuffer = Marshal.AllocHGlobal(NumChars * 2); in ReadStringUniFromProcess() 76 string result = Marshal.PtrToStringUni(outBuffer, bytesRead / 2); in ReadStringUniFromProcess() 77 Marshal.FreeHGlobal(outBuffer); in ReadStringUniFromProcess() 82 return Marshal.SizeOf(typeof(T)); in UnmanagedStructSize()
|
D | ProcessDetail.cs | 76 int cbFileInfo = Marshal.SizeOf(info);
|
/external/chromium_org/tools/stats_viewer/ |
D | stats_table.cs | 174 return memory_.ToInt64() + Marshal.SizeOf(typeof(StatsFileHeader)); 188 Marshal.SizeOf(typeof(int))); 201 Marshal.SizeOf(typeof(int))); 241 header_ = (StatsFileHeader)Marshal.PtrToStructure(memory_, header_.GetType()); in Open() 260 Marshal.WriteInt32((IntPtr) offset, 0); in Zero() 261 offset += Marshal.SizeOf(typeof(int)); in Zero() 276 Marshal.SizeOf(typeof(int))); in GetValue() 280 int pid = Marshal.ReadInt32((IntPtr)pid_offset); in GetValue() 283 rv += Marshal.ReadInt32((IntPtr)data_offset); in GetValue() 285 data_offset += Marshal.SizeOf(typeof(int)); in GetValue() [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | proxy.h | 102 R Marshal(talk_base::Thread* t) { in Marshal() function 122 R Marshal(talk_base::Thread* t) { in Marshal() function 142 R Marshal(talk_base::Thread* t) { in Marshal() function 163 R Marshal(talk_base::Thread* t) { in Marshal() function 184 R Marshal(talk_base::Thread* t) { in Marshal() function 207 R Marshal(talk_base::Thread* t) { in Marshal() function 232 call.Marshal(owner_thread_);\ 243 return call.Marshal(owner_thread_);\ 249 return call.Marshal(owner_thread_);\ 255 return call.Marshal(owner_thread_);\ [all …]
|
/external/clang/test/SemaTemplate/ |
D | destructor-template.cpp | 64 template <typename T> struct Marshal { struct 69 template <typename T> int Marshal<T>::gc() { in gc() 76 Marshal<int>::gc(); in test()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | Deflater.cs | 40 … int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream)); in Deflater()
|
D | Inflater.cs | 39 int retval = inflateInit_(ref _ztream, Info.Version, Marshal.SizeOf(_ztream)); in Inflater()
|
/external/chromium_org/third_party/icu/source/data/region/ |
D | sw.txt | 141 MH{"Visiwa vya Marshal"}
|
D | rof.txt | 140 MH{"Visiwa vya Marshal"}
|
D | jmc.txt | 140 MH{"Visiwa vya Marshal"}
|
D | ha.txt | 140 MH{"Tsibiran Marshal"}
|
D | asa.txt | 139 MH{"Vithiwa vya Marshal"}
|
D | luy.txt | 140 MH{"Visiwa vya Marshal"}
|
D | saq.txt | 140 MH{"Visiwa vya Marshal"}
|
D | ki.txt | 140 MH{"Visiwa vya Marshal"}
|
D | vun.txt | 140 MH{"Visiwa vya Marshal"}
|
D | dav.txt | 140 MH{"Visiwa vya Marshal"}
|
/external/icu4c/data/region/ |
D | mer.txt | 139 MH{"Aĩrandi cia Marshal"}
|
D | luy.txt | 139 MH{"Visiwa vya Marshal"}
|
D | saq.txt | 139 MH{"Visiwa vya Marshal"}
|
D | mas.txt | 139 MH{"Visiwa vya Marshal"}
|
D | ki.txt | 139 MH{"Visiwa vya Marshal"}
|
D | rof.txt | 139 MH{"Visiwa vya Marshal"}
|
D | bez.txt | 139 MH{"Ifisima fya Marshal"}
|
D | jmc.txt | 139 MH{"Visiwa vya Marshal"}
|
12