Searched refs:slot (Results 301 - 325 of 426) sorted by relevance

<<1112131415161718

/external/chromium_org/net/spdy/
H A Dspdy_protocol.h506 SpdyCredentialSlot slot() const { return slot_; } function in class:net::SpdySynStreamIR
507 void set_slot(SpdyCredentialSlot slot) { slot_ = slot; } argument
677 explicit SpdyCredentialIR(int16 slot);
680 int16 slot() const { return slot_; } function in class:net::SpdyCredentialIR
681 void set_slot(int16 slot) { argument
682 // TODO(hkhalil): Verify valid slot range?
683 slot_ = slot;
H A Dspdy_framer.cc114 SpdyCredential::SpdyCredential() : slot(0) {}
178 // control frame header + 2 * 4 (stream IDs) + 1 (priority) + 1 (slot)
182 // frame prefix + 4 (associated stream ID) + 1 (priority) + 1 (slot)
278 // control frame header + 2 (slot)
1118 uint8 slot = 0; local
1123 successful_read = reader.ReadUInt8(&slot);
1138 slot,
1573 if (!parser.ReadUInt16(&credential->slot)) {
1690 builder.WriteUInt8(syn_stream.slot());
1968 SpdyCredentialIR credential_ir(credential.slot);
[all...]
H A Dspdy_http_stream_unittest.cc564 size_t slot, const GURL& url,
573 slot,
602 cred.slot = 2;
821 cred.slot = 2;
563 ConstructCredentialRequestFrame(NextProto next_proto, size_t slot, const GURL& url, SpdyStreamId stream_id) argument
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c173 static void init_tex(struct context *ctx, int slot, argument
179 struct pipe_resource **tex = &ctx->tex[slot];
215 init(map + y * dy + x * dx, slot, x, y);
222 ctx->tex_rw[slot] = rw;
229 static void check_tex(struct context *ctx, int slot, argument
234 struct pipe_resource *tex = ctx->tex[slot];
263 expect(exp, slot, x, y);
/external/libppp/src/
H A Dradius.c831 int slot, type; local
865 slot = (int)getpid();
868 slot = p->dl->bundle->iface->index;
871 slot = p->dl->bundle->unit;
875 slot = physical_Slot(p);
879 if (slot >= 0)
880 if (rad_put_int(rad->cx.rad, RAD_NAS_PORT, slot) != 0) {
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c173 static void init_tex(struct context *ctx, int slot, argument
179 struct pipe_resource **tex = &ctx->tex[slot];
215 init(map + y * dy + x * dx, slot, x, y);
222 ctx->tex_rw[slot] = rw;
229 static void check_tex(struct context *ctx, int slot, argument
234 struct pipe_resource *tex = ctx->tex[slot];
263 expect(exp, slot, x, y);
/external/chromium_org/v8/src/
H A Dheap.cc1729 Object** slot = HeapObject::RawField( local
1731 heap->mark_compact_collector()->RecordSlot(slot, slot, typed_array_obj);
2074 HeapObject** slot,
2108 // Order is important: slot might be inside of the target if target
2109 // was allocated over a dead object and slot comes from the store
2111 *slot = target;
2138 // Order is important: slot might be inside of the target if target
2139 // was allocated over a dead object and slot comes from the store
2141 *slot
2073 EvacuateObject(Map* map, HeapObject** slot, HeapObject* object, int object_size) argument
2147 EvacuateJSFunction(Map* map, HeapObject** slot, HeapObject* object) argument
2169 EvacuateFixedArray(Map* map, HeapObject** slot, HeapObject* object) argument
2178 EvacuateFixedDoubleArray(Map* map, HeapObject** slot, HeapObject* object) argument
2188 EvacuateByteArray(Map* map, HeapObject** slot, HeapObject* object) argument
2197 EvacuateSeqOneByteString(Map* map, HeapObject** slot, HeapObject* object) argument
2207 EvacuateSeqTwoByteString(Map* map, HeapObject** slot, HeapObject* object) argument
2221 EvacuateShortcutCandidate(Map* map, HeapObject** slot, HeapObject* object) argument
2264 VisitSpecialized(Map* map, HeapObject** slot, HeapObject* object) argument
2271 Visit(Map* map, HeapObject** slot, HeapObject* object) argument
6362 Object** slot = reinterpret_cast<Object**>(slot_address); local
[all...]
H A Daccessors.cc803 int slot = info.Data()->Int32Value(); local
804 Object* value = context->get(slot);
824 int slot = info.Data()->Int32Value(); local
825 Object* old_value = context->get(slot);
834 context->set(slot, *v8::Utils::OpenHandle(*value));
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp152 UCHAR slot = hdrSlotUsage[currentSlot]; local
157 if ( (hdrSlotUsage[s] == slot)
158 && (s != slot) ) {
172 slot = s;
179 return slot;
325 /* Init frame delay slot handling */
595 /* Trigger a reset before processing this slot */
749 /* Set sync state UPSAMPLING for the corresponding slot.
936 thisHdrSlot = getHeaderSlot( hSbrElement->useFrameSlot, hSbrElement->useHeaderSlot ); /* Get a free header slot not used by frames not processed yet. */
938 /* Assign the free slot t
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_rfc.c189 APPL_TRACE_WARNING1("invalid rfc slot id: %d", id);
195 int slot = -1; local
204 slot = i;
208 if(0<= slot && slot < MAX_RFC_CHANNEL)
209 return &rfc_slots[slot];
220 APPL_TRACE_DEBUG0("can not find any slot is requesting sdp");
237 APPL_TRACE_ERROR0("invalid rfc slot id, cannot be 0");
294 //now update listen rfc_handle of server slot
301 //now swap the slot i
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dderive.c578 * specified cert make sure the extract operation is attempted from the slot
585 * arguments were all valid but the slot cannot be bypassed.
609 PK11SlotInfo * slot = NULL;
704 slot = PK11_GetBestSlotMultiple(mechanism_array, 2, pwArg);
705 if (slot == NULL) {
715 pms = PK11_KeyGen(slot, CKM_SSL3_PRE_MASTER_KEY_GEN, &param, 0, pwArg);
716 PK11_FreeSlot(slot);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dbuiltin_variables.cpp44 int slot; member in struct:builtin_variable
389 enum ir_variable_mode mode, int slot)
409 var->location = slot;
410 var->explicit_location = (slot >= 0);
485 proto->slot);
387 add_variable(exec_list *instructions, glsl_symbol_table *symtab, const char *name, const glsl_type *type, enum ir_variable_mode mode, int slot) argument
/external/mesa3d/src/glsl/
H A Dbuiltin_variables.cpp44 int slot; member in struct:builtin_variable
389 enum ir_variable_mode mode, int slot)
409 var->location = slot;
410 var->explicit_location = (slot >= 0);
485 proto->slot);
387 add_variable(exec_list *instructions, glsl_symbol_table *symtab, const char *name, const glsl_type *type, enum ir_variable_mode mode, int slot) argument
/external/qemu/hw/
H A Dpci.c166 * Parse [[<domain>:]<bus>:]<slot>, return -1 on error
174 unsigned slot = 0; local
199 slot = val;
210 *slotp = slot;
387 /* the ROM slot has a specific enable bit */
866 PCIDevice *pci_find_device(int bus_num, int slot, int function) argument
873 return bus->devices[PCI_DEVFN(slot, function)];
/external/qemu/android/config/linux-x86/linux/
H A Dkvm.h25 __u32 slot; member in struct:kvm_memory_region
33 __u32 slot; member in struct:kvm_userspace_memory_region
244 __u32 slot; member in struct:kvm_dirty_log
516 * KVM_CREATE_VCPU receives as a parameter the vcpu slot, and returns
/external/qemu/android/config/linux-x86_64/linux/
H A Dkvm.h25 __u32 slot; member in struct:kvm_memory_region
33 __u32 slot; member in struct:kvm_userspace_memory_region
244 __u32 slot; member in struct:kvm_dirty_log
516 * KVM_CREATE_VCPU receives as a parameter the vcpu slot, and returns
/external/v8/src/
H A Dheap.cc1618 HeapObject** slot,
1645 // Order is important: slot might be inside of the target if target
1646 // was allocated over a dead object and slot comes from the store
1648 *slot = target;
1664 // Order is important: slot might be inside of the target if target
1665 // was allocated over a dead object and slot comes from the store
1667 *slot = target;
1674 HeapObject** slot,
1677 template VisitSpecialized<JSFunction::kSize>(map, slot, object);
1679 HeapObject* target = *slot;
1617 EvacuateObject(Map* map, HeapObject** slot, HeapObject* object, int object_size) argument
1673 EvacuateJSFunction(Map* map, HeapObject** slot, HeapObject* object) argument
1695 EvacuateFixedArray(Map* map, HeapObject** slot, HeapObject* object) argument
1706 EvacuateFixedDoubleArray(Map* map, HeapObject** slot, HeapObject* object) argument
1718 EvacuateByteArray(Map* map, HeapObject** slot, HeapObject* object) argument
1726 EvacuateSeqAsciiString(Map* map, HeapObject** slot, HeapObject* object) argument
1735 EvacuateSeqTwoByteString(Map* map, HeapObject** slot, HeapObject* object) argument
1748 EvacuateShortcutCandidate(Map* map, HeapObject** slot, HeapObject* object) argument
1790 VisitSpecialized(Map* map, HeapObject** slot, HeapObject* object) argument
1796 Visit(Map* map, HeapObject** slot, HeapObject* object) argument
5279 Object** slot = reinterpret_cast<Object**>(slot_address); local
[all...]
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp264 * according to slot.
266 bool shuttleBitmap(const SkBitmap&, int32_t slot);
345 bool SkGPipeCanvas::shuttleBitmap(const SkBitmap& bm, int32_t slot) { argument
353 this->writeOp(kDef_Bitmap_DrawOp, 0, slot);
403 virtual bool insert(const SkBitmap& bitmap, int32_t slot) SK_OVERRIDE;
1193 bool BitmapShuttle::insert(const SkBitmap& bitmap, int32_t slot) { argument
1194 return fCanvas->shuttleBitmap(bitmap, slot);
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp264 * according to slot.
266 bool shuttleBitmap(const SkBitmap&, int32_t slot);
345 bool SkGPipeCanvas::shuttleBitmap(const SkBitmap& bm, int32_t slot) { argument
353 this->writeOp(kDef_Bitmap_DrawOp, 0, slot);
403 virtual bool insert(const SkBitmap& bitmap, int32_t slot) SK_OVERRIDE;
1193 bool BitmapShuttle::insert(const SkBitmap& bitmap, int32_t slot) { argument
1194 return fCanvas->shuttleBitmap(bitmap, slot);
/external/v8/tools/
H A Dgrokdump.py1035 for slot in xrange(stack_top, stack_bottom, reader.PointerSize()):
1036 maybe_address = reader.ReadUIntPtr(slot)
1038 stack_map[maybe_address] = slot
1049 for slot in xrange(stack_top, stack_bottom, reader.PointerSize()):
1050 maybe_address = reader.ReadUIntPtr(slot)
1052 print "%s: %s" % (reader.FormatIntPtr(slot),
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A Dnpruntime.cpp125 static void constructDeletedValue(StringKey& slot) argument
127 new (&slot) StringKey(WTF::HashTableDeletedValue);
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpsaux.h484 FT_GlyphSlot slot,
524 /* glyph :: The current glyph slot. */
641 FT_GlyphSlot slot,
/external/freetype/include/freetype/internal/
H A Dpsaux.h488 FT_GlyphSlot slot,
528 /* glyph :: The current glyph slot. */
645 FT_GlyphSlot slot,
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c362 mDNSu32 slot; local
365 FORALL_CACHERECORDS(slot, cg, rr) mDNS_PurgeCacheResourceRecord(m, rr);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.h192 void setProperty(const CSSProperty&, CSSProperty* slot = 0);

Completed in 884 milliseconds

<<1112131415161718