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

  /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
  /build/core/tasks/
ide.mk 17 define filter-ide-goals
26 eclipse_project_goals := $(call filter-ide-goals,ECLIPSE)
  /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...]
  /ndk/sources/host-tools/make-3.81/
main.c 441 static struct dep *goals, *lastgoal;
439 static struct dep *goals, *lastgoal; variable in typeref:struct:dep
    [all...]

Completed in 1235 milliseconds