HomeSort by relevance Sort by last modified time
    Searched full:processor (Results 751 - 775 of 3906) sorted by null

<<31323334353637383940>>

  /external/skia/gm/
constcolorprocessor.cpp 123 // Draw labels for the input to the processor and the processor to the right of
124 // the test rect. The input label appears above the processor label.
  /external/v8/samples/
process.cc 77 // Initialize this processor. The map contains options that control
90 * An http request processor that is scriptable using JavaScript.
94 // Creates a new processor that processes requests by invoking the
105 // Execute the script associated with this processor and extract the
178 // Each processor gets its own context so different processors don't
291 // Enter this processor's context so all the remaining operations
669 bool ProcessEntries(v8::Platform* platform, HttpRequestProcessor* processor,
672 bool result = processor->Process(&reqs[i]);
713 JsHttpRequestProcessor processor(isolate, source);
715 if (!processor.Initialize(&options, &output))
    [all...]