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

  /external/jsoncpp/
makerelease.py 150 def check_compile( distcheck_top_dir, platform ): function
355 build_status, log_path = check_compile( distcheck_top_dir, platform )
  /external/minijail/
common.mk 281 # Usage: $(call check_compile, [code], [compiler], [code_type], [c_flags],
284 check_compile = $(shell printf '%b\n' $(1) | \ macro
292 check_compile_cc = $(call check_compile,$(1),CC,c,CFLAGS,$(2),,$(2),$(3))
293 check_compile_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,$(2),,$(2),$(3))
299 check_libs_cc = $(call check_compile,$(1),CC,c,CFLAGS,,$(2),$(2),$(3))
300 check_libs_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,,$(2),$(2),$(3))
    [all...]
  /external/modp_b64/
common.mk 281 # Usage: $(call check_compile, [code], [compiler], [code_type], [c_flags],
284 check_compile = $(shell printf '%b\n' $(1) | \ macro
292 check_compile_cc = $(call check_compile,$(1),CC,c,CFLAGS,$(2),,$(2),$(3))
293 check_compile_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,$(2),,$(2),$(3))
299 check_libs_cc = $(call check_compile,$(1),CC,c,CFLAGS,,$(2),$(2),$(3))
300 check_libs_cxx = $(call check_compile,$(1),CXX,c++,CXXFLAGS,,$(2),$(2),$(3))
    [all...]
  /external/v8/tools/mb/
mb.py 479 if self.args.check_compile and (tbd or master_only):
    [all...]

Completed in 137 milliseconds