Searched refs:slot (Results 201 - 225 of 426) sorted by relevance

1234567891011>>

/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
38 // bits 0..13: slot or constant proba
88 const int slot = --b->left_; local
89 b->tokens_[slot] = (bit << 15) | proba_idx;
99 const int slot = --b->left_; local
100 b->tokens_[slot] = (bit << 15) | FIXED_PROBA_BIT | proba;
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffdrivr.c132 /* A driver method used to load a glyph within a given glyph slot. */
135 /* slot :: A handle to the target slot object where the glyph */
159 CFF_GlyphSlot slot = (CFF_GlyphSlot)cffslot; local
163 if ( !slot )
182 error = cff_slot_load( slot, size, glyph_index, load_flags );
185 /* slot->outline.dropout_mode = 2; */
200 FT_GlyphSlot slot = face->glyph; local
207 error = Load_Glyph( slot, face->size, start + nn, flags );
212 ? slot
[all...]
H A Dcffgload.h49 /* glyph :: The current glyph slot. */
166 CFF_GlyphSlot slot,
/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 )
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/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/v8/src/
H A Dmark-compact.h272 // object where the way of encoding depends on the type of the slot.
273 // They are recorded as a pair (SlotType, slot address).
277 // is the first element of typed slot's pair.
292 void Add(ObjectSlot slot) { argument
294 slots_[idx_++] = slot;
351 ObjectSlot slot,
362 buffer->Add(slot);
366 static bool IsTypedSlot(ObjectSlot slot);
527 void RecordCodeEntrySlot(Address slot, Code* target);
529 INLINE(void RecordSlot(Object** anchor_slot, Object** slot, Objec
349 AddTo(SlotsBufferAllocator* allocator, SlotsBuffer** buffer_address, ObjectSlot slot, AdditionMode mode) argument
[all...]
H A Dincremental-marking.cc65 Object** slot,
67 if (BaseRecordWrite(obj, slot, value) && is_compacting_ && slot != NULL) {
70 // Object is not going to be rescanned we need to record the slot.
72 HeapObject::RawField(obj, 0), slot, value); local
98 Object** slot,
102 marking->RecordWrite(obj, slot, *slot);
127 Object** slot,
129 if (BaseRecordWrite(host, slot, valu
64 RecordWriteSlow(HeapObject* obj, Object** slot, Object* value) argument
97 RecordWriteForEvacuationFromCode(HeapObject* obj, Object** slot, Isolate* isolate) argument
126 RecordWriteOfCodeEntrySlow(JSFunction* host, Object** slot, Code* value) argument
636 Object** slot = local
[all...]
H A Dmark-compact.cc808 // setter did not record the slot update and we have to do that manually.
809 Address slot = candidate->address() + JSFunction::kCodeEntryOffset; local
810 Code* target = Code::cast(Code::GetObjectFromEntryAddress(slot));
812 RecordCodeEntrySlot(slot, target);
847 Object** slot = HeapObject::RawField(shared, local
850 RecordSlot(slot, slot, HeapObject::cast(*slot));
1341 Object** slot = data->data_start() + JSRegExp::saved_code_index(is_ascii); local
1343 RecordSlot(slot, slo
1441 Object** slot = local
1610 VisitPointer(Object** slot) argument
1856 Object** slot = HeapObject::RawField(accessors, offset); local
1890 Object** slot = contents->data_start() + i; local
2530 Object** slot = local
2577 Object** slot = HeapObject::RawField(current, Map::kPrototypeOffset); local
2735 UpdateSlot(Heap* heap, Object** slot) argument
[all...]
/external/chromium_org/net/cert/
H A Dnss_cert_database.cc109 modules->push_back(CryptoModule::CreateFromHandle(slot_element->slot));
318 PK11SlotInfo* slot = cert->os_cert_handle()->slot; local
319 return slot && PK11_IsReadOnly(slot);
/external/chromium_org/v8/src/
H A Dincremental-marking.cc68 Object** slot,
70 if (BaseRecordWrite(obj, slot, value) && slot != NULL) {
73 // Object is not going to be rescanned we need to record the slot.
75 HeapObject::RawField(obj, 0), slot, value); local
82 Object** slot,
98 marking->RecordWrite(obj, slot, *slot);
103 Object** slot,
119 marking->RecordWrite(obj, slot, *slo
67 RecordWriteSlow(HeapObject* obj, Object** slot, Object* value) argument
81 RecordWriteFromCode(HeapObject* obj, Object** slot, Isolate* isolate) argument
102 RecordWriteForEvacuationFromCode(HeapObject* obj, Object** slot, Isolate* isolate) argument
143 RecordWriteOfCodeEntrySlow(JSFunction* host, Object** slot, Code* value) argument
[all...]
/external/grub/stage2/
H A Dfsys_jfs.c138 return (ldtentry_t *)&dtroot->slot[(int)dtroot->header.stbl[jfs.sindex++]];
141 de = (ldtentry_t *)dtpage->slot;
174 de = (idtentry_t *)dtpage->slot;
176 xd = &((idtentry_t *)dtr->slot)[(int)dtr->header.stbl[0]].xd;
195 ? (dtslot_t *)&dtroot->slot[next]
196 : &((dtslot_t *)dtpage->slot)[next];
/external/chromium/base/
H A Dprocess_util_linux.cc170 dirent* slot = 0; local
180 slot = readdir(procfs_dir_);
182 if (!slot)
188 for (i = 0; i < NAME_MAX && slot->d_name[i]; ++i) {
189 if (!isdigit(slot->d_name[i])) {
200 std::string pid_string(slot->d_name);
207 sprintf(buf, "/proc/%s/stat", slot->d_name);
242 entry_.pid_ = atoi(slot->d_name);
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsKeygenHandler.cpp98 PK11SlotInfo* slot,
140 privateKey = PK11_GenerateKeyPair(slot,
95 GenKeyAndSignChallenge(int key_size_in_bits, const std::string& challenge, const GURL& url, PK11SlotInfo* slot, bool stores_key) argument
/external/chromium_org/ppapi/proxy/
H A Dplugin_globals.h107 // Returns the TLS slot that holds the message loop TLS.
115 // Sets the message loop slot, takes ownership of the given heap-alloated
117 void set_msg_loop_slot(base::ThreadLocalStorage::Slot* slot) { argument
118 msg_loop_slot_.reset(slot);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGlyphPage.h74 void* slot = fastMalloc(sizeof(GlyphPage) + sizeof(SimpleFontData*) * GlyphPage::size); local
75 return adoptRef(new (slot) GlyphPage(owner));
/external/chromium_org/ui/base/x/
H A Devents_x.cc244 double slot;
246 *native_event, ui::DeviceDataManager::DT_TOUCH_SLOT_ID, &slot))
249 if (!factory->IsSlotUsed(slot)) {
638 double slot = 0; local
644 return slot;
655 slot = factory->GetSlotForTrackingID(tracking_id);
659 *xev, ui::DeviceDataManager::DT_TOUCH_SLOT_ID, &slot))
660 LOG(ERROR) << "Could not get the slot ID for the event. Using 0.";
662 return slot;
/external/freetype/src/autofit/
H A Dafmodule.c227 FT_GlyphSlot slot,
234 return af_loader_load_glyph( module, slot->face,
/external/freetype/src/base/
H A Dftbitmap.c712 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot )
714 if ( slot && slot->format == FT_GLYPH_FORMAT_BITMAP &&
715 !( slot->internal->flags & FT_GLYPH_OWN_BITMAP ) )
722 error = FT_Bitmap_Copy( slot->library, &slot->bitmap, &bitmap );
726 slot->bitmap = bitmap;
727 slot->internal->flags |= FT_GLYPH_OWN_BITMAP;
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_platform_data_fetcher_mac.h62 void AddButtonsAndAxes(NSArray* elements, size_t slot);
/external/chromium_org/net/quic/crypto/
H A Daes_128_gcm_12_decrypter_nss.cc308 PK11SlotInfo* slot = PK11_GetInternalSlot(); local
313 slot, GcmSupportChecker::aes_key_mechanism(), PK11_OriginUnwrap,
315 PK11_FreeSlot(slot);
316 slot = NULL;
H A Daes_128_gcm_12_encrypter_nss.cc301 PK11SlotInfo* slot = PK11_GetInternalSlot(); local
306 slot, GcmSupportChecker::aes_key_mechanism(), PK11_OriginUnwrap,
308 PK11_FreeSlot(slot);
309 slot = NULL;

Completed in 681 milliseconds

1234567891011>>