Searched refs:Instance (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/gesture/ |
D | Learner.java | 25 private final ArrayList<Instance> mInstances = new ArrayList<Instance>(); 32 void addInstance(Instance instance) { in addInstance() 41 ArrayList<Instance> getInstances() { in getInstances() 51 ArrayList<Instance> instances = mInstances; in removeInstance() 54 Instance instance = instances.get(i); in removeInstance() 68 final ArrayList<Instance> toDelete = new ArrayList<Instance>(); in removeInstances() 69 final ArrayList<Instance> instances = mInstances; in removeInstances() 73 final Instance instance = instances.get(i); in removeInstances()
|
D | Instance.java | 24 class Instance { class 44 private Instance(long id, float[] sample, String sampleName) { in Instance() method in Instance 72 …static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String labe… in createInstance() 74 Instance instance; in createInstance() 77 instance = new Instance(gesture.getID(), pts, label); in createInstance() 81 instance = new Instance(gesture.getID(), pts, label); in createInstance()
|
D | GestureStore.java | 137 Instance instance = Instance.createInstance(mSequenceType, in recognize() 159 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, entryName)); in addGesture() 325 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, name)); in readFormatV1()
|
D | InstanceLearner.java | 46 ArrayList<Instance> instances = getInstances(); in classify() 50 Instance sample = instances.get(i); in classify()
|
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Memory.c | 56 INST_ALLOC Instance; in LVPSA_Memory() local 63 InstAlloc_Init( &Instance , LVM_NULL); in LVPSA_Memory() 108 InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) ); in LVPSA_Memory() 109 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT16) ); in LVPSA_Memory() 110 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_FilterParam_t) ); in LVPSA_Memory() 127 InstAlloc_AddMember( &Instance, pInitParams->nBands * BufferLength * sizeof(LVM_UINT8) ); in LVPSA_Memory() 128 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT8) ); in LVPSA_Memory() 129 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_BPFilterPrecision_en) ); in LVPSA_Memory() 130 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&Instance); in LVPSA_Memory()
|
D | LVPSA_Init.c | 54 INST_ALLOC Instance; in LVPSA_Init() local 88 InstAlloc_Init( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress); in LVPSA_Init() 97 *phInstance = InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) ); in LVPSA_Init() 145 …pLVPSA_Inst->pPostGains = InstAlloc_AddMember( &Instance, pInitParams->nBands * si… in LVPSA_Init() 146 …pLVPSA_Inst->pFiltersParams = InstAlloc_AddMember( &Instance, pInitParams->nBands * si… in LVPSA_Init() 147 …pLVPSA_Inst->pSpectralDataBufferStart = InstAlloc_AddMember( &Instance, pInitParams->nBands * pL… in LVPSA_Init() 148 …pLVPSA_Inst->pPreviousPeaks = InstAlloc_AddMember( &Instance, pInitParams->nBands * si… in LVPSA_Init() 149 …pLVPSA_Inst->pBPFiltersPrecision = InstAlloc_AddMember( &Instance, pInitParams->nBands * si… in LVPSA_Init()
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | adb.jd | 20 <li><a href="#directingcommands">Directing Commands to a Specific Emulator/Device Instance</a></li> 23 <li><a href="#copyfiles">Copying Files to or from an Emulator/Device Instance</a></li> 75 …ee <a href="#directingcommands">Directing Commands to a Specific Emulator/Device Instance</a>. </p> 119 <h2>Directing Commands to a Specific Emulator/Device Instance</h2> 157 <h2>Copying Files to or from an Emulator/Device Instance</h2>
|
/frameworks/base/docs/html/guide/developing/devices/ |
D | emulator.jd | 31 <li><a href="#calling">Sending a Voice Call or SMS to Another Emulator Instance</a></li> 1172 <h3>Sending a Voice Call or SMS to Another Emulator Instance</h3> 1636 <h3>Terminating an Emulator Instance</h3>
|