HomeSort by relevance Sort by last modified time
    Searched defs:slot (Results 1 - 25 of 371) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/freetype/include/freetype/
ftsynth.h 67 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable
71 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
ftbitmap.h 123 /* you should call @FT_GlyphSlot_Own_Bitmap on the slot first. */
178 /* Make sure that a glyph slot owns `slot->bitmap'. */
181 /* slot :: The glyph slot. */
191 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot ); variable
  /external/freetype/include/freetype/
ftsynth.h 68 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable
72 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
ftbitmap.h 123 /* you should call @FT_GlyphSlot_Own_Bitmap on the slot first. */
178 /* Make sure that a glyph slot owns `slot->bitmap'. */
181 /* slot :: The glyph slot. */
191 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot ); variable
  /dalvik/vm/native/
java_lang_reflect_Constructor.cpp 26 * Class[] parameterTypes, int slot, boolean noAccessCheck)
41 int slot = args[4]; local
65 meth = dvmSlotToMethod(declaringClass, slot);
  /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/chromium/base/threading/
thread_local_storage_unittest.cc 25 static ThreadLocalStorage::Slot tls_slot(LINKER_INITIALIZED);
63 ThreadLocalStorage::Slot slot; local
64 slot.Set(reinterpret_cast<void*>(123));
65 int value = reinterpret_cast<intptr_t>(slot.Get());
  /external/chromium_org/net/cert/
cert_database_nss.cc 76 PK11SlotInfo* slot = PK11_KeyForCertExists(cert, NULL, NULL); local
77 if (!slot)
80 PK11_FreeSlot(slot);
88 crypto::ScopedPK11Slot slot(PK11_KeyForCertExists(cert, &key, NULL));
89 if (!slot.get())
95 slot.get());
100 rv = PK11_ImportCert(slot.get(), cert, key, nickname.c_str(), PR_FALSE);
  /external/chromium_org/third_party/WebKit/Source/core/tests/
