Searched refs:currentIndex (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/pexpert/gen/
H A Ddevice_tree.c66 unsigned long currentIndex; member in struct:OpaqueDTEntryIterator
73 unsigned long currentIndex; member in struct:OpaqueDTPropertyIterator
301 iter->currentIndex = 0;
334 newScope->index = iter->currentIndex;
339 iter->currentIndex = 0;
357 iter->currentIndex = newScope->index;
370 if (iter->currentIndex >= iter->currentScope->nChildren) {
374 iter->currentIndex++;
375 if (iter->currentIndex == 1) {
404 iter->currentIndex
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dnormlzr.cpp35 currentIndex(0), nextIndex(0),
44 currentIndex(0), nextIndex(0),
53 currentIndex(0), nextIndex(0),
62 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
100 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
287 currentIndex=nextIndex=text->setToStart();
294 currentIndex=nextIndex=text->getIndex();
313 currentIndex=nextIndex=text->setToEnd();
334 return currentIndex;
[all...]
H A Dulist.c30 int32_t currentIndex; member in struct:UList
52 newList->currentIndex = -1;
66 list->currentIndex = 0;
118 list->currentIndex++;
155 list->currentIndex++;
171 list->currentIndex = 0;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DAppleManifest.cpp68 CFIndex currentIndex = CFDataGetLength (data); local
70 return currentIndex;
153 CFIndex currentIndex = GetCurrentLengthAndExtend (manifest); local
160 WriteLengthAndUpdate (manifest, CFDataGetLength (manifest) - currentIndex, currentIndex);
167 CFIndex currentIndex = GetCurrentLengthAndExtend (manifest); local
193 WriteLengthAndUpdate (manifest, CFDataGetLength (manifest) - currentIndex, currentIndex);
200 CFIndex currentIndex = GetCurrentLengthAndExtend (manifest); local
208 WriteLengthAndUpdate (manifest, CFDataGetLength (manifest) - currentIndex, currentInde
215 CFIndex currentIndex = GetCurrentLengthAndExtend (manifest); local
227 CFIndex currentIndex = GetCurrentLengthAndExtend (manifest); local
242 CFIndex currentIndex = GetCurrentLengthAndExtend (data); local
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDArrayController.py142 currentIndex = indexSet.firstIndex()
144 while currentIndex != NSNotFound:
145 if currentIndex < row:
147 currentIndex = indexSet.indexGreaterThanIndex_(currentIndex)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDArrayController.py142 currentIndex = indexSet.firstIndex()
144 while currentIndex != NSNotFound:
145 if currentIndex < row:
147 currentIndex = indexSet.indexGreaterThanIndex_(currentIndex)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/Bookmarks/
H A DDNDArrayController.py142 currentIndex = indexSet.firstIndex()
144 while currentIndex != NSNotFound:
145 if currentIndex < row:
147 currentIndex = indexSet.indexGreaterThanIndex_(currentIndex)
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkNotebook.c101 int currentIndex; /* index of currently selected tab */ member in struct:__anon13554
291 * notebook state, currentIndex, activeIndex, and user-specified tab state.
300 if (index == nb->notebook.currentIndex) {
591 int currentIndex = nb->notebook.currentIndex; local
592 if (currentIndex >= 0) {
594 NotebookPlaceSlave(nb, currentIndex);
605 int currentIndex = nb->notebook.currentIndex; local
607 if (index == currentIndex) {
675 int currentIndex = nb->notebook.currentIndex; local
[all...]
H A DttkEntry.c1662 int currentIndex; member in struct:__anon13532
1692 cb->combobox.currentIndex = -1;
1717 * of the index. Instead of trying to keep currentIndex
1724 int currentIndex = cbPtr->combobox.currentIndex; local
1732 /* Check if currentIndex still valid:
1734 if ( currentIndex < 0
1735 || currentIndex >= nValues
1736 || strcmp(currentValue,Tcl_GetString(values[currentIndex]))
1741 for (currentIndex
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/gensprep/
H A Dstore.c155 static int16_t currentIndex = 0; /* the current index into the data trie */ variable
269 indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION+mappingLength] = currentIndex;
274 limitIndex = currentIndex;
282 trieWord = currentIndex << 2;
316 if(currentIndex+value->length+1 > _SPREP_MAX_INDEX_VALUE){
318 currentIndex+value->length, _SPREP_MAX_INDEX_VALUE);
326 mappingData[currentIndex++] = (uint16_t) mappingLength;
329 uprv_memmove(mappingData+currentIndex, value->mapping, value->length*U_SIZEOF_UCHAR);
330 currentIndex += value->length;
331 if (currentIndex > mappingDataCapacit
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DLegacySessionStateCoding.cpp414 ASSERT(!backForwardListState.currentIndex || backForwardListState.currentIndex.value() < backForwardListState.items.size());
418 if (!backForwardListState.currentIndex)
434 uint32_t currentIndex = backForwardListState.currentIndex.value(); local
435 auto currentIndexNumber = adoptCF(CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &currentIndex));
986 CFIndex currentIndex;
987 if (!CFNumberGetValue(currentIndexNumber, kCFNumberCFIndexType, &currentIndex))
990 if (currentIndex < -1)
997 // Version 0 session history relied on currentIndex
1026 CFIndex currentIndex; local
[all...]
/macosx-10.10/swig-12/Lib/csharp/
H A Dstd_map.i157 private int currentIndex;
164 currentIndex = -1;
172 if (currentIndex == -1)
174 if (currentIndex > currentSize - 1)
191 bool moveOkay = (currentIndex+1 < size) && (size == currentSize);
193 currentIndex++;
194 $typemap(cstype, K) currentKey = keyCollection[currentIndex];
203 currentIndex = -1;
211 currentIndex = -1;
H A Dstd_vector.i151 private int currentIndex;
157 currentIndex = -1;
165 if (currentIndex == -1)
167 if (currentIndex > currentSize - 1)
184 bool moveOkay = (currentIndex+1 < size) && (size == currentSize);
186 currentIndex++;
187 currentObject = collectionRef[currentIndex];
195 currentIndex = -1;
204 currentIndex = -1;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebBackForwardList.h65 uint32_t currentIndex() const { return m_currentIndex; } function in class:WebKit::WebBackForwardList
H A DWebBackForwardList.cpp389 backForwardListState.currentIndex = m_currentIndex;
395 if (backForwardListState.currentIndex && i <= backForwardListState.currentIndex.value())
396 --backForwardListState.currentIndex.value();
416 m_hasCurrentIndex = !!backForwardListState.currentIndex;
417 m_currentIndex = backForwardListState.currentIndex.valueOr(0);
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DWebBackForwardList.mm210 unsigned currentIndex = [[dictionary objectForKey:WebBackForwardListDictionaryCurrentKey] unsignedIntValue];
212 if (currentIndex >= listSize)
213 currentIndex = listSize - 1;
214 coreBFList->setCurrent(currentIndex);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DSessionState.cpp205 encoder << currentIndex; local
212 if (!decoder.decode(result.currentIndex))
H A DSessionState.h138 Optional<uint32_t> currentIndex; member in struct:WebKit::BackForwardListState
/macosx-10.10/WebCore-7600.1.25/replay/
H A DSerializationMethods.cpp86 unsigned long currentIndex = 0; local
88 for (const Frame* frame = mainFrame; frame; ++currentIndex, frame = frame->tree().traverseNext(mainFrame)) {
90 return currentIndex;
110 unsigned long currentIndex = 0; local
111 for (; currentIndex < frameIndex && frame; ++currentIndex, frame = frame->tree().traverseNext(mainFrame)) { }
/macosx-10.10/WebCore-7600.1.25/platform/
H A DTimer.cpp318 static inline bool parentHeapPropertyHolds(const TimerBase* current, const Vector<TimerBase*>& heap, unsigned currentIndex)
320 if (!currentIndex)
322 unsigned parentIndex = (currentIndex - 1) / 2;
/macosx-10.10/WTF-7600.1.24/wtf/
H A DStdLibExtras.h383 template<size_t currentIndex, size_t...indexes> struct make_index_sequence_helper;
389 template<size_t currentIndex, size_t...indexes> struct make_index_sequence_helper {
390 typedef typename make_index_sequence_helper<currentIndex - 1, currentIndex - 1, indexes...>::type type;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFormSelectPopover.mm118 NSInteger currentIndex = 0;
123 currentIndex = 0;
127 _singleSelectionIndex = currentIndex;
130 currentIndex++;
H A DWKFormSelectPicker.mm170 int currentIndex = 0;
177 _singleSelectionIndex = currentIndex;
179 currentIndex++;
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dnormlzr.h752 // of the source in [currentIndex..nextIndex[ .
753 int32_t currentIndex, nextIndex; member in class:Normalizer
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dextfileselectionbox.itk800 set currentIndex ""
810 set currentIndex $counter
827 if {$currentIndex != ""} {
828 $itk_component(dirs) selection set $currentIndex

Completed in 240 milliseconds

12