HomeSort by relevance Sort by last modified time
    Searched refs:slot (Results 176 - 200 of 802) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/net/third_party/mozilla_security_manager/
nsKeygenHandler.h 59 // slot: a slot to generate the key in, should be authenticated
64 PK11SlotInfo* slot,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkSizeHash.h 50 static void constructDeletedValue(SkSize& slot)
52 slot = SkSize::Make(-1, -1);
74 static void constructDeletedValue(SkISize& slot)
76 slot = SkISize::Make(-1, -1);
  /frameworks/native/include/gui/
ConsumerBase.h 110 // freeBufferLocked frees up the given buffer slot. If the slot has been
112 // slot. Otherwise it has no effect.
115 // keep per slot. If it is overridden, the derived class's implementation
127 // state they keep (as opposed to per-slot state). If it is overridden,
147 // updates the buffer slot for the buffer returned.
151 // to a slot. If it is overridden the derived class's implementation must
163 virtual status_t releaseBufferLocked(int slot,
167 // returns true iff the slot still has the graphicBuffer in it.
168 bool stillTracking(int slot, const sp<GraphicBuffer> graphicBuffer)
    [all...]
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 70 int slot; local
79 mBQ->dequeueBuffer(&slot, &fence, false, 1, 1, 0,
81 ASSERT_EQ(OK, mBQ->requestBuffer(slot, &buf));
82 ASSERT_EQ(OK, mBQ->queueBuffer(slot, qbi, &qbo));
87 mBQ->dequeueBuffer(&slot, &fence, false, 1, 1, 0,
89 ASSERT_EQ(OK, mBQ->requestBuffer(slot, &buf));
90 ASSERT_EQ(OK, mBQ->queueBuffer(slot, qbi, &qbo));
  /frameworks/rs/cpu_ref/
rsd_cpu.h 70 virtual void invokeFunction(uint32_t slot, const void *params, size_t paramLength) = 0;
72 virtual void invokeForEach(uint32_t slot,
81 virtual void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) = 0;
82 virtual void getGlobalVar(uint32_t slot, void *data, size_t dataLength) = 0;
83 virtual void setGlobalVarWithElemDims(uint32_t slot, const void *data, size_t dataLength,
85 virtual void setGlobalBind(uint32_t slot, Allocation *data) = 0;
86 virtual void setGlobalObj(uint32_t slot, ObjectBase *obj) = 0;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 59 virtual SkBitmap* getBitmap(int32_t slot) const = 0;
60 virtual void releaseRef(int32_t slot) = 0;
75 virtual bool insert(const SkBitmap& bitmap, int32_t slot) = 0;
106 * external storage to see if a slot in the heap is eligible to be overwritten.
125 * Retrieves the bitmap from the specified slot in the heap
127 * @return The bitmap located at that slot or NULL if external storage is being used.
129 virtual SkBitmap* getBitmap(int32_t slot) const SK_OVERRIDE {
131 SkBitmapHeapEntry* entry = getEntry(slot);
139 * Retrieves the bitmap from the specified slot in the heap
141 * @return The bitmap located at that slot or NULL if external storage is being used
    [all...]
  /external/skia/src/core/
SkBitmapHeap.h 59 virtual SkBitmap* getBitmap(int32_t slot) const = 0;
60 virtual void releaseRef(int32_t slot) = 0;
75 virtual bool insert(const SkBitmap& bitmap, int32_t slot) = 0;
106 * external storage to see if a slot in the heap is eligible to be overwritten.
125 * Retrieves the bitmap from the specified slot in the heap
127 * @return The bitmap located at that slot or NULL if external storage is being used.
129 virtual SkBitmap* getBitmap(int32_t slot) const SK_OVERRIDE {
131 SkBitmapHeapEntry* entry = getEntry(slot);
139 * Retrieves the bitmap from the specified slot in the heap
141 * @return The bitmap located at that slot or NULL if external storage is being used
    [all...]
  /external/chromium/chrome/browser/importer/
nss_decryptor_mac.h 99 typedef void (*PK11FreeSlotFunc)(PK11SlotInfo *slot);
100 typedef SECStatus (*PK11CheckUserPasswordFunc)(PK11SlotInfo *slot, char *pw);
102 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
142 void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); }
nss_decryptor_win.h 97 typedef void (*PK11FreeSlotFunc)(PK11SlotInfo *slot);
98 typedef SECStatus (*PK11CheckUserPasswordFunc)(PK11SlotInfo *slot, char *pw);
100 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
148 void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); }
  /external/chromium_org/chrome/utility/importer/
nss_decryptor_mac.h 100 typedef void (*PK11FreeSlotFunc)(PK11SlotInfo *slot);
101 typedef SECStatus (*PK11CheckUserPasswordFunc)(PK11SlotInfo *slot, char *pw);
103 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
144 void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); }
nss_decryptor_win.h 97 typedef void (*PK11FreeSlotFunc)(PK11SlotInfo *slot);
98 typedef SECStatus (*PK11CheckUserPasswordFunc)(PK11SlotInfo *slot, char *pw);
100 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
148 void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); }
  /external/chromium_org/crypto/
