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

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReplacesParser.java 9 // Parser for Replaces Header (RFC3891)
12 // Replaces = "Replaces" HCOLON callid *(SEMI replaces-param)
13 // replaces-param = to-tag / from-tag / early-flag / generic-param
50 Replaces replaces = new Replaces(); local
54 super.parse(replaces);
55 replaces.setCallId(callId)
    [all...]
ReferredByParser.java 43 "Replaces=12345%40192.168.118.3%3Bto-tag%3D12345%3Bfrom-tag%3D5FFE-3994>\n",
  /external/clearsilver/man/man3/
cgiwrap_write.3 31 cgiwrap that replaces fwrite(stdout) in regular CGIs
cgiwrap_writef.3 30 replaces printf or fprintf(stdout) in a standard CGI
cgiwrap_writevf.3 31 replaces vprintf or fvprintf(stdout) in a standard CGI
  /external/elfutils/m4/
isc-posix.m4 11 # This test replaces the one in autoconf.
23 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Replaces.java 14 * Replaces SIPHeader.
24 public class Replaces
31 public static final String NAME = "Replaces";
42 public Replaces() {
50 public Replaces(String callId) throws IllegalArgumentException {
188 * $Log: Replaces.java,v $
223 * Add Session Timer and Replaces headers
ReplacesHeader.java 25 String NAME = "Replaces";
  /external/e2fsprogs/debian/
control 29 Replaces: e2fsprogs (<< 1.34-1)
41 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
54 Replaces: e2fsprogs (<< 1.34-1)
82 Replaces: e2fsprogs (<< 1.34-1)
92 Replaces: e2fsprogs (<= 1.40.3-1ubuntu1)
116 Replaces: e2fslibs-dev (<< 1.15)
180 Replaces: e2fsprogs (<< 1.34-1)
196 Replaces: libkrb5-dev (<< 1.3)
214 Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2)
  /development/samples/ApiDemos/res/xml/
advanced_preferences.xml 22 <!-- My custom preference type. This just replaces the actual widget
  /external/chromium/base/i18n/
file_util_icu.h 20 // Replaces characters in 'file_name' that are illegal for file names with
  /external/libvpx/examples/includes/HTML-Toc-0.91/
Changes 16 This method replaces the incongruous access of
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 370 * Replaces the push instruction at the given offset by a simpler push
403 * Replaces the integer pushing instruction at the given offset by a simpler
418 * Replaces the integer pushing instruction at the given offset by a simpler
469 * Replaces the long pushing instruction at the given offset by a simpler
484 * Replaces the long pushing instruction at the given offset by a simpler
536 * Replaces the float pushing instruction at the given offset by a simpler
551 * Replaces the float pushing instruction at the given offset by a simpler
604 * Replaces the double pushing instruction at the given offset by a simpler
619 * Replaces the double pushing instruction at the given offset by a simpler
671 * Replaces the reference pushing instruction at the given offset by
    [all...]
  /external/webkit/WebCore/dom/
InputElement.h 71 // Replaces CRs and LFs, shrinks the value for s_maximumLength.
74 // Replaces CRs and LFs, shrinks the value for the specified maximum length.
  /external/qemu/android/utils/
misc.h 49 ** dumps a human-readable version of a string. this replaces
  /libcore/luni/src/main/java/java/util/
Enumeration.java 23 * <p>New code should use {@link Iterator} instead. {@code Iterator} replaces the
  /packages/apps/Email/src/org/apache/commons/io/input/
CloseShieldInputStream.java 44 * Replaces the underlying input stream with a {@link ClosedInputStream}
  /packages/apps/Email/src/org/apache/commons/io/output/
CloseShieldOutputStream.java 44 * Replaces the underlying output stream with a {@link ClosedOutputStream}
  /system/core/sh/funcs/
login 38 # replaces the login builtin in the BSD shell
  /external/clearsilver/cgi/
cgiwrap.h 122 * replaces printf or fprintf(stdout) in a standard CGI
133 * replaces vprintf or fvprintf(stdout) in a standard CGI
146 * cgiwrap that replaces fwrite(stdout) in regular CGIs
  /external/bluetooth/glib/debian/
control 27 Replaces: libglib-dev
  /external/e2fsprogs/intl/
relocatable.h 41 Relocation simply replaces a pathname starting with the original prefix
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CDATASectionImpl.java 76 * Replaces this node with a semantically equivalent text node. This node
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResourceItem.java 84 * Replaces the content of the receiver with the ResourceItem received as parameter.
  /external/e2fsprogs/misc/
logsave.c 122 dup2(fds[1],1); /* fds[1] replaces stdout */
123 dup2(fds[1],2); /* fds[1] replaces stderr */

Completed in 487 milliseconds

1 2 3 4 5 6 7 8 91011>>