Searched refs:slot (Results 51 - 75 of 484) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkGrid.c28 #define CHECK_ONLY (1) /* Check max slot constraint. */
34 * layout calculations overwehlm them. [A "slot" contains information for
49 * tables. However, the space is proportional to the highest numbered slot
71 * Structure to hold information for grid masters. A slot is either a row or
76 int minSize; /* The minimum size of this slot (in pixels).
79 int weight; /* The resize weight of this slot. (0) means
80 * this slot doesn't resize. Extra space in
84 * slot. This amount is "added" to the largest
85 * slave in the slot. */
91 * the right or bottom edge of this slot fro
926 int slot; /* the column or row number */ local
1455 register int slot; /* Current slot. */ local
1875 int slot; /* The current slot. */ local
2567 CheckSlotData( Gridder *masterPtr, int slot, int slotType, int checkOnly) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHandleSet.cpp70 heapRootVisitor.visit(node->slot());
74 void HandleSet::writeBarrier(HandleSlot slot, const JSValue& value) argument
80 if (!value == !*slot && slot->isCell() == value.isCell())
83 Node* node = toNode(slot);
104 JSValue value = *node->slot();
H A DLocalScope.h70 HandleSlot slot = m_handleStack->push(); local
73 return Local<T>(slot, ptr);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dtreeview.rb25 def __itemconfiginfo_core(tagOrId, slot = nil)
27 if (slot && slot.to_s =~ /^(|latin|ascii|kanji)(#{__item_font_optkeys(tagid(tagOrId)).join('|')})$/)
29 return [slot.to_s, tagfontobj(tagid(tagOrId), fontkey)]
31 if slot
32 slot = slot.to_s
34 alias_name, real_name = __item_optkey_aliases(tagid(tagOrId)).find{|k, v| k.to_s == slot}
36 slot = real_name.to_s
39 case slot
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_conf.c128 int slot = -1; local
134 slot = i;
138 slot = discipline;
141 if (slot != -1 && linesw_p)
142 linesw[slot] = *linesw_p;
144 return slot;
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dfilediskrep.cpp46 // Produce an extended attribute name from a canonical slot name
82 // Extract and return a component by slot number.
86 CFDataRef FileDiskRep::component(CodeDirectory::SpecialSlot slot) argument
88 if (const char *name = CodeDirectory::canonicalSlotName(slot))
155 void FileDiskRep::Writer::component(CodeDirectory::SpecialSlot slot, CFDataRef data) argument
158 fd().setAttr(attrName(CodeDirectory::canonicalSlotName(slot)),
173 for (CodeDirectory::SpecialSlot slot = 0; slot < cdSlotCount; slot++)
174 if (const char *name = CodeDirectory::canonicalSlotName(slot))
[all...]
H A Dcdbuilder.cpp86 // Set the source for one special slot
88 void CodeDirectory::Builder::specialSlot(SpecialSlot slot, CFDataRef data) argument
90 assert(slot <= cdSlotMax);
93 hash->finish(specialSlot(slot));
94 if (slot >= mSpecialSlots)
95 mSpecialSlots = slot;
230 for (size_t slot = 1; slot <= mSpecialSlots; ++slot)
231 memcpy((*mDir)[(int)-slot], specialSlo
[all...]
H A Dcsprocess.h71 CFDataRef component(CodeDirectory::SpecialSlot slot, OSStatus fail = errSecCSSignatureFailed);
75 void validateComponent(CodeDirectory::SpecialSlot slot, OSStatus fail = errSecCSSignatureFailed);
H A Dfilediskrep.h58 CFDataRef component(CodeDirectory::SpecialSlot slot);
80 void component(CodeDirectory::SpecialSlot slot, CFDataRef data);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dfilediskrep.cpp46 // Produce an extended attribute name from a canonical slot name
82 // Extract and return a component by slot number.
86 CFDataRef FileDiskRep::component(CodeDirectory::SpecialSlot slot) argument
88 if (const char *name = CodeDirectory::canonicalSlotName(slot))
155 void FileDiskRep::Writer::component(CodeDirectory::SpecialSlot slot, CFDataRef data) argument
158 fd().setAttr(attrName(CodeDirectory::canonicalSlotName(slot)),
173 for (CodeDirectory::SpecialSlot slot = 0; slot < cdSlotCount; slot++)
174 if (const char *name = CodeDirectory::canonicalSlotName(slot))
[all...]
H A Dcdbuilder.cpp86 // Set the source for one special slot
88 void CodeDirectory::Builder::specialSlot(SpecialSlot slot, CFDataRef data) argument
90 assert(slot <= cdSlotMax);
93 hash->finish(specialSlot(slot));
94 if (slot >= mSpecialSlots)
95 mSpecialSlots = slot;
230 for (size_t slot = 1; slot <= mSpecialSlots; ++slot)
231 memcpy((*mDir)[(int)-slot], specialSlo
[all...]
H A Dcsprocess.h71 CFDataRef component(CodeDirectory::SpecialSlot slot, OSStatus fail = errSecCSSignatureFailed);
75 void validateComponent(CodeDirectory::SpecialSlot slot, OSStatus fail = errSecCSSignatureFailed);
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkGrid.c32 #define CHECK_ONLY (1) /* check max slot constraint */
38 * required, the layout calculations overwehlm them. [A "slot" contains
53 * However, the space is proportional to the highest numbered slot with
69 * Structure to hold information for grid masters. A slot is either
74 int minSize; /* The minimum size of this slot (in pixels).
77 int weight; /* The resize weight of this slot. (0) means
78 * this slot doesn't resize. Extra space in
82 * this slot. This amount is "added" to the
83 * largest slave in the slot. */
90 * of this slot fro
840 int slot; /* the column or row number */ local
1287 register int slot; /* Current slot. */ local
1708 int slot; /* The current slot. */ local
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c109 static void spawn_child(int slot);
207 int listener_num, num_listeners, slot; local
294 for (slot=0; slot < HARD_SERVER_LIMIT; slot++) {
295 active_children += ap_scoreboard_image->parent[slot].pid != 0 &&
296 !ap_scoreboard_image->parent[slot].quiescing;
300 for (slot=0; slot < HARD_SERVER_LIMIT && active_children < ap_daemons_to_start; slot
342 spawn_child(int slot) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHistoryCustom.cpp56 bool JSHistory::getOwnPropertySlotDelegate(ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
73 slot.setCustom(this, nonCachingStaticBackFunctionGetter);
76 slot.setCustom(this, nonCachingStaticForwardFunctionGetter);
79 slot.setCustom(this, nonCachingStaticGoFunctionGetter);
86 slot.setCustom(this, objectToStringFunctionGetter);
92 slot.setUndefined();
110 PropertySlot slot; local
114 slot.setCustom(this, nonCachingStaticBackFunctionGetter);
115 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
118 slot
130 PropertySlot slot; local
[all...]
/macosx-10.9.5/swig-10/Lib/chicken/
H A Dswigclosprefix.scm4 (slot-set! obj 'swig-this
9 (slot-ref ret 'swig-this)
14 (define-method (compute-getter-and-setter (class <swig-metaclass-$module>) slot allocator)
15 (if (not (memq ':swig-virtual slot))
17 (let ((getter (let search-get ((lst slot))
23 (setter (let search-set ((lst slot))
30 (lambda (o) (getter (slot-ref o 'swig-this)))
31 (lambda (o new) (setter (slot-ref o 'swig-this) new) new)))))
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_label.c88 mac_label_get(struct label *l, int slot) argument
92 return ((intptr_t) (l->l_perpolicy[slot].l_ptr));
96 mac_label_set(struct label *l, int slot, intptr_t v) argument
100 l->l_perpolicy[slot].l_ptr = (void *) v;
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_array.cpp88 bool RuntimeArray::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
92 slot.setCacheableCustom(thisObject, thisObject->lengthGetter);
99 slot.setCustomIndex(thisObject, index, thisObject->indexGetter);
103 return JSObject::getOwnPropertySlot(thisObject, exec, propertyName, slot);
110 PropertySlot slot; local
111 slot.setCustom(thisObject, lengthGetter);
112 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
119 PropertySlot slot; local
120 slot.setCustomIndex(thisObject, index, indexGetter);
121 descriptor.setDescriptor(slot
128 getOwnPropertySlotByIndex(JSCell* cell, ExecState *exec, unsigned index, PropertySlot& slot) argument
139 put(JSCell* cell, ExecState* exec, PropertyName propertyName, JSValue value, PutPropertySlot& slot) argument
[all...]
H A Druntime_method.cpp64 bool RuntimeMethod::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
68 slot.setCacheableCustom(thisObject, thisObject->lengthGetter);
72 return InternalFunction::getOwnPropertySlot(thisObject, exec, propertyName, slot);
79 PropertySlot slot; local
80 slot.setCustom(thisObject, lengthGetter);
81 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c146 int slot; local
151 slot = id % cache->size;
152 if (cache->cache[slot].name != NULL) {
153 if (cache->cache[slot].id == id) {
155 if (cache->cache[slot].name == NO_NAME)
157 return (cache->cache[slot].name);
159 if (cache->cache[slot].name != NO_NAME)
160 free((void *)(uintptr_t)cache->cache[slot].name);
161 cache->cache[slot].name = NULL;
167 cache->cache[slot]
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dcomponent.rb95 slot = args.pop
96 if slot.kind_of?(Hash)
98 slot = _symbolkey2str(slot)
99 if cmd = slot.delete('command')
100 slot['command'] = proc{|w, tick|
105 value = slot
106 slot = args.pop
107 if slot == :command || slot
[all...]
H A Dtable.rb243 slot = args[-1]
244 if slot.kind_of?(String) || slot.kind_of?(Symbol)
245 slot = slot.to_s
246 if slot[0] == ?. || slot =~ /^\d+,\d+$/ || slot =~ /^(c|C|r|R)(\*|\d+)/
248 slot = nil
251 slot
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DLookup.h244 inline bool getStaticPropertySlot(ExecState* exec, const HashTable* table, ThisImp* thisObj, PropertyName propertyName, PropertySlot& slot) argument
249 return ParentImp::getOwnPropertySlot(thisObj, exec, propertyName, slot);
252 return setUpStaticFunctionSlot(exec, entry, thisObj, propertyName, slot);
254 slot.setCacheableCustom(thisObj, entry->propertyGetter());
266 PropertySlot slot;
268 bool present = setUpStaticFunctionSlot(exec, entry, thisObj, propertyName, slot);
270 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
274 slot.setCustom(thisObj, entry->propertyGetter());
275 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
285 inline bool getStaticFunctionSlot(ExecState* exec, const HashTable* table, JSObject* thisObj, PropertyName propertyName, PropertySlot& slot) argument
324 getStaticValueSlot(ExecState* exec, const HashTable* table, ThisImp* thisObj, PropertyName propertyName, PropertySlot& slot) argument
350 PropertySlot slot; local
392 lookupPut(ExecState* exec, PropertyName propertyName, JSValue value, const HashTable* table, ThisImp* thisObj, PutPropertySlot& slot) argument
[all...]
H A DJSCell.cpp85 bool JSCell::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName identifier, PropertySlot& slot) argument
91 slot.setBase(object);
92 if (!object->getPropertySlot(exec, identifier, slot))
93 slot.setUndefined();
97 bool JSCell::getOwnPropertySlotByIndex(JSCell* cell, ExecState* exec, unsigned identifier, PropertySlot& slot) argument
103 slot.setBase(object);
104 if (!object->getPropertySlot(exec, identifier, slot))
105 slot.setUndefined();
109 void JSCell::put(JSCell* cell, ExecState* exec, PropertyName identifier, JSValue value, PutPropertySlot& slot) argument
112 JSValue(cell).putToPrimitive(exec, identifier, value, slot);
[all...]
/macosx-10.9.5/libauto-185.5/auto_tester/
H A DWeakReferenceUnregistration.m29 uintptr_t slot;
47 if (object->test != self) [self fail:@"object->slot not pointing to self."];
54 if ((uintptr_t)location == slot) foundSlot = YES;
63 slot = (uintptr_t)&object->test;
65 if (![self findSlot]) [self fail:@"weak slot not found"];
71 [self fail:@"weak slot found!"];

Completed in 315 milliseconds

1234567891011>>