Home
last modified time | relevance | path

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

12345678910>>...21

/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.java38 CacheBuilderSpec spec = parse(""); in testParse_empty() local
51 CacheBuilderSpec spec = parse("initialCapacity=10"); in testParse_initialCapacity() local
74 CacheBuilderSpec spec = parse("maximumSize=9000"); in testParse_maximumSize() local
96 CacheBuilderSpec spec = parse("maximumWeight=9000"); in testParse_maximumWeight() local
127 CacheBuilderSpec spec = parse("concurrencyLevel=32"); in testParse_concurrencyLevel() local
150 CacheBuilderSpec spec = parse("weakKeys"); in testParse_weakKeys() local
182 CacheBuilderSpec spec = parse("softValues"); in testParse_softValues() local
205 CacheBuilderSpec spec = parse("weakValues"); in testParse_weakValues() local
258 CacheBuilderSpec spec = parse("expireAfterWrite=10d"); in testParse_writeExpirationDays() local
273 CacheBuilderSpec spec = parse("expireAfterWrite=150h"); in testParse_writeExpirationHours() local
[all …]
/external/python/cpython3/Modules/
D_testmultiphase.c247 PyInit__testmultiphase(PyObject *spec) in PyInit__testmultiphase()
260 createfunc_nonmodule(PyObject *spec, PyModuleDef *def) in createfunc_nonmodule()
295 PyInit__testmultiphase_nonmodule(PyObject *spec) in PyInit__testmultiphase_nonmodule()
325 PyInit__testmultiphase_nonmodule_with_methods(PyObject *spec) in PyInit__testmultiphase_nonmodule_with_methods()
345 PyInitU__testmultiphase_zkouka_naten_evc07gi8e(PyObject *spec) in PyInitU__testmultiphase_zkouka_naten_evc07gi8e()
363 PyInitU_eckzbwbhc6jpgzcx415x(PyObject *spec) in PyInitU_eckzbwbhc6jpgzcx415x()
371 PyInit_x(PyObject *spec) in PyInit_x()
382 PyInit__testmultiphase_null_slots(PyObject *spec) in PyInit__testmultiphase_null_slots()
398 PyInit__testmultiphase_bad_slot_large(PyObject *spec) in PyInit__testmultiphase_bad_slot_large()
412 PyInit__testmultiphase_bad_slot_negative(PyObject *spec) in PyInit__testmultiphase_bad_slot_negative()
[all …]
/external/guava/guava/src/com/google/common/cache/
DCacheBuilderSpec.java86 void parse(CacheBuilderSpec spec, String key, @Nullable String value); in parse()
138 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()
332 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong()
344 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() 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.h42 struct spec { struct
53 char from_mmap; /* this spec is from an mmap of the data */ argument
76 * The array of specifications, initially in the same order as in argument
153 static inline void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars()
198 struct spec spec; in sort_specs() local
339 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
Dlabel_media.c22 typedef struct spec { struct
26 } spec_t; argument
156 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
342 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
374 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
400 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
430 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
462 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
493 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
523 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
557 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/deqp/modules/egl/
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 …]
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 …]
/external/tensorflow/tensorflow/core/framework/
Dop.h215 OpDefBuilderWrapper<true>& Attr(string spec) { in Attr()
219 OpDefBuilderWrapper<true>& Input(string spec) { in Input()
223 OpDefBuilderWrapper<true>& Output(string spec) { in Output()
267 OpDefBuilderWrapper<false>& Attr(StringPiece spec) { return *this; } in Attr()
268 OpDefBuilderWrapper<false>& Input(StringPiece spec) { return *this; } in Input()
269 OpDefBuilderWrapper<false>& Output(StringPiece spec) { return *this; } in Output()
/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.java86 private static HostSpecifier spec(String specifier) { in spec() method in HostSpecifierTest
97 private void assertGood(String spec) throws ParseException { in assertGood()
103 private void assertBad(String spec) { in assertBad()
/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 …]
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp158 glu::sl::ShaderCaseSpecification spec; in createTests() local
179 glu::sl::ShaderCaseSpecification spec; in createTests() local
212 glu::sl::ShaderCaseSpecification spec; in createTests() local
233 glu::sl::ShaderCaseSpecification spec; in createTests() local
/external/tensorflow/tensorflow/contrib/specs/python/
Dspecs.py51 def eval_spec(spec, environment=None): argument
79 def create_net_fun(spec, environment=None): argument
106 def create_net(spec, inputs, environment=None): argument
/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 …]
/external/tensorflow/tensorflow/python/framework/
Ddevice.py132 def parse_from_string(self, spec): argument
218 def from_string(spec): argument
241 def check_valid(spec): argument
274 def merge_device(spec): argument
/external/doclava/src/com/google/doclava/
DSinceTagger.java143 private void versionClass(String versionName, ClassInfo spec, ClassInfo doc) { in versionClass()
159 private void versionConstructors(String versionName, ClassInfo spec, ClassInfo doc) { in versionConstructors()
182 private void versionFields(String versionName, ClassInfo spec, ClassInfo doc) { in versionFields()
205 private void versionMethods(String versionName, ClassInfo spec, ClassInfo doc) { in versionMethods()

12345678910>>...21