/external/snakeyaml/src/test/java/org/pyyaml/ |
D | PyTokensTest.java | 60 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/ |
D | ReplacesParser.java | 50 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/ |
D | test1307 | 2 <!-- This replaces test 577 -->
|
D | test1305 | 2 <!-- This replaces test 558 -->
|
D | test1306 | 2 <!-- This replaces test 559 -->
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | HeaderFactoryImpl.java | 1276 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/ |
D | control.faft | 18 Put .bare in a loop and run for 2 days. This test replaces suspend resume test.
|
/external/llvm/test/CodeGen/X86/ |
D | vec_shuf-insert.ll | 3 ; These tests check that an insert_subvector which replaces one of the halves
|
D | addr-mode-matcher.ll | 42 ; node becomes identical to %load2. CSE replaces %load1 which leaves its
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | private-memory-atomics.ll | 4 ; This works because promote allocas pass replaces these with LDS atomics.
|
D | array-ptr-calc-i32.ll | 15 ; SIRegisterInfo::eliminateFrameIndex() blindly replaces the frame index
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | 2012-04-09-unroll-indirectbr.ll | 3 ; If loop unrolling attempts to transform this loop, it replaces the
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/documentation/ |
D | index.rst | 178 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/ |
D | index.rst | 178 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/ |
D | design.txt | 52 - replaces primitive assembly?
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 269 * 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/ |
D | ANTLRTokenRewriteStream.m | 512 * 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/ |
D | DBus-interface | 93 Each call to SetServers completely replaces the set of servers
|
/external/dbus/ |
D | README.launchd | 1 Launchd[1,2] replaces init, inetd and cron on Mac OS X since 10.4 "Tiger".
|
/external/llvm/docs/ |
D | HowToUseAttributes.rst | 44 The ``AttributeSet`` class replaces the old ``AttributeList`` class. The
|
/external/autotest/docs/ |
D | test-that.md | 4 devices at your desk. `test_that` replaces an older script, `run_remote_tests`.
|
/external/valgrind/docs/internals/ |
D | BIG_APP_NOTES.txt | 122 # This replaces all the .so's in the install tree with symlinks
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 17 * DEBUG_MEMORY replaces the allocator with a collect and debug
|
/external/eigen/doc/ |
D | A10_Eigen2SupportModes.dox | 38 …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/ |
D | interoperability_with_OpenCV_1.markdown | 23 @ref tutorial_mat_the_basic_image_container, this replaces the old *CvMat* and *IplImage* ones. Swi…
|