| /external/guava/guava-tests/test/com/google/common/cache/ |
| D | CacheBuilderSpecTest.java | 38 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/ |
| D | CacheBuilderSpec.java | 85 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() 331 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong() 343 protected void parseLong(CacheBuilderSpec spec, long value) { in parseLong() 355 protected void parseInteger(CacheBuilderSpec spec, int value) { in parseInteger() [all …]
|
| /external/selinux/libselinux/src/ |
| D | label_file.h | 19 struct spec { struct 33 char from_mmap; /* this spec is from an mmap of the data */ argument 69 static inline pcre_extra *get_pcre_extra(struct spec *spec) in get_pcre_extra() 134 static inline void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars() 178 struct spec spec; in sort_specs() local
|
| D | label_db.c | 71 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 320 spec_t *spec = &catalog->specs[i]; in db_init() local
|
| D | label_x.c | 23 typedef struct spec { struct 28 } spec_t; argument 178 struct spec *spec, *spec_arr = data->spec_arr; in close() local
|
| D | label_media.c | 22 typedef struct spec { struct 26 } spec_t; argument 151 struct spec *spec, *spec_arr = data->spec_arr; in close() local
|
| /external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
| D | RegisterSpecSet.java | 91 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/ |
| D | label_file.c | 26 typedef struct spec { struct 38 } spec_t; argument 186 static void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars() 228 static int compile_regex(struct saved_data *data, spec_t *spec, const char **errbuf) in compile_regex() 546 struct spec *spec; in closef() local 667 spec_t *spec; in lookup() local
|
| /external/deqp/modules/egl/ |
| D | teglGLES2SharingTests.cpp | 115 …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 …]
|
| D | teglMemoryStressTests.cpp | 344 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/jpeg/ |
| D | jmemdos.c | 338 XMSspec spec; in read_xms_store() local 371 XMSspec spec; in write_xms_store() local 472 #define FIELD_AT(spec,offset,type) (*((type *) &(spec.bytes[offset]))) argument 473 #define SRC_TYPE(spec) FIELD_AT(spec,4,char) argument 474 #define SRC_HANDLE(spec) FIELD_AT(spec,5,EMSH) argument 475 #define SRC_OFFSET(spec) FIELD_AT(spec,7,unsigned short) argument 476 #define SRC_PAGE(spec) FIELD_AT(spec,9,unsigned short) argument 477 #define SRC_PTR(spec) FIELD_AT(spec,7,EMSPTR) argument 478 #define DST_TYPE(spec) FIELD_AT(spec,11,char) argument 479 #define DST_HANDLE(spec) FIELD_AT(spec,12,EMSH) argument [all …]
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fVertexArrayTest.cpp | 99 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/src/test/java/com/xtremelabs/robolectric/shadows/ |
| D | TabSpecTest.java | 33 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/guava/guava-tests/test/com/google/common/net/ |
| D | HostSpecifierTest.java | 86 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/valgrind/gdbserver_tests/ |
| D | sleepers.c | 60 struct spec { struct 73 struct spec* s = (struct spec*)v; in sleeper_or_burner() argument
|
| /external/bison/lib/ |
| D | error.h | 29 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) argument 31 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ argument
|
| D | vasnprintf.h | 33 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) argument 35 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ argument
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fVertexArrayTest.cpp | 98 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/ |
| D | ECKeySpec.java | 11 private ECParameterSpec spec; field in ECKeySpec 14 ECParameterSpec spec) in ECKeySpec()
|
| /external/lldb/include/lldb/Core/ |
| D | ModuleSpec.h | 481 Append (const ModuleSpec &spec) in Append() 521 for (auto spec: m_specs) in FindMatchingModuleSpec() local 534 for (auto spec: m_specs) in FindMatchingModuleSpec() local 553 for (auto spec: m_specs) in FindMatchingModuleSpecs() local 563 for (auto spec: m_specs) in FindMatchingModuleSpecs() local 577 for (auto spec: m_specs) in Dump() local
|
| /external/mesa3d/src/mesa/main/ |
| D | remap.c | 88 _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/doclava/src/com/google/doclava/ |
| D | SinceTagger.java | 140 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/emma/ant/ant14/com/vladium/emma/instr/ |
| D | FilterCfg.java | 49 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
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fAtomicCounterTests.cpp | 154 …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/dexmaker/src/main/java/com/google/dexmaker/ |
| D | Local.java | 28 private RegisterSpec spec; field in Local 57 RegisterSpec spec() { in spec() method in Local
|