Searched refs:index (Results 126 - 150 of 3714) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DShipmentData.java9 package collections.ship.index;
/macosx-10.10.1/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.10.1/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.10.1/ICU-531.30/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.10.1/ICU-531.30/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 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);
H A Dtzfmttst.h19 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par);
H A Dtzoffloc.h19 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGDesiredIdentifiers.cpp60 StringImpl* DesiredIdentifiers::at(unsigned index) const
63 if (index < m_codeBlock->numberOfIdentifiers())
64 result = m_codeBlock->identifier(index).impl();
66 result = m_addedIdentifiers[index - m_codeBlock->numberOfIdentifiers()];
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DDecodedItem.cpp56 uint32 index,
78 if(found++ == index) {
82 if((rtnExt != NULL) && (index != 0)) {
90 if(index == 0) {
53 findDecodedExt( const CSSM_OID &extnId, bool unknown, uint32 index, uint32 &numFields) const argument
/macosx-10.10.1/apache-793/httpd/modules/lua/
H A Dlua_apr.h33 apr_table_t *ap_lua_check_apr_table(lua_State *L, int index);
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dbacktrace.c36 int index = 0; local
42 if ( (list[index] != NULL) && (strcmp(functionName, list[index]) != 0) ) {
46 ++index;
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/utility/
H A DMakefile6 db_upgrade.html db_verify.html index.html
8 XML= index.html dbxml_dump.html dbxml_load.html dbxmlsh.html \
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dhc_err.et18 index 128
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/GlobalObject/
H A D15.1.2.5-2.js135 for ( index = 0, mag -= 1; mag > 0; index++, mag-- ) {
136 hex[index] = Math.floor( n / Math.pow(16,mag) );
144 for ( var index = 0 ; index < hex.length ; index++ ) {
145 switch ( hex[index] ) {
165 string += hex[index];
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dndb.conf22 index cn
23 #index sn
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundleBackForwardList.cpp40 WKBundleBackForwardListItemRef WKBundleBackForwardListCopyItemAtIndex(WKBundleBackForwardListRef listRef, int index) argument
42 return toAPI(toImpl(listRef)->itemAtIndex(index).leakRef());
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-alpha.c41 #define NN(index) (&arch_info_struct[index])

Completed in 247 milliseconds

1234567891011>>