HomeSort by relevance Sort by last modified time
    Searched defs:Instance (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /cts/suite/audio_quality/lib/src/
Settings.cpp 22 Settings* Settings::Instance()
Log.cpp 28 Log* Log::Instance(const char* dirName)
Report.cpp 26 Report* Report::Instance(const char* dirName)
62 Settings::Instance()->addSetting(Settings::EREPORT_FILE, report);
110 Settings::Instance()->getSetting(Settings::EREPORT_TIME).string());
113 printf(" %s", Settings::Instance()->getSetting(Settings::EDEVICE_INFO).string());
116 Settings::Instance()->getSetting(Settings::ETEST_XML).string());
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
instance.py 23 class Instance(object):
34 r = 'Instance<id:%s, state:%s, health:%s' % (self.instance_id,
group.py 26 from boto.ec2.autoscale.instance import Instance
126 EC2 instance comes into service that Auto Scaling starts
163 :param instance_id: The ID of the Amazon EC2 instance you want to use
214 self.instances = ResultSet([('member', Instance)])
  /external/llvm/include/llvm/MC/
MCLabel.h 27 // \brief The instance number of this Directional Local Label.
28 unsigned Instance;
32 MCLabel(unsigned instance) : Instance(instance) {}
38 /// \brief Get the current instance of this Directional Local Label.
39 unsigned getInstance() const { return Instance; }
41 /// \brief Increment the current instance of this Directional Local Label.
42 unsigned incInstance() { return ++Instance; }
  /hardware/intel/common/wrs_omxil_core/core/src/
pv_omx_interface.cpp 43 static PVOMXInterface* Instance()
79 return PVOMXInterface::Instance();
  /external/clang/test/Sema/
overloaded-func-transparent-union.c 13 } Instance __attribute__((transparent_union));
15 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) {
20 __attribute__((overloadable)) void Class_Init(Instance this, char *str) {
nonnull.c 10 } Instance __attribute__((transparent_union));
12 __attribute__((nonnull(1))) void Class_init(Instance this, char *str) {
  /hardware/intel/common/wrs_omxil_core/utils/src/
thread.cpp 51 ret = pthread_create(&id, NULL, Instance, this);
74 void *Thread::Instance(void *p)
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 27 CompilerInstance &Instance;
31 PrintFunctionsConsumer(CompilerInstance &Instance,
33 : Instance(Instance), ParsedTemplates(ParsedTemplates) {}
46 if (!Instance.getLangOpts().DelayedTemplateParsing)
70 clang::Sema &sema = Instance.getSema();
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Init.c 31 /* phInstance Pointer to pointer to the instance */
54 INST_ALLOC Instance;
88 InstAlloc_Init( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress);
94 /* Set the instance handle if not already initialised */
97 *phInstance = InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) );
145 pLVPSA_Inst->pPostGains = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT16) );
146 pLVPSA_Inst->pFiltersParams = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_FilterParam_t) );
147 pLVPSA_Inst->pSpectralDataBufferStart = InstAlloc_AddMember( &Instance, pInitParams->nBands * pLVPSA_Inst->SpectralDataBufferLength * sizeof(LVM_UINT8) );
148 pLVPSA_Inst->pPreviousPeaks = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT8) );
149 pLVPSA_Inst->pBPFiltersPrecision = InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVPSA_BPFilterPrecision_en) )
    [all...]
LVPSA_Memory.c 31 /* hInstance = Instance handle Returns the memory requirements and */
32 /* allocated base addresses for the instance */
37 /* When the function is called for free (hInstance = Instance Handle) the memory */
41 /* hInstance Instance Handle */
43 /* InitParams Pointer to the instance init parameters */
56 INST_ALLOC Instance;
63 InstAlloc_Init( &Instance , LVM_NULL);
105 * Instance memory
108 InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) );
109 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_UINT16) )
    [all...]
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 52 static TIOMXInterface* Instance()
126 return TIOMXInterface::Instance();
131 TIOMXInterface* instance = (TIOMXInterface*)aInstance; local
132 if (instance)
133 OSCL_DELETE(instance);
  /system/netd/server/
NetlinkManager.cpp 54 NetlinkManager *NetlinkManager::Instance() {
  /system/vold/
NetlinkManager.cpp 38 NetlinkManager *NetlinkManager::Instance() {
  /device/google/contexthub/util/nanotool/
calibrationfile.cpp 28 std::shared_ptr<CalibrationFile> CalibrationFile::Instance() {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
test_connection.py 34 from boto.ec2.autoscale.instance import Instance
81 for instance in instances:
82 self.assertIsInstance(instance, Instance)
  /external/clang/test/SemaCXX/
vtable-instantiation.cpp 36 static Target<T> Instance;
40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}}
44 Target<int*>* traits = &Provider<int*>::Instance; // expected-note{{requested here}}
  /libcore/ojluni/src/main/java/sun/security/jca/
GetInstance.java 47 * Static inner class representing a newly created instance.
49 public static final class Instance {
53 private Instance(Provider provider, Object impl) {
152 public static Instance getInstance(String type, Class clazz,
184 public static Instance getInstance(String type, Class clazz,
203 public static Instance getInstance(String type, Class clazz,
209 public static Instance getInstance(String type, Class clazz,
215 public static Instance getInstance(String type, Class clazz,
221 public static Instance getInstance(String type, Class clazz,
234 public static Instance getInstance(Service s, Class clazz
236 Object instance = s.newInstance(null); local
243 Object instance = s.newInstance(param); local
    [all...]
  /external/webrtc/webrtc/base/
profiler.cc 91 Profiler* Profiler::Instance() {
92 RTC_DEFINE_STATIC_LOCAL(Profiler, instance, ());
93 return &instance;
  /external/clang/include/clang/Frontend/
FrontendAction.h 39 CompilerInstance *Instance;
57 /// \param CI - The current compiler instance, provided as a convenience, see
85 /// compiler instance.
111 /// @name Compiler Instance Access
115 assert(Instance && "Compiler instance not registered!");
116 return *Instance;
119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; }
197 /// \param CI - The compiler instance this action is being run from. The
246 /// \param CI - The compiler instance, for use in reporting diagnostics
    [all...]
  /external/eigen/bench/btl/generic_bench/
btl.hh 153 For instance: "dir1/dir2/file.ext" leads to path="dir1/dir2/" and filename="file.ext"
188 Instance.m_selectedActionNames = config[i+1].split(":");
199 Instance.tries = atoi(config[i+1].c_str());
205 Instance.overwriteResults = true;
209 Instance.checkResults = false;
213 Instance.realclock = true;
223 if (Instance.m_selectedActionNames.empty())
227 for (int i=0; i<Instance.m_selectedActionNames.size(); ++i)
228 if (name.contains(Instance.m_selectedActionNames[i]))
234 static BtlConfig Instance;
    [all...]
  /frameworks/av/drm/libmediadrm/
DrmSessionManager.cpp 52 sp<DrmSessionManager> DrmSessionManager::Instance() {
  /frameworks/base/core/java/android/gesture/
Instance.java 21 * An instance represents a sample if the label is available or a query if the
24 class Instance {
41 // the id of the instance
44 private Instance(long id, float[] sample, String sampleName) {
66 * create a learning instance for a single stroke gesture
70 * @return the instance
72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) {
74 Instance instance; local
77 instance = new Instance(gesture.getID(), pts, label)
    [all...]

Completed in 1317 milliseconds

1 2 3 4