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

1 2 3 4

  /external/webkit/WebCore/bridge/jsc/
BridgeJSC.cpp 52 Instance::Instance(PassRefPtr<RootObject> rootObject)
59 Instance::~Instance()
66 void Instance::setDidExecuteFunction(KJSDidExecuteFunctionPtr func)
71 KJSDidExecuteFunctionPtr Instance::didExecuteFunction()
76 void Instance::begin()
81 void Instance::end()
86 RuntimeObjectImp* Instance::createRuntimeObject(ExecState* exec)
98 RuntimeObjectImp* Instance::newRuntimeObject(ExecState* exec
    [all...]
BridgeJSC.h 47 class Instance;
55 virtual JSValue valueFromInstance(ExecState*, const Instance*) const = 0;
56 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const = 0;
63 virtual MethodList methodsNamed(const Identifier&, Instance*) const = 0;
64 virtual Field* fieldNamed(const Identifier&, Instance*) const = 0;
65 virtual JSValue fallbackObject(ExecState*, Instance*, const Identifier&) { return jsUndefined(); }
72 class Instance : public RefCounted<Instance> {
74 Instance(PassRefPtr<RootObject>);
109 virtual ~Instance();
    [all...]
  /external/webkit/WebCore/bindings/js/
ScriptInstance.h 39 typedef RefPtr<JSC::Bindings::Instance> ScriptInstance;
40 typedef PassRefPtr<JSC::Bindings::Instance> PassScriptInstance;
ScriptControllerAndroid.cpp 35 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
ScriptControllerGtk.cpp 40 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
ScriptControllerHaiku.cpp 37 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
ScriptControllerWin.cpp 37 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
ScriptControllerWx.cpp 36 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
ScriptControllerQt.cpp 49 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(WebCore::Widget* widget)
  /dalvik/hit/src/com/android/hit/
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...]
Queries.java 45 * parent object, this will give you an Instance.
50 * in question, this will give you an Instance.
135 public static Instance[] instancesOf(State state, String baseClassName) {
143 Instance[] instances = new Instance[theClass.mInstances.size()];
152 public static Instance[] allInstancesOf(State state, String baseClassName) {
165 ArrayList<Instance> instanceList = new ArrayList<Instance>();
171 Instance[] result = new Instance[instanceList.size()]
    [all...]
RootObj.java 21 public class RootObj extends Instance {
54 Instance instance = state.findReference(mId); local
56 theClass = state.findClass(instance.mClassId);
68 Instance instance = null; local
71 instance = mHeap.mState.findClass(mId);
73 instance = mHeap.mState.findReference(mId);
76 if (instance == null) {
80 return instance.getSize()
    [all...]
  /frameworks/base/core/java/android/gesture/
Learner.java 25 private final ArrayList<Instance> mInstances = new ArrayList<Instance>();
28 * Add an instance to the learner
30 * @param instance
32 void addInstance(Instance instance) {
33 mInstances.add(instance);
41 ArrayList<Instance> getInstances() {
46 * Remove an instance based on its id
51 ArrayList<Instance> instances = mInstances
54 Instance instance = instances.get(i); local
73 final Instance instance = instances.get(i); local
    [all...]
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...]
  /external/webkit/WebCore/bridge/objc/
objc_class.h 43 virtual MethodList methodsNamed(const Identifier&, Instance *instance) const;
44 virtual Field *fieldNamed(const Identifier&, Instance *instance) const;
46 virtual JSValue fallbackObject(ExecState *exec, Instance *instance, const Identifier &propertyName);
  /external/webkit/WebCore/bridge/qt/
qt_class.h 44 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
45 virtual Field* fieldNamed(const Identifier&, Instance*) const;
47 virtual JSValue fallbackObject(ExecState*, Instance*, const Identifier&);
  /external/webkit/WebCore/bridge/jni/jsc/
JavaClassJSC.h 43 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
44 virtual Field* fieldNamed(const Identifier&, Instance*) const;
  /external/webkit/WebCore/bridge/c/
c_class.h 46 virtual MethodList methodsNamed(const Identifier&, Instance*) const;
47 virtual Field* fieldNamed(const Identifier&, Instance*) const;
c_runtime.h 41 virtual JSValue valueFromInstance(ExecState*, const Instance*) const;
42 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const;
  /system/core/nexus/
main.cpp 36 if (!(nm = NetworkManager::Instance())) {
49 if (NetworkManager::Instance()->run()) {
  /external/webkit/WebCore/bridge/
runtime_object.h 36 RuntimeObjectImp(ExecState*, PassRefPtr<Bindings::Instance>);
51 Bindings::Instance* getInternalInstance() const { return m_instance.get(); }
69 RuntimeObjectImp(ExecState*, NonNullPassRefPtr<Structure>, PassRefPtr<Bindings::Instance>);
78 RefPtr<Bindings::Instance> m_instance;
  /system/netd/
NetlinkManager.h 43 static NetlinkManager *Instance();
  /system/vold/
NetlinkManager.h 43 static NetlinkManager *Instance();
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
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...]
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...]

Completed in 407 milliseconds

1 2 3 4