HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 201 - 225 of 966) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/jmonkeyengine/engine/src/core/com/jme3/util/
TempVars.java 45 * This returns an available instance of the TempVar class ensuring this
46 * particular instance is never used elsewhere in the mean time.
60 * the current instance and then the index is decremented.
80 * This instance of TempVars has been retrieved but not released yet.
88 * Acquire an instance of the TempVar class.
89 * You have to release the instance after use by calling the
94 * @return A TempVar instance
99 TempVars instance = stack.tempVars[stack.index]; local
101 if (instance == null) {
103 instance = new TempVars();
    [all...]
  /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/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...]
  /dalvik/vm/mterp/mips/
OP_NEW_INSTANCE.S 10 * Create a new instance of a class.
12 # new-instance vAA, class /* BBBB */
  /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.
150 * Returns the singleton instance, or NULL if it could not be created.
151 * Calls the instantiator with the context if the instance has not been
162 * Resets the fields. The caller must have deleted the singleton instance
187 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/platform/graphics/android/rendering/
ImagesManager.h 44 static ImagesManager* instance();
PaintTileOperation.cpp 54 ClassTracker::instance()->increment("PaintTileOperation");
67 ImagesManager::instance()->releaseImage(image->imageCRC());
72 ClassTracker::instance()->decrement("PaintTileOperation");
105 unsigned long long currentDraw = TilesManager::instance()->getDrawGLCount();
  /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));
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiCollection.java 26 * Constructs an instance as described by the selector
41 * The returned UiObject will point at the <code>childPattern</code> instance that matched the
46 * @return {@link UiObject} pointing at and instance of <code>childPattern</code>
75 * a child UI element anywhere within its sub hierarchy that is at the <code>instance</code>
80 * @param instance int the desired matched instance of this <code>childPattern</code>
81 * @return {@link UiObject} pointing at and instance of <code>childPattern</code>
84 public UiObject getChildByInstance(UiSelector childPattern, int instance)
86 Tracer.trace(childPattern, instance);
88 UiSelector.patternBuilder(childPattern).instance(instance))
    [all...]
  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableAsList_CustomFieldSerializer.java 38 ImmutableAsList<?> instance) {
52 ImmutableAsList<?> instance) throws SerializationException {
53 Collection_CustomFieldSerializerBase.serialize(writer, instance);
Multiset_CustomFieldSerializerBase.java 58 static void serialize(SerializationStreamWriter writer, Multiset<?> instance)
60 int entryCount = instance.entrySet().size();
62 for (Multiset.Entry<?> entry : instance.entrySet()) {
  /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

Completed in 1070 milliseconds

1 2 3 4 5 6 7 891011>>