Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 25 of 686) sorted by relevance

12345678910>>...28

/external/deqp/android/cts/master/src/
Dgles31-hw-issues.txt35 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/
Dbasic.pass.cpp40 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/
Dbasic.pass.cpp40 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/
Dbasic.c59 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/
Dsyntax_option_type.pass.cpp42 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/
Des3fRasterizerDiscardTests.cpp434 …tcu::TestCaseGroup* basic = new tcu::TestCaseGroup(m_testCtx, "basic", "Rasterizer discard test fo… in init() local
438 addChild(basic); in init()
444basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_points", "points", 4, CASE_… in init()
445basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WR… in init()
446basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4,… in init()
447basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, C… in init()
448basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangles", "triangles", 4, C… in init()
449basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_strip", "triangle_stri… in init()
450basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_fan", "triangle_fan", … in init()
452basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_points", "points", 4, CASE… in init()
[all …]
/external/llvm/docs/HistoricalNotes/
D2002-05-12-InstListChange.txt10 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
D2003-06-25-Reoptimizer1.txt17 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/
Dptr_flg.pass.cpp30 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()
Dptr_size_flg.pass.cpp31 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()
Dil_flg.pass.cpp40 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()
Dstring_flg.pass.cpp32 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()
Diter_iter_flg.pass.cpp40 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/
Ddebug-map-parsing.test1 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/
Dconstants.pass.cpp44 static_assert((BR::basic == std::regex_constants::basic), ""); in test()
54 where(BR::basic); in test()
/external/clang/test/
Dcxx-sections.data51 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/
DgluVarType.cpp45 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/
Dauth.basic.txt1 :mod:`paste.auth.basic` -- Basic HTTP authentication
4 .. automodule:: paste.auth.basic
/external/valgrind/massif/tests/
DMakefile.am9 basic.post.exp basic.stderr.exp basic.vgtest \
54 basic \ program
/external/deqp/doc/testspecs/GLES31/
Dfunctional.geometry_shading.txt56 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/
Dgles31-multisample.txt149 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/
Dapint-basictest3.ll1 ; This is a basic sanity check for constant propagation. It tests the basic
Dapint-basictest4.ll1 ; This is a basic sanity check for constant propagation. It tests the basic
/external/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp283 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/
Dmakefile49 all: basic options
50 basic: proguard proguardgui retrace target
108 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONA…

12345678910>>...28