Searched refs:slot (Results 151 - 175 of 524) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.h65 /* A handle to a Type 1 glyph slot object. */
115 cid_slot_done( FT_GlyphSlot slot ); variable
118 cid_slot_init( FT_GlyphSlot slot ); variable
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.h54 /* A handle to a Type 1 glyph slot object. */
114 /* Type 1 glyph slot record. */
143 T1_GlyphSlot_Init( FT_GlyphSlot slot ); variable
146 T1_GlyphSlot_Done( FT_GlyphSlot slot ); variable
/external/aac/libSBRdec/src/
H A Dsbr_dec.cpp116 int slot, i; local
121 for(slot=0; slot<hSbrDec->LppTrans.pSettings->overlap; slot++) {
122 QmfBufferReal[slot] = ptr; ptr += (64);
128 QmfBufferReal[slot] = ptr; ptr += (64);
129 slot++;
140 int slot; local
148 for(slot=0; slot<hSbrDe
327 int i, slot, reserve; local
[all...]
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsPKCS12Blob.cpp154 PK11SlotInfo *slot,
158 DCHECK(slot);
175 dcx = SEC_PKCS12DecoderStart(&unicodePw, slot,
216 slot, decoder_item->der,
219 LOG(ERROR) << "Could not grab a handle to the certificate in the slot "
243 SECKEYPrivateKey* privKey = PK11_FindPrivateKeyFromCert(slot, cert,
355 int nsPKCS12Blob_Import(PK11SlotInfo* slot, argument
363 is_extractable, false, slot,
376 is_extractable, true, slot, imported_certs);
411 ecx = SEC_PKCS12CreateExportContext(NULL, NULL, NULL /*slot*/, NUL
149 nsPKCS12Blob_ImportHelper(const char* pkcs12_data, size_t pkcs12_len, const base::string16& password, bool is_extractable, bool try_zero_length_secitem, PK11SlotInfo *slot, net::CertificateList* imported_certs) argument
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c262 ft_glyphslot_init( FT_GlyphSlot slot )
264 FT_Driver driver = slot->face->driver;
271 slot->library = driver->root.library;
276 slot->internal = internal;
282 error = clazz->init_slot( slot );
290 ft_glyphslot_free_bitmap( FT_GlyphSlot slot )
292 if ( slot->internal && ( slot->internal->flags & FT_GLYPH_OWN_BITMAP ) )
294 FT_Memory memory = FT_FACE_MEMORY( slot->face );
297 FT_FREE( slot
310 ft_glyphslot_set_bitmap( FT_GlyphSlot slot, FT_Byte* buffer ) argument
410 FT_GlyphSlot slot = NULL; local
545 ft_glyphslot_grid_fit_metrics( FT_GlyphSlot slot, FT_Bool vertical ) argument
596 FT_GlyphSlot slot; local
[all...]
/external/freetype/src/base/
H A Dftobjs.c260 ft_glyphslot_init( FT_GlyphSlot slot )
262 FT_Driver driver = slot->face->driver;
269 slot->library = driver->root.library;
274 slot->internal = internal;
280 error = clazz->init_slot( slot );
288 ft_glyphslot_free_bitmap( FT_GlyphSlot slot )
290 if ( slot->internal && ( slot->internal->flags & FT_GLYPH_OWN_BITMAP ) )
292 FT_Memory memory = FT_FACE_MEMORY( slot->face );
295 FT_FREE( slot
308 ft_glyphslot_set_bitmap( FT_GlyphSlot slot, FT_Byte* buffer ) argument
408 FT_GlyphSlot slot = NULL; local
543 ft_glyphslot_grid_fit_metrics( FT_GlyphSlot slot, FT_Bool vertical ) argument
594 FT_GlyphSlot slot; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c262 ft_glyphslot_init( FT_GlyphSlot slot )
264 FT_Driver driver = slot->face->driver;
271 slot->library = driver->root.library;
276 slot->internal = internal;
282 error = clazz->init_slot( slot );
290 ft_glyphslot_free_bitmap( FT_GlyphSlot slot )
292 if ( slot->internal && ( slot->internal->flags & FT_GLYPH_OWN_BITMAP ) )
294 FT_Memory memory = FT_FACE_MEMORY( slot->face );
297 FT_FREE( slot
310 ft_glyphslot_set_bitmap( FT_GlyphSlot slot, FT_Byte* buffer ) argument
410 FT_GlyphSlot slot = NULL; local
545 ft_glyphslot_grid_fit_metrics( FT_GlyphSlot slot, FT_Bool vertical ) argument
596 FT_GlyphSlot slot; local
[all...]
/external/chromium_org/v8/src/heap/
H A Dobjects-visiting-inl.h298 Object** slot = Context::cast(object)->RawFieldOfElementAt(idx); local
299 collector->RecordSlot(slot, slot, *slot);
332 Object** slot = local
338 HeapObject* obj = HeapObject::cast(*slot);
339 heap->mark_compact_collector()->RecordSlot(slot, slot, obj);
342 StaticVisitor::VisitPointer(heap, slot);
357 Object** slot local
488 Object** slot = array->RawFieldOfElementAt(heap_iter.next_index()); local
639 Object** slot = HeapObject::RawField(map, Map::kDependentCodeOffset); local
665 Object** slot = transitions->GetPrototypeTransitionsSlot(); local
[all...]
/external/chromium_org/ui/events/x/
H A Ddevice_data_manager_x11.cc281 bool DeviceDataManagerX11::GetSlotNumber(const XIDeviceEvent* xiev, int* slot) { argument
285 *slot = 0;
288 return factory->QuerySlotForTrackingID(xiev->detail, slot);
290 *slot = 0;
311 int slot = -1; local
312 if (GetSlotNumber(xiev, &slot) && slot >= 0 && slot < kMaxSlotNum)
313 last_seen_valuator_[sourceid][slot][type] = *valuators;
347 int slot local
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DJDWPStackFrameTestCase.java62 int slot; field in class:JDWPStackFrameTestCase.VarInfo
66 public VarInfo(String name, int slot, String signature) { argument
67 this.slot = slot;
73 return slot;
144 int slot = reply.getNextValueAsInt();
145 varInfos[i] = new VarInfo(name, slot, sign);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_program.c40 var->slot[c] = (0x300 + var->si * 0x10 + c * 0x4) / 4;
44 var->slot[c] = (0x2e0 + c * 0x4) / 4;
47 var->slot[c] -= 0x80 / 4;
113 info->in[i].slot[0] =
120 info->in[i].slot[c] = (0x80 + n * 0x10 + c * 0x4) / 4;
144 info->in[i].slot[c] = (offset + c * 0x4) / 4;
161 info->out[i].slot[c] = info->out[i].si * 4 + c;
164 info->out[info->io.sampleMask].slot[0] = count++;
170 info->out[info->io.fragDepth].slot[2] = count;
189 info->out[i].slot[
217 nvc0_vtgp_hdr_update_oread(struct nvc0_program *vp, uint8_t slot) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_feedback.c89 GLuint slot; local
102 slot = st->vertex_result_to_slot[VERT_RESULT_COL0];
103 if (slot != ~0U)
104 color = v->data[slot];
108 slot = st->vertex_result_to_slot[VERT_RESULT_TEX0];
109 if (slot != ~0U)
110 texcoord = v->data[slot];
/external/deqp/framework/delibs/depool/
H A DdePoolHashSet.h190 const HASHTYPENAME##Slot* slot = hash->slotTable[slotNdx]; \
191 while (slot) \
194 for (elemNdx = 0; elemNdx < slot->numUsed; elemNdx++) \
197 KEYARRAYTYPENAME##_set(keyArray, arrayNdx, slot->keys[elemNdx]); \
199 VALUEARRAYTYPENAME##_set(valueArray, arrayNdx, slot->values[elemNdx]); \
202 slot = slot->nextSlot; \
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c40 var->slot[c] = (0x300 + var->si * 0x10 + c * 0x4) / 4;
44 var->slot[c] = (0x2e0 + c * 0x4) / 4;
47 var->slot[c] -= 0x80 / 4;
113 info->in[i].slot[0] =
120 info->in[i].slot[c] = (0x80 + n * 0x10 + c * 0x4) / 4;
144 info->in[i].slot[c] = (offset + c * 0x4) / 4;
161 info->out[i].slot[c] = info->out[i].si * 4 + c;
164 info->out[info->io.sampleMask].slot[0] = count++;
170 info->out[info->io.fragDepth].slot[2] = count;
189 info->out[i].slot[
217 nvc0_vtgp_hdr_update_oread(struct nvc0_program *vp, uint8_t slot) argument
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_feedback.c89 GLuint slot; local
102 slot = st->vertex_result_to_slot[VERT_RESULT_COL0];
103 if (slot != ~0U)
104 color = v->data[slot];
108 slot = st->vertex_result_to_slot[VERT_RESULT_TEX0];
109 if (slot != ~0U)
110 texcoord = v->data[slot];
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcsbits.c133 FT_GlyphSlot slot = face->glyph; local
134 FT_Bitmap* bitmap = &slot->bitmap;
138 if ( slot->format != FT_GLYPH_FORMAT_BITMAP )
153 xadvance = ( slot->advance.x + 32 ) >> 6;
154 yadvance = ( slot->advance.y + 32 ) >> 6;
159 !CHECK_CHAR( slot->bitmap_left ) ||
160 !CHECK_CHAR( slot->bitmap_top ) ||
172 sbit->left = (FT_Char)slot->bitmap_left;
173 sbit->top = (FT_Char)slot->bitmap_top;
/external/freetype/src/cache/
H A Dftcsbits.c133 FT_GlyphSlot slot = face->glyph; local
134 FT_Bitmap* bitmap = &slot->bitmap;
138 if ( slot->format != FT_GLYPH_FORMAT_BITMAP )
153 xadvance = ( slot->advance.x + 32 ) >> 6;
154 yadvance = ( slot->advance.y + 32 ) >> 6;
159 !CHECK_CHAR( slot->bitmap_left ) ||
160 !CHECK_CHAR( slot->bitmap_top ) ||
172 sbit->left = (FT_Char)slot->bitmap_left;
173 sbit->top = (FT_Char)slot->bitmap_top;
/external/chromium_org/base/process/
H A Dprocess_iterator_linux.cc82 dirent* slot = readdir(procfs_dir_); local
84 if (!slot)
88 pid = internal::ProcDirSlotToPid(slot->d_name);
/external/chromium_org/chromeos/
H A Dcert_loader.cc92 crypto::ScopedPK11Slot slot(database_->GetPrivateSlot());
93 if (!slot)
95 return PK11_IsHW(slot.get());
/external/chromium_org/net/base/
H A Dkeygen_handler_unittest.cc32 explicit StubCryptoModuleDelegate(crypto::ScopedPK11Slot slot) argument
33 : slot_(slot.Pass()) {}
62 PK11_ReferenceSlot(test_nss_db_.slot())))));
/external/chromium_org/net/ssl/
H A Dclient_cert_store_chromeos.cc21 // Gets the private slot for the user with the username hash |username_hash| and
22 // calls |callback| with both |system_slot| and the obtained private slot.
29 crypto::ScopedPK11Slot slot(
31 if (slot)
32 wrapped_callback.Run(slot.Pass());
35 // Gets the system slot, then the private slot for the user with the username
74 // Skip getting the system slot.
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp1 //===-- DelaySlotFiller.cpp - SPARC delay slot filler ---------------------===//
11 // instructions. If no instructions can be moved into the delay slot, then a
29 #define DEBUG_TYPE "delay-slot-filler"
36 cl::desc("Disable the Sparc delay slot filler."),
62 // instructions to fill delay slot.
88 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot);
108 /// We assume there is only one delay slot per delayed instruction.
135 // If MI has no delay slot, skip.
170 MachineBasicBlock::iterator slot)
177 if (slot
169 findDelayInstr(MachineBasicBlock &MBB, MachineBasicBlock::iterator slot) argument
[all...]
/external/chromium_org/components/ownership/
H A Dmock_owner_key_util.cc26 PK11SlotInfo* slot) {
24 FindPrivateKeyInSlot( const std::vector<uint8>& key, PK11SlotInfo* slot) argument
H A Dmock_owner_key_util.h30 PK11SlotInfo* slot) OVERRIDE;
/external/chromium_org/net/cert/
H A Dnss_profile_filter_chromeos.h20 // NSSProfileFilterChromeOS can be used to check if a given slot or certificate
28 // slot handles), the filter will allow only certs/slots from the read-only
36 // Initialize the filter with the slot handles to allow. This method is not
42 bool IsModuleAllowed(PK11SlotInfo* slot) const;

Completed in 7110 milliseconds

1234567891011>>