Searched refs:occur (Results 1 – 25 of 232) sorted by relevance
12345678910
/external/markdown/tests/markdown-test/ |
D | backlash-escapes.txt | 37 These should not, because they occur within a code block: 72 Nor should these, which occur in code spans:
|
D | auto-links.txt | 15 Auto-links should not occur here: `<http://example.com/>`
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Backslash escapes.text | 37 These should not, because they occur within a code block: 72 Nor should these, which occur in code spans:
|
D | Auto links.text | 11 Auto-links should not occur here: `<http://example.com/>`
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Backslash escapes.text | 37 These should not, because they occur within a code block: 72 Nor should these, which occur in code spans:
|
D | Auto links.text | 11 Auto-links should not occur here: `<http://example.com/>`
|
/external/sepolicy/ |
D | te_macros | 6 # cause it to occur automatically - use domain_auto_trans 31 # Make the transition occur by default. 40 # cause it to occur automatically - use file_type_auto_trans 59 # Make the transition occur by default.
|
/external/webkit/LayoutTests/platform/android/fast/dom/Geolocation/ |
D | callback-to-deleted-context-expected.txt | 1 …ation callback is made, the callback is not made. If the callback is attempted, a crash will occur.
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
D | callback-to-deleted-context-expected.txt | 2 …ation callback is made, the callback is not made. If the callback is attempted, a crash will occur.
|
/external/llvm/test/Transforms/TailCallElim/ |
D | return_constant.ll | 1 ; Though this case seems to be fairly unlikely to occur in the wild, someone
|
/external/llvm/test/Assembler/ |
D | 2002-03-08-NameCollision.ll | 5 ; collisions could occur that would cause the following error message to be
|
/external/chromium/third_party/modp_b64/ |
D | README.chromium | 8 and to fix compilation errors that occur under VC8. The file was renamed
|
/external/llvm/test/MC/Mips/ |
D | do_switch.ll | 3 ; to occur. This is a variation on test case test/CodeGen/Mips/do_switch.ll
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0001.txt | 15 that do not occur at regular intervals [e.g. joypad/keypad input, network packets, etc...]. 43 // this should never occur either unless you didn't call yarrow_start
|
/external/webrtc/test/ |
D | metrics.gyp | 18 # GYP generation would occur, because the libyuv.gypi unittest target
|
/external/llvm/lib/Support/Unix/ |
D | TimeValue.inc | 43 // This is *really* unlikely to occur because the only gettimeofday
|
/external/iptables/extensions/ |
D | libipt_REJECT.man | 29 (113/tcp) probes which frequently occur when sending mail to broken mail
|
D | libip6t_REJECT.man | 30 (113/tcp) probes which frequently occur when sending mail to broken mail
|
D | libipt_SNAT.man | 20 1024 or above. Where possible, no port alteration will occur.
|
/external/libxml2/ |
D | tree.c | 4553 int occur = 0, generic; in xmlGetNodePath() local 4576 occur = 0; in xmlGetNodePath() 4616 occur++; in xmlGetNodePath() 4619 if (occur == 0) { in xmlGetNodePath() 4621 while (tmp != NULL && occur == 0) { in xmlGetNodePath() 4628 occur++; in xmlGetNodePath() 4631 if (occur != 0) in xmlGetNodePath() 4632 occur = 1; in xmlGetNodePath() 4634 occur++; in xmlGetNodePath() 4646 occur++; in xmlGetNodePath() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | targetLoweringGeneric.ll | 14 ; transformation should not occur
|
/external/strace/ |
D | TODO | 29 ignore faults which occur before exec
|
/external/llvm/docs/ |
D | BranchWeightMetadata.rst | 118 occur due to incorrent branch prediction information.
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebUIDelegate.idl | 114 @constant WebDragDestinationActionAny Allows any of the above to occur 129 @constant WebDragSourceActionImage Allows an image drag to occur 130 @constant WebDragSourceActionLink Allows a link drag to occur 131 @constant WebDragSourceActionSelection Allows a selection drag to occur 132 @constant WebDragSourceActionAny Allows any of the above to occur 519 …indicating which drag destination actions can occur, WebDragDestinationActionAny to allow any kind… 543 …which drag source actions can occur, WebDragSourceActionAny to allow any kind of action or WebDrag…
|
/external/llvm/cmake/modules/ |
D | LLVMParseArguments.cmake | 20 #that occur after the given arg_name is encountered up to the next arg_name or
|
12345678910