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

1 2

  /system/core/mkbootimg/
Android.mk 12 $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
  /system/core/cpio/
Android.mk 13 $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
  /build/tools/signapk/
Android.mk 29 $(call dist-for-goals,droidcore,$(LOCAL_INSTALLED_MODULE))
  /external/valgrind/unittest/
bigtest.cc 202 } goals; variable in typeref:class:GoalStats
212 goals.AddPattern(paramreg, paramapply);
265 //goals.RegisterParameter(&map_of_counts[101]);
267 goals.RegisterParameter(&params.num_iterations_times_runcount);
268 goals.SetParameterStat(N_MUTEX_LOCK_UNLOCK, &params.num_iterations_times_runcount, 3 /*don't ask why*/);
269 goals.SetParameterStat(N_MEM_ACCESSES_K, &params.num_iterations_times_runcount,
272 goals.RegisterParameter(&params.num_contexts);
273 goals.SetParameterStat(N_MUTEXES, &params.num_contexts, 1);
497 goals.RegisterParameter(num_CV_Signals);
498 goals.SetParameterStat(N_CV_SIGNALS, num_CV_Signals, 1)
    [all...]
  /build/core/
distdir.mk 35 # $(3): goals that should copy the file
45 # certain files with certain goals. When those goals are built
48 # $(1): a list of goals (e.g. droid, sdk, pdk, ndk)
49 # $(2): the dist files to add to those goals. If the file contains ':',
53 define dist-for-goals
72 define dist-for-goals
main.mk 60 # Used to force goals to build. Only use for conditionally defined goals.
339 # For most goals, anything not tagged with the "tests" tag should
354 # If they only used the modifier goals (showcommands, checkbuild), we'll actually
681 # These are additional goals that we build, in order to make sure that there
685 # If you would like to build all goals, and not skip any intermediate
735 $(call dist-for-goals, userdataimage, $(BUILT_USERDATAIMAGE_TARGET))
761 $(call dist-for-goals, dist_files, $(EMMA_META_ZIP))
764 # Dist for droid if droid is among the cmd goals, or no cmd goal is given.
779 $(call dist-for-goals,apps_only,
    [all...]
droiddoc.mk 224 $(call dist-for-goals,docs,$(out_zip))
  /build/core/tasks/
ide.mk 17 define filter-ide-goals
26 eclipse_project_goals := $(call filter-ide-goals,ECLIPSE)
  /external/yaffs2/
Android.mk 22 $(call dist-for-goals, dist_files, $(LOCAL_BUILT_MODULE))
  /frameworks/base/nfc-extras/
Android.mk 14 $(call dist-for-goals, droidcore, $(full_classes_jar):com.android.nfc_extras.jar)
  /cts/
CtsTestCoverage.mk 53 # Put the test coverage report in the dist dir if "cts" is among the build goals.
55 $(call dist-for-goals, cts, $(cts-test-coverage-report):cts-test-coverage-report.html)
56 $(call dist-for-goals, cts, $(cts-verifier-coverage-report):cts-verifier-coverage-report.html)
  /development/build/tools/
sdk_repo.mk 33 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(1),$(2),$(3)))
54 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(1),$(2),$(3)))
79 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(1),$(2),$(3)))
97 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(1),$(2),$(3)))
154 $(call dist-for-goals, sdk_repo, $(RENAMED_ADDON_ZIP))
170 $(call dist-for-goals, sdk_repo, $(SDK_ADDON_XML))
192 $(call dist-for-goals, sdk_repo, $(SDK_REPO_XML))
windows_sdk.mk 57 $(call dist-for-goals, win_sdk, $(WIN_SDK_ZIP))
  /external/guava/
Android.mk 26 $(call dist-for-goals, dist_files, $(LOCAL_BUILT_MODULE):guava.jar)
  /external/jsr305/
Android.mk 25 $(call dist-for-goals, dist_files, $(LOCAL_BUILT_MODULE):jsr305.jar)
  /cts/apps/CtsVerifier/
Android.mk 66 $(call dist-for-goals, cts, $(verifier-zip):$(verifier-zip-name))
  /development/pdk/pndk/
Pndk.mk 186 $(call dist-for-goals,pndk,$(pndk_tarfile_zipped))
187 $(call dist-for-goals,pndk,$(pndk_with_src_tarfile_zipped))
188 $(call dist-for-goals,pndk,$(pndk_jni_with_src_tarfile_zipped))
  /frameworks/ex/carousel/
Android.mk 30 $(call dist-for-goals, droidcore, $(LOCAL_BUILT_MODULE):android-common-carousel.jar)
  /frameworks/ex/common/
Android.mk 29 $(call dist-for-goals, droidcore, $(LOCAL_BUILT_MODULE):android-common.jar)
  /frameworks/support/v13/
Android.mk 38 $(call dist-for-goals, droidcore sdk, $(LOCAL_BUILT_MODULE):android-support-v13.jar)
  /sdk/avdlauncher/
Android.mk 53 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
  /sdk/sdklauncher/
Android.mk 53 $(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
  /system/core/fastboot/
Android.mk 53 $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
  /system/core/adb/
Android.mk 86 $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
  /frameworks/support/v4/
Android.mk 89 $(call dist-for-goals, droidcore sdk, $(LOCAL_BUILT_MODULE):android-support-v4.jar)

Completed in 452 milliseconds

1 2