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

  /external/chromium_org/tools/gn/
ninja_helper_unittest.cc 68 setup.target.set_output_type(Target::STATIC_LIBRARY);
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);
target.cc 75 case STATIC_LIBRARY:
151 return output_type_ == STATIC_LIBRARY || output_type_ == SHARED_LIBRARY;
163 if (dep->output_type() == STATIC_LIBRARY ||
gyp_target_writer.cc 76 case Target::STATIC_LIBRARY:
target.h 35 STATIC_LIBRARY,
ninja_helper.cc 127 target->output_type() == Target::STATIC_LIBRARY) &&
152 target->output_type() == Target::STATIC_LIBRARY)) ||
filesystem_utils.cc 159 case Target::STATIC_LIBRARY:
172 case Target::STATIC_LIBRARY:
185 case Target::STATIC_LIBRARY:
ninja_target_writer.cc 71 target->output_type() == Target::STATIC_LIBRARY ||
builder_unittest.cc 155 c->set_output_type(Target::STATIC_LIBRARY);
target_generator.cc 98 Target::STATIC_LIBRARY, err);
gyp_binary_target_writer.cc 144 case Target::STATIC_LIBRARY:
145 out_ << "'static_library',\n";
151 out_ << "'static_library',\n"; // TODO(brettw) fixme.
366 if (target_->output_type() != Target::STATIC_LIBRARY)
ninja_binary_target_writer.cc 75 case Target::STATIC_LIBRARY:
  /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)
87 ifneq (STATIC_LIBRARY,$(call module-get-class,$(LOCAL_MODULE)))
396 ifeq ($(call module-get-class,$(LOCAL_MODULE)),STATIC_LIBRARY)
definitions.mk 430 # (e.g. STATIC_LIBRARY, SHARED_LIBRARY, etc...)
617 $(filter STATIC_LIBRARY PREBUILT_STATIC_LIBRARY,\
    [all...]
  /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 154 $(if $(filter STATIC_LIBRARY,$(_emugl.$1.type)),\

Completed in 450 milliseconds