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

1 2 3 4 5 6 7 8 91011>>

  /external/freetype/include/freetype/
ftsynth.h 70 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable
74 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
ftbitmap.h 133 /* you should call @FT_GlyphSlot_Own_Bitmap on the slot first. */
191 /* Make sure that a glyph slot owns `slot->bitmap'. */
194 /* slot :: The glyph slot. */
204 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot ); variable
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftsynth.h 70 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable
74 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
ftbitmap.h 133 /* you should call @FT_GlyphSlot_Own_Bitmap on the slot first. */
191 /* Make sure that a glyph slot owns `slot->bitmap'. */
194 /* slot :: The glyph slot. */
204 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot ); variable
  /external/freetype/src/cff/
cffobjs.h 48 cff_slot_done( FT_GlyphSlot slot ); variable
51 cff_slot_init( FT_GlyphSlot slot ); variable
  /external/nos/host/android/hals/weaver/test/
test.cpp 88 MATCHER_P3(WriteRequestFor, slot, key, value, "") {
89 return arg.slot() == slot
99 constexpr uint32_t slot = 93; local
103 EXPECT_CALL(mockService, Write(WriteRequestFor(slot, key, value), _))
107 EXPECT_THAT(hal.write(slot, key, value), Eq(WeaverStatus::OK));
  /external/libchrome/crypto/
scoped_test_nss_db.h 24 PK11SlotInfo* slot() const { return slot_.get(); } function in class:crypto::ScopedTestNSSDB
scoped_test_system_nss_key_slot.cc 17 ScopedPK11Slot(PK11_ReferenceSlot(test_db_->slot())));
28 PK11SlotInfo* ScopedTestSystemNSSKeySlot::slot() const { function in class:crypto::ScopedTestSystemNSSKeySlot
29 return test_db_->slot();
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_interpolation_map.c 46 unsigned slot = vue_map->varying_to_slot[location + k]; local
47 if (slot != -1 && prog_data->interp_mode[slot] == INTERP_MODE_NONE) {
48 prog_data->interp_mode[slot] = interp;
50 if (prog_data->interp_mode[slot] == INTERP_MODE_FLAT) {
52 } else if (prog_data->interp_mode[slot] == INTERP_MODE_NOPERSPECTIVE) {
brw_vue_map.c 46 assign_vue_slot(struct brw_vue_map *vue_map, int varying, int slot)
48 /* Make sure this varying hasn't been assigned a slot already */
51 vue_map->varying_to_slot[varying] = slot;
52 vue_map->slot_to_varying[slot] = varying;
73 * read/write gl_ClipDistance, which has a fixed slot location.
74 * We have to assume the worst and reserve a slot for it, or else
75 * the rest of our varyings will be off by a slot.
88 * are stored in the first VUE slot (VARYING_SLOT_PSIZ).
105 int slot = 0; local
122 assign_vue_slot(vue_map, VARYING_SLOT_PSIZ, slot++)
225 int slot = 0; local
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
abft.h 27 /** AoE slot */
28 uint8_t slot; member in struct:abft_table
  /external/testng/src/main/java/org/testng/reporters/util/
StackTraceTools.java 33 int slot=StackTraceTools.getTestRoot(stack, method); local
34 if(slot>=0) {
35 StackTraceElement[] r=new StackTraceElement[stack.length-slot];
37 r[x]=stack[x+slot];
  /external/v8/src/ic/
access-compiler.cc 59 Register PropertyAccessCompiler::slot() const { function in class:v8::internal::PropertyAccessCompiler
  /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);
  /frameworks/native/libs/vr/libdvr/
dvr_internal.h 37 // The slot nubmer of the buffer, a valid slot number must be in the range of
40 int32_t slot = -1; member in struct:DvrWriteBuffer
46 // The slot nubmer of the buffer, a valid slot number must be in the range of
49 int32_t slot = -1; member in struct:DvrReadBuffer
  /hardware/intel/img/psb_video/src/
tng_slotorder.c 104 int slot; /*Output. The corresponding slot index */ local
131 slot = getSlotIndex(bframes, intracnt, idrcnt,
135 p_last_info->last_slot = slot;
143 int displaying_order, frame_type, slot;
167 printf("encodingorder displaying order frame_type slot index\n");
169 getFrameDpyOrder(i, bframes, intracnt, &last_info, &displaying_order, &frame_type, &slot);
170 printf("%5d\t%5d\t%c\t%d\n", i, displaying_order, ac_frame_type[frame_type], slot);
  /system/chre/apps/chqts/src/shared/
dumb_allocator.cc 41 size_t slot = 0; local
42 for (uint32_t mask = 1; slot < mSlotCount; slot++, mask <<= 1) {
49 if (slot == mSlotCount) {
53 return mRawMemory + (slot * mAllocSize);
57 size_t slot; local
58 if (!getSlot(pointer, &slot)) {
61 mAllocatedSlots &= ~(1 << slot);
66 size_t slot; local
67 return getSlot(pointer, &slot);
    [all...]
  /art/runtime/entrypoints/quick/
quick_dexcache_entrypoints.cc 50 GcRoot<mirror::Object>* slot = reinterpret_cast<GcRoot<mirror::Object>*>( local
52 DCHECK_GE(slot, oat_file->GetBssGcRoots().data());
53 DCHECK_LT(slot, oat_file->GetBssGcRoots().data() + oat_file->GetBssGcRoots().size());
54 if (slot->IsNull()) {
56 *slot = GcRoot<mirror::Object>(object);
72 // Each slot serves to store exactly one Class or String.
73 DCHECK_EQ(object, slot->Read());
122 // filling the .bss slot and we shall keep going through the slow path. This is slow
127 // method have the same dex file, we may or may not find a .bss slot to update;
154 // Called when the .bss slot was empty or for main-path runtime call
    [all...]
  /external/android-clat/
ring.h 48 int slot, numslots; member in struct:packet_ring
  /external/libmicrohttpd/src/microspdy/
stream.c 37 uint8_t slot; local
86 //get slot (see SPDY draft)
87 slot = *(uint8_t *)(session->read_buffer + session->read_buffer_beginning);
102 stream->slot = slot;
  /external/lzma/C/
BraIA64.c 27 int slot; local
28 for (slot = 0; slot < 3; slot++, bitPos += 41)
33 if (((mask >> slot) & 1) == 0)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 99 unsigned slot; local
121 for (slot = 0; slot < shader->info.num_inputs; slot++) {
122 debug_printf("\t%d: %f %f %f %f\n", slot,
123 input[slot][0],
124 input[slot][1],
125 input[slot][2],
126 input[slot][3]);
148 for (slot = 0; slot < shader->info.num_inputs; slot++)
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_query.c 130 struct anv_query_pool_slot *slot = pool->bo.map; local
133 uint64_t offset = firstQuery * sizeof(*slot);
134 uint64_t size = queryCount * sizeof(*slot);
141 bool available = slot[firstQuery + i].available;
157 result = slot[firstQuery + i].end - slot[firstQuery + i].begin;
163 result = slot[firstQuery + i].begin;
178 dst[1] = slot[firstQuery + i].available;
186 dst[1] = slot[firstQuery + i].available;
  /external/strace/
kcmp.c 76 struct strace_kcmp_epoll_slot slot; local
82 if (umove_or_printaddr(tcp, idx2, &slot))
85 PRINT_FIELD_PIDFD("{", slot, efd, tcp, pid2);
86 PRINT_FIELD_PIDFD(", ", slot, tfd, tcp, pid2);
87 PRINT_FIELD_U(", ", slot, toff);
  /external/syslinux/gpxe/src/drivers/bus/
eisa.c 35 eisa->slot );
54 eisa->slot, eisa->vendor_id, eisa->prod_id,
87 DBG ( "Removed EISA device %02x\n", eisa->slot );
100 unsigned int slot; local
103 for ( slot = EISA_MIN_SLOT ; slot <= EISA_MAX_SLOT ; slot++ ) {
112 eisa->slot = slot;
113 eisa->ioaddr = EISA_SLOT_BASE ( eisa->slot );
    [all...]

Completed in 1380 milliseconds

1 2 3 4 5 6 7 8 91011>>