Home
last modified time | relevance | path

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

/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/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.java483 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