Searched refs:slot (Results 276 - 300 of 426) sorted by relevance

<<1112131415161718

/external/chromium_org/v8/tools/
H A Dgrokdump.py131 for slot in xrange(location, location + size, 16):
135 if slot + i < location + size:
136 byte = ctypes.c_uint8.from_buffer(reader.minidump, slot + i).value
154 for slot in xrange(start,
157 maybe_address = reader.ReadUIntPtr(slot)
159 print "%s: %s" % (reader.FormatIntPtr(slot),
699 slot = start + (loc - location)
700 print "%s: %s" % (reader.FormatIntPtr(slot),
1677 for slot in xrange(start,
1680 if not self.reader.IsValidAddress(slot)
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ecc.c1025 PK11SlotInfo *slot; local
1028 slot = PK11_GetBestSlot(CKM_ECDH1_DERIVE, ss->pkcs11PinArg);
1029 if (!slot) {
1032 PK11_FreeSlot(slot);
1090 PK11SlotInfo *slot =
1094 if (!slot) {
1099 PK11_FreeSlot(slot);
/external/chromium/chrome/browser/ui/views/
H A Dfirst_run_search_engine_view.cc179 template_url_model->SetSearchEngineDialogSlot(choice->slot());
270 int slot = 0; local
274 (*it)->set_slot(slot++);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_gs_emit.c436 unsigned char slot = c->vue_map.vert_result_to_slot[vert_result]; local
447 vertex_slot.nr += slot / 2;
448 vertex_slot.subnr = (slot % 2) * 16;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_gs_emit.c436 unsigned char slot = c->vue_map.vert_result_to_slot[vert_result]; local
447 vertex_slot.nr += slot / 2;
448 vertex_slot.subnr = (slot % 2) * 16;
/external/chromium/net/base/
H A Dcert_database_nss_unittest.cc48 CertificateList ListCertsInSlot(PK11SlotInfo* slot) { argument
50 CERTCertList* cert_list = PK11_ListCertsInSlot(slot);
67 bool CleanupSlotContents(PK11SlotInfo* slot) { argument
70 CertificateList certs = ListCertsInSlot(slot);
/external/chromium/net/socket/
H A Dssl_server_socket_nss.cc305 PK11SlotInfo* slot = crypto::GetPrivateNSSKeySlot(); local
306 if (!slot) {
322 slot, &der_private_key_info, NULL, NULL, PR_FALSE, PR_FALSE,
324 PK11_FreeSlot(slot);
/external/chromium_org/chrome/browser/
H A Dcertificate_manager_model.cc161 cert->os_cert_handle()->slot ==
/external/chromium_org/net/cert/
H A Dx509_util_nss.cc594 PK11SlotInfo* slot) {
600 if (!slot)
603 if (!PK11_IsInternalKeySlot(slot)) {
604 token_name.assign(PK11_GetTokenName(slot));
592 GetUniqueNicknameForSlot(const std::string& nickname, const SECItem* subject, PK11SlotInfo* slot) argument
/external/chromium_org/net/socket/
H A Dssl_server_socket_nss.cc431 PK11SlotInfo* slot = crypto::GetPrivateNSSKeySlot(); local
432 if (!slot) {
448 slot, &der_private_key_info, NULL, NULL, PR_FALSE, PR_FALSE,
450 PK11_FreeSlot(slot);
/external/chromium_org/net/spdy/
H A Dspdy_credential_builder_unittest.cc101 EXPECT_EQ(kSlot, credential_.slot);
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.h59 /* A handle to a TrueType glyph slot object. */
63 /* specific about the TrueType glyph slot. */
426 tt_slot_init( FT_GlyphSlot slot ); variable
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_context.h219 unsigned slot,
/external/chromium_org/tools/traceline/svgui/
H A Dtraceline.js590 // Try to find an available horizontal slot for our event.
593 var slot = z;
600 slot = Math.floor(Math.random() * pushdown.length);
604 pushdown[slot] = e.ms + dur;
605 y += slot * 4;
/external/freetype/src/truetype/
H A Dttobjs.h59 /* A handle to a TrueType glyph slot object. */
63 /* specific about the TrueType glyph slot. */
430 tt_slot_init( FT_GlyphSlot slot ); variable
/external/libppp/src/
H A Dphysical.h76 int (*slot)(struct physical *); member in struct:device
H A Dphysical.c450 int n, slot; local
457 slot = physical_Slot(p);
459 if (slot == -1)
463 (*p->handler->openinfo)(p), slot);
464 } else if (slot == -1)
467 prompt_Printf(arg->prompt, "open (port %d)\n", slot);
1139 if (p->handler && p->handler->slot)
1140 return (*p->handler->slot)(p);
/external/mdnsresponder/mDNSCore/
H A DuDNS.h78 extern CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 namehash, const domainname *const name);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.h219 unsigned slot,
/external/srec/srec/include/
H A Dsrec_context.h78 * srec_fsm_exit_point_t holds information about a particular slot within
125 on the same slot */
195 const char* slot,
/external/chromium_org/chromeos/network/onc/
H A Donc_certificate_importer_impl.cc102 iter->get()->os_cert_handle()->slot,
338 cert_result->os_cert_handle()->slot,
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.c339 cff_slot_done( FT_GlyphSlot slot )
341 slot->internal->glyph_hints = 0;
346 cff_slot_init( FT_GlyphSlot slot )
348 CFF_Face face = (CFF_Face)slot->face;
358 module = FT_Get_Module( slot->face->driver->root.library,
366 slot->internal->glyph_hints = (void*)funcs;
/external/freetype/src/cff/
H A Dcffobjs.c343 cff_slot_done( FT_GlyphSlot slot )
345 slot->internal->glyph_hints = 0;
350 cff_slot_init( FT_GlyphSlot slot )
352 CFF_Face face = (CFF_Face)slot->face;
362 module = FT_Get_Module( slot->face->driver->root.library,
370 slot->internal->glyph_hints = (void*)funcs;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c202 int slot, struct nvfx_reg dst)
212 if (slot == 0)
223 if (slot == 0)
276 if (slot == 0) {
295 unsigned slot = insn.op >> 7; local
322 if(slot == 0)
332 if (slot)
337 if (slot)
343 if (slot == 0) {
354 emit_dst(nv30, vpc, hw, slot, ins
201 emit_dst(struct nv30_context *nv30, struct nvfx_vpc *vpc, uint32_t *hw, int slot, struct nvfx_reg dst) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c202 int slot, struct nvfx_reg dst)
212 if (slot == 0)
223 if (slot == 0)
276 if (slot == 0) {
295 unsigned slot = insn.op >> 7; local
322 if(slot == 0)
332 if (slot)
337 if (slot)
343 if (slot == 0) {
354 emit_dst(nv30, vpc, hw, slot, ins
201 emit_dst(struct nv30_context *nv30, struct nvfx_vpc *vpc, uint32_t *hw, int slot, struct nvfx_reg dst) argument
[all...]

Completed in 772 milliseconds

<<1112131415161718