Home
last modified time | relevance | path

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

12345678910>>...25

/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.c250 PyInit__testmultiphase(PyObject *spec) in PyInit__testmultiphase()
263 createfunc_nonmodule(PyObject *spec, PyModuleDef *def) in createfunc_nonmodule()
298 PyInit__testmultiphase_nonmodule(PyObject *spec) in PyInit__testmultiphase_nonmodule()
328 PyInit__testmultiphase_nonmodule_with_methods(PyObject *spec) in PyInit__testmultiphase_nonmodule_with_methods()
348 PyInitU__testmultiphase_zkouka_naten_evc07gi8e(PyObject *spec) in PyInitU__testmultiphase_zkouka_naten_evc07gi8e()
366 PyInitU_eckzbwbhc6jpgzcx415x(PyObject *spec) in PyInitU_eckzbwbhc6jpgzcx415x()
374 PyInit_x(PyObject *spec) in PyInit_x()
385 PyInit__testmultiphase_null_slots(PyObject *spec) in PyInit__testmultiphase_null_slots()
401 PyInit__testmultiphase_bad_slot_large(PyObject *spec) in PyInit__testmultiphase_bad_slot_large()
415 PyInit__testmultiphase_bad_slot_negative(PyObject *spec) in PyInit__testmultiphase_bad_slot_negative()
[all …]
/external/guava/guava/src/com/google/common/cache/
DCacheBuilderSpec.java85 void parse(CacheBuilderSpec spec, String key, @Nullable String value); in parse()
137 CacheBuilderSpec spec = new CacheBuilderSpec(cacheBuilderSpecification); in parse() local
288 protected abstract void parseInteger(CacheBuilderSpec spec, int value); in parseInteger()
291 public void parse(CacheBuilderSpec spec, String key, String value) { in parse()
304 protected abstract void parseLong(CacheBuilderSpec spec, long value); in parseLong()
307 public void parse(CacheBuilderSpec spec, String key, String value) { in parse()
321 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
333 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
344 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
355 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
[all …]
/external/guava/android/guava/src/com/google/common/cache/
DCacheBuilderSpec.java85 void parse(CacheBuilderSpec spec, String key, @NullableDecl String value); in parse()
137 CacheBuilderSpec spec = new CacheBuilderSpec(cacheBuilderSpecification); in parse() local
289 protected abstract void parseInteger(CacheBuilderSpec spec, int value); in parseInteger()
292 public void parse(CacheBuilderSpec spec, String key, String value) { in parse()
305 protected abstract void parseLong(CacheBuilderSpec spec, long value); in parseLong()
308 public void parse(CacheBuilderSpec spec, String key, String value) { in parse()
322 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
334 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
345 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
356 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
[all …]
/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
343 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
183 struct spec *spec, *spec_arr = data->spec_arr; in close() local
/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
432 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
465 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
497 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
527 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
561 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
[all …]
/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/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/python/setuptools/pkg_resources/_vendor/packaging/
Dspecifiers.py82 def __init__(self, spec="", prereleases=None): argument
247 def _compare_equal(self, prospective, spec): argument
250 def _compare_not_equal(self, prospective, spec): argument
253 def _compare_less_than_equal(self, prospective, spec): argument
256 def _compare_greater_than_equal(self, prospective, spec): argument
259 def _compare_less_than(self, prospective, spec): argument
262 def _compare_greater_than(self, prospective, spec): argument
268 def wrapped(self, prospective, spec): argument
387 def _compare_compatible(self, prospective, spec): argument
414 def _compare_equal(self, prospective, spec): argument
[all …]
/external/python/setuptools/setuptools/_vendor/packaging/
Dspecifiers.py82 def __init__(self, spec="", prereleases=None): argument
247 def _compare_equal(self, prospective, spec): argument
250 def _compare_not_equal(self, prospective, spec): argument
253 def _compare_less_than_equal(self, prospective, spec): argument
256 def _compare_greater_than_equal(self, prospective, spec): argument
259 def _compare_less_than(self, prospective, spec): argument
262 def _compare_greater_than(self, prospective, spec): argument
268 def wrapped(self, prospective, spec): argument
387 def _compare_compatible(self, prospective, spec): argument
414 def _compare_equal(self, prospective, spec): argument
[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()
482 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2TextureSharingTest()
644 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2ProgramSharingTest()
796 …Ctx, const char* name, const char* desc, GLenum shaderType, const GLES2SharingTest::TestSpec& spec) in GLES2ShaderSharingTest()
1082 GLES2SharingTest::TestSpec spec; in init() local
1095 GLES2SharingTest::TestSpec spec; in init() local
1113 GLES2SharingTest::TestSpec spec; in init() local
1126 GLES2SharingTest::TestSpec spec; in init() local
1139 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/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp25 static void write_quad_generic(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_quad_generic()
72 static void write_2d_color(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_color()
99 static void write_2d_uv(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_uv()
119 static void write_2d_color_uv(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_color_uv()
145 static void write_2d_cov_uv(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_cov_uv()
172 static void write_2d_uv_strict(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_uv_strict()
192 static void write_2d_color_uv_strict(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_color_uv_strict()
218 static void write_2d_cov_uv_strict(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_cov_uv_strict()
262 Tessellator::WriteQuadProc Tessellator::GetWriteQuadProc(const VertexSpec& spec) { in GetWriteQuadProc()
299 Tessellator::Tessellator(const VertexSpec& spec, char* vertices) in Tessellator()
[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/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/tensorflow/tensorflow/core/framework/
Dop.h228 OpDefBuilderWrapper<true>& Attr(string spec) { in Attr()
232 OpDefBuilderWrapper<true>& Input(string spec) { in Input()
236 OpDefBuilderWrapper<true>& Output(string spec) { in Output()
280 OpDefBuilderWrapper<false>& Attr(StringPiece spec) { return *this; } in Attr()
281 OpDefBuilderWrapper<false>& Input(StringPiece spec) { return *this; } in Input()
282 OpDefBuilderWrapper<false>& Output(StringPiece spec) { return *this; } in Output()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
DECKeySpec.java11 private ECParameterSpec spec; field in ECKeySpec
14 ECParameterSpec spec) in ECKeySpec()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/spec/
DECKeySpec.java13 private ECParameterSpec spec; field in ECKeySpec
16 ECParameterSpec spec) in ECKeySpec()
/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 …]

12345678910>>...25