Home
last modified time | relevance | path

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

/development/scripts/
Daday6 def build_to_date(build): argument
/development/tools/idegen/src/com/android/idegen/
DModuleIndexes.java48 public void build() throws IOException { in build() method in ModuleIndexes
DIntellijProject.java59 public void build() throws IOException { in build() method in IntellijProject
DModule.java132 public void build() throws IOException { in build() method in Module
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintUiHelper.java56 … 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
/development/perftests/panorama/feature_mos/src/mosaic/
DDelaunay.cpp73 void CDelaunay::build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows) in build() function in CDelaunay