Home
last modified time | relevance | path

Searched refs:replaces (Results 1 – 25 of 97) sorted by relevance

1234

/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
DReplacesParser.java50 Replaces replaces = new Replaces(); in parse() local
54 super.parse(replaces); in parse()
55 replaces.setCallId(callId); in parse()
56 return replaces; in parse()
/external/nist-sip/java/gov/nist/javax/sip/header/
DHeaderFactoryImpl.java1276 Replaces replaces = new Replaces(); in createReplacesHeader() local
1277 replaces.setCallId(callId); in createReplacesHeader()
1278 replaces.setFromTag(fromTag); in createReplacesHeader()
1279 replaces.setToTag(toTag); in createReplacesHeader()
1281 return replaces; in createReplacesHeader()
/external/llvm/test/CodeGen/R600/
Dprivate-memory-atomics.ll4 ; This works because promote allocas pass replaces these with LDS atomics.
Darray-ptr-calc-i32.ll15 ; SIRegisterInfo::eliminateFrameIndex() blindly replaces the frame index
/external/llvm/test/CodeGen/X86/
Dvec_shuf-insert.ll3 ; These tests check that an insert_subvector which replaces one of the halves
Daddr-mode-matcher.ll42 ; node becomes identical to %load2. CSE replaces %load1 which leaves its
/external/llvm/test/Transforms/LoopUnroll/
D2012-04-09-unroll-indirectbr.ll3 ; If loop unrolling attempts to transform this loop, it replaces the
/external/deqp/framework/referencerenderer/
Ddesign.txt52 - replaces primitive assembly?
/external/chromium-trace/trace-viewer/third_party/six/documentation/
Dindex.rst178 Returns an iterator over *dictionary*\'s keys. This replaces
185 Returns an iterator over *dictionary*\'s values. This replaces
192 Returns an iterator over *dictionary*\'s items. This replaces
208 Return a view over *dictionary*\'s keys. This replaces
215 Return a view over *dictionary*\'s values. This replaces
222 Return a view over *dictionary*\'s items. This replaces
326 Class decorator that replaces a normally-constructed class with a
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as269 * overlapping replaces that are not completed nested). Inserts to
289 * First we need to examine replaces. For any replace op:
330 // Drop any prior replaces contained within
367 // look for replaces where iop.index is in range; error
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.m512 * overlapping replaces that are not completed nested). Inserts to
532 * First we need to examine replaces. For any replace op:
578 // Drop any prior replaces contained within
617 // look for replaces where iop.rwIndex is in range; error
/external/sepolicy/
Dzygote.te47 # Native bridge functionality requires that zygote replaces
/external/dnsmasq/dbus/
DDBus-interface93 Each call to SetServers completely replaces the set of servers
/external/llvm/docs/
DHowToUseAttributes.rst44 The ``AttributeSet`` class replaces the old ``AttributeList`` class. The
DNVPTXUsage.rst279 pass looks for calls to the ``@__nvvm_reflect`` function and replaces them
312 Since the ``NVVMReflect`` pass replaces conditionals with constants, it will
/external/valgrind/docs/internals/
DBIG_APP_NOTES.txt122 # This replaces all the .so's in the install tree with symlinks
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle16 * DEBUG_MEMORY replaces the allocator with a collect and debug
/external/eigen/doc/
DA10_Eigen2SupportModes.dox38 …n this mode, is Eigen 3's Geometry module. Indeed, this mode completely replaces it by a copy of E…
DTopicAliasing.dox100 \link DenseBase::transposeInPlace() transposeInPlace() \endlink which replaces a matrix by its tran…
/external/openssh/
DINSTALL192 started by sshd. This replaces the standard path entirely.
/external/protobuf/gtest/
DCMakeLists.txt40 # DLLs, so this replaces /MD (CRT libraries in DLLs) with /MT (static CRT
/external/e2fsprogs/intl/
Dlibgnuintl.h.in369 Relocation simply replaces a pathname starting with the original prefix
/external/squashfs-tools/
DCHANGES545 6. New patch for Linux 2.6.1, this replaces the patch for 2.6.0-test7.
559 4. New patch for 2.6.0-test7, this replaces the patch for 2.6.0-test1.
/external/bison/
DNEWS1099 1. "%code {CODE}" replaces "%after-header {CODE}"
1100 2. "%code requires {CODE}" replaces "%start-header {CODE}"
1101 3. "%code provides {CODE}" replaces "%end-header {CODE}"
1102 4. "%code top {CODE}" replaces "%before-header {CODE}"
1588 Reenable this trick until an official feature replaces it.
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dnews.txt999 (`paste.httpexceptions <module-paste.httpexceptions.html>`_ replaces
1003 <module-paste.auth.html>`_ pretty much replaces it.

1234