HomeSort by relevance Sort by last modified time
    Searched defs:smp (Results 1 - 8 of 8) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 97 StringMsgParser smp = new StringMsgParser(); local
98 SipUri sipUri = smp.parseSIPUrl(uri);
130 StringMsgParser smp = new StringMsgParser(); local
133 SipUri sipUri = smp.parseSIPUrl(uriString.toString());
153 StringMsgParser smp = new StringMsgParser(); local
154 TelURLImpl timp = (TelURLImpl) smp.parseUrl(telUrl);
193 StringMsgParser smp = new StringMsgParser(); local
194 return smp.parseAddress(address);
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java 699 StringMsgParser smp = new StringMsgParser(); local
700 smp.setStrict(this.strict);
733 smp.setParseExceptionListener(parseExceptionListener);
735 SIPMessage sipMessage = smp.parseSIPMessage(requestString);
756 StringMsgParser smp = new StringMsgParser();
758 SIPMessage sipMessage = smp.parseSIPMessage(responseString);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PipelinedMsgParser.java 270 StringMsgParser smp = new StringMsgParser(sipMessageListener); local
271 smp.readBody = false;
278 sipMessage = smp.parseSIPMessage(inputBuffer.toString());
StringMsgParser.java 680 StringMsgParser smp = new StringMsgParser(); local
682 SIPMessage sipMessage = smp
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
compute.c 380 struct pipe_sampler_state smp = { local
386 ctx->hwsmp[i] = pipe->create_sampler_state(pipe, &smp);
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 380 struct pipe_sampler_state smp = { local
386 ctx->hwsmp[i] = pipe->create_sampler_state(pipe, &smp);
    [all...]
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 683 int32_t smp = inBuffer->s16[i]; local
684 if (smp < 0) smp = -smp - 1; /* take care to keep the max negative in range */
685 int32_t clz = __builtin_clz(smp);
713 int32_t smp = inBuffer->s16[2 * in_idx] + inBuffer->s16[2 * in_idx + 1]; local
714 smp = smp >> shift;
715 buf[capt_idx] = ((uint8_t)smp)^0x80;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 1166 StringMsgParser smp = new StringMsgParser(); local
1227 StringMsgParser smp = new StringMsgParser(); local
    [all...]

Completed in 668 milliseconds