HomeSort by relevance Sort by last modified time
    Searched refs:SHARED_LIBRARY (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/tools/clang/plugins/
Makefile 13 SHARED_LIBRARY = 1
  /external/clang/examples/PrintFunctionNames/
Makefile 22 SHARED_LIBRARY = 1
  /external/llvm/tools/gold/
Makefile 14 SHARED_LIBRARY := 1
  /external/chromium_org/tools/gn/
target.cc 57 deps_[dep]->output_type() == SHARED_LIBRARY ||
64 if (deps_[dep]->output_type() != SHARED_LIBRARY &&
93 return output_type_ == STATIC_LIBRARY || output_type_ == SHARED_LIBRARY;
ninja_helper.cc 120 (target->output_type() == Target::SHARED_LIBRARY ||
144 (target->output_type() == Target::SHARED_LIBRARY ||
147 target->output_type() == Target::SHARED_LIBRARY)) {
160 if (target->output_type() == Target::SHARED_LIBRARY) {
target_generator.cc 31 type == Target::SHARED_LIBRARY ||
38 type == Target::SHARED_LIBRARY ||
172 return Target::SHARED_LIBRARY;
filesystem_utils.cc 110 case Target::SHARED_LIBRARY:
128 case Target::SHARED_LIBRARY:
target.h 30 SHARED_LIBRARY,
ninja_target_writer.cc 459 if (target_->output_type() == Target::SHARED_LIBRARY) {
472 if (target_->output_type() == Target::SHARED_LIBRARY) {
614 if (target_->output_type() == Target::SHARED_LIBRARY)
  /external/chromium_org/net/third_party/nss/ssl/
Makefile 62 $(SHARED_LIBRARY): $(CRYPTOLIB)
  /external/llvm/runtime/libprofile/
Makefile 15 SHARED_LIBRARY = 1
  /external/clang/tools/libclang/
Makefile 16 SHARED_LIBRARY = 1
  /external/llvm/tools/lto/
Makefile 15 SHARED_LIBRARY := 1
  /external/compiler-rt/
Makefile 134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
135 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
140 $(if $(call streq,1,$(Tmp.SHARED_LIBRARY)),
192 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
193 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
196 $(if $(call streq,1,$(Tmp.SHARED_LIBRARY)),
  /external/compiler-rt/make/
options.mk 30 SHARED_LIBRARY := 0
lib_info.mk 59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
  /ndk/build/core/
build-shared-library.mk 33 LOCAL_MODULE_CLASS := SHARED_LIBRARY
  /external/llvm/tools/llvm-shlib/
Makefile 16 SHARED_LIBRARY := 1
  /device/generic/goldfish/opengl/
common.mk 24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
151 $(if $(filter EXECUTABLE SHARED_LIBRARY,$(_emugl.$(_emugl_MODULE).type)),\
155 $(if $(filter SHARED_LIBRARY,$(_emugl.$1.type)),\
  /sdk/emulator/opengl/
common.mk 153 $(if $(filter EXECUTABLE SHARED_LIBRARY,$(_emugl.$(_emugl_MODULE).type)),\
157 $(if $(filter SHARED_LIBRARY,$(_emugl.$1.type)),\
  /external/compiler-rt/make/platform/
clang_linux.mk 105 SHARED_LIBRARY.asan-arm-android := 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 257 self.SHARED_LIBRARY, objects, output_libname,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 257 self.SHARED_LIBRARY, objects, output_libname,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 614 SHARED_LIBRARY = "shared_library"
674 self.link(CCompiler.SHARED_LIBRARY, objects,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 614 SHARED_LIBRARY = "shared_library"
674 self.link(CCompiler.SHARED_LIBRARY, objects,
    [all...]

Completed in 735 milliseconds

1 2