Searched refs:index (Results 76 - 100 of 3714) sorted by relevance

1234567891011>>

/macosx-10.10.1/groff-38/groff/src/include/
H A Dfont.h40 int contains(int index);
42 int get_width(int index, int point_size);
43 int get_height(int index, int point_size);
44 int get_depth(int index, int point_size);
46 int get_character_type(int index);
48 int get_skew(int index, int point_size, int slant);
50 int get_italic_correction(int index, int point_size);
51 int get_left_italic_correction(int index, int point_size);
52 int get_subscript_correction(int index, int point_size);
54 const char *get_special_device_encoding(int index);
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dhtext.rb49 def index(str) method in class:Tk.Htext
50 number(tk_send('index', str))
76 def selection_adjust(index)
77 tk_send_without_enc('selection', 'adjust', index)
84 def selection_from(index)
85 tk_send_without_enc('selection', 'from', index)
88 def selection_line(index)
89 tk_send_without_enc('selection', 'line', index)
99 def selection_to(index)
100 tk_send_without_enc('selection', 'to', index)
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSArrayIterator.cpp75 static EncodedJSValue createIteratorResult(CallFrame* callFrame, ArrayIterationKind kind, size_t index, JSValue result, bool done) argument
82 return JSValue::encode(jsNumber(index));
89 args.append(jsNumber(index));
109 size_t index = iterator->nextIndex(); local
119 if (index >= length) {
121 return createIteratorResult(callFrame, kind, index, jsUndefined(), true);
123 if (JSValue result = iteratedObject->tryGetIndexQuickly(index)) {
124 iterator->setNextIndex(index + 1);
125 return createIteratorResult(callFrame, kind, index, result, false);
134 while (index < lengt
[all...]
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-externalref.mm46 #define encode_index_and_type(index, type) (~((index<<3) | type))
57 size_t _search; // lowest index in list which *might* be unused
95 for (size_t index = list->_size; index < new_size; ++index)
96 new_list[index] = EMPTY_SLOT;
105 size_t index;
109 // find the lowest unused index in _list
110 index
[all...]
/macosx-10.10.1/IOATAPIProtocolTransport-350.0.3/ATAPILogger/
H A DATAPILogger.cpp631 int index; local
660 for ( index = 0; index < count; index++ )
670 debugID = gTraceBuffer[index].debugid;
673 now = gTraceBuffer[index].timestamp & KDBG_TIMESTAMP_MASK;
675 if ( index == 0 )
706 if ( entry->taskID == gTraceBuffer[index].arg2 )
727 entry->taskID = gTraceBuffer[index].arg2;
728 entry->cdb[0] = gTraceBuffer[index]
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp24 UInt32 index = 0 ; local
30 while ( !found && index < rangeCount )
32 distanceInRange = address - ranges[index].address ;
33 if ( found = ( distanceInRange < ranges[ index ].length ) )
36 offset += ranges[ index ].length ;
38 ++index ;
102 for( unsigned index=2; index < fData.rangeCount; ++index )
104 result.address = MIN( result.address, fData.ranges[index]
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dalphaindextst.cpp32 UnicodeString joinLabelsAndAppend(AlphabeticIndex::ImmutableIndex &index, UnicodeString &dest) { argument
35 for (int32_t i = 0; (bucket = index.getBucket(i)) != NULL; ++i) {
52 void AlphabeticIndexTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
86 AlphabeticIndex *index = new AlphabeticIndex(Locale::getEnglish(), status); local
88 lc = index->getBucketCount(status);
92 delete index;
101 index = new AlphabeticIndex(coll, status);
103 TEST_ASSERT(coll == &index->getCollator());
104 assertEquals("only the underflow label in an index built from a collator",
105 1, index
[all...]
H A Ditmajor.h19 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
H A Ditrbbi.cpp35 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
38 switch (index) {
H A Ditutil.h18 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
23 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKMutableArray.cpp44 void WKArrayRemoveItemAtIndex(WKMutableArrayRef arrayRef, size_t index) argument
46 toImpl(arrayRef)->elements().remove(index);
/macosx-10.10.1/dtrace-147/test/tst/common/version/
H A Dtst.1.0.d41 int index;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Doptjoin.c32 * possible starting at (opt_info.index,opt_info.offset) using
42 * to be parsed at opt_info.index
74 last_index = opt_info.index;
78 more = argv[opt_info.index] != 0;
89 if (*argv[opt_info.index] != '+')
102 if (opt_info.again > 0 && (!err || err_index < opt_info.index || err_index == opt_info.index && err_offset < opt_info.offset))
105 err_index = opt_info.index;
109 opt_info.index = state->pindex ? state->pindex : 1;
112 if (!rep || opt_info.index !
[all...]
/macosx-10.10.1/libauto-186/
H A DAllocationCache.h44 FreeList &operator[] (usword_t index) { return _lists[index]; } argument
H A DPointerHash.cpp49 uint32_t index = h & _capacityMask; // <rdar://problem/6544627> don't use integer divide. local
52 while (validPointer(probe = _pointers[index])) {
54 index++;
56 if (index == _capacity)
57 index = 0;
61 _pointers[index] = (vm_address_t)pointer | flags;
63 if (index < _firstOccupiedSlot)
64 _firstOccupiedSlot = index;
65 if (index > _lastOccupiedSlot)
66 _lastOccupiedSlot = index;
93 uint32_t index = slot; local
114 int32_t index = slotIndex(pointer); local
[all...]
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dflow_divert_controller.h11 void flow_divert_init(struct service *serv, int index);
12 void flow_divert_dispose(struct service *serv, int index);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrb_err.et22 index 20
26 index 26
28 index 31
42 index 51
50 index 61
54 index 70
57 index 76
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/generator/
H A Djson_index.rb5 # produces a JSON search index. This generator is derived from sdoc by
26 # The index is output as a JSON file assigned to the global variable
30 # "index": {
77 # Where the search index lives in the generated output
81 attr_reader :index # :nodoc:
85 # class_dir and file_dir of links in the output index.
99 @index = nil
103 # Builds the JSON index as a Hash.
112 { :index => @index }
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockNotGrantedException.java28 private int index; field in class:LockNotGrantedException
39 final int index,
46 this.index = index;
51 returns the index of the failed LockRequest when {@link com.sleepycat.db.Environment#lockVector Environment.lockVector} was called.
54 return index;
34 LockNotGrantedException(final String message, final int op, final int mode, final DatabaseEntry obj, final DbLock lock, final int index, final DbEnv dbenv) argument
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dheap.h37 * The index function allows the client of the heap to receive a callback
38 * when an item's index number changes. This allows it to maintain
40 * from the heap require the index be provided.
56 isc_heapindex_t index, unsigned int size_increment,
68 *\li "index" is a function which takes a void *, and an unsigned int
70 * index value changes, so it may continue to delete itself from the
102 isc_heap_delete(isc_heap_t *heap, unsigned int index);
104 * \brief Deletes an element from a heap, by element index.
108 *\li "index" is a valid element index, a
[all...]
/macosx-10.10.1/msdosfs-209.1.1/
H A DHexDump.py11 index = 0
14 while index < length:
19 line = bytes[index:index+bytesPerLine]
30 index += bytesPerLine
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dheap.h37 * The index function allows the client of the heap to receive a callback
38 * when an item's index number changes. This allows it to maintain
40 * from the heap require the index be provided.
56 isc_heapindex_t index, unsigned int size_increment,
68 *\li "index" is a function which takes a void *, and an unsigned int
70 * index value changes, so it may continue to delete itself from the
102 isc_heap_delete(isc_heap_t *heap, unsigned int index);
104 * \brief Deletes an element from a heap, by element index.
108 *\li "index" is a valid element index, a
[all...]
/macosx-10.10.1/swig-12/Lib/
H A Dcarrays.i19 * TYPE NAME_getitem(TYPE *, int index);
20 * void NAME_setitem(TYPE *, int index, TYPE value);
42 static TYPE NAME##_getitem(TYPE *ary, int index) {
43 return ary[index];
45 static void NAME##_setitem(TYPE *ary, int index, TYPE value) {
46 ary[index] = value;
52 TYPE NAME##_getitem(TYPE *ary, int index);
53 void NAME##_setitem(TYPE *ary, int index, TYPE value);
67 * TYPE getitem(int index);
68 * void setitem(int index, TYP
[all...]
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Dcarrays.swg19 * TYPE NAME_getitem(TYPE *, int index);
20 * void NAME_setitem(TYPE *, int index, TYPE value);
34 static TYPE NAME##_getitem(TYPE *ary, size_t index) {
35 return ary[index];
37 static void NAME##_setitem(TYPE *ary, size_t index, TYPE value) {
38 ary[index] = value;
44 TYPE NAME##_getitem(TYPE *ary, size_t index);
45 void NAME##_setitem(TYPE *ary, size_t index, TYPE value);
59 * TYPE getitem(int index);
60 * void setitem(int index, TYP
[all...]
/macosx-10.10.1/swig-12/Lib/csharp/
H A Dstd_vector.i54 public $typemap(cstype, CTYPE) this[int index] {
56 return getitem(index);
59 setitem(index, value);
105 public void CopyTo(int index, System.Array array, int arrayIndex, int count)
107 public void CopyTo(int index, $typemap(cstype, CTYPE)[] array, int arrayIndex, int count)
112 if (index < 0)
113 throw new ArgumentOutOfRangeException("index", "Value is less than zero");
120 if (index+count > this.Count || arrayIndex+count > array.Length)
123 array.SetValue(getitemcopy(index+i), arrayIndex+i);
222 %newobject GetRange(int index, in
[all...]

Completed in 220 milliseconds

1234567891011>>