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

  /external/chromium_org/tools/gn/
target_unittest.cc 74 z.set_output_type(Target::STATIC_LIBRARY);
119 b.set_output_type(Target::STATIC_LIBRARY);
121 c.set_output_type(Target::STATIC_LIBRARY);
157 b_fwd.set_output_type(Target::STATIC_LIBRARY);
181 c.set_output_type(Target::STATIC_LIBRARY);
211 c.set_output_type(Target::STATIC_LIBRARY);
ninja_helper_unittest.cc 94 setup.target.set_output_type(Target::STATIC_LIBRARY);
target.cc 75 case STATIC_LIBRARY:
156 return output_type_ == STATIC_LIBRARY || output_type_ == SHARED_LIBRARY;
168 if (dep->output_type() == STATIC_LIBRARY ||
function_get_target_outputs.cc 43 case Target::STATIC_LIBRARY:
ninja_helper.cc 155 target->output_type() == Target::STATIC_LIBRARY) &&
185 target->output_type() == Target::STATIC_LIBRARY)) ||
ninja_binary_target_writer_unittest.cc 100 stlib_target.set_output_type(Target::STATIC_LIBRARY);
target.h 35 STATIC_LIBRARY,
filesystem_utils.cc 198 case Target::STATIC_LIBRARY:
211 case Target::STATIC_LIBRARY:
224 case Target::STATIC_LIBRARY:
ninja_binary_target_writer.cc 62 case Target::STATIC_LIBRARY:
426 target_->output_type() != Target::STATIC_LIBRARY) {
builder_unittest.cc 145 c->set_output_type(Target::STATIC_LIBRARY);
ninja_target_writer.cc 71 target->output_type() == Target::STATIC_LIBRARY ||
target_generator.cc 113 Target::STATIC_LIBRARY, err);
  /ndk/build/core/
build-static-library.mk 32 LOCAL_MODULE_CLASS := STATIC_LIBRARY
build-binary.mk 39 ifeq ($(call module-get-class,$(LOCAL_MODULE)),STATIC_LIBRARY)
98 ifneq (STATIC_LIBRARY,$(call module-get-class,$(LOCAL_MODULE)))
507 ifeq ($(call module-get-class,$(LOCAL_MODULE)),STATIC_LIBRARY)
definitions.mk 443 # (e.g. STATIC_LIBRARY, SHARED_LIBRARY, etc...)
630 $(filter STATIC_LIBRARY PREBUILT_STATIC_LIBRARY,\
    [all...]
  /external/valgrind/main/
Android.build_one.mk 55 ifneq ($(vg_local_target),STATIC_LIBRARY)
Android.mk 142 vg_local_target := STATIC_LIBRARY
147 vg_local_target := STATIC_LIBRARY
295 vg_local_target := STATIC_LIBRARY
  /external/libunwind/
Android.mk 230 build_target := STATIC_LIBRARY
307 build_target := STATIC_LIBRARY
  /device/generic/goldfish/opengl/
common.mk 23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
152 $(if $(filter STATIC_LIBRARY,$(_emugl.$1.type)),\
  /sdk/emulator/opengl/
common.mk 172 $(if $(filter STATIC_LIBRARY,$(_emugl.$1.type)),\

Completed in 788 milliseconds