Home
last modified time | relevance | path

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

/development/scripts/
Daday6 def build_to_date(build): argument
/development/vndk/snapshot/
Dupdate.py39 def start_branch(build): argument
59 def install_snapshot(branch, build, local_dir, install_dir, temp_artifact_dir): argument
170 def commit(branch, build, version): argument
Dutils.py156 def fetch_artifact(branch, build, pattern, destination='.'): argument
/development/vndk/tools/sourcedr/ninja/
Dlist_installed_file_from_source.py71 def _are_inputs_from_vendor(build): 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.java133 public void build() throws IOException { in build() method in Module
/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/vendor_snapshot/
Dupdate.py618 def fetch_artifact(branch, build, target, pattern, destination): argument
635 def install_artifacts(image, branch, build, target, local_dir, symlink, argument
/development/tools/winscope/
Dpackage.json9 "build": "cross-env NODE_ENV=production webpack --progress --hide-modules", string
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailImpl.java152 public VoicemailImpl build() { in build() method in VoicemailImpl.Builder
/development/vndk/tools/header-checker/utils/
Dutils.py248 def read_lsdump_paths(product, variant, vndk_version, targets, build=True): argument
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java484 public Card build(Activity activity) { in build() method in Card.Builder