| /forgerock/opendj2/ext/xalan-j/ |
| H A D | xalan.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ... |
| /forgerock/opendj-b2.6/ext/xalan-j/ |
| H A D | xalan.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ... |
| /forgerock/opendj2.6.2/ext/xalan-j/ |
| H A D | xalan.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ... |
| /forgerock/opendj2-jel-hg/ext/xalan-j/ |
| H A D | xalan.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ... |
| /forgerock/opendj2-hg/ext/xalan-j/ |
| H A D | xalan.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ... |
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/ |
| H A D | SAMLUtils.java | 1455 int startIdx = -1; 1458 if ((startIdx = qs.indexOf((String) SAMLServiceManager. 1460 result.append(qs.substring(0, startIdx - 1)); 1462 if ((endIdx = qs.indexOf("&", startIdx)) != -1) { 1463 if (startIdx == 0) {
|
| /forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/util/ |
| H A D | OAuthServiceUtils.java | 137 int startIdx = index + USERDETAILS_VALUE_KEY.length() + 1; 138 int idx = response.indexOf(USERDETAILS_NAME_KEY + "=", startIdx); 145 uuid = response.substring(startIdx, endIdx).trim();
|
| /forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/ |
| H A D | BulkOperations.java | 87 int startIdx = 0; 95 String tmp = argv.substring(startIdx, i); 100 startIdx = i+1; 111 options.add(argv.substring(startIdx, i)); 112 startIdx = i+1; 115 startIdx = i+1; 126 options.add(argv.substring(startIdx, i)); 127 startIdx = i+1; 130 startIdx = i+1; 144 if (startIdx < le [all...] |
| /forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/ |
| H A D | xalan.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ... |
| /forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/ |
| H A D | BulkOperations.java | 87 int startIdx = 0; 95 String tmp = argv.substring(startIdx, i); 100 startIdx = i+1; 111 options.add(argv.substring(startIdx, i)); 112 startIdx = i+1; 115 startIdx = i+1; 126 options.add(argv.substring(startIdx, i)); 127 startIdx = i+1; 130 startIdx = i+1; 144 if (startIdx < le [all...] |
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/ |
| H A D | SAMLUtils.java | 1458 int startIdx = -1; 1461 if ((startIdx = qs.indexOf((String) SAMLServiceManager. 1463 result.append(qs.substring(0, startIdx - 1)); 1465 if ((endIdx = qs.indexOf("&", startIdx)) != -1) { 1466 if (startIdx == 0) {
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
| H A D | drawprim.c | 114 const void *idxData, UINT idxSize, UINT startIdx) 121 LONG SkipnStrides = startIdx; 277 SkipnStrides = pIdxBufS[startIdx + vx_index] + state->base_vertex_index; 279 SkipnStrides = pIdxBufL[startIdx + vx_index] + state->base_vertex_index; 469 const void *idxData, UINT idxSize, UINT startIdx) 471 LONG SkipnStrides = startIdx + state->load_base_vertex_index; 503 SkipnStrides = pIdxBufS[startIdx + vx_index] + state->load_base_vertex_index; 505 SkipnStrides = pIdxBufL[startIdx + vx_index] + state->load_base_vertex_index; 537 const void *idxData, UINT idxSize, UINT startIdx, UINT base_vertex_index, UINT instance_count) 585 (const char *)idxData+(idxSize * startIdx), base_vertex_inde 112 drawStridedSlow(const struct wined3d_device *device, const struct wined3d_context *context, const struct wined3d_stream_info *si, UINT NumVertexes, GLenum glPrimType, const void *idxData, UINT idxSize, UINT startIdx) argument 467 drawStridedSlowVs(const struct wined3d_gl_info *gl_info, const struct wined3d_state *state, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx) argument 535 drawStridedInstanced(const struct wined3d_gl_info *gl_info, const struct wined3d_state *state, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx, UINT base_vertex_index, UINT instance_count) argument [all...] |
| /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
| H A D | cvar.c | 84 int startIdx; member in struct:__anon17254 105 cbp->startIdx = 0; 135 cbp->data[(cbp->startIdx + cbp->numFull) % kQSIZE] = data; 157 data = cbp->data[cbp->startIdx]; 158 cbp->startIdx =(cbp->startIdx + 1) % kQSIZE;
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
| H A D | drawprim.c | 81 const void *idxData, UINT idxSize, UINT startIdx) 89 long SkipnStrides = startIdx + This->stateBlock->loadBaseVertexIndex; 244 SkipnStrides = pIdxBufS[startIdx + vx_index] + This->stateBlock->loadBaseVertexIndex; 246 SkipnStrides = pIdxBufL[startIdx + vx_index] + This->stateBlock->loadBaseVertexIndex; 437 GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx) 440 long SkipnStrides = startIdx + This->stateBlock->loadBaseVertexIndex; 472 SkipnStrides = pIdxBufS[startIdx + vx_index] + stateblock->loadBaseVertexIndex; 474 SkipnStrides = pIdxBufL[startIdx + vx_index] + stateblock->loadBaseVertexIndex; 496 UINT startIdx) 560 (const char *)idxData+(idxSize * startIdx)); 79 drawStridedSlow(IWineD3DDevice *iface, const struct wined3d_context *context, const struct wined3d_stream_info *si, UINT NumVertexes, GLenum glPrimType, const void *idxData, UINT idxSize, UINT startIdx) argument 436 drawStridedSlowVs(IWineD3DDevice *iface, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx) argument 494 drawStridedInstanced(IWineD3DDevice *iface, const struct wined3d_stream_info *si, UINT numberOfVertices, GLenum glPrimitiveType, const void *idxData, UINT idxSize, UINT startIdx) argument [all...] |