ArenaTestHelpers.h 56 size_t slot = m_allocatedRegions.find(ptr); local
57 ASSERT_NE(slot, notFound);
58 m_allocatedRegions.remove(slot);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_exec.c 97 unsigned slot; local
118 for (slot = 0; slot < shader->info.num_inputs; slot++) {
119 debug_printf("\t%d: %f %f %f %f\n", slot,
120 input[slot][0],
121 input[slot][1],
122 input[slot][2],
123 input[slot][3]);
133 for (slot = 0; slot < shader->info.num_inputs; slot++)
    [all...]
  /external/lzma/C/
BraIA64.c 25 int slot; local
26 for (slot = 0; slot < 3; slot++, bitPos += 41)
31 if (((mask >> slot) & 1) == 0)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 97 unsigned slot; local
118 for (slot = 0; slot < shader->info.num_inputs; slot++) {
119 debug_printf("\t%d: %f %f %f %f\n", slot,
120 input[slot][0],
121 input[slot][1],
122 input[slot][2],
123 input[slot][3]);
133 for (slot = 0; slot < shader->info.num_inputs; slot++)
    [all...]
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 70 int slot; local
79 mBQ->dequeueBuffer(&slot, &fence, false, 1, 1, 0,
81 ASSERT_EQ(OK, mBQ->requestBuffer(slot, &buf));
82 ASSERT_EQ(OK, mBQ->queueBuffer(slot, qbi, &qbo));
87 mBQ->dequeueBuffer(&slot, &fence, false, 1, 1, 0,
89 ASSERT_EQ(OK, mBQ->requestBuffer(slot, &buf));
90 ASSERT_EQ(OK, mBQ->queueBuffer(slot, qbi, &qbo));
  /external/chromium_org/base/process/
process_iterator_linux.cc 82 dirent* slot = readdir(procfs_dir_); local
84 if (!slot)
88 pid = internal::ProcDirSlotToPid(slot->d_name);
  /external/chromium_org/base/threading/
thread_local_storage_unittest.cc 76 ThreadLocalStorage::Slot slot; local
77 slot.Set(reinterpret_cast<void*>(123));
78 int value = reinterpret_cast<intptr_t>(slot.Get());
86 // unsynchronized with the following users of the same TSD slot. This results
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GlyphPage.h 74 void* slot = fastMalloc(sizeof(GlyphPage) + sizeof(SimpleFontData*) * GlyphPage::size); local
75 return adoptRef(new (slot) GlyphPage(owner));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_derived.c 160 uint slot = find_mapping(fs, I915_SEMANTIC_FACE); local
168 vinfo.hwfmt[1] &= ~(TEXCOORDFMT_NOT_PRESENT << (slot * 4));
169 vinfo.hwfmt[1] |= TEXCOORDFMT_1D << (slot * 4);
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi.c 175 int slot = stub_get_slot(stub); local
179 func = table_get_func(noop, slot);
180 table_set_func(tbl, slot, func);
  /external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc 40 size_t slot = i % allocated.size(); local
41 char *p = allocated[slot].first;
43 size_t size = allocated[slot].second;
45 swap(allocated[slot], allocated.back());
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 160 uint slot = find_mapping(fs, I915_SEMANTIC_FACE); local
168 vinfo.hwfmt[1] &= ~(TEXCOORDFMT_NOT_PRESENT << (slot * 4));
169 vinfo.hwfmt[1] |= TEXCOORDFMT_1D << (slot * 4);
  /external/mesa3d/src/mapi/mapi/
mapi.c 175 int slot = stub_get_slot(stub); local
179 func = table_get_func(noop, slot);
180 table_set_func(tbl, slot, func);
  /frameworks/rs/driver/
rsdVertexArray.cpp 66 void RsdVertexArray::logAttrib(uint32_t idx, uint32_t slot) const {
70 ALOGV("va %i: slot=%i name=%s buf=%i ptr=%p size=%i type=0x%x stride=0x%x norm=%i offset=0x%x",
71 idx, slot,
100 int32_t slot = sc->vtxAttribSlot(mAttribs[ct].name); local
102 logAttrib(ct, slot);
104 if (slot < 0 || slot >= (int32_t)maxAttrs) {
107 glEnableVertexAttribArray(slot);
108 state->mAttrsEnabled[slot] = true;
110 glVertexAttribPointer(slot,
    [all...]
  /frameworks/rs/
rsSampler.cpp 60 void Sampler::bindToContext(SamplerState *ss, uint32_t slot) {
61 ss->mSamplers[slot].set(this);
62 mBoundSlot = slot;
66 int32_t slot = mBoundSlot; local
68 ss->mSamplers[slot].clear();
  /libcore/luni/src/main/java/java/io/
EmulatedFields.java 32 // A slot is a field plus its value
86 * Build emulated slots that correspond to emulated fields. A slot is a
118 ObjectSlot slot = findSlot(name, null); local
119 if (slot == null) {
122 return slot.defaulted;
132 * null}, no such compatibility checking is performed and the slot is
140 * corresponding slot is returned.
141 * @return the object slot, or {@code null} if there is no field with that
147 ObjectSlot slot = slotsToSerialize[i]; local
148 if (slot.field.getName().equals(fieldName))
174 ObjectSlot slot = new ObjectSlot(); local
186 ObjectSlot slot = findSlot(name, type); local
209 ObjectSlot slot = findMandatorySlot(name, byte.class); local
229 ObjectSlot slot = findMandatorySlot(name, char.class); local
249 ObjectSlot slot = findMandatorySlot(name, double.class); local
269 ObjectSlot slot = findMandatorySlot(name, float.class); local
289 ObjectSlot slot = findMandatorySlot(name, int.class); local
309 ObjectSlot slot = findMandatorySlot(name, long.class); local
329 ObjectSlot slot = findMandatorySlot(name, null); local
349 ObjectSlot slot = findMandatorySlot(name, short.class); local
369 ObjectSlot slot = findMandatorySlot(name, boolean.class); local
386 ObjectSlot slot = findMandatorySlot(name, byte.class); local
404 ObjectSlot slot = findMandatorySlot(name, char.class); local
422 ObjectSlot slot = findMandatorySlot(name, double.class); local
440 ObjectSlot slot = findMandatorySlot(name, float.class); local
458 ObjectSlot slot = findMandatorySlot(name, int.class); local
476 ObjectSlot slot = findMandatorySlot(name, long.class); local
498 ObjectSlot slot = findMandatorySlot(name, valueClass); local
516 ObjectSlot slot = findMandatorySlot(name, short.class); local
534 ObjectSlot slot = findMandatorySlot(name, boolean.class); local
    [all...]
  /dalvik/vm/
IndirectRefTable.cpp 79 IndirectRefSlot* slot; local
85 slot = &table_[topIndex - 1];
86 assert(slot->obj != NULL);
87 while ((--slot)->obj != NULL) {
88 assert(slot >= table_ + prevState.parts.topIndex);
123 slot = &table_[topIndex++];
127 slot->obj = obj;
128 slot->serial = nextSerial(slot->serial);
129 result = toIndirectRef(slot - table_, slot->serial, kind_)
    [all...]

Completed in 538 milliseconds

1 2 3 4 5 6 7 8 91011>>