HomeSort by relevance Sort by last modified time
    Searched full:slot (Results 26 - 50 of 856) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant/wpa_gui/
userdatarequest.ui 127 <slot>sendReply()</slot>
133 <slot>reject()</slot>
139 <slot>sendReply()</slot>
156 <slot>sendReply()</slot>
eventhistory.ui 108 <slot>close()</slot>
116 <slot>addEvents( WpaMsgList msgs )</slot>
117 <slot>addEvent( WpaMsg msg )</slot>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui 127 <slot>sendReply()</slot>
133 <slot>reject()</slot>
139 <slot>sendReply()</slot>
156 <slot>sendReply()</slot>
eventhistory.ui 108 <slot>close()</slot>
116 <slot>addEvents( WpaMsgList msgs )</slot>
117 <slot>addEvent( WpaMsg msg )</slot>
  /packages/apps/Camera/src/com/android/camera/gallery/
ImageListUber.java 62 MergeSlot slot = new MergeSlot(list, i); local
63 if (slot.next()) mQueue.add(slot);
112 MergeSlot slot = nextMergeSlot(); local
113 if (slot == null) return null;
115 IImage result = slot.mImage;
116 if (slot.next()) mQueue.add(slot);
119 if (slot.next()) mQueue.add(slot);
124 MergeSlot slot = mQueue.poll(); local
    [all...]
  /external/webkit/WebCore/bindings/js/
JSPluginElementFunctions.cpp 60 JSValue runtimeObjectGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
62 JSHTMLElement* thisObj = static_cast<JSHTMLElement*>(asObject(slot.slotBase()));
68 JSValue runtimeObjectPropertyGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
70 JSHTMLElement* thisObj = static_cast<JSHTMLElement*>(asObject(slot.slotBase()));
78 bool runtimeObjectCustomGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot, JSHTMLElement* element)
85 slot.setCustom(element, runtimeObjectPropertyGetter);
96 PropertySlot slot;
97 slot.setCustom(element, runtimeObjectPropertyGetter);
101 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontEnum | DontDelete);
105 bool runtimeObjectCustomPut(ExecState* exec, const Identifier& propertyName, JSValue value, HTMLElement* element, PutPropertySlot& slot)
    [all...]
JSHTMLAppletElementCustom.cpp 36 bool JSHTMLAppletElement::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
38 return runtimeObjectCustomGetOwnPropertySlot(exec, propertyName, slot, this);
46 bool JSHTMLAppletElement::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
48 return runtimeObjectCustomPut(exec, propertyName, value, impl(), slot);
61 JSValue JSHTMLAppletElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
63 return runtimeObjectGetter(exec, propertyName, slot);
JSHTMLEmbedElementCustom.cpp 36 bool JSHTMLEmbedElement::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
38 return runtimeObjectCustomGetOwnPropertySlot(exec, propertyName, slot, this);
46 bool JSHTMLEmbedElement::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
48 return runtimeObjectCustomPut(exec, propertyName, value, impl(), slot);
61 JSValue JSHTMLEmbedElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
63 return runtimeObjectGetter(exec, propertyName, slot);
JSHTMLObjectElementCustom.cpp 36 bool JSHTMLObjectElement::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
38 return runtimeObjectCustomGetOwnPropertySlot(exec, propertyName, slot, this);
46 bool JSHTMLObjectElement::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
48 return runtimeObjectCustomPut(exec, propertyName, value, impl(), slot);
61 JSValue JSHTMLObjectElement::nameGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
63 return runtimeObjectGetter(exec, propertyName, slot);
  /dalvik/vm/native/
java_lang_reflect_Method.c 25 * private int getMethodModifiers(Class decl_class, int slot)
35 int slot = args[2]; local
38 meth = dvmSlotToMethod(declaringClass, slot);
44 * Class[] parameterTypes, Class returnType, int slot, boolean noAccessCheck)
57 int slot = args[6]; local
66 meth = dvmSlotToMethod(declaringClass, slot);
117 * public Annotation[] getDeclaredAnnotations(Class declaringClass, int slot)
126 int slot = args[2]; local
129 meth = dvmSlotToMethod(declaringClass, slot);
138 * public Annotation[] getParameterAnnotations(Class declaringClass, int slot)
147 int slot = args[2]; local
169 int slot = args[2]; local
194 int slot = args[2]; local
    [all...]
  /external/webkit/WebCore/bridge/
