Searched refs:index (Results 276 - 300 of 4102) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/cctools-845/gprof/
H A Darcs.c152 uint32_t index; local
205 for(index = 0; index < nname; index += 1){
206 topsortnlp[index] = &nl[index];
213 for(index = 0; index < nname; index += 1){
215 printf("%d:", topsortnlp[index]
261 uint32_t index; local
487 int32_t index; local
[all...]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-cache-old.mm406 uintptr_t index;
429 for (index = 0; index < old_cache->mask + 1; index += 1)
433 cache_entry *oldEntry = (cache_entry *)old_cache->buckets[index];
440 old_cache->buckets[index] = NULL;
471 for (index = 0; index < old_cache->mask + 1; index++) {
472 cache_entry *entry = (cache_entry *)old_cache->buckets[index];
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrackList.cpp108 TextTrack* TextTrackList::item(unsigned index) argument
117 if (index < m_elementTracks.size())
118 return toTextTrack(m_elementTracks[index].get());
120 index -= m_elementTracks.size();
121 if (index < m_addTrackTracks.size())
122 return toTextTrack(m_addTrackTracks[index].get());
124 index -= m_addTrackTracks.size();
125 if (index < m_inbandTracks.size())
126 return toTextTrack(m_inbandTracks[index].get());
150 size_t index local
166 size_t index = static_cast<LoadableTextTrack*>(track.get())->trackElementIndex(); local
170 size_t index = static_cast<InbandTextTrack*>(track.get())->inbandTrackIndex(); local
196 size_t index = tracks->find(track); local
[all...]
H A DVideoTrackList.cpp51 size_t index = track->inbandTrackIndex(); local
52 m_inbandTracks.insert(index, track);
60 VideoTrack* VideoTrackList::item(unsigned index) const
62 if (index < m_inbandTracks.size())
63 return toVideoTrack(m_inbandTracks[index].get());
81 // The VideoTrackList.selectedIndex attribute must return the index of the
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSValueList.cpp56 for (size_t index = 0; index < m_values.size(); index++) {
57 RefPtr<CSSValue>& value = m_values.at(index);
59 m_values.remove(index);
69 for (size_t index = 0; index < m_values.size(); index++) {
70 const RefPtr<CSSValue>& value = m_values.at(index);
93 for (size_t index
[all...]
H A DCSSCalculationValue.cpp403 static ParseState checkDepthAndIndex(int* depth, unsigned index, CSSParserValueList* tokens) argument
408 if (index >= tokens->size())
417 unsigned index = 0; local
419 bool ok = parseValueExpression(tokens, 0, &index, &result);
420 ASSERT_WITH_SECURITY_IMPLICATION(index <= tokens->size());
421 if (!ok || index != tokens->size())
431 char operatorValue(CSSParserValueList* tokens, unsigned index) argument
433 if (index >= tokens->size())
435 CSSParserValue* value = tokens->valueAt(index);
442 bool parseValue(CSSParserValueList* tokens, unsigned* index, Valu argument
459 parseValueTerm(CSSParserValueList* tokens, int depth, unsigned* index, Value* result) argument
478 parseValueMultiplicativeExpression(CSSParserValueList* tokens, int depth, unsigned* index, Value* result) argument
505 parseAdditiveValueExpression(CSSParserValueList* tokens, int depth, unsigned* index, Value* result) argument
532 parseValueExpression(CSSParserValueList* tokens, int depth, unsigned* index, Value* result) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/beos/
H A Dthreadpriv.c50 int i, index=0; local
56 index = i;
60 if (index == 0){
68 (*new) = (void*)beos_data[index]->data[key->key];
82 int i,index = 0, ret = 0; local
87 if (beos_data[i]->td == tid){index = i;}
90 if (index==0){
95 index = i;
104 if (index == 0){
111 if (beos_data[index]
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/beos/
H A Dthreadpriv.c50 int i, index=0; local
56 index = i;
60 if (index == 0){
68 (*new) = (void*)beos_data[index]->data[key->key];
82 int i,index = 0, ret = 0; local
87 if (beos_data[i]->td == tid){index = i;}
90 if (index==0){
95 index = i;
104 if (index == 0){
111 if (beos_data[index]
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregrexec.c46 register size_t index; local
72 index = leftlen++;
75 while ((index += skip[buf[index]]) < mid);
76 if (index < HIT)
78 index -= HIT;
79 m = mask[n = exactlen - 1][buf[index]];
84 } while (m &= mask[n][buf[--index]]);
85 if ((index += fail[n + 1]) < len)
96 r = (l = buf + index)
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dnotebook.tcl52 set index [$w index @$x,$y]
53 if {$index ne ""} {
54 ActivateTab $w $index
62 if {[$w index end] != 0} {
63 set current [$w index current]
64 set select [expr {($current + $dir) % [$w index end]}]
66 set select [expr {($select + $dir) % [$w index end]}]
84 set mnemonic [string toupper [string index $label $underline]]
145 set index [lsearc
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOConfigDirectory.h102 Gets the data type for entry at the specified index
104 @result kIOReturnSuccess if the index exists in the dictionary
106 virtual IOReturn getIndexType(int index, IOConfigKeyType &type);
109 Gets the key for entry at the specified index
111 @result kIOReturnSuccess if the index exists in the dictionary
113 virtual IOReturn getIndexKey(int index, int &key);
117 Gets the value at the specified index of the directory,
120 @result kIOReturnSuccess if the index exists in the dictionary
124 virtual IOReturn getIndexValue(int index, UInt32 &value);
125 virtual IOReturn getIndexValue(int index, OSDat
[all...]
H A DIOFWUserPhysicalAddressSpace.cpp113 for( unsigned index = 0; index < segmentCount; ++index )
116 outSegments[ index ].location = fDescriptor->getPhysicalSegment( currentOffset, &length ) ;
117 outSegments[ index ].length = length;
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLIdentifier.cpp87 static const String& nameForIndex(unsigned index) argument
91 if (index < kHTMLAttrsIndexOffset) {
92 ASSERT(index < kHTMLNamesIndexOffset + HTMLTagsCount);
93 adjustedIndex = index - kHTMLNamesIndexOffset;
96 ASSERT(index < kHTMLAttrsIndexOffset + HTMLAttrsCount);
97 adjustedIndex = index - kHTMLAttrsIndexOffset;
128 unsigned index = i + indexOffset; local
129 IdentifierEntry entry(index, name);
133 ASSERT_UNUSED(addResult, !addResult.isNewEntry || HTMLIdentifier::findIndex(name->characters(), name->length()) == index);
/macosx-10.9.5/WebKit2-7537.78.2/Scripts/webkit2/
H A Dmessages_unittest.py262 for index, parameter in enumerate(message.parameters):
263 expected_parameter = expected_message['parameters'][index]
273 for index, parameter in enumerate(message.reply_parameters):
274 self.assertEquals(parameter.type, expected_message['reply_parameters'][index][0])
275 self.assertEquals(parameter.name, expected_message['reply_parameters'][index][1])
285 for index, message in enumerate(self.receiver.messages):
286 self.check_message(message, _expected_results['messages'][index])
814 for index, first_line in enumerate(first_list):
815 self.assertEquals(first_line, second_list[index])
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/
H A DLXUtilities.cpp58 le_int32 index = 0; local
61 index = extra;
67 if (value >= array[index + probe]) {
68 index += probe;
72 return index;
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDUsageAndPageFromIndex.c61 * index - The usage Index
69 HIDReportItem *ptReportItem, UInt32 index,
105 * If the index is in the range
107 * Otherwise adjust the index by the size of the range
113 if (iUsages > index)
116 ptUsageAndPage->usage = ptUsageItem->usageMinimum + index;
119 index -= iUsages;
125 * If the index is zero
127 * Otherwise one less to index through
129 if (index
68 HIDUsageAndPageFromIndex(HIDPreparsedDataRef preparsedDataRef, HIDReportItem *ptReportItem, UInt32 index, HIDUsageAndPage *ptUsageAndPage) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Array/
H A D15.4.2.1-3.js73 for ( var index = 0; index < TEST_LENGTH; index++ ) {
74 ARGUMENTS += index;
75 ARGUMENTS += (index == (TEST_LENGTH-1) ) ? "" : ",";
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_array.cpp69 JSValue RuntimeArray::indexGetter(ExecState* exec, JSValue slotBase, unsigned index) argument
72 return thisObj->getConcreteArray()->valueAt(exec, index);
96 unsigned index = propertyName.asIndex(); local
97 if (index < thisObject->getLength()) {
98 ASSERT(index != PropertyName::NotAnIndex);
99 slot.setCustomIndex(thisObject, index, thisObject->indexGetter);
116 unsigned index = propertyName.asIndex(); local
117 if (index < thisObject->getLength()) {
118 ASSERT(index != PropertyName::NotAnIndex);
120 slot.setCustomIndex(thisObject, index, indexGette
128 getOwnPropertySlotByIndex(JSCell* cell, ExecState *exec, unsigned index, PropertySlot& slot) argument
147 unsigned index = propertyName.asIndex(); local
156 putByIndex(JSCell* cell, ExecState* exec, unsigned index, JSValue value, bool) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DResourceUtils.js70 var index = WebInspector.inspectedPageURL.indexOf(lastPathComponent);
71 if (index !== -1 && index + lastPathComponent.length === WebInspector.inspectedPageURL.length) {
72 var baseURL = WebInspector.inspectedPageURL.substring(0, index);
74 return url.substring(index);
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DDOMPlugin.cpp28 DOMPlugin::DOMPlugin(PluginData* pluginData, Frame* frame, unsigned index) argument
31 , m_index(index)
59 PassRefPtr<DOMMimeType> DOMPlugin::item(unsigned index) argument
61 if (index >= pluginInfo().mimes.size())
64 const MimeClassInfo& mime = pluginInfo().mimes[index];
/macosx-10.9.5/dtrace-118.1/libelf/
H A Dgetscn.c38 elf_getscn(Elf * elf, size_t index) argument
42 size_t j = index;
62 * from within _elf_prescn() then we can index straight
65 if (index < tabsz) {
66 s = &elf->ed_hdscn[index];
83 if (s->s_index == index) {
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsoundex.el49 (key (substring word 0 1)) (index 1) (prev-code code))
51 (while (and (> 4 (length key)) (< index length))
52 ;; look up the code for each letter in word at index
53 (setq code (cdr (assq (aref word index) soundex-alist))
54 index (1+ index)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/hash/
H A Dhashsize.c45 unsigned int index; local
69 index = new_b->hash;
70 HASHMOD(tab, index);
71 new_b->next = new_s[index];
72 new_s[index] = new_b;
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A DlldbDataFormatters.py24 def get_child_at_index(self, index):
26 if index < 0:
28 if index >= self.num_children():
31 offset = index * self.type_size
32 return self.begin.CreateChildAtOffset('['+str(index)+']',
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest-test-part.cc72 // Returns the TestPartResult at the given index (0-based).
73 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const {
74 if (index < 0 || index >= size()) {
75 printf("\nInvalid index (%d) into TestPartResultArray.\n", index);
79 return array_[index];

Completed in 226 milliseconds

<<11121314151617181920>>