ec_private_key.h 46 // Creates a new random instance in |slot|. Can return NULL if initialization
49 static ECPrivateKey* CreateSensitive(PK11SlotInfo* slot);
62 // Creates a new instance in |slot| by importing an existing key pair.
68 PK11SlotInfo* slot,
75 // Imports the key pair into |slot| and returns in |public_key| and |key|.
80 PK11SlotInfo* slot,
123 static ECPrivateKey* CreateWithParams(PK11SlotInfo* slot,
130 PK11SlotInfo* slot,
rsa_private_key_nss.cc 56 ScopedPK11Slot slot(PK11_GetInternalSlot());
57 return CreateWithParams(slot.get(),
68 ScopedPK11Slot slot(PK11_GetInternalSlot());
70 slot.get(),
78 RSAPrivateKey* RSAPrivateKey::CreateSensitive(PK11SlotInfo* slot,
80 return CreateWithParams(slot,
88 PK11SlotInfo* slot,
90 return CreateFromPrivateKeyInfoWithParams(slot,
216 RSAPrivateKey* RSAPrivateKey::CreateWithParams(PK11SlotInfo* slot,
220 if (!slot)
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftrender.h 42 FT_GlyphSlot slot );
63 FT_GlyphSlot slot );
89 FT_GlyphSlot slot,
95 FT_GlyphSlot slot,
102 FT_GlyphSlot slot,
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. */
  /external/freetype/include/freetype/
ftrender.h 42 FT_GlyphSlot slot );
63 FT_GlyphSlot slot );
89 FT_GlyphSlot slot,
95 FT_GlyphSlot slot,
102 FT_GlyphSlot slot,
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. */
  /external/kernel-headers/original/linux/
mca.h 19 /* This sets up an information callback for /proc/mca/slot?. The
20 * function is called with the buffer, slot, and device pointer (or
30 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
47 int slot; member in struct:mca_device
102 extern struct mca_device *mca_find_device_by_slot(int slot);
135 extern void mca_set_adapter_procfn(int slot, MCA_ProcFn, void* dev);
141 static inline void mca_set_adapter_procfn(int slot, MCA_ProcFn fn, void* dev)
  /external/v8/src/
incremental-marking-inl.h 38 Object** slot,
56 Object** slot,
59 RecordWriteSlow(obj, slot, value);
65 Object** slot,
67 if (IsMarking()) RecordWriteOfCodeEntrySlow(host, slot, value);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_gs.c 74 unsigned slot,
169 unsigned prim_idx, j, slot; local
188 for (slot = 0; slot < shader->info.num_outputs; slot++) {
189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
191 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0]
216 unsigned slot, vs_slot, i; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs.c 74 unsigned slot,
169 unsigned prim_idx, j, slot; local
188 for (slot = 0; slot < shader->info.num_outputs; slot++) {
189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
191 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0]
216 unsigned slot, vs_slot, i; local
    [all...]
  /external/chromium/crypto/
rsa_private_key_nss.cc 111 PK11SlotInfo *slot = GetPrivateNSSKeySlot(); local
112 if (!slot) {
119 PK11_FreeSlot(slot);
126 PK11_FreeSlot(slot);
132 result->key_ = PK11_FindKeyByKeyID(slot, ck_id, NULL);
135 PK11_FreeSlot(slot);
194 PK11SlotInfo *slot = GetPrivateNSSKeySlot(); local
195 if (!slot)
201 result->key_ = PK11_GenerateKeyPair(slot, CKM_RSA_PKCS_KEY_PAIR_GEN, &param,
203 PK11_FreeSlot(slot);
220 PK11SlotInfo *slot = GetPrivateNSSKeySlot(); local
    [all...]
  /frameworks/rs/driver/
rsdBcc.cpp 69 uint32_t slot,
77 cs->invokeForEach(slot, ain, aout, usr, usrLen, sc);
97 uint32_t slot,
101 cs->invokeFunction(slot, params, paramLength);
105 uint32_t slot, void *data, size_t dataLength) {
107 cs->setGlobalVar(slot, data, dataLength);
111 uint32_t slot, void *data, size_t dataLength) {
113 cs->getGlobalVar(slot, data, dataLength);
118 uint32_t slot, void *data, size_t dataLength,
122 cs->setGlobalVarWithElemDims(slot, data, dataLength, elem, dims, dimLength)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptCThunker.java 43 int slot, int sig, Element ein, Element eout) {
54 android.renderscript.Script.KernelID kid = createKernelID(slot, sig, nein, neout);
62 void thunkInvoke(int slot) {
64 invoke(slot);
70 void thunkBindAllocation(Allocation va, int slot) {
76 bindAllocation(nva, slot);
90 void thunkInvoke(int slot, FieldPacker v) {
94 invoke(slot, nfp);
100 void thunkForEach(int slot, Allocation ain, Allocation aout, FieldPacker v) {
114 forEach(slot, nin, nout, nfp)
    [all...]
  /libcore/libdvm/src/main/java/java/lang/reflect/
Constructor.java 75 int slot; field in class:Constructor
96 * @param slot
97 * the slot of the constructor inside the VM class structure
99 private Constructor(Class<T> declaringClass, Class<?>[] ptypes, Class<?>[] extypes, int slot, int methodDexIndex) {
103 this.slot = slot;
113 Object[] annotation = Method.getSignatureAnnotation(declaringClass, slot);
209 return Method.getDeclaredAnnotations(declaringClass, slot);
216 return Method.getAnnotation(declaringClass, slot, annotationType);
223 return Method.isAnnotationPresent(declaringClass, slot, annotationType)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 247 native void rsnContextBindSampler(int con, int sampler, int slot);
248 synchronized void nContextBindSampler(int sampler, int slot) {
250 rsnContextBindSampler(mContext, sampler, slot);
610 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot);
611 synchronized void nScriptBindAllocation(int script, int alloc, int slot) {
613 rsnScriptBindAllocation(mContext, script, alloc, slot);
620 native void rsnScriptInvoke(int con, int id, int slot);
621 synchronized void nScriptInvoke(int id, int slot) {
623 rsnScriptInvoke(mContext, id, slot);
625 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params)
    [all...]
  /external/chromium/base/threading/
thread_local_storage_win.cc 26 // unallocated TLS slot.
30 // a slot has a destructor, it will be stored in its corresponding
59 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor)
65 bool ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) {
69 // Grab a new slot.
82 void ThreadLocalStorage::Slot::Free() {
89 void* ThreadLocalStorage::Slot::Get() const {
97 void ThreadLocalStorage::Slot::Set(void* value) {
115 for (int slot = 0; slot < tls_max_; slot++)
    [all...]

Completed in 1308 milliseconds

1 2 3 4 5 6 78 91011>>