/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, inline style.text | 17 [With parens in the URL](http://en.wikipedia.org/wiki/WIMP_(computing)) 19 (With outer parens and [parens in url](/foo(bar))) 22 [With parens in the URL](/foo(bar) "and a title") 24 (With outer parens and [parens in url](/foo(bar) "and a title"))
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.sample_variables.txt | 47 program. With texture targets, each sample encodes its gl_SampleID to the 48 fragment output value and then texture contents are verified. With default 67 With texture render targets, the texture contents are read and positions are 68 verified for legality, uniqueness and distribution. With framebuffer and 86 GL_SAMPLE_MASK. With single sample render targets gl_SampleMaskIn should not 104 to gl_SampleMask output variable. With single sample targets, writing to 105 gl_SampleMask should have no effect. With multisample targets the result image 106 color intensity should decrease. With multisample targets with sample count = 1, 110 SAMPLE_MASK. With multisample render targets, all fragments should be discarded. 111 With single sample render targets, writing to gl_SampleMask should have no
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter_test.cc | 377 .With(Args<0>(HasObjectLocation("i32"))); in TEST_P() 380 .With(Args<0>(HasObjectLocation("u32"))); in TEST_P() 383 .With(Args<0>(HasObjectLocation("sf64"))); in TEST_P() 386 .With(Args<0>(HasObjectLocation("bool"))); in TEST_P() 410 .With(Args<0>(HasObjectLocation("i32"))); in TEST_P() 413 .With(Args<0>(HasObjectLocation("u32"))); in TEST_P() 416 .With(Args<0>(HasObjectLocation("sf64"))); in TEST_P() 419 .With(Args<0>(HasObjectLocation("bool"))); in TEST_P() 494 .With(Args<0>(HasObjectLocation("author"))); in TEST_P() 590 .With(Args<0>(HasObjectLocation(""))); in TEST_P() [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRCommonTreeAdaptor.h | 59 - (void)setParent:(ANTLRCommonTree *)t With:(ANTLRCommonTree *)parent; 61 - (void)setChildIndex:(ANTLRCommonTree *)t With:(NSInteger)index; 62 …ree *)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(ANTLRCommonTree *)…
|
D | ANTLRMissingTokenException.h | 43 With:(id<ANTLRToken>)insertedToken; 45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedTok…
|
D | ANTLRBaseTree.h | 54 - (void) setChild:(NSInteger) i With:(id<ANTLRBaseTree>)t; 57 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t; 130 - (void) setChild:(NSUInteger) i With:(id<ANTLRBaseTree>)t; 133 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
|
D | ANTLRTreeAdaptor.h | 145 - (void) setParent:(id)t With:(id)parent; 152 - (void) setChildIndex:(id)t With:(NSInteger)index; 154 …replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
|
D | ANTLRBaseTreeAdaptor.h | 138 - (void) setParent:(id<ANTLRBaseTree>)t With:(id<ANTLRBaseTree>) parent; 145 - (void) setChildIndex:(id)t With:(NSInteger)index; 147 …replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
|
/external/harfbuzz_ng/test/fuzzing/ |
D | README | 4 - With -fsanitize=address (or =undefined, or a combination) 5 - With -fsanitize-coverage=edge[,8bit-counters,trace-cmp] 6 - With various defines that limit worst case exponential behavior.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRCommonTreeAdaptor.h | 56 - (void)setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent; 58 - (void)setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index; 59 …TLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
|
D | ANTLRBaseTree.h | 52 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t; 55 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t; 126 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t; 129 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
|
D | ANTLRMissingTokenException.h | 43 With:(id<ANTLRToken>)insertedToken; 45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedTok…
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRCommonTreeAdaptor.h | 56 - (void)setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent; 58 - (void)setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index; 59 …TLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
|
D | ANTLRBaseTree.h | 52 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t; 55 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t; 126 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t; 129 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
|
D | ANTLRMissingTokenException.h | 43 With:(id<ANTLRToken>)insertedToken; 45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedTok…
|
D | ANTLRTreeAdaptor.h | 148 - (void) setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent; 155 - (void) setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index; 157 …TLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRCommonTreeAdaptor.h | 56 - (void)setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent; 58 - (void)setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index; 59 …TLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
|
D | ANTLRBaseTree.h | 52 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t; 55 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t; 126 - (void) setChild:(NSInteger) i With:(id<ANTLRTree>)t; 129 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
|
D | ANTLRMissingTokenException.h | 43 With:(id<ANTLRToken>)insertedToken; 45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedTok…
|
D | ANTLRTreeAdaptor.h | 148 - (void) setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent; 155 - (void) setChildIndex:(id<ANTLRTree>)t With:(NSInteger)index; 157 …TLRTree>)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id<ANTLRTree>)t;
|
/external/markdown/tests/misc/ |
D | lists5.txt | 2 > With just two lines 7 > With a list item inside the quote
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-function-mockers.h | 67 MockSpec<F>& With() { in With() function 87 MockSpec<F>& With(const Matcher<A1>& m1) { in With() function 108 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { in With() function 129 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 151 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 174 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 198 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 223 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 248 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 273 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fence_sync.txt | 27 - With varying number of primitive draws 29 - With varying number of primitive draws 30 - With varying timeouts
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-generated-function-mockers.h | 71 MockSpec<F>& With() { in With() function 91 MockSpec<F>& With(const Matcher<A1>& m1) { in With() function 112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { in With() function 133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 251 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 276 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function [all …]
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-generated-function-mockers.h | 71 MockSpec<F>& With() { in With() function 91 MockSpec<F>& With(const Matcher<A1>& m1) { in With() function 112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { in With() function 133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 251 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function 276 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function [all …]
|