Home
last modified time | relevance | path

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

12345

/external/snakeyaml/src/test/java/org/pyyaml/
DPyTokensTest.java60 Map<Class<?>, String> replaces = new HashMap<Class<?>, String>(); in testTokens() local
61 replaces.put(DirectiveToken.class, "%"); in testTokens()
62 replaces.put(DocumentStartToken.class, "---"); in testTokens()
63 replaces.put(DocumentEndToken.class, "..."); in testTokens()
64 replaces.put(AliasToken.class, "*"); in testTokens()
65 replaces.put(AnchorToken.class, "&"); in testTokens()
66 replaces.put(TagToken.class, "!"); in testTokens()
67 replaces.put(ScalarToken.class, "_"); in testTokens()
68 replaces.put(BlockSequenceStartToken.class, "[["); in testTokens()
69 replaces.put(BlockMappingStartToken.class, "{{"); in testTokens()
[all …]
/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/curl/tests/data/
Dtest13072 <!-- This replaces test 577 -->
Dtest13052 <!-- This replaces test 558 -->
Dtest13062 <!-- This replaces test 559 -->
/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/autotest/client/site_tests/power_SuspendStress/
Dcontrol.faft18 Put .bare in a loop and run for 2 days. This test replaces suspend resume test.
/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/CodeGen/AMDGPU/
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/Transforms/LoopUnroll/
D2012-04-09-unroll-indirectbr.ll3 ; If loop unrolling attempts to transform this loop, it replaces the
/external/chromium-trace/catapult/third_party/gsutil/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/chromium-trace/catapult/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
333 Class decorator that replaces a normally-constructed class with a
/external/deqp/framework/referencerenderer/
Ddesign.txt52 - replaces primitive assembly?
/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/dnsmasq/dbus/
DDBus-interface93 Each call to SetServers completely replaces the set of servers
/external/dbus/
DREADME.launchd1 Launchd[1,2] replaces init, inetd and cron on Mac OS X since 10.4 "Tiger".
/external/llvm/docs/
DHowToUseAttributes.rst44 The ``AttributeSet`` class replaces the old ``AttributeList`` class. The
/external/autotest/docs/
Dtest-that.md4 devices at your desk. `test_that` replaces an older script, `run_remote_tests`.
/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.rpgle17 * 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…
/external/opencv3/doc/tutorials/core/interoperability_with_OpenCV_1/
Dinteroperability_with_OpenCV_1.markdown23 @ref tutorial_mat_the_basic_image_container, this replaces the old *CvMat* and *IplImage* ones. Swi…

12345