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

1 2 3

  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 173 File replaces = templateNames.get(file.getName()); local
174 if (replaces != null) {
175 int compare = compareTemplates(replaces, file);
177 int index = templates.indexOf(replaces);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-330046.js 49 // At this point OSR replaces already optimized code.
  /external/chromium_org/v8/test/webkit/
gmail-re-re.js 47 // This function replaces consecutive whitespace with a single space
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 446 ReplacesHeader replaces) {
447 String callId = replaces.getCallId();
456 if (!dialog.getLocalTag().equals(replaces.getToTag()) ||
457 !dialog.getRemoteTag().equals(replaces.getFromTag())) {
473 ReplacesHeader replaces = (ReplacesHeader) event.getRequest() local
476 if (replaces != null) {
477 int response = processInviteWithReplaces(event, replaces);
479 log("processNewInviteRequest: " + replaces
484 mSessionMap.get(replaces.getCallId());
485 // got INVITE w/ replaces request
    [all...]
SipHelper.java 289 String replaces) throws SipException {
293 if (replaces != null) {
295 ReplacesHeader.NAME, replaces));
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 1276 Replaces replaces = new Replaces(); local
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-unicode-handling.js 50 // This function replaces consecutive whitespace with a single space
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 78 as a data URI. If it finds DIST_SUBSTR string in file name, replaces
  /external/chromium_org/third_party/skia/tools/skpdiff/
diff_viewer.js 14 replace: true, // The directive replaces itself with the template
  /external/skia/tools/skpdiff/
diff_viewer.js 14 replace: true, // The directive replaces itself with the template
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 79 * which replaces the parent context, variable definitions of the
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 81 * which replaces the parent context, variable definitions of the
  /external/openssl/crypto/des/
des_old.h 105 #error <openssl/des_old.h> replaces <kerberos/des.h>.
  /external/openssl/include/openssl/
des_old.h 105 #error <openssl/des_old.h> replaces <kerberos/des.h>.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 21 // Install a wrapper that temporarily replaces the original function.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 364 * just replaces it.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 328 // If on 'refresh'-mode, replaces the callback array. The previous
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_view.js 248 * Loads the thumbnail first, then replaces it with the main image.
508 * Replaces the displayed image, possibly with slide-in animation.
  /external/chromium_org/v8/src/
string.js 212 // .... special case that replaces with one single character
  /external/elfutils/0.153/
elfutils.spec 363 - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;

Completed in 642 milliseconds

1 2 3