HomeSort by relevance Sort by last modified time
    Searched defs:slot (Results 126 - 150 of 262) sorted by null

1 2 3 4 56 7 8 91011

  /frameworks/rs/driver/
rsdShader.cpp 356 int32_t slot, uint32_t arraySize ) {
359 RSD_CALL_GL(glUniformMatrix4fv, slot, arraySize, GL_FALSE, fd);
361 RSD_CALL_GL(glUniformMatrix3fv, slot, arraySize, GL_FALSE, fd);
363 RSD_CALL_GL(glUniformMatrix2fv, slot, arraySize, GL_FALSE, fd);
367 RSD_CALL_GL(glUniform1fv, slot, arraySize, fd);
370 RSD_CALL_GL(glUniform2fv, slot, arraySize, fd);
373 RSD_CALL_GL(glUniform3fv, slot, arraySize, fd);
376 RSD_CALL_GL(glUniform4fv, slot, arraySize, fd);
526 ALOGE("Attempting to set constants on shader id %u, but alloc at slot %u is not set",
541 int32_t slot = -1 local
    [all...]
  /libcore/luni/src/main/java/java/lang/reflect/
Constructor.java 75 int slot; field in class:Constructor
94 * @param slot
95 * the slot of the constructor inside the VM class structure
97 private Constructor (Class<T> declaringClass, Class<?>[] ptypes, Class<?>[] extypes, int slot){
101 this.slot = slot;
105 Object[] annotation = Method.getSignatureAnnotation(declaringClass, slot);
203 return Method.getDeclaredAnnotations(declaringClass, slot);
210 return Method.getAnnotation(declaringClass, slot, annotationType);
217 return Method.isAnnotationPresent(declaringClass, slot, annotationType)
    [all...]
Method.java 81 private int slot; field in class:Method
120 orig.returnType, orig.name, orig.slot);
128 private Method(Class<?> declaring, Class<?>[] paramTypes, Class<?>[] exceptTypes, Class<?> returnType, String name, int slot)
132 this.slot = slot;
145 Object[] annotation = getSignatureAnnotation(declaringClass, slot);
158 static native Object[] getSignatureAnnotation(Class declaringClass, int slot);
268 return getDeclaredAnnotations(declaringClass, slot);
270 static native Annotation[] getDeclaredAnnotations(Class<?> declaringClass, int slot);
276 return getAnnotation(declaringClass, slot, annotationType)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidHashMapTest.java 120 int slot = 0; local
123 slot = 0;
125 slot = 1;
127 slot = 2;
129 slot = 3;
134 if (slots[slot]) {
137 slots[slot] = true;
155 int slot = 0; local
158 slot = 0;
160 slot = 1
190 int slot = 0; local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 66 MergeSlot slot = new MergeSlot(list, i); local
67 if (slot.next()) mQueue.add(slot);
132 MergeSlot slot = nextMergeSlot(); local
133 if (slot == null) return null;
135 IImage result = slot.mImage;
136 if (slot.next()) mQueue.add(slot);
139 if (slot.next()) mQueue.add(slot);
144 MergeSlot slot = mQueue.poll(); local
231 MergeSlot slot = nextMergeSlot(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMergeAlbum.java 126 MediaItem[] slot = new MediaItem[mSources.length]; local
132 slot[i] = mFetcher[i].getItem(subPos[i]);
138 int k = -1; // k points to the best slot up to now.
140 if (slot[j] != null) {
141 if (k == -1 || mComparator.compare(slot[j], slot[k]) < 0) {
150 // Pick the best slot and refill it.
153 result.add(slot[k]);
155 slot[k] = mFetcher[k].getItem(subPos[k]);
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 152 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 */
743 /* Set sync state UPSAMPLING for the corresponding slot.
930 thisHdrSlot = getHeaderSlot( hSbrElement->useFrameSlot, hSbrElement->useHeaderSlot ); /* Get a free header slot not used by frames not processed yet. */
932 /* Assign the free slot to store a new header if there is one. *
    [all...]
psdec.cpp 323 /* slot based funcion prototypes */
1407 int slot; local
    [all...]
  /external/chromium/base/metrics/
stats_table.cc 245 // thread exits and return the table slot.
251 int slot; member in struct:base::StatsTable::TLSData
296 return data->slot;
303 int slot = 0;
308 // so that two threads don't grab the same slot. Fortunately,
312 slot = FindEmptyThread();
313 if (!slot) {
321 strlcpy(impl_->thread_name(slot), thread_name.c_str(),
323 *(impl_->thread_tid(slot)) = PlatformThread::CurrentId();
324 *(impl_->thread_pid(slot)) = GetCurrentProcId()
441 int slot = table->GetSlot(); local
    [all...]
  /external/libppp/src/
physical.h 76 int (*slot)(struct physical *); member in struct:device
radius.c 831 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) {
    [all...]
physical.c 450 int n, slot; local
457 slot = physical_Slot(p);
459 if (slot == -1)
463 (*p->handler->openinfo)(p), slot);
464 } else if (slot == -1)
467 prompt_Printf(arg->prompt, "open (port %d)\n", slot);
1139 if (p->handler && p->handler->slot)
1140 return (*p->handler->slot)(p);
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 169 public int slot; field in class:MockSpdyPeer.InFrame
189 public void synStream(int flags, int streamId, int associatedStreamId, int priority, int slot,
197 this.slot = slot;
  /external/quake/quake/src/QW/client/
cl_parse.c 573 // parse player slot, high bit means spectator
871 void CL_NewTranslation (int slot)
874 if (slot > MAX_CLIENTS)
875 Sys_Error ("CL_NewTranslation: slot > MAX_CLIENTS");
877 R_TranslatePlayerSkin(slot);
886 if (slot > MAX_CLIENTS)
887 Sys_Error ("CL_NewTranslation: slot > MAX_CLIENTS");
889 player = &cl.players[slot];
936 void CL_ProcessUserInfo (int slot, player_info_t *player)
950 CL_NewTranslation (slot);
960 int slot; local
981 int slot; local
1011 int slot; local
    [all...]
  /external/v8/src/
store-buffer.cc 404 HeapObject** slot = reinterpret_cast<HeapObject**>(slot_address); local
408 heap_->InNewSpace(*slot);
441 Object** slot = reinterpret_cast<Object**>(slot_address); local
442 if (heap_->InNewSpace(*slot)) {
443 HeapObject* object = reinterpret_cast<HeapObject*>(*slot);
445 slot_callback(reinterpret_cast<HeapObject**>(slot), object);
446 if (heap_->InNewSpace(*slot)) {
591 Object** slot = reinterpret_cast<Object**>(*current); local
592 Object* object = *slot;
595 slot_callback(reinterpret_cast<HeapObject**>(slot), heap_object)
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.cpp 92 bool JSObject::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot)
94 return getOwnPropertySlot(exec, Identifier::from(exec, propertyName), slot);
103 void JSObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
122 if (!putDirectInternal(exec->globalData(), propertyName, value, 0, true, slot) && slot.isStrictMode())
131 if (slot.isStrictMode())
163 if (!putDirectInternal(exec->globalData(), propertyName, value, 0, true, slot) && slot.isStrictMode())
170 PutPropertySlot slot; local
171 put(exec, Identifier::from(exec, propertyName), value, slot);
206 PropertySlot slot; local
212 PropertySlot slot; local
239 PropertySlot slot; local
323 PutPropertySlot slot; local
348 PutPropertySlot slot; local
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 137 bool JSDOMWindow::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
151 slot.setCustom(this, entry->propertyGetter());
156 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionClose, 0>);
162 slot.setUndefined();
174 if (allowsAccess && JSGlobalObject::getOwnPropertySlot(exec, propertyName, slot))
186 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionBlur, 0>);
191 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionClose, 0>);
196 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionFocus, 0>);
201 slot.setCustom(this, nonCachingStaticFunctionGetter<jsDOMWindowPrototypeFunctionPostMessage, 2>);
206 slot.setUndefined()
299 PropertySlot slot; local
310 PropertySlot slot; local
322 PropertySlot slot; local
331 PropertySlot slot; local
342 PropertySlot slot; local
688 PropertySlot slot; local
    [all...]
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 96 uint32_t slot; member in struct:bcc::rsinfo::ObjectSlotItem
127 { return "rs object slot"; }
  /bionic/libc/bionic/
pthread_debug.cpp 321 // copy the last entry to the new free slot
500 size_t slot; member in struct:HashEntry
553 table->slots[entry->slot] = entry->next;
562 const size_t slot = get_index(hash); local
564 HashEntry* entry = table->slots[slot];
576 entry->slot = slot;
578 entry->next = table->slots[slot];
582 table->slots[slot] = entry;
  /dalvik/vm/interp/
Jit.cpp 582 * slot in the chain. Possibly continue the chain walk in case
583 * some other thread allocated the slot we were looking
589 * At this point, if .dPC is NULL, then the slot we're
590 * looking at is the target slot from the primary hash
592 * to have to find a free slot and chain it.
641 * Initialize codeAddress and allocate the slot. Must
1253 JitEntry *slot = lookupAndAdd(self->interpSave.pc, local
    [all...]
  /dalvik/vm/reflect/
Reflect.cpp 177 * Convert a field pointer to a slot number.
184 int slot; local
187 slot = (StaticField*)field - &clazz->sfields[0];
188 assert(slot >= 0 && slot < clazz->sfieldCount);
189 slot = -(slot+1);
191 slot = (InstField*)field - clazz->ifields;
192 assert(slot >= 0 && slot < clazz->ifieldCount)
229 int slot; local
251 fieldObj, &unused, clazz, type, nameObj, slot); local
349 int slot; local
396 int slot; local
431 consObj, &unused, meth->clazz, params, exceptions, slot); local
535 int slot; local
584 nameObj, slot); local
1192 int slot; local
1212 int slot; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c 189 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/base/
process_util_linux.cc 170 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/crypto/
nss_util.cc 102 char* PKCS11PasswordFunc(PK11SlotInfo* slot, PRBool retry, void* arg) {
105 // well known password we use, as long as the TPM slot has been
111 if (PK11_GetTokenName(slot) == token_name)
119 std::string password = delegate->RequestPassword(PK11_GetTokenName(slot),
182 PK11SlotInfo* slot = item->module->slots[i]; local
183 if (PK11_GetTokenName(slot) == token_name)
184 return PK11_ReferenceSlot(slot);
230 // This creates another DB slot in NSS that is read/write, unlike
304 // the software slot.
408 PK11SlotInfo* slot = PK11_GetInternalKeySlot() local
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 59 /* A handle to a TrueType glyph slot object. */
63 /* specific about the TrueType glyph slot. */
424 /* Slot functions */
427 tt_slot_init( FT_GlyphSlot slot ); variable

Completed in 1560 milliseconds

1 2 3 4 56 7 8 91011