Searched refs:basic (Results 1 - 25 of 197) sorted by relevance

12345678

/external/python/cpython3/Lib/test/test_import/data/circular_imports/
H A Dbasic2.py1 from . import basic namespace
H A Dindirect.py1 from . import basic, basic2 namespace
/external/llvm/docs/_themes/llvm-theme/
H A Dtheme.conf2 inherit = basic
/external/deqp/android/cts/master/src/
H A Dvk-waivers.txt13 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
14 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_clamp_to_edge_repeat
15 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_repeat
16 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_repeat_mirrored_repeat
17 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_clamp_to_edge
18 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_mirrored_repeat_clamp_to_edge
19 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_repeat
20 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_clamp_to_edge_repeat
21 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_repeat
22 dEQP-VK.glsl.texture_gather.basic
[all...]
/external/deqp/external/vulkancts/mustpass/1.1.0/src/
H A Dwaivers.txt13 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
14 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_clamp_to_edge_repeat
15 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_repeat
16 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_repeat_mirrored_repeat
17 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_clamp_to_edge
18 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_mirrored_repeat_clamp_to_edge
19 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_repeat
20 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_clamp_to_edge_repeat
21 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_repeat
22 dEQP-VK.glsl.texture_gather.basic
[all...]
/external/valgrind/helgrind/tests/
H A Dshmem_abits.stderr.exp0 basic heap test
/external/curl/docs/cmdline-opts/
H A Dbasic.d1 Long: basic
3 See-also: proxy-basic
H A Dproxy-basic.d1 Long: proxy-basic
6 proxy. Use --basic for enabling HTTP Basic with a remote host. Basic is the
H A Dproxy-digest.d3 See-also: proxy proxy-anyauth proxy-basic
/external/libcxx/test/std/re/re.regex/re.regex.construct/
H A Dptr_flg.pass.cpp31 test("\\(a\\)", std::regex_constants::basic, 1);
32 test("\\(a[bc]\\)", std::regex_constants::basic, 1);
33 test("\\(a\\([bc]\\)\\)", std::regex_constants::basic, 2);
34 test("(a([bc]))", std::regex_constants::basic, 0);
H A Dptr_size_flg.pass.cpp32 test("\\(a\\)", 5, std::regex_constants::basic, 1);
33 test("\\(a[bc]\\)", 9, std::regex_constants::basic, 1);
34 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::basic, 2);
35 test("(a([bc]))", 9, std::regex_constants::basic, 0);
H A Dil_flg.pass.cpp40 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::basic, 1);
41 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::basic, 1);
42 test({'\\', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::basic, 2);
43 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::basic, 0);
H A Dstring_flg.pass.cpp33 test(std::string("\\(a\\)"), std::regex_constants::basic, 1); member in class:std::regex_constants
34 test(std::string("\\(a[bc]\\)"), std::regex_constants::basic, 1); member in class:std::regex_constants
35 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::basic, 2); member in class:std::regex_constants
36 test(std::string("(a([bc]))"), std::regex_constants::basic, 0); member in class:std::regex_constants
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
H A DAccessibleInstantiator.java16 package org.objenesis.instantiator.basic;
H A DNullInstantiator.java16 package org.objenesis.instantiator.basic;
H A DFailingInstantiator.java16 package org.objenesis.instantiator.basic;
/external/clang/test/SemaTemplate/
H A Dlookup-dependent-bases.cpp3 namespace basic { namespace
/external/objenesis/main/src/test/java/org/objenesis/instantiator/basic/
H A DProxyingInstantiatorTest.java16 package org.objenesis.instantiator.basic;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCredentials.java27 public static String basic(String userName, String password) { method in class:Credentials
/external/libcxx/test/std/re/re.regex/re.regex.const/
H A Dconstants.pass.cpp22 // static constexpr regex_constants::syntax_option_type basic = regex_constants::basic;
45 static_assert((BR::basic == std::regex_constants::basic), "");
55 where(BR::basic);
/external/dng_sdk/source/
H A Ddng_preview.h49 dng_basic_tag_set &basic,
77 dng_basic_tag_set &basic,
117 dng_basic_tag_set &basic,
159 dng_basic_tag_set &basic,
197 dng_basic_tag_set &basic,
/external/libcxx/test/std/re/re.alg/re.alg.match/
H A Dbasic.pass.cpp42 assert(std::regex_match(s, m, std::regex("a", std::regex_constants::basic)));
58 assert(std::regex_match(s, m, std::regex("ab", std::regex_constants::basic)));
73 assert(!std::regex_match(s, m, std::regex("ba", std::regex_constants::basic)));
80 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::basic)));
86 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::basic),
93 assert(!std::regex_match(s, m, std::regex("bc", std::regex_constants::basic)));
99 assert(std::regex_match(s, m, std::regex("ab*c", std::regex_constants::basic)));
114 assert(std::regex_match(s, m, std::regex("\\(ab\\)*c", std::regex_constants::basic)));
133 std::regex_constants::basic)));
139 assert(std::regex_match(s, m, std::regex("^abc", std::regex_constants::basic)));
684 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
1352 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::basic); member in class:std::regex_constants
[all...]
/external/valgrind/massif/tests/
H A Dbasic2.post.exp2 Command: ./basic
46 ->98.04% (3,600B) 0x........: main (basic.c:14)
53 ->98.04% (7,600B) 0x........: main (basic.c:14)
60 ->98.04% (10,800B) 0x........: main (basic.c:14)
67 ->98.04% (14,400B) 0x........: main (basic.c:14)
74 ->98.04% (11,200B) 0x........: main (basic.c:14)
81 ->98.04% (8,000B) 0x........: main (basic.c:14)
88 ->98.04% (4,800B) 0x........: main (basic.c:14)
95 ->98.04% (1,600B) 0x........: main (basic.c:14)
/external/libcxx/test/std/re/re.const/re.synopt/
H A Dsyntax_option_type.pass.cpp23 // basic = unspecified,
43 assert(std::regex_constants::basic != 0);
53 assert((std::regex_constants::icase & std::regex_constants::basic) == 0);
62 assert((std::regex_constants::nosubs & std::regex_constants::basic) == 0);
70 assert((std::regex_constants::optimize & std::regex_constants::basic) == 0);
77 assert((std::regex_constants::collate & std::regex_constants::basic) == 0);
83 assert((std::regex_constants::ECMAScript & std::regex_constants::basic) == 0);
89 assert((std::regex_constants::basic & std::regex_constants::extended) == 0);
90 assert((std::regex_constants::basic & std::regex_constants::awk) == 0);
91 assert((std::regex_constants::basic
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A DHelloWorld.java17 package com.google.clearsilver.jsilver.examples.basic;

Completed in 1500 milliseconds

12345678