Home
last modified time | relevance | path

Searched refs:smp (Results 1 – 20 of 20) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressFactoryImpl.java97 StringMsgParser smp = new StringMsgParser(); in createSipURI() local
98 SipUri sipUri = smp.parseSIPUrl(uri); in createSipURI()
130 StringMsgParser smp = new StringMsgParser(); in createSipURI() local
133 SipUri sipUri = smp.parseSIPUrl(uriString.toString()); in createSipURI()
153 StringMsgParser smp = new StringMsgParser(); in createTelURL() local
154 TelURLImpl timp = (TelURLImpl) smp.parseUrl(telUrl); in createTelURL()
193 StringMsgParser smp = new StringMsgParser(); in createAddress() local
194 return smp.parseAddress(address); in createAddress()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipelinedMsgParser.java270 StringMsgParser smp = new StringMsgParser(sipMessageListener); in run() local
271 smp.readBody = false; in run()
278 sipMessage = smp.parseSIPMessage(inputBuffer.toString()); in run()
DStringMsgParser.java680 StringMsgParser smp = new StringMsgParser(); in main() local
682 SIPMessage sipMessage = smp in main()
/external/kernel-headers/original/asm-x86/
Dalternative_32.h26 extern void alternatives_smp_switch(int smp);
32 static inline void alternatives_smp_switch(int smp) {} in alternatives_smp_switch() argument
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java699 StringMsgParser smp = new StringMsgParser(); in createRequest() local
700 smp.setStrict(this.strict); in createRequest()
733 smp.setParseExceptionListener(parseExceptionListener); in createRequest()
735 SIPMessage sipMessage = smp.parseSIPMessage(requestString); in createRequest()
756 StringMsgParser smp = new StringMsgParser(); in createResponse()
758 SIPMessage sipMessage = smp.parseSIPMessage(responseString); in createResponse()
/external/nist-sip/java/gov/nist/javax/sip/header/
DHeaderFactoryImpl.java1166 StringMsgParser smp = new StringMsgParser(); in createHeader() local
1167 SIPHeader sipHeader = smp.parseSIPHeader(headerText.trim()); in createHeader()
1227 StringMsgParser smp = new StringMsgParser(); in createHeaders() local
1228 SIPHeader shdr = smp.parseSIPHeader(headers); in createHeaders()
/external/grub/stage2/
DMakefile.am9 nbi.h pc_slice.h serial.h shared.h smp-imps.h term.h \
93 hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c tparm.c
DMakefile.in126 diskless_exec-smp-imps.$(OBJEXT) \
217 pre_stage2_exec-smp-imps.$(OBJEXT) \
437 nbi.h pc_slice.h serial.h shared.h smp-imps.h term.h \
493 hercules.c md5.c serial.c smp-imps.c stage2.c terminfo.c tparm.c
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diskless_exec-smp-imps.Po@am__quote@
857 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pre_stage2_exec-smp-imps.Po@am__quote@
1678 diskless_exec-smp-imps.o: smp-imps.c
1679 …s_exec-smp-imps.o -MD -MP -MF "$(DEPDIR)/diskless_exec-smp-imps.Tpo" -c -o diskless_exec-smp-imps.…
1683 …less_exec_CFLAGS) $(CFLAGS) -c -o diskless_exec-smp-imps.o `test -f 'smp-imps.c' || echo '$(srcdir…
1685 diskless_exec-smp-imps.obj: smp-imps.c
[all …]
/external/grub/
DAndroid.mk79 stage2/smp-imps.c \
DChangeLog67 * stage2/smp-imps.h (imps_any_new_apics): Removed.
1949 * stage2/smp-imps.c (imps_read_config_table): Add a break
7366 * stage2/smp-imps.c (imps_release_cpus): Likewise.
7428 smp-imps.h.
7822 * stage2/Makefile.am (EXTRA_DIST): Removed smp-imps.c.
7823 (stage2_exec_SOURCES): Added smp-imps.c.
7828 * stage2/smp-imps.c (IMPS_DEBUG) (KERNEL_PRINT)
7832 * stage2/cmdline.c [!GRUB_UTIL]: Include apic.h and smp-imps.h.
8140 * shared_src/smp-imps.c: Moved to ...
8141 * stage2/smp-imps.c: ... here.
[all …]
/external/netcat/
Dstupidh133 smp
/external/tcpdump/tests/
Dprint-AA.new14 User-Agent: ELinks/0.10.4-7-debian (textmode; Linux 2.6.11-1-686-smp i686; 132x56-2)
Dprint-AA.out14 User-Agent: ELinks/0.10.4-7-debian (textmode; Linux 2.6.11-1-686-smp i686; 132x56-2)
Dprint-A.out14 User-Agent: ELinks/0.10.4-7-debian (textmode; Linux 2.6.11-1-686-smp i686; 132x56-2)
Dprint-A.new14 User-Agent: ELinks/0.10.4-7-debian (textmode; Linux 2.6.11-1-686-smp i686; 132x56-2)
Dprint-XX.new30 0x00a0: 3638 362d 736d 7020 6936 3836 3b20 3133 686-smp.i686;.13
Dprint-X.new26 0x0090: 312d 3638 362d 736d 7020 6936 3836 3b20 1-686-smp.i686;.
Dprint-capXX.out30 0x00a0: 3638 362d 736d 7020 6936 3836 3b20 3133 686-smp.i686;.13
Dprint-capX.out26 0x0090: 312d 3638 362d 736d 7020 6936 3836 3b20 1-686-smp.i686;.
/external/qemu/
Dqemu-options.hx41 DEF("smp", HAS_ARG, QEMU_OPTION_smp,
42 "-smp n set the number of CPUs to 'n' [default=1]\n")
44 @item -smp @var{n}