runtime_object.cpp 70 JSValue RuntimeObjectImp::fallbackObjectGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
72 RuntimeObjectImp* thisObj = static_cast<RuntimeObjectImp*>(asObject(slot.slotBase()));
88 JSValue RuntimeObjectImp::fieldGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
90 RuntimeObjectImp* thisObj = static_cast<RuntimeObjectImp*>(asObject(slot.slotBase()));
107 JSValue RuntimeObjectImp::methodGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)
109 RuntimeObjectImp* thisObj = static_cast<RuntimeObjectImp*>(asObject(slot.slotBase()));
126 bool RuntimeObjectImp::getOwnPropertySlot(ExecState *exec, const Identifier& propertyName, PropertySlot& slot)
143 slot.setCustom(this, fieldGetter);
151 slot.setCustom(this, methodGetter);
160 slot.setCustom(this, fallbackObjectGetter)
187 PropertySlot slot; local
197 PropertySlot slot; local
207 PropertySlot slot; local
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
HashMapTest.java 148 int slot = 0; local
152 slot = 0;
154 slot = 1;
156 slot = 2;
158 slot = 3;
162 if (slots[slot])
165 slots[slot] = true;
188 int slot = 0; local
192 slot = 0;
194 slot = 1
228 int slot = 0; local
    [all...]
  /external/dbus/dbus/
dbus-dataslot.h 44 /** An allocated slot for storing data
48 dbus_int32_t slot_id; /**< ID of this slot */
49 int refcount; /**< Number of uses of the slot */
53 * An allocator that tracks a set of slot IDs.
65 * slot.
82 int slot,
89 int slot);
  /external/freetype/src/base/
