Searched defs:idx (Results 51 - 75 of 126) sorted by relevance

123456

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DNamespaceContextImpl.java353 int idx = declareNsUri(namespaceUri,preferedPrefix,requirePrefix);
354 return getPrefix(idx);
506 * @param idx
509 public final String getPrefix(int idx) { argument
510 return context.prefixes[baseIndex+idx];
516 * @param idx
519 public final String getNsUri(int idx) { argument
520 return context.nsUris[baseIndex+idx];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java523 private int idx; field in class:Fiber.InterceptorHandler
529 idx=0;
534 if(idx==interceptors.size()) {
537 FiberContextSwitchInterceptor interceptor = interceptors.get(idx++);
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_ImageRep.c394 int idx; local
433 if ((idx = findIdx(rgb, lut1, numLut1)) == -1) {
445 cvtLut[i] = idx;
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.c100 int idx[3] = { 0, 1, 2 }; local
103 if (numColors[idx[i]]*scale[idx[i]]>numColors[idx[j]]*scale[idx[j]]) \
104 { int t = idx[i]; idx[i] = idx[j]; idx[j] = t; }
109 if ((numColors[idx[
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java52 private int idx; field in class:Dasher
77 int idx = 0;
80 while (phase >= (d = dash[idx])) {
82 idx = (idx + 1) % dash.length;
89 this.startIdx = idx;
103 this.idx = startIdx;
184 float leftInThisDashSegment = dash[idx] - phase;
193 idx = (idx
[all...]
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_common.c433 long idx; /* index into environ */ local
440 for (idx = 0; environ[idx] != NULL; idx++) {
441 if (match_noeq(environ[idx], name))
444 if (environ[idx] == NULL) {
450 environ[idx] = environ[idx+1];
451 } while (environ[++idx] != NULL);
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c416 int idx;
424 for (idx = ioeh->last_index - 1; idx >= 0; idx--) {
425 if (ioeh->pfd[idx].fd == -1)
450 idx = ioeh->last_index;
456 ASSERT((idx >= 0) && (idx <= ioeh->max_index));
457 ASSERT(ioeh->pfd[idx].fd == -1);
458 ioeh->pfd[idx]
411 int idx; local
625 int useEvents, count, idx; local
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationImpl.java459 int[] idx = new int[1];
467 idx[0] = 0;
468 if (length != idx[0] && s.charAt(idx[0]) == '-') {
469 idx[0]++;
475 if (length != idx[0] && s.charAt(idx[0]++) != 'P') {
476 throw new IllegalArgumentException(s); //,idx[0]-1);
486 while (length != idx[0]
487 && isDigit(s.charAt(idx[
570 parsePiece(String whole, int[] idx) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DScheduledThreadPoolExecutor.java866 private void setIndex(RunnableScheduledFuture f, int idx) { argument
868 ((ScheduledFutureTask)f).heapIndex = idx;
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp96 void set_cpool_index(u2 idx) { argument
98 Bytes::put_Java_u2(cpool_index_addr(), idx); local
919 void set_name_index(u2 idx) { argument
920 Bytes::put_Java_u2(name_index_addr(), idx); local
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp105 JProjNode( Node* ctrl, uint idx ) : ProjNode(ctrl,idx) {}
238 CProjNode( Node *ctrl, uint idx ) : ProjNode(ctrl,idx) {}
396 PCTableNode( Node *ctrl, Node *idx, uint size ) : MultiBranchNode(2), _size(size) { argument
399 init_req(1, idx);
453 CatchNode( Node *ctrl, Node *idx, uint size ) : PCTableNode(ctrl,idx,size){ argument
506 uint match_edge(uint idx) const { return 0; }
H A Dcoalesce.cpp138 int PhaseChaitin::clone_projs( Block *b, uint idx, Node *con, Node *copy, uint &maxlrg ) {
148 b->_nodes.insert( idx, kills );
314 uint idx = n->is_Copy(); local
315 assert( idx || n->is_Con() || n->is_MachProj(), "Only copies during parallel renaming" );
316 if( idx && _phc.Find(n->in(idx)) == dst_name ) break;
342 uint idx = copy->is_Copy(); local
346 tmp ->set_req(idx,copy->in(idx));
347 copy->set_req(idx,tm
450 uint idx; local
583 uint idx; local
[all...]
H A DloopPredicate.cpp483 uint idx = _stack.index(); local
484 if (idx == n->req()) { // all inputs are processed
501 _stack.set_index(idx + 1);
502 Node* m = n->in(idx);
528 uint idx = _stack.index(); local
529 if (idx == n->req()) { // all inputs processed, clone n!
541 _stack.set_index(idx + 1);
542 Node* m = n->in(idx);
829 Node* idx = cmp->in(1); local
830 assert(!invar.is_invariant(idx), "inde
[all...]
H A DparseHelper.cpp144 Node *idx = peek(1); local
356 Node* Parse::method_data_addressing(ciMethodData* md, ciProfileData* data, ByteSize counter_offset, Node* idx, uint stride) { argument
372 Node* scale = _gvn.transform( new (C) MulXNode( idx, str ) );
380 void Parse::increment_md_counter_at(ciMethodData* md, ciProfileData* data, ByteSize counter_offset, Node* idx, uint stride) { argument
381 Node* adr_node = method_data_addressing(md, data, counter_offset, idx, stride);
H A Dblock.hpp455 void insert( Block *b, uint idx, Node *n ) { argument
456 b->_nodes.insert( idx, n );
498 uint Find( uint idx ) {
499 assert( idx < 65536, "Must fit into uint");
500 uint uf_idx = lookup(idx);
501 return (uf_idx == idx) ? uf_idx : Find_compress(idx);
503 uint Find_compress( uint idx );
504 uint Find_const( uint idx ) const;
H A Descape.hpp181 int idx() const { return _idx; } function in class:PointsToNode
349 PointsToNode* ptnode_adr(int idx) const {
352 return _nodes.at(idx);
558 Node* get_map(int idx) { return _node_map[idx]; } argument
560 PhiNode* get_map_phi(int idx) { argument
561 Node* phi = _node_map[idx];
H A Dlcm.cpp421 int idx = -1; // Index in worklist local
512 idx = i; // Also keep index in worklist
516 assert(idx >= 0, "index should be set");
517 Node *n = worklist[(uint)idx]; // Get the winner
519 worklist.map((uint)idx, worklist.pop()); // Compress worklist
788 int idx = n->_idx; local
789 tty->print("# ready cnt:%3d ", ready_cnt.at(idx));
790 tty->print("latency:%3d ", cfg->_node_latency->at_grow(idx));
791 tty->print("%4d: %s\n", idx, n->Name());
H A DphaseX.cpp350 Node *NodeHash::find_index(uint idx) { // For debugging argument
355 if( m->_idx == (uint)idx ) return m;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp658 int idx; local
659 while ((idx = _successors.index_of(pred)) >= 0) {
660 _successors.remove_at(idx);
671 int idx; local
672 while ((idx = _predecessors.index_of(pred)) >= 0) {
673 _predecessors.remove_at(idx);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DSchemaSetImpl.java97 public XSSchema getSchema(int idx) { argument
98 return schemas2.get(idx);
/openjdk7/jdk/src/windows/native/java/util/
H A DTimeZone_md.c430 char *start, *idx, *endp; local
434 start = idx = lineBuffer;
440 if (*idx == '#' || *idx == '\n') {
446 while (*idx && *idx != ':') {
447 if (++idx >= endp) {
451 if (*idx == '\0') {
454 *idx++ = '\0';
455 start = idx;
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java799 int idx = str.lastIndexOf('/');
800 if (idx < 0) {
803 return str.substring(0, idx).replace('/', '.');
1438 private boolean checkLineNumber(java.util.List infoList, int lineNo, int idx) { argument
1439 LineNumberInfo info = (LineNumberInfo) infoList.get(idx);
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java1494 * @param idx an <code>int</code> indicating which parameter is to be
1498 private void checkParamIndex(int idx) throws SQLException { argument
1499 if ((idx < 1)) {
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java94 private int idx; field in class:XmlReaderContentHandler
449 idx = 0;
526 * <code>XmlReaderContentHandler</code> object's <code>idx</code>
590 idx = 0;
731 idx++;
826 idx = ((Integer)upd[0]).intValue();
1177 idx = 0;
1188 idx++;
1194 md.setAutoIncrement(idx, getBooleanValue(s));
1200 md.setCaseSensitive(idx, getBooleanValu
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp425 fprintf(fp," virtual void ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const;\n");
430 int idx = 0; // position of operand in match rule local
464 idx = oper.register_position( globals, rep_var);
467 idx = oper.constant_position( globals, rep_var);
469 idx = 0;
473 if ( op != NULL ) op->int_format(fp, globals, idx);
475 if ( idx == -1 ) {
501 fprintf(fp,"void %sOper::ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const {\n", oper._ident);
535 idx = oper.register_position( globals, rep_var);
538 idx
615 int idx = inst.operand_position_format(rep_var); local
1603 int idx = 0; local
[all...]

Completed in 155 milliseconds

123456