Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/external/catch2/projects/SelfTest/IntrospectiveTests/
DCmdLine.tests.cpp31 TestSpec spec; variable
38 TestSpec spec = parseTestSpec( "" ); variable
45 TestSpec spec = parseTestSpec( "," ); variable
52 TestSpec spec = parseTestSpec( "b" ); variable
59 TestSpec spec = parseTestSpec( "\"b\"" ); variable
66 TestSpec spec = parseTestSpec( "b" ); variable
74 TestSpec spec = parseTestSpec( "*spaces" ); variable
83 TestSpec spec = parseTestSpec( "long*" ); variable
92 TestSpec spec = parseTestSpec( "*name*" ); variable
101 TestSpec spec = parseTestSpec( "*a" ); variable
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderSpecTest.java36 CacheBuilderSpec spec = parse(""); in testParse_empty() local
49 CacheBuilderSpec spec = parse("initialCapacity=10"); in testParse_initialCapacity() local
71 CacheBuilderSpec spec = parse("maximumSize=9000"); in testParse_maximumSize() local
92 CacheBuilderSpec spec = parse("maximumWeight=9000"); in testParse_maximumWeight() local
121 CacheBuilderSpec spec = parse("concurrencyLevel=32"); in testParse_concurrencyLevel() local
143 CacheBuilderSpec spec = parse("weakKeys"); in testParse_weakKeys() local
172 CacheBuilderSpec spec = parse("softValues"); in testParse_softValues() local
193 CacheBuilderSpec spec = parse("weakValues"); in testParse_weakValues() local
240 CacheBuilderSpec spec = parse("expireAfterWrite=10d"); in testParse_writeExpirationDays() local
255 CacheBuilderSpec spec = parse("expireAfterWrite=150h"); in testParse_writeExpirationHours() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderSpecTest.java36 CacheBuilderSpec spec = parse(""); in testParse_empty() local
49 CacheBuilderSpec spec = parse("initialCapacity=10"); in testParse_initialCapacity() local
71 CacheBuilderSpec spec = parse("maximumSize=9000"); in testParse_maximumSize() local
92 CacheBuilderSpec spec = parse("maximumWeight=9000"); in testParse_maximumWeight() local
121 CacheBuilderSpec spec = parse("concurrencyLevel=32"); in testParse_concurrencyLevel() local
143 CacheBuilderSpec spec = parse("weakKeys"); in testParse_weakKeys() local
172 CacheBuilderSpec spec = parse("softValues"); in testParse_softValues() local
193 CacheBuilderSpec spec = parse("weakValues"); in testParse_weakValues() local
240 CacheBuilderSpec spec = parse("expireAfterWrite=10d"); in testParse_writeExpirationDays() local
255 CacheBuilderSpec spec = parse("expireAfterWrite=150h"); in testParse_writeExpirationHours() local
[all …]
/external/python/cpython3/Modules/
D_testmultiphase.c449 PyInit__testmultiphase(PyObject *spec) in PyInit__testmultiphase()
459 createfunc_nonmodule(PyObject *spec, PyModuleDef *def) in createfunc_nonmodule()
494 PyInit__testmultiphase_nonmodule(PyObject *spec) in PyInit__testmultiphase_nonmodule()
524 PyInit__testmultiphase_nonmodule_with_methods(PyObject *spec) in PyInit__testmultiphase_nonmodule_with_methods()
544 PyInitU__testmultiphase_zkouka_naten_evc07gi8e(PyObject *spec) in PyInitU__testmultiphase_zkouka_naten_evc07gi8e()
562 PyInitU_eckzbwbhc6jpgzcx415x(PyObject *spec) in PyInitU_eckzbwbhc6jpgzcx415x()
570 PyInit_x(PyObject *spec) in PyInit_x()
581 PyInit__testmultiphase_null_slots(PyObject *spec) in PyInit__testmultiphase_null_slots()
597 PyInit__testmultiphase_bad_slot_large(PyObject *spec) in PyInit__testmultiphase_bad_slot_large()
611 PyInit__testmultiphase_bad_slot_negative(PyObject *spec) in PyInit__testmultiphase_bad_slot_negative()
[all …]
/external/guava/android/guava/src/com/google/common/cache/
DCacheBuilderSpec.java87 void parse(CacheBuilderSpec spec, String key, @CheckForNull String value); in parse()
139 CacheBuilderSpec spec = new CacheBuilderSpec(cacheBuilderSpecification); in parse() local
291 protected abstract void parseInteger(CacheBuilderSpec spec, int value); in parseInteger()
294 public void parse(CacheBuilderSpec spec, String key, @Nullable String value) { in parse()
309 protected abstract void parseLong(CacheBuilderSpec spec, long value); in parseLong()
312 public void parse(CacheBuilderSpec spec, String key, @Nullable String value) { in parse()
328 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
340 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
351 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
362 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
[all …]
/external/guava/guava/src/com/google/common/cache/
DCacheBuilderSpec.java87 void parse(CacheBuilderSpec spec, String key, @CheckForNull String value); in parse()
139 CacheBuilderSpec spec = new CacheBuilderSpec(cacheBuilderSpecification); in parse() local
291 protected abstract void parseInteger(CacheBuilderSpec spec, int value); in parseInteger()
294 public void parse(CacheBuilderSpec spec, String key, @Nullable String value) { in parse()
309 protected abstract void parseLong(CacheBuilderSpec spec, long value); in parseLong()
312 public void parse(CacheBuilderSpec spec, String key, @Nullable String value) { in parse()
328 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
340 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
351 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
362 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
[all …]
/external/python/setuptools/pkg_resources/_vendor/importlib_resources/
D_compat.py37 def __init__(self, spec): argument
47 def _zip_reader(spec): argument
51 def _namespace_reader(spec): argument
55 def _available_reader(spec): argument
59 def _native_reader(spec): argument
63 def _file_reader(spec): argument
/external/python/setuptools/setuptools/_vendor/importlib_resources/
D_compat.py37 def __init__(self, spec): argument
47 def _zip_reader(spec): argument
51 def _namespace_reader(spec): argument
55 def _available_reader(spec): argument
59 def _native_reader(spec): argument
63 def _file_reader(spec): argument
/external/selinux/libselinux/src/
Dlabel_db.c71 typedef struct spec { struct
94 spec_t *spec = &catalog->specs[catalog->nspec]; in process_line() local
178 spec_t *spec; in db_close() local
197 spec_t *spec; in db_lookup() local
338 spec_t *spec = &catalog->specs[i]; in db_init() local
Dlabel_file.h46 struct spec { struct
57 char from_mmap; /* this spec is from an mmap of the data */ argument
80 * The array of specifications, initially in the same order as in argument
157 static inline void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars()
202 struct spec spec; in sort_specs() local
347 static inline int compile_regex(struct spec *spec, const char **errbuf) in compile_regex()
Dlabel_x.c23 typedef struct spec { struct
28 } spec_t; argument
182 struct spec *spec, *spec_arr = data->spec_arr; in close() local
/external/openscreen/third_party/mozilla/
Durl_parse.cc56 int FindNextAuthorityTerminator(const char* spec, in FindNextAuthorityTerminator()
66 void ParseUserInfo(const char* spec, in ParseUserInfo()
87 void ParseServerInfo(const char* spec, in ParseServerInfo()
136 void DoParseAuthority(const char* spec, in DoParseAuthority()
171 inline void FindQueryAndRefParts(const char* spec, in FindQueryAndRefParts()
195 void ParsePath(const char* spec, in ParsePath()
283 void DoParseAfterScheme(const char* spec, in DoParseAfterScheme()
314 void DoParseStandardURL(const char* spec, int spec_len, Parsed* parsed) { in DoParseStandardURL()
334 void DoParseFileSystemURL(const char* spec, int spec_len, Parsed* parsed) { in DoParseFileSystemURL()
449 void DoParsePathURL(const char* spec, in DoParsePathURL()
[all …]
/external/conscrypt/benchmark-graphs/src/main/resources/json/templates/
DSslEngineBenchmark.json4 "spec": { object
12 "spec": { object
29 "spec": { object
48 "spec": { object
56 "spec": { object
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp284 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
311 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
343 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
376 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
402 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
433 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
466 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
498 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
528 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
563 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
[all …]
/external/deqp/modules/egl/
DteglGLES2SharingTests.cpp115 …SharingTest (EglTestContext& eglTestCtx, const char* name , const char* desc, const TestSpec& spec) in GLES2SharingTest()
309 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2BufferSharingTest()
483 …Context& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec, … in GLES2TextureSharingTest()
704 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2ProgramSharingTest()
856 …Ctx, const char* name, const char* desc, GLenum shaderType, const GLES2SharingTest::TestSpec& spec) in GLES2ShaderSharingTest()
1142 GLES2SharingTest::TestSpec spec; in init() local
1155 GLES2SharingTest::TestSpec spec; in init() local
1173 GLES2SharingTest::TestSpec spec; in init() local
1186 GLES2SharingTest::TestSpec spec; in init() local
1199 GLES2SharingTest::TestSpec spec; in init() local
[all …]
DteglMemoryStressTests.cpp344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const … in MemoryStressCase()
476 MemoryStressCase::Spec spec; in init() local
490 MemoryStressCase::Spec spec; in init() local
504 MemoryStressCase::Spec spec; in init() local
518 MemoryStressCase::Spec spec; in init() local
532 MemoryStressCase::Spec spec; in init() local
546 MemoryStressCase::Spec spec; in init() local
560 MemoryStressCase::Spec spec; in init() local
574 MemoryStressCase::Spec spec; in init() local
588 MemoryStressCase::Spec spec; in init() local
[all …]
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DAeadCipherTest.java100 AlgorithmParameterSpec spec = newParamSpec(); in testUpdateAAD_Twice() local
124 AlgorithmParameterSpec spec = newParamSpec(); in testUpdateAAD_ByteBuffer() local
160 AlgorithmParameterSpec spec = newParamSpec(); in testUpdateAAD_ByteBuffer_MultipleUpdates() local
203 AlgorithmParameterSpec spec = newParamSpec(); in testUpdateAAD_ByteBuffer_MixedCalls() local
245 AlgorithmParameterSpec spec = newParamSpec(); in testUpdateAAD_ByteBuffer_Unequal() local
284 AlgorithmParameterSpec spec = newParamSpec(); in testReuse() local
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DAeadCipherTest.java96 AlgorithmParameterSpec spec = newParamSpec(); in testUpdateAAD_Twice() local
120 AlgorithmParameterSpec spec = newParamSpec(); in testUpdateAAD_ByteBuffer() local
156 AlgorithmParameterSpec spec = newParamSpec(); in testUpdateAAD_ByteBuffer_MultipleUpdates() local
199 AlgorithmParameterSpec spec = newParamSpec(); in testUpdateAAD_ByteBuffer_MixedCalls() local
241 AlgorithmParameterSpec spec = newParamSpec(); in testUpdateAAD_ByteBuffer_Unequal() local
280 AlgorithmParameterSpec spec = newParamSpec(); in testReuse() local
/external/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp39 const VertexSpec& spec, in write_quad_generic()
90 const VertexSpec& spec, in write_2d_color()
122 const VertexSpec& spec, in write_2d_uv()
149 const VertexSpec& spec, in write_2d_color_uv()
181 const VertexSpec& spec, in write_2d_cov_uv()
215 const VertexSpec& spec, in write_2d_uv_strict()
243 const VertexSpec& spec, in write_2d_color_uv_strict()
276 const VertexSpec& spec, in write_2d_cov_uv_strict()
325 Tessellator::WriteQuadProc Tessellator::GetWriteQuadProc(const VertexSpec& spec) { in GetWriteQuadProc()
362 Tessellator::Tessellator(const VertexSpec& spec, char* vertices) in Tessellator()
[all …]
/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp99 MultiVertexArrayTest::Spec spec; in init() local
169 MultiVertexArrayTest::Spec spec; in init() local
240 MultiVertexArrayTest::Spec spec; in init() local
308 MultiVertexArrayTest::Spec spec; in init() local
371 MultiVertexArrayTest::Spec spec; in init() local
436 MultiVertexArrayTest::Spec spec; in init() local
507 std::string MultiVertexArrayCountTests::getTestName (const MultiVertexArrayTest::Spec& spec) in getTestName()
523 MultiVertexArrayTest::Spec spec; in init() local
577 std::string MultiVertexArrayStorageTests::getTestName (const MultiVertexArrayTest::Spec& spec) in getTestName()
593 void MultiVertexArrayStorageTests::addStorageCases (MultiVertexArrayTest::Spec spec, int depth) in addStorageCases()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTabSpecTest.java34 TabHost.TabSpec spec = new TabHost(context).newTabSpec("foo"); in shouldGetAndSetTheIndicator() local
43 TabHost.TabSpec spec = new TabHost(context).newTabSpec("foo"); in shouldGetAndSetTheIntentContent() local
52 TabHost.TabSpec spec = in shouldGetAndSetTheIndicatorLabel() local
61 TabHost.TabSpec spec = in shouldGetAndSetTheIndicatorLabelAndIcon() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowTabSpecTest.java34 TabHost.TabSpec spec = new TabHost(context).newTabSpec("foo"); in shouldGetAndSetTheIndicator() local
43 TabHost.TabSpec spec = new TabHost(context).newTabSpec("foo"); in shouldGetAndSetTheIntentContent() local
52 TabHost.TabSpec spec = in shouldGetAndSetTheIndicatorLabel() local
61 TabHost.TabSpec spec = in shouldGetAndSetTheIndicatorLabelAndIcon() local
/external/guava/guava-tests/test/com/google/common/net/
DHostSpecifierTest.java83 private static HostSpecifier spec(String specifier) { in spec() method in HostSpecifierTest
94 private void assertGood(String spec) throws ParseException { in assertGood()
100 private void assertBad(String spec) { in assertBad()
/external/guava/android/guava-tests/test/com/google/common/net/
DHostSpecifierTest.java83 private static HostSpecifier spec(String specifier) { in spec() method in HostSpecifierTest
94 private void assertGood(String spec) throws ParseException { in assertGood()
100 private void assertBad(String spec) { in assertBad()
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp98 MultiVertexArrayTest::Spec spec; in init() local
203 MultiVertexArrayTest::Spec spec; in init() local
306 MultiVertexArrayTest::Spec spec; in init() local
407 MultiVertexArrayTest::Spec spec; in init() local
501 MultiVertexArrayTest::Spec spec; in init() local
617 MultiVertexArrayTest::Spec spec; in init() local
720 std::string MultiVertexArrayCountTests::getTestName (const MultiVertexArrayTest::Spec& spec) in getTestName()
736 MultiVertexArrayTest::Spec spec; in init() local
790 std::string MultiVertexArrayStorageTests::getTestName (const MultiVertexArrayTest::Spec& spec) in getTestName()
806 void MultiVertexArrayStorageTests::addStorageCases (MultiVertexArrayTest::Spec spec, int depth) in addStorageCases()
[all …]

12345678910>>...33