/external/freetype/src/base/ |
ftsynth.c | 47 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ) 50 FT_Outline* outline = &slot->outline; 54 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE ) 84 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) 86 FT_Library library = slot->library; 87 FT_Face face = slot->face; 92 if ( slot->format != FT_GLYPH_FORMAT_OUTLINE && 93 slot->format != FT_GLYPH_FORMAT_BITMAP ) 101 if ( slot->format == FT_GLYPH_FORMAT_OUTLINE ) 104 (void)FT_Outline_Embolden( &slot->outline, xstr ) [all...] |
/external/dbus/dbus/ |
dbus-dataslot.c | 38 * Initializes a data slot allocator object, used to assign 58 * the existing slot ID. If the value is -1, a new slot ID 63 * @param slot_id_p address to fill with the slot ID 71 dbus_int32_t slot; local 88 slot = *slot_id_p; 90 _dbus_assert (slot < allocator->n_allocated_slots); 91 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot); 93 allocator->allocated_slots[slot].refcount += 1 [all...] |
/external/wpa_supplicant/wpa_gui/ |
wpagui.ui | 342 <slot>helpIndex()</slot> 348 <slot>helpContents()</slot> 354 <slot>helpAbout()</slot> 360 <slot>close()</slot> 366 <slot>disconnect()</slot> [all...] |
scanresults.ui | 138 <slot>close()</slot> 144 <slot>scanRequest()</slot> 150 <slot>bssSelected(QListViewItem*)</slot> 167 <slot>setWpaGui( WpaGui * _wpagui )</slot> 168 <slot>updateResults()</slot> [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
wpagui.ui | 342 <slot>helpIndex()</slot> 348 <slot>helpContents()</slot> 354 <slot>helpAbout()</slot> 360 <slot>close()</slot> 366 <slot>disconnect()</slot> [all...] |
scanresults.ui | 138 <slot>close()</slot> 144 <slot>scanRequest()</slot> 150 <slot>bssSelected(QListViewItem*)</slot> 167 <slot>setWpaGui( WpaGui * _wpagui )</slot> 168 <slot>updateResults()</slot> [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListButtonsDiagonalAcrossItems.java | 20 import static android.util.ListItemFactory.Slot; 52 final Slot slot = position == 0 ? Slot.Left : local 53 (position == 1 ? Slot.Middle : Slot.Right); 55 parent.getContext(), desiredHeight, slot);
|
/external/freetype/src/smooth/ |
ftsmooth.c | 60 FT_GlyphSlot slot, 67 if ( slot->format != render->glyph_format ) 74 FT_Outline_Transform( &slot->outline, matrix ); 77 FT_Outline_Translate( &slot->outline, delta->x, delta->y ); 87 FT_GlyphSlot slot, 92 if ( slot->format == render->glyph_format ) 93 FT_Outline_Get_CBox( &slot->outline, cbox ); 97 /* convert a slot's glyph image into a bitmap */ 100 FT_GlyphSlot slot, 119 if ( slot->format != render->glyph_format [all...] |
/development/data/etc/ |
vold.conf | 4 ## This is the direct uevent device path to the SD slot on the device
|
/external/webkit/WebKit/qt/docs/webkitsnippets/ |
qtwebkit_qwebinspector_snippet.cpp | 13 connect(page, SIGNAL(webInspectorTriggered(QWebElement)), inspector, SLOT(show()));
|
/frameworks/base/services/java/com/android/server/status/ |
IconData.java | 38 * The slot that this icon will be in if it is not a notification 40 public String slot; field in class:IconData 71 public static IconData makeIcon(String slot, 75 data.slot = slot; 83 public static IconData makeText(String slot, CharSequence text) { 86 data.slot = slot; 93 this.slot = that.slot; [all...] |
/external/freetype/src/autofit/ |
afloader.c | 95 FT_GlyphSlot slot = face->glyph; local 96 FT_Slot_Internal internal = slot->internal; 118 slot->linearHoriAdvance = slot->metrics.horiAdvance; 119 slot->linearVertAdvance = slot->metrics.vertAdvance; 121 switch ( slot->format ) 126 FT_Outline_Translate( &slot->outline, 133 slot->outline.n_points + 4, 134 slot->outline.n_contours ) [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
EmulatedFields.java | 32 // A slot is a field plus its value 88 * Build emulated slots that correspond to emulated fields. A slot is a 120 ObjectSlot slot = findSlot(name, null); local 121 if (slot == null) { 124 return slot.defaulted; 134 * null}, no such compatibility checking is performed and the slot is 142 * corresponding slot is returned. 143 * @return the object slot, or {@code null} if there is no field with that 150 ObjectSlot slot = slotsToSerialize[i]; local 151 if (slot.field.getName().equals(fieldName)) 179 ObjectSlot slot = new ObjectSlot(); local 207 ObjectSlot slot = findSlot(name, Byte.TYPE); local 233 ObjectSlot slot = findSlot(name, Character.TYPE); local 259 ObjectSlot slot = findSlot(name, Double.TYPE); local 285 ObjectSlot slot = findSlot(name, Float.TYPE); local 311 ObjectSlot slot = findSlot(name, Integer.TYPE); local 337 ObjectSlot slot = findSlot(name, Long.TYPE); local 363 ObjectSlot slot = findSlot(name, null); local 388 ObjectSlot slot = findSlot(name, Short.TYPE); local 414 ObjectSlot slot = findSlot(name, Boolean.TYPE); local 436 ObjectSlot slot = findSlot(name, Byte.TYPE); local 457 ObjectSlot slot = findSlot(name, Character.TYPE); local 478 ObjectSlot slot = findSlot(name, Double.TYPE); local 499 ObjectSlot slot = findSlot(name, Float.TYPE); local 520 ObjectSlot slot = findSlot(name, Integer.TYPE); local 541 ObjectSlot slot = findSlot(name, Long.TYPE); local 566 ObjectSlot slot = findSlot(name, valueClass); local 587 ObjectSlot slot = findSlot(name, Short.TYPE); local 608 ObjectSlot slot = findSlot(name, Boolean.TYPE); local [all...] |
/dalvik/vm/native/ |
java_lang_reflect_Constructor.c | 25 * public int getConstructorModifiers(Class declaringClass, int slot) 32 int slot = args[2]; local 35 meth = dvmSlotToMethod(declaringClass, slot); 41 * Class[] parameterTypes, int slot, boolean noAccessCheck) 56 int slot = args[4]; local 81 meth = dvmSlotToMethod(declaringClass, slot); 90 * public Annotation[] getDeclaredAnnotations(Class declaringClass, int slot) 99 int slot = args[2]; local 102 meth = dvmSlotToMethod(declaringClass, slot); 111 * public Annotation[][] getParameterAnnotations(Class declaringClass, int slot) 120 int slot = args[2]; local 141 int slot = args[2]; local [all...] |
/external/elfutils/lib/ |
fixedsizehash.h | 162 struct CONCAT(PREFIX,fshashent) *slot; 164 slot = CONCAT(PREFIX,fshash_lookup) (htab, hval, data); 165 if (slot->hval != 0) 169 slot->hval = hval; 171 slot->entry = data; 173 slot->entry = *data; 186 struct CONCAT(PREFIX,fshashent) *slot; 188 slot = CONCAT(PREFIX,fshash_lookup) (htab, hval, data); 189 if (slot->hval != 0) 193 slot->hval = hval [all...] |
/external/webkit/JavaScriptCore/runtime/ |
RegExpConstructor.cpp | 139 PutPropertySlot slot; local 140 JSArray::put(exec, exec->propertyNames().index, jsNumber(exec, d->lastOvector()[0]), slot); 141 JSArray::put(exec, exec->propertyNames().input, jsString(exec, d->input), slot); 188 bool RegExpConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) 190 return getStaticValueSlot<RegExpConstructor, InternalFunction>(exec, ExecState::regExpConstructorTable(exec), this, propertyName, slot); 198 JSValue regExpConstructorDollar1(ExecState* exec, const Identifier&, const PropertySlot& slot) 200 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 1); 203 JSValue regExpConstructorDollar2(ExecState* exec, const Identifier&, const PropertySlot& slot) 205 return asRegExpConstructor(slot.slotBase())->getBackref(exec, 2); 208 JSValue regExpConstructorDollar3(ExecState* exec, const Identifier&, const PropertySlot& slot) [all...] |
PropertySlot.cpp | 29 JSValue PropertySlot::functionGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) 36 CallType callType = slot.m_data.getterFunc->getCallData(callData); 38 return callData.native.function(exec, slot.m_data.getterFunc, slot.slotBase(), exec->emptyList()); 41 return asFunction(slot.m_data.getterFunc)->call(exec, slot.slotBase(), exec->emptyList());
|
/external/webkit/WebCore/bindings/js/ |
ScriptObject.cpp | 66 PutPropertySlot slot; local 67 jsObject()->put(m_scriptState, Identifier(m_scriptState, name), jsString(m_scriptState, value), slot); 78 PutPropertySlot slot; local 79 jsObject()->put(m_scriptState, Identifier(m_scriptState, name), value.jsObject(), slot); 86 PutPropertySlot slot; local 87 jsObject()->put(m_scriptState, Identifier(m_scriptState, name), jsString(m_scriptState, value), slot); 94 PutPropertySlot slot; local 95 jsObject()->put(m_scriptState, Identifier(m_scriptState, name), jsNumber(m_scriptState, value), slot); 102 PutPropertySlot slot; local 103 jsObject()->put(m_scriptState, Identifier(m_scriptState, name), jsNumber(m_scriptState, value), slot); 110 PutPropertySlot slot; local 118 PutPropertySlot slot; local 126 PutPropertySlot slot; local 134 PutPropertySlot slot; local 142 PutPropertySlot slot; local [all...] |
/external/webkit/WebCore/bridge/ |
runtime_array.cpp | 48 JSValue RuntimeArray::lengthGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) 50 RuntimeArray* thisObj = static_cast<RuntimeArray*>(asObject(slot.slotBase())); 54 JSValue RuntimeArray::indexGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) 56 RuntimeArray* thisObj = static_cast<RuntimeArray*>(asObject(slot.slotBase())); 57 return thisObj->getConcreteArray()->valueAt(exec, slot.index()); 72 bool RuntimeArray::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot) 75 slot.setCustom(this, lengthGetter); 83 slot.setCustomIndex(this, index, indexGetter); 88 return JSObject::getOwnPropertySlot(exec, propertyName, slot); 94 PropertySlot slot; local 104 PropertySlot slot; local [all...] |
/frameworks/base/libs/rs/ |
rsProgram.cpp | 112 void Program::bindAllocation(Allocation *alloc, uint32_t slot) 114 if (mConstants[slot].get() == alloc) { 117 if (mConstants[slot].get()) { 118 mConstants[slot].get()->removeProgramToDirty(this); 120 mConstants[slot].set(alloc); 127 void Program::bindTexture(uint32_t slot, Allocation *a) 129 if (slot >= MAX_TEXTURE) { 130 LOGE("Attempt to bind a texture to a slot > MAX_TEXTURE"); 134 //LOGE("bindtex %i %p", slot, a); 135 mTextures[slot].set(a) 247 p->bindAllocation(static_cast<Allocation *>(constants), slot); local [all...] |
rsScript.cpp | 44 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) 47 s->mSlots[slot].set(static_cast<Allocation *>(va)); 77 void rsi_ScriptSetType(Context * rsc, RsType vt, uint32_t slot, bool writable, const char *name) 81 ss->mConstantBufferTypes[slot].set(t); 82 ss->mSlotWritable[slot] = writable; 84 ss->mSlotNames[slot].setTo(name); 86 ss->mSlotNames[slot].setTo(""); 90 void rsi_ScriptSetInvoke(Context *rsc, const char *name, uint32_t slot) 93 ss->mInvokableNames[slot] = name; 96 void rsi_ScriptInvoke(Context *rsc, RsScript vs, uint32_t slot) [all...] |
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageListUber.java | 66 MergeSlot slot = new MergeSlot(list, i); local 67 if (slot.next()) mQueue.add(slot); 132 MergeSlot slot = nextMergeSlot(); local 133 if (slot == null) return null; 135 IImage result = slot.mImage; 136 if (slot.next()) mQueue.add(slot); 139 if (slot.next()) mQueue.add(slot); 144 MergeSlot slot = mQueue.poll(); local 231 MergeSlot slot = nextMergeSlot(); local [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Program.java | 45 public void bindConstants(Allocation a, int slot) { 46 mRS.nProgramBindConstants(mID, slot, a.mID); 49 public void bindTexture(Allocation va, int slot) 52 if((slot < 0) || (slot >= mTextureCount)) { 53 throw new IllegalArgumentException("Slot ID out of range."); 56 mRS.nProgramBindTexture(mID, slot, va.mID); 59 public void bindSampler(Sampler vs, int slot) 62 if((slot < 0) || (slot >= mTextureCount)) [all...] |
/external/freetype/src/raster/ |
ftrend1.c | 60 FT_GlyphSlot slot, 67 if ( slot->format != render->glyph_format ) 74 FT_Outline_Transform( &slot->outline, matrix ); 77 FT_Outline_Translate( &slot->outline, delta->x, delta->y ); 87 FT_GlyphSlot slot, 92 if ( slot->format == render->glyph_format ) 93 FT_Outline_Get_CBox( &slot->outline, cbox ); 97 /* convert a slot's glyph image into a bitmap */ 100 FT_GlyphSlot slot, 115 if ( slot->format != render->glyph_format [all...] |
/external/kernel-headers/original/linux/ |
efs_dir.h | 37 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|