Home
last modified time | relevance | path

Searched defs:build (Results 1 – 10 of 10) sorted by relevance

/development/scripts/
Daday6 def build_to_date(build): argument
/development/vndk/snapshot/
Dupdate.py49 def start_branch(build): argument
69 def install_snapshot(branch, build, install_dir, temp_artifact_dir): argument
169 def commit(branch, build, version): argument
Dutils.py118 def fetch_artifact(branch, build, pattern, destination='.'): argument
/development/tools/idegen/src/com/android/idegen/
DModuleIndexes.java48 public void build() throws IOException { in build() method in ModuleIndexes
DIntellijProject.java61 public void build() throws IOException { in build() method in IntellijProject
DModule.java132 public void build() throws IOException { in build() method in Module
/development/tools/winscope/
Dpackage.json9 "build": "cross-env NODE_ENV=production webpack --progress --hide-modules" string
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintUiHelper.java60 … public FingerprintUiHelper build(ImageView icon, TextView errorTextView, Callback callback) { in build() method in FingerprintUiHelper.FingerprintUiHelperBuilder
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailImpl.java152 public VoicemailImpl build() { in build() method in VoicemailImpl.Builder
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java484 public Card build(Activity activity) { in build() method in Card.Builder