Searched refs:slot (Results 226 - 250 of 524) sorted by relevance

1234567891011>>

/external/chromium_org/crypto/
H A Dnss_util_internal.h25 // user-visible description |description|. Returns the slot for the opened
32 // Returns a reference to the default NSS key slot for storing persistent data.
50 // Returns a reference to the system-wide TPM slot if it is loaded. If it is not
51 // loaded and |callback| is non-null, the |callback| will be run once the slot
56 // Sets the test system slot to |slot|, which means that |slot| will be exposed
59 // does not have to be called if the test system slot is set.
60 // This must must not be called consecutively with a |slot| != NULL. If |slot|
[all...]
/external/chromium_org/net/cert/
H A Dx509_util_nss.h83 // Generates a unique nickname for |slot|, returning |nickname| if it is
92 PK11SlotInfo* slot);
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftglyph.h201 /* As the outline is extracted from a glyph slot, its coordinates are */
222 /* A function used to extract a glyph image from a slot. Note that */
226 /* slot :: A handle to the source glyph slot. */
235 FT_Get_Glyph( FT_GlyphSlot slot,
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dautohint.h176 FT_GlyphSlot slot,
/external/chromium_org/third_party/libwebp/enc/
H A Dtoken.c14 // For dynamic probability, we just record the slot id (idx) for the probability
35 // bits 0..13: slot or constant proba
95 const int slot = --b->left_; local
96 b->tokens_[slot] = (bit << 15) | proba_idx;
106 const int slot = --b->left_; local
107 b->tokens_[slot] = (bit << 15) | FIXED_PROBA_BIT | proba;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.cc271 Slot slot = reinterpret_cast<Slot>(stack[i]); local
273 h += (slot * 31) + (slot * 7) + (slot * 3);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.cc271 Slot slot = reinterpret_cast<Slot>(stack[i]); local
273 h += (slot * 31) + (slot * 7) + (slot * 3);
/external/chromium_org/ui/events/x/
H A Dtouch_factory_x11.h62 // Tries to find an existing slot ID mapping to tracking ID. Returns true
63 // if the slot is found and it is saved in |slot|, false if no such slot
65 bool QuerySlotForTrackingID(uint32 tracking_id, int* slot);
67 // Tries to find an existing slot ID mapping to tracking ID. If there
68 // isn't one already, allocates a new slot ID and sets up the mapping.
75 // Releases the slot ID mapping to tracking ID.
/external/freetype/include/
H A Dftglyph.h201 /* As the outline is extracted from a glyph slot, its coordinates are */
222 /* A function used to extract a glyph image from a slot. Note that */
226 /* slot :: A handle to the source glyph slot. */
235 FT_Get_Glyph( FT_GlyphSlot slot,
/external/freetype/include/internal/
H A Dautohint.h176 FT_GlyphSlot slot,
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DFrameWriter.java51 int priority, int slot, List<Header> headerBlock) throws IOException;
50 synStream(boolean outFinished, boolean inFinished, int streamId, int associatedStreamId, int priority, int slot, List<Header> headerBlock) argument
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftglyph.h201 /* As the outline is extracted from a glyph slot, its coordinates are */
222 /* A function used to extract a glyph image from a slot. Note that */
226 /* slot :: A handle to the source glyph slot. */
235 FT_Get_Glyph( FT_GlyphSlot slot,
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dautohint.h176 FT_GlyphSlot slot,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftglyph.h201 /* As the outline is extracted from a glyph slot, its coordinates are */
222 /* A function used to extract a glyph image from a slot. Note that */
226 /* slot :: A handle to the source glyph slot. */
235 FT_Get_Glyph( FT_GlyphSlot slot,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dautohint.h176 FT_GlyphSlot slot,
/external/qemu/include/hw/
H A Dpcmcia.h21 PCMCIASocket *slot; member in struct:PCMCIACardState
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraphImpl.h90 * Only Root slot supported for now.
100 * Free list of arcs for dynamic add word to slot.
109 /* slot addition */
138 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_AddWordToSlot(SR_SemanticGraph* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
H A DSR_SymbolTable.h70 * Pointer to the next available symbol slot for storing a symbol in the array
130 * @param slot pointer to the slot given (NULL if none available)
132 SREC_SEMPROC_API ESR_ReturnCode ST_getSymbolSlot(SymbolTable* self, Symbol** slot);
/external/stressapptest/src/
H A Dfinelock_queue.h57 uint64 GetRandom64FromSlot(int slot);
/external/webp/src/enc/
H A Dtoken.c14 // For dynamic probability, we just record the slot id (idx) for the probability
35 // bits 0..13: slot or constant proba
95 const int slot = --b->left_; local
96 b->tokens_[slot] = (bit << 15) | proba_idx;
106 const int slot = --b->left_; local
107 b->tokens_[slot] = (bit << 15) | FIXED_PROBA_BIT | proba;
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffdrivr.c133 /* A driver method used to load a glyph within a given glyph slot. */
136 /* slot :: A handle to the target slot object where the glyph */
160 CFF_GlyphSlot slot = (CFF_GlyphSlot)cffslot; local
164 if ( !slot )
183 error = cff_slot_load( slot, size, glyph_index, load_flags );
186 /* slot->outline.dropout_mode = 2; */
201 FT_GlyphSlot slot = face->glyph; local
208 error = cff_glyph_load( slot, face->size, start + nn, flags );
213 ? slot
[all...]
/external/chromium_org/third_party/skia/src/views/
H A DSkEvent.cpp99 size_t slot = 0; local
100 memcpy(&slot, type, typeLen);
101 if (slot << 1 >> 1 != slot)
103 slot <<= 1;
104 slot |= 1;
105 fType = (char*) slot;
/external/freetype/src/cff/
H A Dcffdrivr.c133 /* A driver method used to load a glyph within a given glyph slot. */
136 /* slot :: A handle to the target slot object where the glyph */
160 CFF_GlyphSlot slot = (CFF_GlyphSlot)cffslot; local
164 if ( !slot )
185 error = cff_slot_load( slot, size, glyph_index, load_flags );
188 /* slot->outline.dropout_mode = 2; */
203 FT_GlyphSlot slot = face->glyph; local
210 error = cff_glyph_load( slot, face->size, start + nn, flags );
215 ? slot
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffdrivr.c134 /* A driver method used to load a glyph within a given glyph slot. */
137 /* slot :: A handle to the target slot object where the glyph */
161 CFF_GlyphSlot slot = (CFF_GlyphSlot)cffslot; local
165 if ( !slot )
184 error = cff_slot_load( slot, size, glyph_index, load_flags );
187 /* slot->outline.dropout_mode = 2; */
202 FT_GlyphSlot slot = face->glyph; local
209 error = cff_glyph_load( slot, face->size, start + nn, flags );
214 ? slot
[all...]
/external/skia/src/views/
H A DSkEvent.cpp99 size_t slot = 0; local
100 memcpy(&slot, type, typeLen);
101 if (slot << 1 >> 1 != slot)
103 slot <<= 1;
104 slot |= 1;
105 fType = (char*) slot;

Completed in 738 milliseconds

1234567891011>>