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

  /cts/tools/
Android.mk 25 $(cts_prebuilt_jar): PRIVATE_PLANS_DIR := $(HOST_OUT)/old-cts/old-android-cts/repository/plans
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_scan.c 333 struct nlattr *plans; local
337 plans = nla_nest_start(msg, NL80211_ATTR_SCHED_SCAN_PLANS);
338 if (!plans)
376 * All the scan plans must specify the number of iterations
387 "nl80211: All sched scan plans but the last must specify number of iterations");
391 nla_nest_end(msg, plans);
421 "nl80211: Invalid number of sched scan plans: %u",
  /build/core/tasks/
old-cts.mk 99 DEFAULT_TEST_PLAN := $(cts_dir)/$(cts_name)/resource/plans
107 $(hide) mkdir -p $(PRIVATE_DIR)/repository/plans

Completed in 1984 milliseconds