Searched refs:slot (Results 176 - 200 of 524) sorted by relevance

1234567891011>>

/external/chromium_org/net/quic/crypto/
H A Daead_base_decrypter_nss.cc71 PK11SlotInfo* slot = PK11_GetInternalSlot(); local
86 slot, key_mechanism, PK11_OriginUnwrap, CKA_DECRYPT, &key_item, NULL));
87 PK11_FreeSlot(slot);
88 slot = NULL;
H A Daead_base_encrypter_nss.cc65 PK11SlotInfo* slot = PK11_GetInternalSlot(); local
80 slot, key_mechanism, PK11_OriginUnwrap, CKA_ENCRYPT, &key_item, NULL));
81 PK11_FreeSlot(slot);
82 slot = NULL;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebPrivatePtr.h139 static PtrStorage& fromSlot(void** slot) argument
142 return *reinterpret_cast<PtrStorage*>(slot);
145 static const PtrStorage& fromSlot(void* const* slot) argument
148 return *reinterpret_cast<const PtrStorage*>(slot);
/external/chromium_org/third_party/freetype/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/chromium_org/v8/src/
H A Dtype-info.cc55 Handle<Object> TypeFeedbackOracle::GetInfo(int slot) { argument
56 DCHECK(slot >= 0 && slot < feedback_vector_->length());
57 Object* obj = feedback_vector_->get(slot);
95 bool TypeFeedbackOracle::CallIsMonomorphic(int slot) { argument
96 Handle<Object> value = GetInfo(slot);
101 bool TypeFeedbackOracle::CallNewIsMonomorphic(int slot) { argument
102 Handle<Object> info = GetInfo(slot);
131 Handle<JSFunction> TypeFeedbackOracle::GetCallTarget(int slot) { argument
132 Handle<Object> info = GetInfo(slot);
141 GetCallNewTarget(int slot) argument
152 GetCallAllocationSite(int slot) argument
161 GetCallNewAllocationSite(int slot) argument
[all...]
/external/freetype/include/
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/srec/srec/Grammar/include/
H A DSR_Grammar.h45 * MY_RULE = "My name is $name" where "name" is a slot
76 * MY_RULE = "My name is $name" where "name" is a slot
118 * Adds word to rule slot.
121 * @param slot Slot name
122 * @param word Word to be added to the slot
130 ESR_ReturnCode(*addWordToSlot)(struct SR_Grammar_t* self, const LCHAR* slot, const LCHAR* word,
142 * Adds nametag to rule slot.
145 * @param slot Slot name
153 ESR_ReturnCode(*addNametagToSlot)(struct SR_Grammar_t* self, const LCHAR* slot,
324 * Adds word to rule slot
[all...]
/external/srec/srec/Grammar/src/
H A DSR_Grammar.c38 ESR_ReturnCode SR_GrammarAddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word, argument
47 return self->addWordToSlot(self, slot, word, pronunciation, weight, tag);
61 ESR_ReturnCode SR_GrammarAddNametagToSlot(SR_Grammar* self, const LCHAR* slot, argument
69 return self->addNametagToSlot(self, slot, nametag, weight, tag);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_nss.c49 PK11SlotInfo *slot; local
66 slot = PK11_GetBestSlot(CKM_DES_ECB, NULL);
67 if (slot == NULL) {
75 symkey = PK11_ImportSymKey(slot, CKM_DES_ECB, PK11_OriginDerive,
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_nss.c49 PK11SlotInfo *slot; local
66 slot = PK11_GetBestSlot(CKM_DES_ECB, NULL);
67 if (slot == NULL) {
75 symkey = PK11_ImportSymKey(slot, CKM_DES_ECB, PK11_OriginDerive,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_nss.c49 PK11SlotInfo *slot; local
66 slot = PK11_GetBestSlot(CKM_DES_ECB, NULL);
67 if (slot == NULL) {
75 symkey = PK11_ImportSymKey(slot, CKM_DES_ECB, PK11_OriginDerive,
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc136 MtSlotPtr slot = &evstate->slots[i]; local
137 if (slot->tracking_id == -1)
139 fingers[current_finger].touch_major = slot->touch_major;
140 fingers[current_finger].touch_minor = slot->touch_minor;
141 fingers[current_finger].width_major = slot->width_major;
142 fingers[current_finger].width_minor = slot->width_minor;
143 fingers[current_finger].pressure = slot->pressure;
144 fingers[current_finger].orientation = slot->orientation;
145 fingers[current_finger].position_x = slot->position_x;
146 fingers[current_finger].position_y = slot
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
H A DVariableTableTest.java81 int slot = reply.getNextValueAsInt();
82 logWriter.println("slot = "+slot);
H A DVariableTableWithGenericTest.java84 int slot = reply.getNextValueAsInt();
85 logWriter.println("slot = "+slot);
/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_delegate_nss.cc41 // TODO(mattm): allow choosing which slot to generate and store the key.
92 crypto::ScopedPK11Slot slot) {
94 slot_ = slot.Pass();
104 // initializing the slot handle is unnecessary.
91 DidGetSlot(const base::Closure& callback, crypto::ScopedPK11Slot slot) argument
/external/chromium_org/v8/src/arm/
H A Dframes-arm.h155 inline void StackHandler::SetFp(Address slot, Address fp) { argument
156 Memory::Address_at(slot) = fp;
/external/chromium_org/v8/src/heap/
H A Dmark-compact-inl.h57 void MarkCompactCollector::RecordSlot(Object** anchor_slot, Object** slot, argument
64 object_page->slots_buffer_address(), slot, mode)) {
/external/chromium_org/v8/src/mips/
H A Dframes-mips.h208 inline void StackHandler::SetFp(Address slot, Address fp) { argument
209 Memory::Address_at(slot) = fp;
/external/chromium_org/v8/src/mips64/
H A Dframes-mips64.h208 inline void StackHandler::SetFp(Address slot, Address fp) { argument
209 Memory::Address_at(slot) = fp;
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_system_nss.cc43 // internal key slot for decryption, but we need to use another slot.
147 pk11Decrypt(PK11SlotInfo *slot, PLArenaPool *arena, argument
182 PK11SlotInfo* slot, SECItem* data, SECItem* result, void* cx) const {
205 key = PK11_FindFixedKey(slot, type, &sdrResult.keyid, cx);
209 rv = pk11Decrypt(slot, arena, type, key, params,
226 PK11SymKey *keyList = PK11_ListFixedKeysInSlot(slot, NULL, cx);
232 rv = pk11Decrypt(slot, arena, type, testKey, params,
181 PK11SDR_DecryptWithSlot( PK11SlotInfo* slot, SECItem* data, SECItem* result, void* cx) const argument
/external/chromium_org/net/disk_cache/blockfile/
H A Dstress_cache.cc156 int slot = rand() % kNumEntries; local
161 if (entries[slot])
162 entries[slot]->Close();
165 rv = cache->OpenEntry(keys[key], &entries[slot], cb.callback());
167 rv = cache->CreateEntry(keys[key], &entries[slot], cb.callback());
174 rv = entries[slot]->WriteData(0, 0, buffer.get(), size, cb.callback(),
/external/chromium_org/courgette/
H A Dadjustment_method.cc540 Node*& slot = node->edges_[item]; local
541 if (slot == NULL) {
542 slot = new Node(item, node);
543 all_nodes_.push_back(slot);
544 node->edges_in_frequency_order.push_back(slot);
546 slot->places_.push_back(index + 1);
547 ++slot->count_;
641 LabelInfo& slot = label_infos_[label]; local
642 if (slot.label_ == NULL) {
643 slot
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_context.c362 unsigned slot,
368 debug_assert(slot < PIPE_MAX_CONSTANT_BUFFERS);
372 draw->pt.user.vs_constants[slot] = buffer;
373 draw->pt.user.vs_constants_size[slot] = size;
374 draw_vs_set_constants(draw, slot, buffer, size);
377 draw->pt.user.gs_constants[slot] = buffer;
378 draw->pt.user.gs_constants_size[slot] = size;
379 draw_gs_set_constants(draw, slot, buffer, size);
465 int slot; local
469 slot
360 draw_set_mapped_constant_buffer(struct draw_context *draw, unsigned shader_type, unsigned slot, const void *buffer, unsigned size ) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c362 unsigned slot,
368 debug_assert(slot < PIPE_MAX_CONSTANT_BUFFERS);
372 draw->pt.user.vs_constants[slot] = buffer;
373 draw->pt.user.vs_constants_size[slot] = size;
374 draw_vs_set_constants(draw, slot, buffer, size);
377 draw->pt.user.gs_constants[slot] = buffer;
378 draw->pt.user.gs_constants_size[slot] = size;
379 draw_gs_set_constants(draw, slot, buffer, size);
465 int slot; local
469 slot
360 draw_set_mapped_constant_buffer(struct draw_context *draw, unsigned shader_type, unsigned slot, const void *buffer, unsigned size ) argument
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-context-specialization.cc62 const int slot = Context::GLOBAL_OBJECT_INDEX; local
63 native->set(slot, *expected);
71 // Mutable slot, constant context, depth = 0 => do nothing.
79 // Mutable slot, non-constant context, depth = 0 => do nothing.
87 // Mutable slot, constant context, depth > 0 => fold-in parent context.
104 // Immutable slot, constant context, depth = 0 => specialize.
105 Node* load = t.NewNode(t.javascript()->LoadContext(0, slot, true),
134 const int slot = Context::GLOBAL_OBJECT_INDEX; local
135 native->set(slot, *expected);
143 // Mutable slot, constan
200 const int slot = Context::GLOBAL_OBJECT_INDEX; local
[all...]

Completed in 474 milliseconds

1234567891011>>