Searched refs:atIndex (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DKrb5Util.java42 int atIndex = krbPrinc.indexOf("@");
43 String realm = krbPrinc.substring(atIndex + 1);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuBar.h47 - (void) javaAddMenu: (CMenu *)theMenu atIndex:(jint)index;
H A DCMenuBar.m208 -(void) javaAddMenu: (CMenu *)theMenu atIndex:(jint)index {
213 [fMenuList insertObject:theMenu atIndex:index];
278 [theMainMenu insertItem:newItem atIndex:nsMenuIndex];
424 [((CMenuBar *) jlong_to_ptr(menuBarObject)) javaAddMenu:(CMenu *) jlong_to_ptr(menuObject) atIndex:index];
H A DCCursorManager.m150 [invocation setArgument:&arg atIndex:2];
H A DApplicationDelegate.m53 [appMenu insertItem:menuItem atIndex:index];
54 [appMenu insertItem:[NSMenuItem separatorItem] atIndex:index + 1]; // Add the following separator
278 [replyEvent insertDescriptor:[NSAppleEventDescriptor nullDescriptor] atIndex:0];
H A DCMenu.m203 [parent javaAddMenu:aCMenu atIndex:insertLocation];
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.h347 * @param atIndex the index of the glyph to be replaced
357 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success);
368 * @param atIndex the index of the glyph to be replaced
377 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
H A DLEGlyphStorage.cpp571 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) argument
574 return insertGlyphs(atIndex, insertCount, ignored);
578 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success) argument
580 return fInsertionList->insert(atIndex, insertCount, success);
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAS_NS_ConversionUtils.m180 [resultDesc insertDescriptor:[currentObject aeDescriptorValue] atIndex:i++];
674 [handlerInvocation setArgument:&self atIndex:2];

Completed in 68 milliseconds