OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cruntime
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libxslt/win32/
configure.js
54
var
cruntime
= "/MD";
variable
113
txt += "
cruntime
: C-runtime compiler option (only msvc) (" +
cruntime
+ ")\n";
117
txt += " Note: automatically enabled if
cruntime
is not /MD or /MDd\n";
207
vf.WriteLine("
CRUNTIME
=" +
cruntime
);
356
else if (opt == "
cruntime
")
357
cruntime
= arg.substring(opt.length + 1, arg.length);
403
if (
cruntime
== "/MT" ||
cruntime
== "/MTd" |
[
all
...]
/external/chromium_org/third_party/libxml/src/win32/
configure.js
67
var
cruntime
= "/MD";
variable
151
txt += "
cruntime
: C-runtime compiler option (only msvc) (" +
cruntime
+ ")\n";
156
txt += " Note: automatically enabled if
cruntime
is not /MD or /MDd\n";
269
vf.WriteLine("
CRUNTIME
=" +
cruntime
);
514
else if (opt == "
cruntime
")
515
cruntime
= arg.substring(opt.length + 1, arg.length);
569
if (
cruntime
== "/MT" ||
cruntime
== "/MTd" |
[
all
...]
/external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c
206
#include <
cruntime
.h>
[
all
...]
Completed in 120 milliseconds