Home
last modified time | relevance | path

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

12345678910>>...13

/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/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/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpecSet.java91 RegisterSpec spec = specs[i]; in hashCode() local
109 RegisterSpec spec = specs[i]; in toString() local
184 public RegisterSpec get(RegisterSpec spec) { in get()
197 public RegisterSpec findMatchingLocal(RegisterSpec spec) { in findMatchingLocal()
226 RegisterSpec spec = specs[reg]; in localItemToSpec() local
262 public void put(RegisterSpec spec) { in put()
301 RegisterSpec spec = set.get(i); in putAll() local
330 RegisterSpec spec = specs[i]; in intersect() local
361 RegisterSpec spec = specs[i]; in withOffset() local
386 RegisterSpec spec = specs[i]; in mutableCopy() local
/external/libselinux/src/
Dlabel_file.h28 struct spec { struct
42 char from_mmap; /* this spec is from an mmap of the data */ argument
65 * The array of specifications, initially in the same order as in argument
81 static inline pcre_extra *get_pcre_extra(struct spec *spec) in get_pcre_extra()
146 static inline void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars()
191 struct spec spec; in sort_specs() local
330 static inline int compile_regex(struct saved_data *data, struct spec *spec, in compile_regex()
/external/selinux/libselinux/src/
Dlabel_file.h25 struct spec { struct
39 char from_mmap; /* this spec is from an mmap of the data */ argument
62 * The array of specifications, initially in the same order as in argument
78 static inline pcre_extra *get_pcre_extra(struct spec *spec) in get_pcre_extra()
143 static inline void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars()
188 struct spec spec; in sort_specs() local
327 static inline int compile_regex(struct saved_data *data, struct spec *spec, in compile_regex()
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
333 spec_t *spec = &catalog->specs[i]; in db_init() local
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
Dlabel_android_property.c17 typedef struct spec { struct
34 const struct spec *sp1 = A, *sp2 = B; in cmp() argument
220 struct spec *spec; in closef() 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/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 …]
Des2fDrawTests.cpp54 gls::DrawTestSpec spec(baseSpec); in addTestIterations() local
71 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) in genBasicSpec()
144 gls::DrawTestSpec spec; in init() local
179 gls::DrawTestSpec spec; in init() local
225 gls::DrawTestSpec spec; in init() local
328 gls::DrawTestSpec spec; in init() local
397 gls::DrawTestSpec spec; in init() local
595 gls::DrawTestSpec spec; in init() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTabSpecTest.java33 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo"); in shouldGetAndSetTheIndicator() local
42 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo"); in shouldGetAndSetTheIntentContent() local
53 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo") in shouldGetAndSetTheIndicatorLabel() local
61 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo") in shouldGetAndSetTheIndicatorLabelAndIcon() local
/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/valgrind/gdbserver_tests/
Dsleepers.c62 struct spec { struct
75 struct spec* s = (struct spec*)v; in sleeper_or_burner() argument
/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/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/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp154 …omicCounterTest (Context& context, const char* name, const char* description, const TestSpec& spec) in AtomicCounterTest()
172 string AtomicCounterTest::generateShaderSource (const TestSpec& spec) in generateShaderSource()
712 …<deUint32>& increments, const vector<deUint32>& decrements, int initialValue, const TestSpec& spec) in checkPath()
1050 string specToTestName (const AtomicCounterTest::TestSpec& spec) in specToTestName()
1061 string specToTestDescription (const AtomicCounterTest::TestSpec& spec) in specToTestDescription()
1359 AtomicCounterTest::TestSpec spec; in AtomicCounterTests() local
1437 AtomicCounterTest::TestSpec spec; in AtomicCounterTests() local
1460 AtomicCounterTest::TestSpec spec; in AtomicCounterTests() local
1474 AtomicCounterTest::TestSpec spec; in AtomicCounterTests() local
1488 AtomicCounterTest::TestSpec spec; in AtomicCounterTests() local
[all …]
/external/doclava/src/com/google/doclava/
DSinceTagger.java140 private void versionClass(String versionName, ClassInfo spec, ClassInfo doc) { in versionClass()
156 private void versionConstructors(String versionName, ClassInfo spec, ClassInfo doc) { in versionConstructors()
179 private void versionFields(String versionName, ClassInfo spec, ClassInfo doc) { in versionFields()
202 private void versionMethods(String versionName, ClassInfo spec, ClassInfo doc) { in versionMethods()
/external/bison/lib/
Derror.h29 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) argument
31 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ argument
Dvasnprintf.h33 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) argument
35 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ argument
/external/mesa3d/src/mesa/main/
Dremap.c88 _mesa_map_function_spec(const char *spec) in _mesa_map_function_spec()
136 const char *spec; in _mesa_map_function_array() local
202 const char *spec; in _mesa_do_init_remap_table() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
DECKeySpec.java11 private ECParameterSpec spec; field in ECKeySpec
14 ECParameterSpec spec) in ECKeySpec()
/external/emma/ant/ant14/com/vladium/emma/instr/
DFilterCfg.java49 final String spec = specs [i]; in setValue() local
77 final String spec = specs [i]; in setIncludes() local
99 final String spec = specs [i]; in setExcludes() local

12345678910>>...13