Home
last modified time | relevance | path

Searched refs:Instance (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/gesture/
DLearner.java25 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()
DInstance.java24 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()
DGestureStore.java137 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()
DInstanceLearner.java46 ArrayList<Instance> instances = getInstances(); in classify()
50 Instance sample = instances.get(i); in classify()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Memory.c56 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()
DLVPSA_Init.c54 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/media/mca/filterfw/jni/
Djni_util.h102 static ObjectPool* Instance() { in Instance() function
213 ObjectPool<T>* pool = ObjectPool<T>::Instance(); in WrapObjectInJava()
222 ObjectPool<T>* pool = ObjectPool<T>::Instance(); in WrapNewObjectInJava()
236 ObjectPool<T>* pool = ObjectPool<T>::Instance(); in ConvertFromJava()
246 ObjectPool<T>* pool = ObjectPool<T>::Instance(); in DeleteNativeObject()
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstarting.jd19 <li><a href="#Create">Create a New Instance</a></li>
180 <h2 id="Create">Create a New Instance</h2>
/frameworks/base/docs/html/tools/help/
Dadb.jd13 …<li><a href="#directingcommands">Directing Commands to a Specific Emulator/Device Instance</a></li>
16 <li><a href="#copyfiles">Copying Files to or from an Emulator/Device Instance</a></li>
120 Commands to a Specific Emulator/Device Instance</a>.</td>
313 <h2 id="directingcommands">Directing Commands to a Specific Emulator/Device Instance</h2>
364 <h2 id="copyfiles">Copying Files to or from an Emulator/Device Instance</h2>
/frameworks/base/docs/html/tools/devices/
Demulator.jd43 <li><a href="#calling">Sending a Voice Call or SMS to Another Emulator Instance</a></li>
59 <li><a href="#terminating">Terminating an Emulator Instance</a></li>
1043 <h3 id="calling">Sending a Voice Call or SMS to Another Emulator Instance</h3>
1536 <h3 id="terminating">Terminating an Emulator Instance</h3>