Searched refs:Pipeline (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java132 Pipeline pipe1 = null;
133 Pipeline pipe2 = null;
276 pipe1 = new Pipeline(fromClient, toServer);
277 pipe2 = new Pipeline(fromServer, toClient);
511 * Pipeline object :-
515 static class Pipeline implements Runnable { class in class:TunnelProxy
520 public Pipeline(InputStream is, OutputStream os) { method in class:TunnelProxy.Pipeline
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsvirt.c305 cmsPipeline* Pipeline; local
324 // Creates a Pipeline with prelinearization step only
325 Pipeline = cmsPipelineAlloc(ContextID, nChannels, nChannels);
326 if (Pipeline == NULL) goto Error;
329 // Copy tables to Pipeline
333 cmsPipelineInsertStage(Pipeline, cmsAT_BEGIN, Lin);
337 if (!cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) Pipeline)) goto Error;
340 // Pipeline is already on virtual profile
341 cmsPipelineFree(Pipeline);
442 // Creates a Pipeline wit
746 cmsPipeline* Pipeline; local
[all...]
H A Dcmsps2.c81 implemented as a set of curves), matrix-shaper and Pipeline-based.
298 _cmsStageCLutData* Pipeline; member in struct:__anon838
605 // Out[] The Pipeline values, normalized to 0..ffff
609 // Each row contains Pipeline values for all but first component. So, I
675 for (i=0; i < sc -> Pipeline ->Params->nOutputs; i++) {
690 // Writes a Pipeline on memstream. Could be 8 or 16 bits based
705 sc.Pipeline = (_cmsStageCLutData *) mpe ->Data;
717 for (i=0; i < sc.Pipeline->Params->nInputs; i++)
718 _cmsIOPrintf(m, " %d ", sc.Pipeline->Params->nSamples[i]);
800 int EmitCIEBasedDEF(cmsIOHANDLER* m, cmsPipeline* Pipeline, in argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.hpp221 static uint _total_instructions_per_bundle[Pipeline::_max_instrs_per_cycle+1];
H A Doutput.cpp1248 if (Pipeline::requires_bundling() && starts_bundle(head))
1280 assert(n->size(_regalloc) == Pipeline::instr_unit_size(), "delay slot instruction wrong size");
1288 if (Pipeline::requires_bundling() && starts_bundle(n))
1524 cb->set_insts_end(cb->insts_end() - Pipeline::instr_unit_size());
1545 int adjusted_offset = current_offset - Pipeline::instr_unit_size();
1750 uint Scheduling::_total_instructions_per_bundle[Pipeline::_max_instrs_per_cycle+1];
1954 const Pipeline *node_pipeline = n->pipeline();
1962 if (_bundle_instr_count + instruction_count > Pipeline::_max_instrs_per_cycle) {
1966 n->_idx, _bundle_instr_count + instruction_count, Pipeline::_max_instrs_per_cycle);
2018 if (_bundle_instr_count < Pipeline
[all...]
H A Dmachnode.hpp293 static const Pipeline *pipeline_class();
294 virtual const Pipeline *pipeline() const;
441 virtual const Pipeline *pipeline() const;
472 virtual const Pipeline *pipeline() const;
H A Dnode.hpp122 class Pipeline;
865 static const Pipeline *pipeline_class();
866 virtual const Pipeline *pipeline() const;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTextPipe.m314 #pragma mark --- Glyph Vector Pipeline ---
317 Glyph Vector Pipeline

Completed in 512 milliseconds