Home
last modified time | relevance | path

Searched refs:Marshal (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
DUtility.cs38 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()
DProcessDetail.cs76 int cbFileInfo = Marshal.SizeOf(info);
/external/chromium_org/tools/stats_viewer/
Dstats_table.cs174 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/
Dproxy.h102 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/
Ddestructor-template.cpp64 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/
DDeflater.cs40 … int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream)); in Deflater()
DInflater.cs39 int retval = inflateInit_(ref _ztream, Info.Version, Marshal.SizeOf(_ztream)); in Inflater()
/external/chromium_org/third_party/icu/source/data/region/
Dsw.txt141 MH{"Visiwa vya Marshal"}
Drof.txt140 MH{"Visiwa vya Marshal"}
Djmc.txt140 MH{"Visiwa vya Marshal"}
Dha.txt140 MH{"Tsibiran Marshal"}
Dasa.txt139 MH{"Vithiwa vya Marshal"}
Dluy.txt140 MH{"Visiwa vya Marshal"}
Dsaq.txt140 MH{"Visiwa vya Marshal"}
Dki.txt140 MH{"Visiwa vya Marshal"}
Dvun.txt140 MH{"Visiwa vya Marshal"}
Ddav.txt140 MH{"Visiwa vya Marshal"}
/external/icu4c/data/region/
Dmer.txt139 MH{"Aĩrandi cia Marshal"}
Dluy.txt139 MH{"Visiwa vya Marshal"}
Dsaq.txt139 MH{"Visiwa vya Marshal"}
Dmas.txt139 MH{"Visiwa vya Marshal"}
Dki.txt139 MH{"Visiwa vya Marshal"}
Drof.txt139 MH{"Visiwa vya Marshal"}
Dbez.txt139 MH{"Ifisima fya Marshal"}
Djmc.txt139 MH{"Visiwa vya Marshal"}

12