Home
last modified time | relevance | path

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

12345678910>>...34

/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/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/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/python/cpython3/Modules/
D_testmultiphase.c419 PyInit__testmultiphase(PyObject *spec) in PyInit__testmultiphase()
432 createfunc_nonmodule(PyObject *spec, PyModuleDef *def) in createfunc_nonmodule()
467 PyInit__testmultiphase_nonmodule(PyObject *spec) in PyInit__testmultiphase_nonmodule()
497 PyInit__testmultiphase_nonmodule_with_methods(PyObject *spec) in PyInit__testmultiphase_nonmodule_with_methods()
517 PyInitU__testmultiphase_zkouka_naten_evc07gi8e(PyObject *spec) in PyInitU__testmultiphase_zkouka_naten_evc07gi8e()
535 PyInitU_eckzbwbhc6jpgzcx415x(PyObject *spec) in PyInitU_eckzbwbhc6jpgzcx415x()
543 PyInit_x(PyObject *spec) in PyInit_x()
554 PyInit__testmultiphase_null_slots(PyObject *spec) in PyInit__testmultiphase_null_slots()
570 PyInit__testmultiphase_bad_slot_large(PyObject *spec) in PyInit__testmultiphase_bad_slot_large()
584 PyInit__testmultiphase_bad_slot_negative(PyObject *spec) in PyInit__testmultiphase_bad_slot_negative()
[all …]
/external/guava/guava/src/com/google/common/cache/
DCacheBuilderSpec.java84 void parse(CacheBuilderSpec spec, String key, @Nullable String value); in parse()
136 CacheBuilderSpec spec = new CacheBuilderSpec(cacheBuilderSpecification); in parse() local
287 protected abstract void parseInteger(CacheBuilderSpec spec, int value); in parseInteger()
290 public void parse(CacheBuilderSpec spec, String key, String value) { in parse()
303 protected abstract void parseLong(CacheBuilderSpec spec, long value); in parseLong()
306 public void parse(CacheBuilderSpec spec, String key, String value) { in parse()
320 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
332 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
343 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
354 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger()
[all …]
/external/guava/android/guava/src/com/google/common/cache/
DCacheBuilderSpec.java84 void parse(CacheBuilderSpec spec, String key, @NullableDecl String value); in parse()
136 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/selinux/libselinux/src/
Dlabel_db.c71 typedef struct spec { struct
94 spec_t *spec = &catalog->specs[catalog->nspec]; in process_line() argument
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/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/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/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/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/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/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.cpp30 static void write_quad_generic(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_quad_generic()
77 static void write_2d_color(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_color()
104 static void write_2d_uv(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_uv()
124 static void write_2d_color_uv(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_color_uv()
150 static void write_2d_cov_uv(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_cov_uv()
177 static void write_2d_uv_strict(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_uv_strict()
197 static void write_2d_color_uv_strict(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_color_uv_strict()
223 static void write_2d_cov_uv_strict(GrVertexWriter* vb, const GrQuadPerEdgeAA::VertexSpec& spec, in write_2d_cov_uv_strict()
267 Tessellator::WriteQuadProc Tessellator::GetWriteQuadProc(const VertexSpec& spec) { in GetWriteQuadProc()
304 Tessellator::Tessellator(const VertexSpec& spec, char* vertices) in Tessellator()
[all …]
/external/llvm-project/flang/lib/Semantics/
Dcheck-io.cpp91 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter()
98 void IoChecker::Enter(const parser::ConnectSpec::CharExpr &spec) { in Enter()
173 void IoChecker::Enter(const parser::ConnectSpec::Recl &spec) { in Enter()
202 void IoChecker::Enter(const parser::Format &spec) { in Enter()
278 void IoChecker::Enter(const parser::IdVariable &spec) { in Enter()
294 void IoChecker::Enter(const parser::InputItem &spec) { in Enter()
303 void IoChecker::Enter(const parser::InquireSpec &spec) { in Enter()
310 void IoChecker::Enter(const parser::InquireSpec::CharVar &spec) { in Enter()
398 void IoChecker::Enter(const parser::InquireSpec::IntVar &spec) { in Enter()
426 void IoChecker::Enter(const parser::InquireSpec::LogVar &spec) { in Enter()
[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/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/c/experimental/saved_model/internal/
Dtensor_spec.cc24 TF_DataType TF_TensorSpecDataType(const TF_TensorSpec* spec) { in TF_TensorSpecDataType()
28 const TF_Shape* TF_TensorSpecShape(const TF_TensorSpec* spec) { in TF_TensorSpecShape()

12345678910>>...34