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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/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
  /external/freetype/include/
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
  /external/chromium_org/net/base/
keygen_handler_nss.cc 21 crypto::ScopedPK11Slot slot; local
23 slot = crypto_module_delegate_->RequestSlot().Pass();
25 LOG(ERROR) << "Could not get an NSS key slot.";
30 if (SECSuccess != PK11_Authenticate(slot.get(),
33 LOG(ERROR) << "Could not authenticate to the key slot.";
38 slot.get(), stores_key_);
  /external/chromium_org/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/ltrace/sysdeps/linux-gnu/ia64/
regs.c 40 unsigned long slot = local
43 return (void *)(ip | slot);
51 unsigned long slot = (unsigned long)addr & 0xf; local
55 psr |= (slot & 0x3) << 41;
  /external/chromium_org/net/cert/
cert_database_nss.cc 42 PK11SlotInfo* slot = PK11_KeyForCertExists(cert, NULL, NULL); local
43 if (!slot)
46 PK11_FreeSlot(slot);
54 crypto::ScopedPK11Slot slot(PK11_KeyForCertExists(cert, &key, NULL));
55 if (!slot.get())
61 slot.get());
66 rv = PK11_ImportCert(slot.get(), cert, key, nickname.c_str(), PR_FALSE);
nss_profile_filter_chromeos_unittest.cc 29 PK11SlotInfo* slot = item->module->slots[i]; local
30 if (!PK11_IsPresent(slot))
32 if (PK11_HasRootCerts(slot))
33 return crypto::ScopedPK11Slot(PK11_ReferenceSlot(slot));
39 CertificateList ListCertsInSlot(PK11SlotInfo* slot) {
41 CERTCertList* cert_list = PK11_ListCertsInSlot(slot);
68 // TODO(mattm): more accurately test public/private slot filtering somehow.
70 // in separate modules, while ScopedTestNSSChromeOSUser uses the same slot
90 crypto::ScopedPK11Slot() /* no system slot */);
99 return crypto::ScopedPK11Slot(PK11_ReferenceSlot(system_slot_user_.slot()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/testing/
ArenaTestHelpers.h 56 size_t slot = m_allocatedRegions.find(ptr); variable
57 ASSERT_NE(slot, kNotFound);
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...]
  /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());
88 // unsynchronized with the following users of the same TSD slot. This results
  /external/chromium_org/net/quic/crypto/
aead_base_decrypter_nss.cc 71 PK11SlotInfo* slot = PK11_GetInternalSlot(); local
86 slot, key_mechanism, PK11_OriginUnwrap, CKA_DECRYPT, &key_item, NULL));
87 PK11_FreeSlot(slot);
88 slot = NULL;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPage.h 76 void* slot = fastMalloc(sizeof(GlyphPage) + sizeof(SimpleFontData*) * GlyphPage::size); local
77 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);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
VariableTableTest.java 81 int slot = reply.getNextValueAsInt(); local
82 logWriter.println("slot = "+slot);
VariableTableWithGenericTest.java 84 int slot = reply.getNextValueAsInt(); local
85 logWriter.println("slot = "+slot);

Completed in 835 milliseconds

1 2 3 4 5 6 7 8 9