Searched refs:slot (Results 126 - 150 of 524) sorted by relevance

1234567891011>>

/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dtrace.c80 unsigned long slot = ((unsigned long)l >> 41) & 0x3; local
92 * slot. If that is zero, then the actual place we
96 if (slot == 0)
104 /* handle the rollback, slot 0 is actually slot 2 of
106 switch (slot) {
118 printf("Ummm, can't find instruction slot?\n");
/external/mesa3d/src/mapi/mapi/
H A Dmapi.c175 int slot = stub_get_slot(stub); local
179 func = table_get_func(noop, slot);
180 table_set_func(tbl, slot, func);
/external/chromium_org/components/ownership/
H A Downer_key_util_impl.h27 PK11SlotInfo* slot) OVERRIDE;
/external/chromium_org/crypto/third_party/nss/
H A Dchromium-nss.h62 PK11SlotInfo* slot,
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsPKCS12Blob.h59 // Import the private key and certificate from a PKCS#12 blob into the slot.
63 int nsPKCS12Blob_Import(PK11SlotInfo* slot,
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.h48 FT_GlyphSlot slot,
/external/freetype/src/psaux/
H A Dt1decode.h48 FT_GlyphSlot slot,
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftbitmap.h123 /* 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftbitmap.h123 /* 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dt1decode.h48 FT_GlyphSlot slot,
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h81 * Adds a word to the semantic graph at the specified slot. Tag may be defined or NULL.
84 * @param slot Where to insert in graph (only ROOT supported right now)
89 ESR_ReturnCode(*addWordToSlot)(struct SR_SemanticGraph_t* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DFrame.java213 private int slot; field in class:Frame.Variable
228 slot = -1;
359 * Returns variable slot value.
364 return slot;
368 * Assigns new slot value.
370 * @param slot
371 * new slot value
373 public void setSlot(int slot) { argument
374 this.slot = slot;
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppb_message_loop_proxy.cc48 // This must be called only once, so the slot must be empty.
53 base::ThreadLocalStorage::Slot* slot = new base::ThreadLocalStorage::Slot(); local
54 PluginGlobals::Get()->set_msg_loop_slot(slot);
56 slot->Set(this);
75 base::ThreadLocalStorage::Slot* slot = globals->msg_loop_slot(); local
76 if (!slot) {
77 slot = new base::ThreadLocalStorage::Slot(&ReleaseMessageLoop);
78 globals->set_msg_loop_slot(slot);
80 if (slot->Get())
89 slot
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DChildProcessLauncher.java99 int slot = mFreeConnectionIndices.remove(0);
100 assert mChildProcessConnections[slot] == null;
101 mChildProcessConnections[slot] = new ChildProcessConnectionImpl(context, slot,
104 ", slot: " + slot);
105 return mChildProcessConnections[slot];
111 int slot = connection.getServiceNumber();
112 if (mChildProcessConnections[slot] != connection) {
113 int occupier = mChildProcessConnections[slot]
[all...]
/external/chromium_org/content/child/webcrypto/nss/
H A Dutil_nss.cc72 crypto::ScopedPK11Slot slot(PK11_GetInternalKeySlot());
74 !!PK11_DoesMechanism(slot.get(), CKM_RSA_PKCS_OAEP);
/external/chromium_org/net/cert/
H A Dnss_profile_filter_chromeos_unittest.cc29 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) { argument
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/fonts/
H A DGenericFontFamilySettings.h85 static void constructDeletedValue(int& slot, bool) { slot = -3; } argument
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.h69 /* A handle to an OpenType glyph slot object. */
146 cff_slot_done( FT_GlyphSlot slot ); variable
149 cff_slot_init( FT_GlyphSlot slot ); variable
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c103 const uint slot = wide->texcoord_gen_slot[i]; local
104 v->data[slot][0] = tc[0];
106 v->data[slot][1] = 1.0f - tc[1];
108 v->data[slot][1] = tc[1];
109 v->data[slot][2] = tc[2];
110 v->data[slot][3] = tc[3];
250 int slot = draw_alloc_extra_vertex_attrib(draw, local
254 /* add this slot to the texcoord-gen list */
255 wide->texcoord_gen_slot[wide->num_texcoord_gen++] = slot;
/external/chromium_org/v8/src/arm64/
H A Dframes-arm64.h102 inline void StackHandler::SetFp(Address slot, Address fp) { argument
103 Memory::Address_at(slot) = fp;
/external/chromium_org/v8/src/ia32/
H A Dframes-ia32.h118 inline void StackHandler::SetFp(Address slot, Address fp) { argument
119 Memory::Address_at(slot) = fp;
/external/chromium_org/v8/src/x87/
H A Dframes-x87.h118 inline void StackHandler::SetFp(Address slot, Address fp) { argument
119 Memory::Address_at(slot) = fp;
/external/freetype/src/cff/
H A Dcffobjs.h69 /* A handle to an OpenType glyph slot object. */
148 cff_slot_done( FT_GlyphSlot slot ); variable
151 cff_slot_init( FT_GlyphSlot slot ); variable
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c103 const uint slot = wide->texcoord_gen_slot[i]; local
104 v->data[slot][0] = tc[0];
106 v->data[slot][1] = 1.0f - tc[1];
108 v->data[slot][1] = tc[1];
109 v->data[slot][2] = tc[2];
110 v->data[slot][3] = tc[3];
250 int slot = draw_alloc_extra_vertex_attrib(draw, local
254 /* add this slot to the texcoord-gen list */
255 wide->texcoord_gen_slot[wide->num_texcoord_gen++] = slot;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffobjs.h69 /* A handle to an OpenType glyph slot object. */
146 cff_slot_done( FT_GlyphSlot slot ); variable
149 cff_slot_init( FT_GlyphSlot slot ); variable

Completed in 839 milliseconds

1234567891011>>