HomeSort by relevance Sort by last modified time
    Searched defs:smp (Results 1 - 25 of 25) 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/syslinux/gpxe/src/net/infiniband/
ib_mi.c 195 struct ib_mad_smp *smp = &mad->smp; local
199 smp->mad_hdr.status |= htons ( IB_SMP_STATUS_D_INBOUND );
200 hop_pointer = smp->mad_hdr.class_specific.smp.hop_pointer;
201 hop_count = smp->mad_hdr.class_specific.smp.hop_count;
203 if ( hop_pointer < ( sizeof ( smp->return_path.hops ) /
204 sizeof ( smp->return_path.hops[0] ) ) ) {
205 smp->return_path.hops[hop_pointer] = ibdev->port
    [all...]
  /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
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 360 int32_t smp = inBuffer->s16[i]; local
361 if (smp < 0) smp = -smp - 1; // take care to keep the max negative in range
362 int32_t clz = __builtin_clz(smp);
389 int32_t smp = inBuffer->s16[2 * inIdx] + inBuffer->s16[2 * inIdx + 1]; local
390 smp = smp >> shift;
391 buf[captIdx] = ((uint8_t)smp)^0x80;
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 222 int16_t smp; local
233 smp = *pSrc++;
234 *pDst++ = smp;
235 *pDst++ = smp;
    [all...]
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 390 Pinfo *smp; /* ptr to current process data slot */ local
392 smp = shmaddr + tval;
393 smp->pid = getpid();
394 smp->ppid = getppid();
395 smp->err = 0;
396 smp->msg = 0;
402 return (smp);
405 smp->list = (int *)(Pinfo *) (shmaddr + nodesum) + (BVAL * tval);
406 *smp->list = (tval - 1) / BVAL;
407 listp = smp->list + 1
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 376 struct pipe_sampler_state smp = { local
382 ctx->hwsmp[i] = pipe->create_sampler_state(pipe, &smp);
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 759 int32_t smp = inBuffer->s16[i]; local
760 if (smp < 0) smp = -smp - 1; /* take care to keep the max negative in range */
761 int32_t clz = __builtin_clz(smp);
789 int32_t smp = inBuffer->s16[2 * in_idx] + inBuffer->s16[2 * in_idx + 1]; local
790 smp = smp >> shift;
791 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...]
  /external/syslinux/gpxe/src/include/gpxe/
ib_mad.h 474 struct ib_smp_class_specific smp; member in union:ib_mad_class_specific
555 struct ib_mad_smp smp; member in union:ib_mad
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 4423 milliseconds