Searched refs:index (Results 176 - 200 of 4102) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_array.tcl89 method getv {index} {
91 return $thesource($index)
94 method setv {index value} {
96 set thesource($index) $value
100 method unsetv {index} {
102 unset thesource($index)
H A Dtie_rarray.tcl69 method getv {index} {
70 return [$self Call set ${remotevar}($index)]
73 method setv {index value} {
74 $self Call set ${remotevar}($index) $value
78 method unsetv {index} {
79 $self Call unset -nocomplain ${remotevar}($index)
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dtextwindow.rb10 def initialize(parent, index, keys = {})
15 if index == 'end' || index == :end
16 @path = TkTextMark.new(@t, tk_call_without_enc(@t.path, 'index',
18 elsif index.kind_of?(TkTextMark)
19 if tk_call_without_enc(@t.path,'index',index.path) == tk_call_without_enc(@t.path,'index','end')
20 @path = TkTextMark.new(@t, tk_call_without_enc(@t.path, 'index',
23 @path = TkTextMark.new(@t, tk_call_without_enc(@t.path, 'index',
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dspinner.rb106 def cursor=(index)
107 tk_send_without_enc('icursor', index)
109 index
113 def index(idx) method in class:Tk.EntryfieldValidate.ValidateArgs
114 number(tk_send_without_enc('index', idx))
130 def selection_adjust(index)
131 tk_send_without_enc('selection', 'adjust', index)
138 def selection_from(index)
139 tk_send_without_enc('selection', 'from', index)
149 def selection_to(index)
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duiter.cpp97 return iter->index;
121 pos=iter->index+delta;
139 return iter->index=pos;
144 return iter->index<iter->limit;
149 return iter->index>iter->start;
154 if(iter->index<iter->limit) {
155 return ((const UChar *)(iter->context))[iter->index];
163 if(iter->index<iter->limit) {
164 return ((const UChar *)(iter->context))[iter->index++];
172 if(iter->index>ite
243 utf16BEIteratorGet(UCharIterator *iter, int32_t index) argument
250 int32_t index; local
261 int32_t index; local
273 int32_t index; local
597 int32_t i, limit, index; local
871 int32_t index; local
906 int32_t index; local
959 int32_t index=(int32_t)(state>>1); /* UTF-8 index */ local
[all...]
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/SBP2DiskLogger/
H A DSBP2DiskLogger.cpp623 int index; local
652 for ( index = 0; index < count; index++ )
662 debugID = gTraceBuffer[index].debugid;
665 now = gTraceBuffer[index].timestamp & KDBG_TIMESTAMP_MASK;
667 if ( index == 0 )
703 entry->taskID = gTraceBuffer[index].arg2;
704 entry->cdb[0] = gTraceBuffer[index].arg3 & 0xFF;
705 entry->cdb[1] = ( gTraceBuffer[index]
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DProfileDataGridTree.js145 for (var index = 0; index < count; ++index) {
146 var gridNode = gridNodes[index];
175 * @param {number} index
177 insertChild: function(profileDataGridNode, index)
179 WebInspector.DataGridNode.prototype.insertChild.call(this, profileDataGridNode, index);
282 for (var index = 0; index < count; ++index) {
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOConfigDirectory.cpp167 int index = 0; local
174 index = findIndex(data, fNumEntries, key);
177 if( index < 0 )
183 status = getIndexType(index, type);
196 int index = 0; local
203 index = findIndex(data, fNumEntries, key);
206 if( index < 0 )
212 status = getIndexValue(index, value);
219 status = getIndexValue(index+1, *text);
234 int index local
275 int index = 0; local
315 int index = 0; local
381 getIndexType(int index, IOConfigKeyType &type) argument
410 getIndexKey(int index, int &key) argument
439 getIndexValue(int index, UInt32 &value) argument
469 getIndexValue(int index, OSData *&value) argument
533 getIndexValue(int index, OSString *&value) argument
672 getIndexValue(int index, IOConfigDirectory *&value) argument
715 getIndexOffset(int index, FWAddress &value) argument
761 getIndexOffset(int index, UInt32 &value) argument
803 getIndexEntry(int index, UInt32 &value) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db_printlog/
H A Drectype.awk8 while ((ndx = index(RECTYPE, ",")) != 0) {
19 if (index($1, types[i]) != 0) {
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DShipmentData.java9 package collections.ship.index;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DBaseIterator.java30 * Initializes a list iterator at the given index. Called by
33 boolean moveToIndex(int index); argument
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DRawComplexInput.java25 private int index; field in class:RawComplexInput
39 RawObject raw = objects[index];
40 FieldInfo field = fields[index];
41 index += 1;
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/data/
H A Dslapd-conf.in17 index cn,sn,uid pres,eq,approx
18 index default none
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DOpenTypeUtilities.cpp60 le_int32 index = 0; local
63 index = extra;
69 if (SWAPT(records[index + probe].tag) <= tag) {
70 index += probe;
74 if (SWAPT(records[index].tag) == tag) {
75 return SWAPW(records[index].offset);
117 le_int32 index = 0; local
120 index = extra;
126 if (value >= array[index + probe]) {
127 index
139 le_int32 index = 0; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcnormtst.h35 /* static void assertEqual(const UChar* result, const UChar* expected, int32_t index);
37 static void assertEqual(const UChar* result, const char* expected, int32_t index);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddtfmapts.h23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Ddtptngts.h20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Ditformat.h22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Ditrbbi.h26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dittrans.h26 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dnmfmapts.h21 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Drndmcoll.h22 virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dsdtfmtts.h20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dselfmts.h23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Dtrnserr.h33 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL);

Completed in 454 milliseconds

1234567891011>>