/external/deqp/android/cts/master/src/ |
D | gles31-hw-issues.txt | 35 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_greater.mirrored_repeat_cl… 36 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_greater.repeat_mirrored_re… 37 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_less.mirrored_repeat_clamp… 38 dEQP-GLES31.functional.texture.gather.basic.2d.depth32f.size_pot.compare_less.repeat_mirrored_repeat 41 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.base_level.level_1 42 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.base_level.level_2 43 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mag_linear 44 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_linear_mag_… 45 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_linear_mipmap_nearest_mag… 46 dEQP-GLES31.functional.texture.gather.basic.cube.depth32f.filter_mode.min_nearest_mipmap_linear_mag… [all …]
|
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
D | basic.pass.cpp | 40 assert(std::regex_match(s, m, std::regex("a", std::regex_constants::basic))); in main() 56 assert(std::regex_match(s, m, std::regex("ab", std::regex_constants::basic))); in main() 71 assert(!std::regex_match(s, m, std::regex("ba", std::regex_constants::basic))); in main() 78 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::basic))); in main() 84 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::basic), in main() 91 assert(!std::regex_match(s, m, std::regex("bc", std::regex_constants::basic))); in main() 97 assert(std::regex_match(s, m, std::regex("ab*c", std::regex_constants::basic))); in main() 112 assert(std::regex_match(s, m, std::regex("\\(ab\\)*c", std::regex_constants::basic))); in main() 131 std::regex_constants::basic))); in main() 137 assert(std::regex_match(s, m, std::regex("^abc", std::regex_constants::basic))); in main() [all …]
|
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
D | basic.pass.cpp | 40 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::basic))); in main() 56 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic))); in main() 71 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::basic))); in main() 78 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::basic))); in main() 93 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::basic), in main() 100 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::basic))); in main() 115 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::basic))); in main() 130 assert(std::regex_search(s, m, std::regex("\\(ab\\)*c", std::regex_constants::basic))); in main() 149 std::regex_constants::basic))); in main() 170 assert(std::regex_search(s, m, std::regex("^abc", std::regex_constants::basic))); in main() [all …]
|
/external/libnl/lib/route/cls/ |
D | basic.c | 59 struct rtnl_basic *basic = rtnl_cls_data(cls); in basic_free_data() local 61 rtnl_ematch_tree_free(basic->b_ematch); in basic_free_data() 67 struct rtnl_basic *basic = rtnl_cls_data(cls); in basic_msg_parser() local 75 basic->b_classid = nla_get_u32(tb[TCA_BASIC_CLASSID]); in basic_msg_parser() 76 basic->b_mask |= BASIC_ATTR_CLASSID; in basic_msg_parser() 81 &basic->b_ematch)) < 0) in basic_msg_parser() 84 if (basic->b_ematch) in basic_msg_parser() 85 basic->b_mask |= BASIC_ATTR_EMATCH; in basic_msg_parser()
|
/external/libcxx/test/std/re/re.const/re.synopt/ |
D | syntax_option_type.pass.cpp | 42 assert(std::regex_constants::basic != 0); in main() 52 assert((std::regex_constants::icase & std::regex_constants::basic) == 0); in main() 61 assert((std::regex_constants::nosubs & std::regex_constants::basic) == 0); in main() 69 assert((std::regex_constants::optimize & std::regex_constants::basic) == 0); in main() 76 assert((std::regex_constants::collate & std::regex_constants::basic) == 0); in main() 82 assert((std::regex_constants::ECMAScript & std::regex_constants::basic) == 0); in main() 88 assert((std::regex_constants::basic & std::regex_constants::extended) == 0); in main() 89 assert((std::regex_constants::basic & std::regex_constants::awk) == 0); in main() 90 assert((std::regex_constants::basic & std::regex_constants::grep) == 0); in main() 91 assert((std::regex_constants::basic & std::regex_constants::egrep) == 0); in main()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizerDiscardTests.cpp | 434 …tcu::TestCaseGroup* basic = new tcu::TestCaseGroup(m_testCtx, "basic", "Rasterizer discard test fo… in init() local 438 addChild(basic); in init() 444 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_points", "points", 4, CASE_… in init() 445 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WR… in init() 446 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4,… in init() 447 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, C… in init() 448 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangles", "triangles", 4, C… in init() 449 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_strip", "triangle_stri… in init() 450 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_fan", "triangle_fan", … in init() 452 …basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_points", "points", 4, CASE… in init() [all …]
|
/external/llvm/docs/HistoricalNotes/ |
D | 2002-05-12-InstListChange.txt | 10 Basically right now at the basic block level, each basic block contains an 15 To add or remove an instruction from a basic block, we need to get an 17 linear search of the basic block the instruction is contained in... just 21 they have to traverse basic blocks to remove constant propogated 24 Additionally, adding or removing instructions to a basic block 40 Iteration over the instructions in a basic block remains the simple: 46 After converting instructions over, I'll convert basic blocks and
|
D | 2003-06-25-Reoptimizer1.txt | 17 do not move code across basic-block boundaries. 26 The reoptimizer maintains a map between machine-code basic blocks and 28 first machine-code basic block of the hot loop region. 33 1) Do a DFS from the first machine-code basic block of the hot loop 36 2) Do a DFS from the last machine-code basic block of the hot loop 95 by tracing the LLVM-to-Machine code basic block map and then copying 96 each machine code basic block we think is in the hot region into the 98 generating the final optimized trace; we copy the same basic blocks 101 LLVM basic blocks are not typically used in the Reoptimizer except
|
/external/libcxx/test/std/re/re.regex/re.regex.construct/ |
D | ptr_flg.pass.cpp | 30 test("\\(a\\)", std::regex_constants::basic, 1); in main() 31 test("\\(a[bc]\\)", std::regex_constants::basic, 1); in main() 32 test("\\(a\\([bc]\\)\\)", std::regex_constants::basic, 2); in main() 33 test("(a([bc]))", std::regex_constants::basic, 0); in main()
|
D | ptr_size_flg.pass.cpp | 31 test("\\(a\\)", 5, std::regex_constants::basic, 1); in main() 32 test("\\(a[bc]\\)", 9, std::regex_constants::basic, 1); in main() 33 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::basic, 2); in main() 34 test("(a([bc]))", 9, std::regex_constants::basic, 0); in main()
|
D | il_flg.pass.cpp | 40 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::basic, 1); in main() 41 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::basic, 1); in main() 42 …', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::basic, 2); in main() 43 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::basic, 0); in main()
|
D | string_flg.pass.cpp | 32 test(std::string("\\(a\\)"), std::regex_constants::basic, 1); in main() 33 test(std::string("\\(a[bc]\\)"), std::regex_constants::basic, 1); in main() 34 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::basic, 2); in main() 35 test(std::string("(a([bc]))"), std::regex_constants::basic, 0); in main()
|
D | iter_iter_flg.pass.cpp | 40 test(F(s1.begin()), F(s1.end()), std::regex_constants::basic, 1); in main() 41 test(F(s2.begin()), F(s2.end()), std::regex_constants::basic, 1); in main() 42 test(F(s3.begin()), F(s3.end()), std::regex_constants::basic, 2); in main() 43 test(F(s4.begin()), F(s4.end()), std::regex_constants::basic, 0); in main()
|
/external/llvm/test/tools/dsymutil/ |
D | debug-map-parsing.test | 1 RUN: llvm-dsymutil -v -parse-only -oso-prepend-path=%p %p/Inputs/basic.macho.x86_64 | FileCheck %s 2 RUN: llvm-dsymutil -v -parse-only -oso-prepend-path=%p %p/Inputs/basic-lto.macho.x86_64 | FileCheck… 3 RUN: llvm-dsymutil -v -parse-only -oso-prepend-path=%p %p/Inputs/basic-archive.macho.x86_64 | FileC… 4 RUN: llvm-dsymutil -v -parse-only %p/Inputs/basic.macho.x86_64 2>&1 | FileCheck %s --check-prefix=N… 8 Check that We can parse the debug map of the basic executable. 26 Check that we can parse the debug-map of the basic-lto executable 30 CHECK-LTO: /Inputs/basic-lto.macho.x86_64.o: 42 CHECK-ARCHIVE: trying to open {{.*}}basic-archive.macho.x86_64'
|
/external/libcxx/test/std/re/re.regex/re.regex.const/ |
D | constants.pass.cpp | 44 static_assert((BR::basic == std::regex_constants::basic), ""); in test() 54 where(BR::basic); in test()
|
/external/clang/test/ |
D | cxx-sections.data | 51 3 [basic] 52 3.1 [basic.def] 53 3.2 [basic.def.odr] 54 3.3 [basic.scope] 55 3.3.1 [basic.scope.declarative] 56 3.3.2 [basic.scope.pdecl] 57 3.3.3 [basic.scope.local] 58 3.3.4 [basic.scope.proto] 59 3.3.5 [basic.funscope] 60 3.3.6 [basic.scope.namespace] [all …]
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 45 m_data.basic.type = basicType; in VarType() 46 m_data.basic.precision = precision; in VarType() 95 case TYPE_BASIC: return glu::getDataTypeScalarSize(m_data.basic.type); in getScalarSize() 120 return m_data.basic.type == other.m_data.basic.type && in operator ==() 121 m_data.basic.precision == other.m_data.basic.precision; in operator ==()
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/ |
D | auth.basic.txt | 1 :mod:`paste.auth.basic` -- Basic HTTP authentication 4 .. automodule:: paste.auth.basic
|
/external/valgrind/massif/tests/ |
D | Makefile.am | 9 basic.post.exp basic.stderr.exp basic.vgtest \ 54 basic \ program
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.geometry_shading.txt | 56 basic.* tests test basic geometry shader usage: output_* cases emit 59 lookup. basic.point_size, basic.primitive_id_in[_restarted] and 60 basic.primitive_id cases test functionality of a corresponding built-in 91 geometry[_output_different]_N_invocations cases test basic geometry shader
|
/external/deqp/android/cts/master/ |
D | gles31-multisample.txt | 149 dEQP-GLES31.functional.blend_equation_advanced.basic.multiply 150 dEQP-GLES31.functional.blend_equation_advanced.basic.screen 151 dEQP-GLES31.functional.blend_equation_advanced.basic.overlay 152 dEQP-GLES31.functional.blend_equation_advanced.basic.darken 153 dEQP-GLES31.functional.blend_equation_advanced.basic.lighten 154 dEQP-GLES31.functional.blend_equation_advanced.basic.colordodge 155 dEQP-GLES31.functional.blend_equation_advanced.basic.colorburn 156 dEQP-GLES31.functional.blend_equation_advanced.basic.hardlight 157 dEQP-GLES31.functional.blend_equation_advanced.basic.softlight 158 dEQP-GLES31.functional.blend_equation_advanced.basic.difference [all …]
|
/external/llvm/test/Transforms/SCCP/ |
D | apint-basictest3.ll | 1 ; This is a basic sanity check for constant propagation. It tests the basic
|
D | apint-basictest4.ll | 1 ; This is a basic sanity check for constant propagation. It tests the basic
|
/external/clang/test/SemaTemplate/ |
D | temp_arg_nontype.cpp | 283 class basic; 289 class basic class 292 basic() in basic() function in PR10579::fcppt::container::bitfield::basic 318 typedef fcppt::container::bitfield::basic< in main()
|
/external/proguard/build/ |
D | makefile | 49 all: basic options 50 basic: proguard proguardgui retrace target 108 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONA…
|