HomeSort by relevance Sort by last modified time
    Searched full:instance (Results 626 - 650 of 17684) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 62 /* Instance handle */
120 /* Instance Parameter structure */
150 /* hInstance = Instance handle Returns the memory requirements and allocated */
156 /* When the function is called for freeing memory, hInstance = Instance Handle the */
161 /* hInstance Instance Handle */
163 /* pInstanceParams Pointer to the instance parameters */
185 /* This function is used to create a LVREV module instance. It returns the created */
186 /* instance handle through phInstance. All parameters are set to invalid values, the */
194 /* phInstance Pointer to the instance handle */
196 /* pInstanceParams Pointer to the instance parameters *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 106 /* Module instance Handle */
133 /* hInstance = Instance handle Returns the memory requirements and */
134 /* allocated base addresses for the instance */
139 /* When the function is called for free (hInstance = Instance Handle) the memory */
143 /* hInstance Instance Handle */
145 /* pInitParams Pointer to the instance init parameters */
165 /* phInstance Pointer to the instance Handle */
166 /* pInitParams Pointer to the instance init parameters */
167 /* pControlParams Pointer to the instance control parameters */
189 /* hInstance Instance Handle *
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpecList.java 28 /** {@code non-null;} no-element instance */
32 * Makes a single-element instance.
35 * @return {@code non-null;} an appropriately-constructed instance
44 * Makes a two-element instance.
48 * @return {@code non-null;} an appropriately-constructed instance
59 * Makes a three-element instance.
64 * @return {@code non-null;} an appropriately-constructed instance
76 * Makes a four-element instance.
82 * @return {@code non-null;} an appropriately-constructed instance
96 * Constructs an instance. All indices initially contain {@code null}
    [all...]
  /external/chromium_org/third_party/libxml/src/
