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

  /art/profman/
Android.mk 34 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,target,ndebug,$(profman_arch)))
41 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,host,ndebug))
  /art/runtime/simulator/
Android.mk 26 # $(2): ndebug or debug
33 ifneq ($(2),ndebug)
35 $$(error expected ndebug or debug for argument 2, received $(2))
47 ifeq ($$(art_ndebug_or_debug),ndebug)
101 $(eval $(call build-libart-simulator,host,ndebug))
  /art/disassembler/
Android.mk 29 # $(2): ndebug or debug
36 ifneq ($(2),ndebug)
38 $$(error expected ndebug or debug for argument 2, received $(2))
50 ifeq ($$(art_ndebug_or_debug),ndebug)
104 $(eval $(call build-libart-disassembler,target,ndebug))
111 $(eval $(call build-libart-disassembler,host,ndebug))
  /art/patchoat/
Android.mk 33 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,target,ndebug,$(patchoat_arch)))
41 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,ndebug))
  /art/dex2oat/
Android.mk 51 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libsigchain,art/compiler,target,ndebug,$(dex2oat_target_arch)))
84 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libsigchain libziparchive-host liblz4,art/compiler,host,ndebug,$(dex2oat_host_arch)))
86 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libart libart-compiler libart $(DEX2OAT_STATIC_DEPENDENCIES),art/compiler,host,ndebug,$(dex2oat_host_arch),static))
  /art/build/
Android.executable.mk 29 # $(6): ndebug or debug
38 ifneq ($(6),ndebug)
40 $$(error expected ndebug or debug for argument 6, received $(6))
66 ifeq ($$(art_ndebug_or_debug),ndebug)
115 ifeq ($$(art_ndebug_or_debug),ndebug)
192 # Build many art executables from multiple variations (debug/ndebug, host/target, 32/64bit).
208 $(foreach debug_flavor,ndebug debug,
  /art/compiler/
Android.mk 179 # $(2): ndebug or debug
187 ifneq ($(2),ndebug)
189 $$(error expected ndebug or debug for argument 2, received $(2))
205 ifeq ($$(art_ndebug_or_debug),ndebug)
314 $(eval $(call build-libart-compiler,host,ndebug))
316 $(eval $(call build-libart-compiler,host,ndebug,static))
326 $(eval $(call build-libart-compiler,target,ndebug))
  /art/runtime/
Android.mk 411 # $(2): ndebug or debug
420 ifneq ($(2),ndebug)
422 $$(error expected ndebug or debug for argument 2, received $(2))
437 ifeq ($$(art_ndebug_or_debug),ndebug)
568 ifeq ($$(art_ndebug_or_debug),ndebug)
611 $(eval $(call build-runtime-library,host,ndebug,shared,libart))
612 $(eval $(call build-runtime-library,host,ndebug,shared,libopenjdkjvm))
614 $(eval $(call build-runtime-library,host,ndebug,static,libart))
615 $(eval $(call build-runtime-library,host,ndebug,static,libopenjdkjvm))
628 # $(error $(call build-runtime-library,target,ndebug))
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
macho.go 111 var ndebug int var
199 loadsize := 4 * 4 * ndebug
223 Thearch.Lput(uint32(len(load)) + uint32(nseg) + uint32(ndebug))
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 108 var ndebug int var
196 loadsize := 4 * 4 * ndebug
220 Thearch.Lput(uint32(len(load)) + uint32(nseg) + uint32(ndebug))
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
macho.go 111 var ndebug int var
199 loadsize := 4 * 4 * ndebug
223 Thearch.Lput(uint32(len(load)) + uint32(nseg) + uint32(ndebug))
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho.go 108 var ndebug int var
196 loadsize := 4 * 4 * ndebug
220 Thearch.Lput(uint32(len(load)) + uint32(nseg) + uint32(ndebug))
  /art/test/
Android.run-test.mk 164 RUN_TYPES += ndebug
376 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),ndebug,$(PREBUILD_TYPES), \
659 # test-art-{1: host or target}-run-test-{2: debug ndebug}-{3: prebuild no-prebuild no-dex2oat}-
696 ifeq ($(2),ndebug)
    [all...]

Completed in 437 milliseconds