HomeSort by relevance Sort by last modified time
    Searched full:pipeline (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 43 public class Pipeline extends InputStream {
59 Pipeline pipeline; field in class:Pipeline.MyTimer
63 protected MyTimer(Pipeline pipeline) {
64 this.pipeline = pipeline;
72 pipeline.close();
122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) {
PipelinedMsgParser.java 74 private Pipeline rawInputStream;
106 Pipeline in, boolean debug, int maxMessageSize) {
126 public PipelinedMsgParser(SIPMessageListener mhandler, Pipeline in,
138 public PipelinedMsgParser(Pipeline in) {
213 Pipeline inputStream = this.rawInputStream;
387 * Deliver tx timeout for Canceled INVITE. Fix pipeline thread exit.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
debugreg.h 58 We can slow the instruction pipeline for instructions coming via the
67 #define DR_LOCAL_SLOWDOWN (0x100) /* Local slow the pipeline */
68 #define DR_GLOBAL_SLOWDOWN (0x200) /* Global slow the pipeline */
  /external/clearsilver/util/test/
hdf_copy_test.hdf 3 # this is an example definition of a chart pipeline
  /external/webkit/WebCore/platform/network/android/
ResourceRequestAndroid.cpp 34 // requests. Our java framework has 4 threads that can each pipeline up to
  /frameworks/base/graphics/java/android/graphics/
Xfermode.java 26 * "transfer-modes" in the drawing pipeline. The static function Create(Modes)
  /system/core/sh/
nodetypes 62 NPIPE npipe # a pipeline
64 backgnd int # set to run pipeline in background
65 cmdlist nodelist # the commands in the pipeline
141 NNOT nnot # ! command (actually pipeline)
jobs.h 56 * single process or a set of processes contained in a pipeline. In the
sh.1 568 pipeline
580 A pipeline is a sequence of one or more commands separated
588 The format for a pipeline is:
595 considered to be assigned by the pipeline before any redirection specified
598 If the pipeline is not in the background (discussed later), the shell
601 If the reserved word ! does not precede the pipeline, the exit status is
602 the exit status of the last command specified in the pipeline.
609 Because pipeline assignment of standard input or standard output or both
624 Note that unlike some other shells, each process in the pipeline is a
858 Expands to the exit status of the most recent pipeline
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
debugreg.h 85 #define DR_LOCAL_SLOWDOWN (0x100) /* Local slow the pipeline */
86 #define DR_GLOBAL_SLOWDOWN (0x200) /* Global slow the pipeline */
  /external/kernel-headers/original/linux/
msm_kgsl.h 81 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
82 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
  /external/v8/src/
conversions.h 45 // any FPU pipeline stalls.
53 // any FPU pipeline stalls.
conversions-inl.h 55 // instruction. This completely stalls the pipeline and takes many
  /frameworks/base/services/java/com/android/server/
HeadsetObserver.java 121 // It can take hundreds of ms flush the audio pipeline after
125 // interface to clear the audio pipeline.
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
ARM-E_interpolate_noloop_gnu.s 84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
ARM-E_interpolate_noloop_gnu.s 84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
  /external/webkit/WebCore/platform/graphics/openvg/
SurfaceOpenVG.h 114 * Empty the OpenVG pipeline and make sure all the performed paint
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
collect2 
  /external/skia/include/core/
SkXfermode.h 26 "transfer-modes" in the drawing pipeline. The static function Create(Modes)
  /external/webkit/WebKit/chromium/src/
ApplicationCacheHost.cpp 86 // the usual resource loading pipeline.
  /frameworks/base/voip/java/android/net/rtp/
AudioGroup.java 24 * {@link AudioStream}s. Its pipeline has four steps. First, for each
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 388 /* Last program in pipeline. Standard output of program goes to
418 the last program in a pipeline.
501 in the pipeline as input. The file name is chosen as for pex_run.
508 first program in the pipeline. You must have passed
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
libiberty.h 388 /* Last program in pipeline. Standard output of program goes to
418 the last program in a pipeline.
501 in the pipeline as input. The file name is chosen as for pex_run.
508 first program in the pipeline. You must have passed

Completed in 1133 milliseconds

1 2 3 4 5 6 7 8 9