OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MMD
(Results
1 - 7
of
7
) sorted by null
/external/clang/tools/libclang/
BuildSystem.cpp
102
clang_ModuleMapDescriptor_setFrameworkModuleName(CXModuleMapDescriptor
MMD
,
104
if (!
MMD
|| !name)
107
MMD
->ModuleName = name;
112
clang_ModuleMapDescriptor_setUmbrellaHeader(CXModuleMapDescriptor
MMD
,
114
if (!
MMD
|| !name)
117
MMD
->UmbrellaHeader = name;
122
clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDescriptor
MMD
, unsigned,
125
if (!
MMD
|| !out_buffer_ptr || !out_buffer_size)
130
OS << "framework module " <<
MMD
->ModuleName << " {\n";
132
OS.write_escaped(
MMD
->UmbrellaHeader) << "\"\n"
[
all
...]
/external/chromium_org/third_party/icu/source/config/
mh-darwin
57
$(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -
MMD
-MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
59
$(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -
MMD
-MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
62
$(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -
MMD
-MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
64
$(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -
MMD
-MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
/external/icu/icu4c/source/config/
mh-darwin
57
$(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -
MMD
-MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
59
$(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -
MMD
-MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
62
$(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -
MMD
-MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
64
$(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -
MMD
-MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
/external/clang/unittests/libclang/
LibclangTest.cpp
328
CXModuleMapDescriptor
MMD
= clang_ModuleMapDescriptor_create(0);
330
clang_ModuleMapDescriptor_setFrameworkModuleName(
MMD
, "TestFrame");
331
clang_ModuleMapDescriptor_setUmbrellaHeader(
MMD
, "TestFrame.h");
335
clang_ModuleMapDescriptor_writeToBuffer(
MMD
, 0, &BufPtr, &BufSize);
339
clang_ModuleMapDescriptor_dispose(
MMD
);
/external/lldb/scripts/Python/
build-swig-Python.sh
30
SWIG_DEPEND_OPTIONS="-
MMD
-MF \"${swig_depend_file}.tmp\""
341
if $SWIG -c++ -shadow -python -threads -I"${SRC_ROOT}/include" -I./. -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -
MMD
-MF "${swig_depend_file}.tmp" -outdir "${CONFIG_BUILD_DIR}" -o "${swig_output_file}" "${swig_input_file}"
/external/chromium_org/native_client_sdk/src/tools/
common.mk
325
POSIX_FLAGS ?= -g -O2 -pthread -
MMD
-DNDEBUG
329
POSIX_FLAGS ?= -g -O0 -pthread -
MMD
-DNACL_SDK_DEBUG
/external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py
321
DEPFLAGS = -
MMD
-MF $(depfile).raw
[
all
...]
Completed in 1086 milliseconds