OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cds
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/memcheck/tests/s390x/
cds.stderr.exp
2
at 0x........: test (
cds
.c:17)
3
by 0x........: op1_undefined (
cds
.c:50)
4
by 0x........: main (
cds
.c:77)
7
at 0x........: test (
cds
.c:17)
8
by 0x........: op2_undefined (
cds
.c:61)
9
by 0x........: main (
cds
.c:78)
/external/chromium/chrome/browser/
process_singleton_win.cc
113
COPYDATASTRUCT
cds
;
local
114
cds
.dwData = 0;
115
cds
.cbData = static_cast<DWORD>((to_send.length() + 1) * sizeof(wchar_t));
116
cds
.lpData = const_cast<wchar_t*>(to_send.c_str());
121
reinterpret_cast<LPARAM>(&
cds
),
205
LRESULT ProcessSingleton::OnCopyData(HWND hwnd, const COPYDATASTRUCT*
cds
) {
225
if (
cds
->cbData < min_message_size * sizeof(wchar_t) ||
226
cds
->cbData % sizeof(wchar_t) != 0) {
227
LOG(WARNING) << "Invalid WM_COPYDATA, length = " <<
cds
->cbData;
232
DCHECK(
cds
->lpData)
[
all
...]
process_singleton.h
133
LRESULT OnCopyData(HWND hwnd, const COPYDATASTRUCT*
cds
);
/external/chromium_org/chrome/browser/
chrome_process_finder_win.cc
172
COPYDATASTRUCT
cds
;
local
173
cds
.dwData = 0;
174
cds
.cbData = static_cast<DWORD>((to_send.length() + 1) * sizeof(wchar_t));
175
cds
.lpData = const_cast<wchar_t*>(to_send.c_str());
180
reinterpret_cast<LPARAM>(&
cds
),
process_singleton_win.cc
96
bool ParseCommandLine(const COPYDATASTRUCT*
cds
,
103
if (
cds
->cbData < min_message_size * sizeof(wchar_t) ||
104
cds
->cbData % sizeof(wchar_t) != 0) {
105
LOG(WARNING) << "Invalid WM_COPYDATA, length = " <<
cds
->cbData;
110
DCHECK(
cds
->lpData);
111
const std::wstring msg(static_cast<wchar_t*>(
cds
->lpData),
112
cds
->cbData / sizeof(wchar_t));
167
const COPYDATASTRUCT*
cds
= reinterpret_cast<COPYDATASTRUCT*>(lparam);
local
171
if (!ParseCommandLine(
cds
, &parsed_command_line, ¤t_directory)) {
/external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java
380
final ConstructorDescriptor []
cds
= new ConstructorDescriptor [methods.size ()];
local
381
final MethodDescriptor [] mds = new MethodDescriptor [
cds
.length];
385
for (int i = 0, iLimit =
cds
.length; i < iLimit; ++ i)
402
cds
[ccount ++] = new ConstructorDescriptor (modifiers, method.getDescriptor (this));
418
Arrays.sort (
cds
, 0, ccount);
422
final ConstructorDescriptor cd =
cds
[i];
/external/emma/lib/
emma.jar
Completed in 190 milliseconds