HomeSort by relevance Sort by last modified time
    Searched refs:MMD (Results 1 - 19 of 19) sorted by null

  /external/clang/tools/libclang/
BuildSystem.cpp 106 clang_ModuleMapDescriptor_setFrameworkModuleName(CXModuleMapDescriptor MMD,
108 if (!MMD || !name)
111 MMD->ModuleName = name;
116 clang_ModuleMapDescriptor_setUmbrellaHeader(CXModuleMapDescriptor MMD,
118 if (!MMD || !name)
121 MMD->UmbrellaHeader = name;
126 clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDescriptor MMD, unsigned,
129 if (!MMD || !out_buffer_ptr || !out_buffer_size)
134 OS << "framework module " << MMD->ModuleName << " {\n";
136 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/autotest/client/site_tests/graphics_Gbm/src/
Makefile 32 $(CC) $(CCFLAGS) -c $< -o $@ -MMD
  /external/wpa_supplicant_8/hostapd/
Makefile 6 CFLAGS = -MMD -O2 -Wall -g
  /external/autotest/client/site_tests/graphics_GpuReset/src/
Makefile 40 $(CC) $(CCFLAGS) -c $< -o $@ -MMD
  /external/mmc-utils/
Makefile 12 DEPFLAGS = -Wp,-MMD,$(@D)/.$(@F).d,-MT,$@
  /external/wpa_supplicant_8/hs20/server/
Makefile 12 CFLAGS = -MMD -O2 -Wall -g
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 6 CFLAGS = -MMD -O2 -Wall -g
    [all...]
  /external/clang/unittests/libclang/
LibclangTest.cpp 338 CXModuleMapDescriptor MMD = clang_ModuleMapDescriptor_create(0);
340 clang_ModuleMapDescriptor_setFrameworkModuleName(MMD, "TestFrame");
341 clang_ModuleMapDescriptor_setUmbrellaHeader(MMD, "TestFrame.h");
345 clang_ModuleMapDescriptor_writeToBuffer(MMD, 0, &BufPtr, &BufSize);
349 clang_ModuleMapDescriptor_dispose(MMD);
  /external/autotest/client/deps/glbench/src/
Makefile 101 $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(PLATFORM_CFLAGS) -c $< -o $@ -MMD
104 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@ -MMD
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
Makefile 15 CFLAGS = -MMD -O2 -Wall -g
  /build/tools/makeparallel/
Makefile 30 MAKEPARALLEL_CXXFLAGS := -Wall -Werror -MMD -MP
  /external/libweave/
Makefile 70 CFLAGS += -MMD
  /external/wpa_supplicant_8/hs20/client/
Makefile 19 CFLAGS = -MMD -O2 -Wall -g
  /build/kati/
ninja_test.go 112 in: `g++ -g -Iinclude -Wall -MMD -fno-omit-frame-pointer -O -m64 -W -Werror -c -o fat.o fat.cc`,
113 cmd: `g++ -g -Iinclude -Wall -MMD -fno-omit-frame-pointer -O -m64 -W -Werror -c -o fat.o fat.cc && cp fat.d fat.d.tmp`,
ninja.go 92 if (!strings.Contains(tss, " -MD ") && !strings.Contains(tss, " -MMD ")) || !strings.Contains(tss, " -c ") {
  /external/tpm2/
Makefile 325 $(Q)$(CC) $(CFLAGS) -c -MMD -MF $(basename $@).d -o $(basename $@).o $<
  /ndk/build/core/
definitions.mk     [all...]
  /external/vboot_reference/
Makefile 177 CFLAGS += -MMD -MF $@.d
    [all...]

Completed in 277 milliseconds