HomeSort by relevance Sort by last modified time
    Searched refs:MMD (Results 1 - 13 of 13) 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/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/chromium_org/third_party/icu/source/config/
mh-darwin 16 GEN_DEPS.c= $(CC) -E -MMD $(DEFS) $(CPPFLAGS)
17 GEN_DEPS.cc= $(CXX) -E -MMD $(DEFS) $(CPPFLAGS)
  /external/wpa_supplicant_8/hs20/server/
Makefile 12 CFLAGS = -MMD -O2 -Wall -g
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
Makefile 15 CFLAGS = -MMD -O2 -Wall -g
  /external/wpa_supplicant_8/hs20/client/
Makefile 19 CFLAGS = -MMD -O2 -Wall -g
  /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 322 POSIX_FLAGS ?= -g -O2 -pthread -MMD -DNDEBUG
326 POSIX_FLAGS ?= -g -O0 -pthread -MMD -DNACL_SDK_DEBUG
  /external/wpa_supplicant_8/hostapd/
Makefile 6 CFLAGS = -MMD -O2 -Wall -g
  /ndk/build/core/
definitions.mk     [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 320 DEPFLAGS = -MMD -MF $(depfile).raw
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 6 CFLAGS = -MMD -O2 -Wall -g
    [all...]

Completed in 1056 milliseconds