Home
last modified time | relevance | path

Searched refs:With (Results 1 – 25 of 881) sorted by relevance

12345678910>>...36

/external/markdown/MarkdownTest/Tests_2007/
DLinks, inline style.text17 [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/
Dfunctional.shaders.sample_variables.txt47 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/
Dprotostream_objectwriter_test.cc377 .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/
DANTLRCommonTreeAdaptor.h59 - (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 *)…
DANTLRMissingTokenException.h43 With:(id<ANTLRToken>)insertedToken;
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedTok…
DANTLRBaseTree.h54 - (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;
DANTLRTreeAdaptor.h145 - (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;
DANTLRBaseTreeAdaptor.h138 - (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/
DREADME4 - 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/
DANTLRCommonTreeAdaptor.h56 - (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;
DANTLRBaseTree.h52 - (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;
DANTLRMissingTokenException.h43 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/
DANTLRCommonTreeAdaptor.h56 - (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;
DANTLRBaseTree.h52 - (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;
DANTLRMissingTokenException.h43 With:(id<ANTLRToken>)insertedToken;
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedTok…
DANTLRTreeAdaptor.h148 - (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/
DANTLRCommonTreeAdaptor.h56 - (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;
DANTLRBaseTree.h52 - (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;
DANTLRMissingTokenException.h43 With:(id<ANTLRToken>)insertedToken;
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedTok…
DANTLRTreeAdaptor.h148 - (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/
Dlists5.txt2 > With just two lines
7 > With a list item inside the quote
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-function-mockers.h67 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/
Dfunctional.fence_sync.txt27 - With varying number of primitive draws
29 - With varying number of primitive draws
30 - With varying timeouts
/external/googletest/googlemock/include/gmock/
Dgmock-generated-function-mockers.h71 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/
Dgmock-generated-function-mockers.h71 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 …]

12345678910>>...36