check-relaxng-test-suite2.py 55 # handle a valid instance
62 instance = node.prop("dtd")
63 if instance == None:
64 instance = ""
68 instance = instance + child.serialize()
73 doc = libxml2.parseDoc(instance)
78 log.write("\nFailed to parse correct instance:\n-----\n")
79 log.write(instance)
85 print "instance line %d" % (node.lineNo()
    [all...]
check-xsddata-test-suite.py 54 # handle a valid instance
61 instance = node.prop("dtd")
62 if instance == None:
63 instance = ""
67 instance = instance + child.serialize()
72 doc = libxml2.parseDoc(instance)
77 log.write("\nFailed to parse correct instance:\n-----\n")
78 log.write(instance)
84 print "instance line %d" % (node.lineNo()
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_instance.html 2 <h1>pp::Instance Class Reference</h1>
13 <!-- doxytag: class="pp::Instance" -->
18 <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html#a398b1946805872334781dac993cfe704">Instance</a> (PP_Instance instance)</td></tr>
19 <tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html#a5e475ef135a235029bc0515e9e3ff832">~Instance</a> ()</td></tr>
44 <tr><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html#ad1b6c19954ff9446349a6fa5684eea2d">RemovePerInstanceObject</a> (const <a class="el" href="classpp_1_1_instance_handle.html">InstanceHandle</a> &amp;instance, const std::string &amp;interface_name, void *object)</td></tr>
45 <tr><td class="memItemLeft" align="right" valign="top">static void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html#a6dec498f1d49571be9fd40e23745327f">GetPerInstanceObject</a> (PP_Instance instance, const std::string &amp;interface_name)</td></tr>
48 <a class="anchor" id="a398b1946805872334781dac993cfe704"></a><!-- doxytag: member="pp::Instance::Instance" ref="a398b1946805872334781dac993cfe704" args="(PP_Instance instance)" --
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_instance.html 2 <h1>pp::Instance Class Reference</h1>
13 <!-- doxytag: class="pp::Instance" -->
18 <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html#a398b1946805872334781dac993cfe704">Instance</a> (PP_Instance instance)</td></tr>
19 <tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html#a5e475ef135a235029bc0515e9e3ff832">~Instance</a> ()</td></tr>
44 <tr><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html#ad1b6c19954ff9446349a6fa5684eea2d">RemovePerInstanceObject</a> (const <a class="el" href="classpp_1_1_instance_handle.html">InstanceHandle</a> &amp;instance, const std::string &amp;interface_name, void *object)</td></tr>
45 <tr><td class="memItemLeft" align="right" valign="top">static void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_instance.html#a6dec498f1d49571be9fd40e23745327f">GetPerInstanceObject</a> (PP_Instance instance, const std::string &amp;interface_name)</td></tr>
48 <a class="anchor" id="a398b1946805872334781dac993cfe704"></a><!-- doxytag: member="pp::Instance::Instance" ref="a398b1946805872334781dac993cfe704" args="(PP_Instance instance)" --
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/coding/
native-client-modules.rst 21 the Native Client runtime calls the code in the module to create an instance and
35 the main thread of the module instance.
78 static PP_Bool Instance_DidCreate(PP_Instance instance,
133 * Code that defines your own Instance class (derived from the ``pp:Instance``
163 virtual pp::Instance* CreateInstance(PP_Instance instance) {
164 return new HelloTutorialInstance(instance);
171 creates and returns an Instance object derived from the ``pp::Instance`` class
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_flash.idl 55 * Specifies if the given instance is in private/incognito/off-the-record mode
57 * PP_Var on invalid instance.
74 * Returns an undefined PP_Var on invalid instance.
104 * Specifies the document URL which contains the flash instance.
120 * Sets or clears the rendering hint that the given plugin instance is always
125 [in] PP_Instance instance,
137 [in] PP_Instance instance,
154 [in] PP_Instance instance,
171 [in] PP_Instance instance);
178 [in] PP_Instance instance);
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Init.c 36 /* hInstance = Instance handle Returns the memory requirements and */
37 /* allocated base addresses for the instance */
42 /* When the function is called for free (hInstance = Instance Handle) the memory */
46 /* hInstance Instance Handle */
48 /* pCapabilities Pointer to the instance capabilities */
73 * Instance memory
122 /* This function can be used to create an algorithm instance by calling with */
123 /* hInstance set to NULL. In this case the algorithm returns the new instance */
127 /* by calling with hInstance = Instance Handle. In this case the memory table */
128 /* should be correct for the instance, this can be ensured by calling the function *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Init.c 39 /* hInstance = Instance handle Returns the memory requirements and */
40 /* allocated base addresses for the instance */
45 /* When the function is called for free (hInstance = Instance Handle) the memory */
49 /* hInstance Instance Handle */
51 /* pCapabilities Pointer to the instance capabilities */
83 * Instance memory
125 pCapabilities->MaxBands * sizeof(Biquad_Instance_t)); /* Equaliser Biquad Instance */
160 /* This function can be used to create an algorithm instance by calling with */
161 /* hInstance set to NULL. In this case the algorithm returns the new instance */
165 /* by calling with hInstance = Instance Handle. In this case the memory table *
    [all...]
  /external/chromium_org/storage/browser/fileapi/
isolated_context.cc 98 class IsolatedContext::Instance {
109 Instance(FileSystemType type,
117 Instance(FileSystemType type, const std::set<MountPointInfo>& files);
119 ~Instance();
132 // Returns true if the instance is a single-path instance.
139 // For single-path instance.
143 // For multiple-path instance (e.g. dragged file system).
150 DISALLOW_COPY_AND_ASSIGN(Instance);
153 IsolatedContext::Instance::Instance(FileSystemType type
324 const Instance* instance = found_instance->second; local
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 138 // Returns the PP_Instance uniquely identifying this instance. Guaranteed
159 // Does some pre-destructor cleanup on the instance. This is necessary
160 // because some cleanup depends on the plugin instance still existing (like
188 // Called when the out-of-process plugin implementing this instance crashed.
389 virtual PP_Bool BindGraphics(PP_Instance instance,
391 virtual PP_Bool IsFullFrame(PP_Instance instance) OVERRIDE;
392 virtual const ppapi::ViewData* GetViewData(PP_Instance instance) OVERRIDE;
393 virtual PP_Bool FlashIsFullscreen(PP_Instance instance) OVERRIDE;
394 virtual PP_Var GetWindowObject(PP_Instance instance) OVERRIDE;
395 virtual PP_Var GetOwnerElementObject(PP_Instance instance) OVERRIDE
    [all...]
host_var_tracker_unittest.cc 47 explicit PepperTryCatchForTest(PepperPluginInstanceImpl* instance)
48 : PepperTryCatch(instance, V8VarConverter::kAllowObjectVars),
49 handle_scope_(instance->GetIsolate()),
50 context_scope_(v8::Context::New(instance->GetIsolate())) {}
84 // Make a second instance (the test harness already creates & manages one).
99 // Free the instance, this should release the ObjectVar.
107 PepperTryCatchForTest try_catch(instance());
121 EXPECT_EQ(instance(), check_object->instance());
  /cts/suite/audio_quality/executable/src/
main.cpp 42 Settings::Instance()->getSetting(Settings::EREPORT_FILE).getPathDir();
94 if (Settings::Instance() == NULL) {
100 Settings::Instance()->addSetting(Settings::EADB, strSerial);
102 if (Log::Instance(dirName.string()) == NULL) {
106 Log::Instance()->setLogLevel((Log::LogLevel)logLevel);
108 if (Report::Instance(dirName.string()) == NULL) {
120 if (!client->init(Settings::Instance()->getSetting(Settings::EADB))) {
130 Settings::Instance()->addSetting(Settings::EDEVICE_INFO, deviceInfo);
138 Settings::Instance()->addSetting(Settings::ETEST_XML, xmlFile);
  /device/generic/goldfish/camera/
EmulatedCamera3.h 24 * of the EmulatedCameraFactory instance. This class serves as an entry point
38 * once, when EmulatedCameraFactory instance gets constructed. Connection to /
45 /* Constructs EmulatedCamera3 instance.
48 * instance in camera factory's array.
54 /* Destructs EmulatedCamera2 instance. */
117 * dispatch the call into an instance of EmulatedCamera3 class defined in
177 // State after startup-time init and after device instance close
179 // State after being opened, before device instance init
181 // State after device instance initialization
  /external/chromium_org/device/bluetooth/
bluetooth_discovery_session.h 19 // constantly searching for nearby devices, as long as at least one instance
22 // instance has not called BluetoothDiscoverySession::Stop. A
35 // (i.e. this instance represents the last active discovery session),
43 // sessions; this just means that this instance no longer has a say in
49 // Requests this discovery session instance to stop. If this instance is
69 // Marks this instance as inactive. Called by BluetoothAdapter to mark a
74 // Whether or not this instance represents an active discovery session.
77 // The adapter that created this instance.
  /external/chromium_org/ppapi/examples/audio/
audio.cc 20 #include "ppapi/cpp/instance.h"
35 class MyInstance : public pp::Instance {
37 explicit MyInstance(PP_Instance instance)
38 : pp::Instance(instance),
120 // Override CreateInstance to create your customized Instance object.
121 virtual pp::Instance* CreateInstance(PP_Instance instance) {
122 return new MyInstance(instance);
  /external/chromium_org/ppapi/examples/printing/
printing.cc 10 #include "ppapi/cpp/instance.h"
46 class MyInstance : public pp::Instance, public pp::Printing_Dev {
48 explicit MyInstance(PP_Instance instance)
49 : pp::Instance(instance),
89 // Override CreateInstance to create your customized Instance object.
90 virtual pp::Instance* CreateInstance(PP_Instance instance) {
91 return new MyInstance(instance);
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_hello.cpp 12 #include "ppapi/cpp/instance.h"
44 // Skia's subclass of pp::Instance, our interface with the browser.
45 class SkiaInstance : public pp::Instance {
47 explicit SkiaInstance(PP_Instance instance)
48 : pp::Instance(instance)
141 virtual pp::Instance* CreateInstance(PP_Instance instance) {
142 return new SkiaInstance(instance);
  /external/chromium_org/third_party/webrtc/base/
referencecountedsingletonfactory.h 43 // to cache the instance across lifetimes by either reset()'ing or not
55 LOG(LS_VERBOSE) << "Failed to setup instance";
86 // Create a pointer that uses the factory to get the instance.
87 // This is lazy - it won't generate the instance until it is requested.
114 // Set instance to NULL and tell the factory we aren't using the instance
123 // Lets us know whether instance is valid or not right now.
124 // Even though attempts to use the instance will automatically create it, it
142 // Since we're getting a singleton back, acquire is a noop if instance is
  /external/chromium_org/third_party/webrtc/common_audio/vad/include/
webrtc_vad.h 27 // Creates an instance to the VAD structure.
29 // - handle [o] : Pointer to the VAD instance that should be created.
34 // Frees the dynamic memory of a specified VAD instance.
36 // - handle [i] : Pointer to VAD instance that should be freed.
39 // Initializes a VAD instance.
41 // - handle [i/o] : Instance that should be initialized.
52 // - handle [i/o] : VAD instance.
56 // -1 - (NULL pointer, mode could not be set or the VAD instance
63 // - handle [i/o] : VAD Instance. Needs to be initialized by
  /external/guava/guava/src/com/google/common/collect/
DiscreteDomains.java 40 return IntegerDomain.INSTANCE;
45 private static final IntegerDomain INSTANCE = new IntegerDomain();
70 return INSTANCE;
80 return LongDomain.INSTANCE;
85 private static final LongDomain INSTANCE = new LongDomain();
117 return INSTANCE;
128 return BigIntegerDomain.INSTANCE;
133 private static final BigIntegerDomain INSTANCE = new BigIntegerDomain();
153 return INSTANCE;
  /external/skia/platform_tools/nacl/src/
nacl_hello.cpp 12 #include "ppapi/cpp/instance.h"
44 // Skia's subclass of pp::Instance, our interface with the browser.
45 class SkiaInstance : public pp::Instance {
47 explicit SkiaInstance(PP_Instance instance)
48 : pp::Instance(instance)
141 virtual pp::Instance* CreateInstance(PP_Instance instance) {
142 return new SkiaInstance(instance);
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.h 21 // - handle : Pointer to the delay estimation instance.
29 // - handle : Instance that should be created.
46 // - handle : Created instance.
53 // Initializes the delay estimation instance created with
56 // - handle : Pointer to the delay estimation instance.
59 // - handle : Initialized instance.
67 // - handle : Pointer to the delay estimation instance.
77 // - handle : Updated instance.
101 // - handle : Pointer to the delay estimation instance.

Completed in 967 milliseconds

<<21222324252627282930>>