ftglyph.c 59 FT_GlyphSlot slot )
66 if ( slot->format != FT_GLYPH_FORMAT_BITMAP )
72 glyph->left = slot->bitmap_left;
73 glyph->top = slot->bitmap_top;
76 if ( slot->internal->flags & FT_GLYPH_OWN_BITMAP )
78 glyph->bitmap = slot->bitmap;
79 slot->internal->flags &= ~FT_GLYPH_OWN_BITMAP;
84 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
157 FT_GlyphSlot slot )
162 FT_Outline* source = &slot->outline
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Script.java 50 public void bindAllocation(Allocation va, int slot) {
52 mRS.nScriptBindAllocation(mID, va.mID, slot);
96 public void setType(Type t, int slot) {
97 mTypes[slot] = t;
98 mNames[slot] = null;
101 public void setType(Type t, String name, int slot) {
102 mTypes[slot] = t;
103 mNames[slot] = name;
115 public void setType(boolean writable, int slot) {
116 mWritable[slot] = writable
    [all...]
ProgramFragment.java 93 private class Slot {
96 Slot(EnvMode _env, Format _fmt) {
101 Slot[] mSlots;
105 mSlots = new Slot[MAX_TEXTURE];
109 public void setTexture(EnvMode env, Format fmt, int slot)
111 if((slot < 0) || (slot >= MAX_TEXTURE)) {
114 mSlots[slot] = new Slot(env, fmt);
  /external/libffi/src/pa/
ffi.c 145 unsigned int slot = FIRST_ARG_SLOT; local
162 *(SINT32 *)(stack - slot) = *(SINT8 *)(*p_argv);
166 *(UINT32 *)(stack - slot) = *(UINT8 *)(*p_argv);
170 *(SINT32 *)(stack - slot) = *(SINT16 *)(*p_argv);
174 *(UINT32 *)(stack - slot) = *(UINT16 *)(*p_argv);
180 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv),
181 slot);
182 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv);
187 /* Align slot for 64-bit type. */
188 slot += (slot & 1) ? 1 : 2
426 unsigned int slot = FIRST_ARG_SLOT; local
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSObject.h 108 virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot);
171 void putDirect(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot);
175 void putDirectFunction(const Identifier& propertyName, JSCell* value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot);
257 void putDirectInternal(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot, JSCell*);
258 void putDirectInternal(JSGlobalData&, const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot);
349 ALWAYS_INLINE bool JSObject::inlineGetOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
353 fillGetterPropertySlot(slot, location);
355 slot.setValueSlot(this, location, offsetForLocation(location));
361 slot.setValue(prototype());
371 ALWAYS_INLINE bool JSObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
528 PutPropertySlot slot; local
542 PutPropertySlot slot; local
553 PutPropertySlot slot; local
    [all...]
RegExpObject.cpp 70 bool RegExpObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
72 return getStaticValueSlot<RegExpObject, JSObject>(exec, ExecState::regExpTable(exec), this, propertyName, slot);
80 JSValue regExpObjectGlobal(ExecState*, const Identifier&, const PropertySlot& slot)
82 return jsBoolean(asRegExpObject(slot.slotBase())->regExp()->global());
85 JSValue regExpObjectIgnoreCase(ExecState*, const Identifier&, const PropertySlot& slot)
87 return jsBoolean(asRegExpObject(slot.slotBase())->regExp()->ignoreCase());
90 JSValue regExpObjectMultiline(ExecState*, const Identifier&, const PropertySlot& slot)
92 return jsBoolean(asRegExpObject(slot.slotBase())->regExp()->multiline());
95 JSValue regExpObjectSource(ExecState* exec, const Identifier&, const PropertySlot& slot)
97 return jsString(exec, asRegExpObject(slot.slotBase())->regExp()->pattern())
    [all...]
JSFunction.cpp 125 JSValue JSFunction::argumentsGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
127 JSFunction* thisObj = asFunction(slot.slotBase());
132 JSValue JSFunction::callerGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
134 JSFunction* thisObj = asFunction(slot.slotBase());
139 JSValue JSFunction::lengthGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
141 JSFunction* thisObj = asFunction(slot.slotBase());
146 bool JSFunction::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
149 return Base::getOwnPropertySlot(exec, propertyName, slot);
161 slot.setValueSlot(this, location, offsetForLocation(location));
165 slot.setCustom(this, argumentsGetter)
188 PropertySlot slot; local
    [all...]
RegExpMatchesArray.h 33 virtual bool getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
37 return JSArray::getOwnPropertySlot(exec, propertyName, slot);
40 virtual bool getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot)
44 return JSArray::getOwnPropertySlot(exec, propertyName, slot);
54 virtual void put(ExecState* exec, const Identifier& propertyName, JSValue v, PutPropertySlot& slot)
58 JSArray::put(exec, propertyName, v, slot);
JSActivation.cpp 71 bool JSActivation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
73 if (symbolTableGet(propertyName, slot))
77 slot.setValueSlot(location);
83 slot.setCustom(this, getArgumentsGetter());
94 void JSActivation::put(ExecState*, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
105 putDirect(propertyName, value, 0, true, slot);
120 PutPropertySlot slot; local
121 JSObject::putWithAttributes(exec, propertyName, value, attributes, true, slot);
142 JSValue JSActivation::argumentsGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
144 JSActivation* activation = asActivation(slot.slotBase())
147 PropertySlot slot; local
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Exchanger.java 80 * The basic idea is to maintain a "slot", which is a reference to
83 * slot is null, it CAS'es (compareAndSets) a Node there and waits
85 * sees that the slot is non-null, and so CASes it back to null,
88 * fail because a slot at first appears non-null but is null upon
94 * deteriorates due to CAS contention on the single slot when
100 * fails to CAS in its chosen slot, it picks an alternative slot
102 * CASes into a slot but no other thread arrives, it tries
103 * another, heading toward the zero slot, which always exists even
107 * Waiting: Slot zero is special in that it is the only slot tha
315 Slot slot = arena[index]; local
533 Slot slot = arena[j]; local
    [all...]
  /bionic/libc/kernel/common/linux/
efs_dir.h 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
pci.h 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))

Completed in 372 milliseconds

12 3 4 5 6 7 8 91011>>