Home
last modified time | relevance | path

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

12

/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/av/drm/libmediadrm/
DDrm.cpp97 DrmSessionManager::Instance()->removeDrm(mDrmSessionClient); in ~Drm()
360 retry = DrmSessionManager::Instance()->reclaimSession(getCallingPid()); in openSession()
374 DrmSessionManager::Instance()->addSession(getCallingPid(), mDrmSessionClient, sessionId); in openSession()
392 DrmSessionManager::Instance()->removeSession(sessionId); in closeSession()
413 DrmSessionManager::Instance()->useSession(sessionId); in getKeyRequest()
433 DrmSessionManager::Instance()->useSession(sessionId); in provideKeyResponse()
464 DrmSessionManager::Instance()->useSession(sessionId); in restoreKeys()
481 DrmSessionManager::Instance()->useSession(sessionId); in queryKeyStatus()
644 DrmSessionManager::Instance()->useSession(sessionId); in setCipherAlgorithm()
661 DrmSessionManager::Instance()->useSession(sessionId); in setMacAlgorithm()
[all …]
DDrmSessionManager.cpp52 sp<DrmSessionManager> DrmSessionManager::Instance() { in Instance() function in android::DrmSessionManager
/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/articles/
Duser-data-ids.jd18 <li><a href="#working_with_instance_ids_&_guids">Working with Instance IDs and GUIDs</a></li>
63 an Instance ID or by creating your own GUID at install time. This document
102 <em><strong>#3: Use an Instance ID or a privately stored GUID whenever
385 <h2 id="working_with_instance_ids_&_guids">Working with Instance IDs and GUIDs</h2>
389 running on a device is to use an Instance ID, and this is the recommended
396 As a result, Instance IDs provide better privacy properties compared to
400 "https://developers.google.com/instance-id/">What is Instance ID?</a> help
405 In cases where an Instance ID isn't practical, custom globally unique IDs
528 <strong>We Recommend</strong>: Instance ID or a GUID.
569 <strong>We Recommend</strong>: Instance ID; if an Instance ID is
[all …]
/frameworks/native/vulkan/api/templates/
Dvulkan_common.tmpl206 Given a function, return "Global", "Instance", or "Device" depending on which
210 {{define "Vtbl#VkInstance" }}Instance{{end}}
211 {{define "Vtbl#VkPhysicalDevice"}}Instance{{end}}
/frameworks/av/include/media/
DDrmSessionManager.h45 static sp<DrmSessionManager> Instance();
/frameworks/base/docs/html/ndk/guides/graphics/
Dvalidation-layer.jd174 <h3>Instance layers</h3>
178 Instance-level entry points are those with {@code VkInstance} or {@code VkPhysicalDevice}
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstarting.jd17 <li><a href="#Create">Create a New Instance</a></li>
178 <h2 id="Create">Create a New Instance</h2>
/frameworks/base/docs/html/training/beam-files/
Dsend-files.jd241 // Instance that returns available files from this app
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-authenticator.jd159 // Instance field that stores the authenticator object
Drunning-sync-adapter.jd420 // Instance fields
Dcreating-sync-adapter.jd390 // Instance fields
/frameworks/native/vulkan/libvulkan/
Dcode-generator.tmpl1044 {{if and (Macro "IsFunctionSupported" $) (eq (Macro "Vtbl" $) "Instance")}}
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Dcalendar-provider.jd36 <li><a href="#query-instances">Membuat query tabel Instance</a></li>
837 <h3 id="query-instances">Membuat query tabel Instance</h3>
Dcontent-provider-creating.jd480 Instance {@link android.content.ContentProvider} mengelola akses
Dcontacts-provider.jd1737 onPerformSync()}. Instance kelas ini harus dibuat sebagai singleton.
/frameworks/base/docs/html-intl/intl/in/guide/components/
Dloaders.jd125 <li>Instance {@link android.app.LoaderManager}.</li>
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/
Dsettings.jd230 …<p>Instance satu-satunya di mana atribut ini <em>tidak diperlukan</em> adalah bila preferensi beru…
/frameworks/native/vulkan/api/
Dvulkan.api1137 /// Instance creation flags

12