HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 126 - 150 of 807) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/e2fsprogs/tests/defaults/
e_script 12 instance=`echo $test_name | sed -e 's/e_\([^_]*\)_\(.*\)/\2/'`
31 cat $SRCDIR/progs/test_data/$instance.setup $SRCDIR/progs/test_data/test.$class \
47 unset EXPECT OUT class instance
  /external/webkit/Examples/NetscapeCocoaPlugin/
MenuHandler.m 40 browserFuncs->geturl(instance, "http://www.apple.com/", "_blank");
61 - (id)initWithBrowserFuncs:(NPNetscapeFuncs *)theBrowserFuncs instance:(NPP)theInstance;
68 instance = theInstance;
  /external/webkit/Source/WebCore/platform/graphics/android/
GaneshRenderer.cpp 69 ClassTracker::instance()->increment("GaneshRenderer");
76 ClassTracker::instance()->decrement("GaneshRenderer");
85 GaneshContext* ganesh = GaneshContext::instance();
89 TransferQueue* tileQueue = TilesManager::instance()->transferQueue();
148 GaneshContext::instance()->flush();
154 TransferQueue* tileQueue = TilesManager::instance()->transferQueue();
GaneshContext.h 40 static GaneshContext* instance();
RasterRenderer.cpp 73 ClassTracker::instance()->increment("RasterRenderer");
78 TilesManager::instance()->tileWidth(),
79 TilesManager::instance()->tileHeight());
87 ClassTracker::instance()->decrement("RasterRenderer");
VideoLayerAndroid.cpp 87 TilesManager::instance()->videoLayerManager()->registerTexture(uniqueId(), textureName);
169 TilesManager::instance()->shader()->drawLayerQuad(m_drawTransform, rect,
182 TilesManager::instance()->shader()->drawLayerQuad(addRotation, size,
189 TilesManager::instance()->shader()->drawLayerQuad(addReverseRotation, size,
200 TilesManager::instance()->videoLayerManager()->getTextureId(uniqueId());
201 TilesManager::instance()->shader()->drawVideoLayerQuad(m_drawTransform,
204 TilesManager::instance()->videoLayerManager()->updateMatrix(uniqueId(),
208 TilesManager::instance()->videoLayerManager()->getTextureId(uniqueId());
210 TilesManager::instance()->videoLayerManager()->getMatrix(uniqueId());
213 TilesManager::instance()->shader()->drawVideoLayerQuad(m_drawTransform
    [all...]
GLWebViewState.cpp 100 ClassTracker::instance()->increment("GLWebViewState");
112 TilesManager::instance()->unregisterGLWebViewState(this);
116 // instance variables in order to complete.
123 ClassTracker::instance()->decrement("GLWebViewState");
152 TilesManager::instance()->setShowVisualIndicator(showVisualIndicator);
197 TilesManager::instance()->getProfiler()->nextInval(rect, zoomManager()->currentScale());
272 TilesManager::instance()->setMaxTextureCount(maxTextureCount);
321 if (TilesManager::instance()->invertedScreen()) {
343 ShaderProgram* shader = TilesManager::instance()->shader();
374 TilesManager::instance()->setMaxLayerTextureCount(0)
    [all...]
  /external/webkit/Source/WebKit/win/
WebURLCredential.cpp 53 WebURLCredential* instance = new WebURLCredential(Credential()); local
54 instance->AddRef();
55 return instance;
60 WebURLCredential* instance = new WebURLCredential(credential); local
61 instance->AddRef();
62 return instance;
WebJavaScriptCollector.cpp 56 WebJavaScriptCollector* instance = new WebJavaScriptCollector(); local
57 instance->AddRef();
58 return instance;
WebURLAuthenticationChallengeSender.cpp 58 WebURLAuthenticationChallengeSender* instance = new WebURLAuthenticationChallengeSender(client); local
59 instance->AddRef();
60 return instance;
  /dalvik/hit/src/com/android/hit/
Heap.java 42 HashMap<Long, Instance> mInstances = new HashMap<Long, Instance>();
91 public final void addInstance(long id, Instance instance) {
92 mInstances.put(id, instance);
95 public final Instance getInstance(long id) {
137 for (Instance instance: theClass.mInstances) {
138 size += instance.getCompositeSize();
150 * parent class definition objects. Then have each instance resolv
    [all...]
Instance.java 23 public abstract class Instance {
26 // Id of the ClassObj of which this object is an instance
39 public boolean accept(Instance instance);
43 private ArrayList<Instance> mParents;
52 * for in a heap other than the one this Instance is in.
62 public abstract void visit(Set<Instance> resultSet, Filter filter);
69 HashSet<Instance> set = new HashSet<Instance>();
75 for (Instance instance: set)
    [all...]
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.h 32 Value* instance, DictionaryValue* schema,
36 Value* instance, DictionaryValue* schema,
launchd_mac.h 77 static void SetInstance(Launchd* instance);
80 explicit ScopedInstance(Launchd* instance) {
81 Launchd::SetInstance(instance);
  /external/webkit/Source/WebKit/chromium/src/
BlobRegistryProxy.cpp 56 DEFINE_STATIC_LOCAL(BlobRegistryProxy, instance, ());
57 return instance;
  /external/webkit/Tools/MiniBrowser/win/
MiniBrowser.cpp 44 void MiniBrowser::initialize(HINSTANCE instance)
48 m_instance = instance;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
LayoutTestControllerQt.cpp 40 static WatchdogTimerHelper* instance() function in class:WTR::WatchdogTimerHelper
58 QObject::connect(&m_waitToDumpWatchdogTimer, SIGNAL(timeout()), WatchdogTimerHelper::instance(), SLOT(timerFired()));
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 29 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
35 /** \brief Instantiates interface instance that uses WinUsb API to communicate
42 @return AdbInterfaceObject - casted instance of AdbWinUsbInterfaceObject
  /external/icu4c/common/
mutex.h 90 * Define a static SimpleSingleton instance via the STATIC_SIMPLE_SINGLETON macro.
96 * Returns the singleton instance, or NULL if it could not be created.
97 * Calls the instantiator with the context if the instance has not been
106 * Resets the fields. The caller must have deleted the singleton instance.
131 T *instance=(T *)singleton.getInstance(instantiator, context, duplicate, errorCode); local
133 return instance;
143 * Define a static TriStateSingleton instance via the STATIC_TRI_STATE_SINGLETON macro.
151 * Returns the singleton instance, or NULL if it could not be created.
152 * Calls the instantiator with the context if the instance has not been
163 * Resets the fields. The caller must have deleted the singleton instance
188 T *instance=(T *)singleton.getInstance(instantiator, context, duplicate, errorCode); local
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ScriptProfileNodeCustom.cpp 71 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function); local
72 if (instance.IsEmpty()) {
77 V8DOMWrapper::setDOMWrapper(instance, &V8ScriptProfileNode::info, impl);
78 return instance;
  /external/webkit/Source/WebCore/storage/chromium/
QuotaTracker.h 45 static QuotaTracker& instance();
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.h 50 static PassRefPtr<HostedNetscapePluginStream> create(NetscapePluginInstanceProxy* instance, uint32_t streamID, NSURLRequest *request)
52 return adoptRef(new HostedNetscapePluginStream(instance, streamID, request));
54 static PassRefPtr<HostedNetscapePluginStream> create(NetscapePluginInstanceProxy* instance, WebCore::FrameLoader* frameLoader)
56 return adoptRef(new HostedNetscapePluginStream(instance, frameLoader));
  /external/webkit/Source/WebCore/dom/
ScopedEventQueue.cpp 55 OwnPtr<ScopedEventQueue> instance = adoptPtr(new ScopedEventQueue); local
56 s_instance = instance.leakPtr();
82 ScopedEventQueue* ScopedEventQueue::instance() function in class:WebCore::ScopedEventQueue
  /external/guava/src/com/google/common/base/
Suppliers.java 70 * Returns a supplier which caches the instance retrieved during the first
77 * get()} is called on the reserialized instance.
105 * Returns a supplier that caches the instance supplied by the delegate and
114 * get()} is called on the reserialized instance.
155 * Returns a supplier that always supplies {@code instance}.
157 public static <T> Supplier<T> ofInstance(@Nullable T instance) {
158 return new SupplierOfInstance<T>(instance);
163 final T instance; field in class:Suppliers.SupplierOfInstance
165 SupplierOfInstance(T instance) {
166 this.instance = instance
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_pixmapruntime.cpp 47 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
48 virtual Field* fieldNamed(const Identifier&, Instance*) const;
55 virtual JSValue valueFromInstance(ExecState*, const Instance* instance) const
57 return jsNumber(static_cast<const QtPixmapInstance*>(instance)->width());
59 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const {}
65 virtual JSValue valueFromInstance(ExecState*, const Instance* instance) const
67 return jsNumber(static_cast<const QtPixmapInstance*>(instance)->height());
69 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const {
329 QtPixmapInstance* instance = static_cast<QtPixmapInstance*>(runtimeObject->getInternalInstance()); local
356 RefPtr<QtPixmapInstance> instance = adoptRef(new QtPixmapInstance(root, data)); local
    [all...]

Completed in 1639 milliseconds

1 2 3 4 56 7 8 91011>>