/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | HttpUrlTest.java | 113 HttpUrl base = HttpUrl.parse("http://host/a/b"); in resolveNoScheme() local 213 private void assertResolveResult(String expected, HttpUrl base, String link) { in assertResolveResult() 220 HttpUrl base = HttpUrl.parse("http://a/"); in resolveUnsupportedScheme() local 228 HttpUrl base = HttpUrl.parse("http://a/"); in resolveSchemeLikePath() local 254 HttpUrl base = HttpUrl.parse("https://a/b/c"); in resolveAuthoritySlashCountDoesntMatterWithDifferentScheme() local 273 HttpUrl base = HttpUrl.parse("http://a/b/c"); in resolveAuthoritySlashCountMattersWithSameScheme() local 603 HttpUrl base = HttpUrl.parse("http://host/a/b/c"); in relativePath() local 625 HttpUrl base = HttpUrl.parse("http://host/a/b/c/"); in relativePathWithTrailingSlash() local 640 HttpUrl base = HttpUrl.parse("http://host/a/b/c"); in pathWithBackslash() local 647 HttpUrl base = HttpUrl.parse("http://host/a/b/c"); in relativePathWithSameScheme() local [all …]
|
/external/libevent/ |
D | event.c | 325 #define EVENT_BASE_ASSERT_LOCKED(base) \ argument 357 gettime(struct event_base *base, struct timeval *tp) in gettime() 391 event_base_gettimeofday_cached(struct event_base *base, struct timeval *tv) in event_base_gettimeofday_cached() 417 clear_time_cache(struct event_base *base) in clear_time_cache() 424 update_time_cache(struct event_base *base) in update_time_cache() 434 struct event_base *base = event_base_new_with_config(NULL); in event_init() local 449 struct event_base *base = NULL; in event_base_new() local 491 event_base_get_features(const struct event_base *base) in event_base_get_features() 507 struct event_base *base = baseptr; in notify_base_cbq_callback() local 513 event_base_get_deferred_cb_queue(struct event_base *base) in event_base_get_deferred_cb_queue() [all …]
|
D | signal.c | 119 evsig_set_base(struct event_base *base) in evsig_set_base() 136 struct event_base *base; in evsig_cb() local 169 evsig_init(struct event_base *base) in evsig_init() 210 _evsig_set_handler(struct event_base *base, in _evsig_set_handler() 276 evsig_add(struct event_base *base, evutil_socket_t evsignal, short old, short events, void *p) in evsig_add() 322 _evsig_restore_handler(struct event_base *base, int evsignal) in _evsig_restore_handler() 353 evsig_del(struct event_base *base, evutil_socket_t evsignal, short old, short events, void *p) in evsig_del() 398 evsig_dealloc(struct event_base *base) in evsig_dealloc()
|
D | epoll.c | 108 epoll_init(struct event_base *base) in epoll_init() 174 epoll_apply_one_change(struct event_base *base, in epoll_apply_one_change() 333 epoll_apply_changes(struct event_base *base) in epoll_apply_changes() 352 epoll_nochangelist_add(struct event_base *base, evutil_socket_t fd, in epoll_nochangelist_add() 370 epoll_nochangelist_del(struct event_base *base, evutil_socket_t fd, in epoll_nochangelist_del() 386 epoll_dispatch(struct event_base *base, struct timeval *tv) in epoll_dispatch() 461 epoll_dealloc(struct event_base *base) in epoll_dealloc()
|
D | evthread-internal.h | 61 #define EVBASE_IN_THREAD(base) \ argument 68 #define EVBASE_NEED_NOTIFY(base) \ argument 113 #define EVBASE_ACQUIRE_LOCK(base, lockvar) do { \ argument 118 #define EVBASE_RELEASE_LOCK(base, lockvar) do { \ argument 195 #define EVBASE_IN_THREAD(base) \ argument 197 #define EVBASE_NEED_NOTIFY(base) \ argument 227 #define EVBASE_ACQUIRE_LOCK(base, lockvar) do { \ argument 232 #define EVBASE_RELEASE_LOCK(base, lockvar) do { \ argument 303 #define EVBASE_IN_THREAD(base) 1 argument 304 #define EVBASE_NEED_NOTIFY(base) 0 argument [all …]
|
D | evdns.c | 161 struct evdns_base *base; member 196 struct evdns_base *base; member 236 struct evdns_base *base; member 299 struct evdns_server_request base; member 386 #define REQ_HEAD(base, id) ((base)->req_heads[id % (base)->n_req_heads]) argument 415 #define EVDNS_LOCK(base) _EVUTIL_NIL_STMT argument 416 #define EVDNS_UNLOCK(base) _EVUTIL_NIL_STMT argument 417 #define ASSERT_LOCKED(base) _EVUTIL_NIL_STMT argument 419 #define EVDNS_LOCK(base) \ argument 421 #define EVDNS_UNLOCK(base) \ argument [all …]
|
/external/libcxx/test/support/ |
D | test_iterators.h | 35 It base() const {return it_;} in base() function 65 It base() const {return it_;} in base() function 117 It base() const {return it_;} in base() function 169 It base() const {return it_;} in base() function 220 It base() const {return it_;} in base() function 310 inline Iter base(output_iterator<Iter> i) { return i.base(); } in base() function 313 inline Iter base(input_iterator<Iter> i) { return i.base(); } in base() function 316 inline Iter base(forward_iterator<Iter> i) { return i.base(); } in base() function 319 inline Iter base(bidirectional_iterator<Iter> i) { return i.base(); } in base() function 322 inline Iter base(random_access_iterator<Iter> i) { return i.base(); } in base() function [all …]
|
/external/libcxx/src/ |
D | string.cpp | 67 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper() 93 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 105 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 113 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 121 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 129 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 138 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 150 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 158 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 166 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() [all …]
|
/external/v8/test/mjsunit/ |
D | array-bounds-check-removal.js | 34 function test_do_not_assert_on_non_int32(vector, base) { argument 55 function test_base(a, base, condition) { argument 76 function check_test_base(a, base, condition) { argument 121 function test_minus(base,cond) { argument 142 function check_test_minus(base,cond) { argument 181 function test_phi(a, base, check) { argument
|
/external/icu/icu4c/source/layout/ |
D | GlyphDefinitionTables.cpp | 15 …finitionTableHeader::getGlyphClassDefinitionTable(const LEReferenceTo<GlyphDefinitionTableHeader>&… in getGlyphClassDefinitionTable() 23 …lyphDefinitionTableHeader::getAttachmentListTable(const LEReferenceTo<GlyphDefinitionTableHeader>&… in getAttachmentListTable() 31 …hDefinitionTableHeader::getLigatureCaretListTable(const LEReferenceTo<GlyphDefinitionTableHeader>&… in getLigatureCaretListTable() 39 …ionTableHeader::getMarkAttachClassDefinitionTable(const LEReferenceTo<GlyphDefinitionTableHeader>&… in getMarkAttachClassDefinitionTable()
|
D | ClassDefinitionTables.cpp | 15 le_int32 ClassDefinitionTable::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass() argument 41 le_bool ClassDefinitionTable::hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEEr… in hasGlyphClass() argument 67 le_int32 ClassDefFormat1Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass() argument 84 le_bool ClassDefFormat1Table::hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEEr… in hasGlyphClass() argument 100 le_int32 ClassDefFormat2Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErr… in getGlyphClass() argument 116 le_bool ClassDefFormat2Table::hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEEr… in hasGlyphClass() argument
|
D | Lookups.cpp | 15 …ferenceTo<LookupTable> LookupListTable::getLookupTable(const LEReferenceTo<LookupListTable> &base,… in getLookupTable() argument 26 …ferenceTo<LookupSubtable> LookupTable::getLookupSubtable(const LEReferenceTo<LookupTable> &base, l… in getLookupSubtable() argument 37 le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOf… in getGlyphCoverage() argument
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/ |
D | ReportOutputFolderTest.java | 69 final ReportOutputFolder base = root.subFolder("f1").subFolder("f2"); in testRelativeLinkInSameFolder() local 75 final ReportOutputFolder base = root.subFolder("f1").subFolder("f2"); in testRelativeLinkInParentFolder() local 88 final ReportOutputFolder base = root.subFolder("g1").subFolder("g2"); in testRelativeLinkInSibling1() local 95 final ReportOutputFolder base = root.subFolder("f1").subFolder("g2"); in testRelativeLinkInSibling2() local 102 final ReportOutputFolder base = new ReportOutputFolder( in testInvalidRelativeLink() local
|
/external/valgrind/none/tests/amd64/ |
D | amd64locked.c | 532 ULong btsl_mem ( UChar* base, int bitno ) in btsl_mem() 543 ULong btsw_mem ( UChar* base, int bitno ) in btsw_mem() 555 ULong btrq_mem ( UChar* base, int bitno ) in btrq_mem() 566 ULong btrl_mem ( UChar* base, int bitno ) in btrl_mem() 577 ULong btrw_mem ( UChar* base, int bitno ) in btrw_mem() 589 ULong btcq_mem ( UChar* base, int bitno ) in btcq_mem() 600 ULong btcl_mem ( UChar* base, int bitno ) in btcl_mem() 611 ULong btcw_mem ( UChar* base, int bitno ) in btcw_mem() 623 ULong btq_mem ( UChar* base, int bitno ) in btq_mem() 635 ULong btl_mem ( UChar* base, int bitno ) in btl_mem() [all …]
|
/external/valgrind/memcheck/tests/amd64/ |
D | bt_everything.c | 30 ULong btsq_mem ( char* base, Word bitno ) in btsq_mem() 44 ULong btrq_mem ( char* base, Word bitno ) in btrq_mem() 55 ULong btcq_mem ( char* base, Word bitno ) in btcq_mem() 66 ULong btq_mem ( char* base, Word bitno ) in btq_mem() 81 ULong btsl_mem ( char* base, Word bitno ) in btsl_mem() 95 ULong btrl_mem ( char* base, Word bitno ) in btrl_mem() 106 ULong btcl_mem ( char* base, Word bitno ) in btcl_mem() 117 ULong btl_mem ( char* base, Word bitno ) in btl_mem() 133 ULong btsw_mem ( char* base, Word bitno ) in btsw_mem() 147 ULong btrw_mem ( char* base, Word bitno ) in btrw_mem() [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | OptionalMethodTest.java | 107 BaseClass base = new BaseClass(); in isSupported() local 150 BaseClass base = new BaseClass(); in invoke() local 227 BaseClass base = new BaseClass(); in invokeOptional() local 302 OptionalMethod<T> optionalMethod, T base, Object... args) throws Exception { in assertErrorOnInvoke() 311 OptionalMethod<T> optionalMethod, T base, Object... args) throws Exception { in assertIllegalArgumentExceptionOnInvoke() 320 OptionalMethod<T> optionalMethod, T base, Object... args) throws Exception { in assertErrorOnInvokeOptional() 329 OptionalMethod<T> optionalMethod, T base, Object... args) throws Exception { in assertIllegalArgumentExceptionOnInvokeOptional()
|
/external/skia/src/core/ |
D | SkTSearch.cpp | 13 static inline const char* index_into_base(const char*const* base, int index, in index_into_base() 19 int SkStrSearch(const char*const* base, int count, const char target[], in SkStrSearch() 55 int SkStrSearch(const char*const* base, int count, const char target[], in SkStrSearch() 61 int SkStrLCSearch(const char*const* base, int count, const char target[], in SkStrLCSearch() 71 int SkStrLCSearch(const char*const* base, int count, const char target[], in SkStrLCSearch()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.h | 49 _EGLDriver base; member 62 _EGLContext base; member 70 _EGLSurface base; member 86 _EGLConfig base; member 92 _EGLImage base; member 103 _EGLSync base; member 117 _EGLScreen base; member
|
/external/clang/test/SemaCXX/ |
D | qual-id-test.cpp | 6 struct base // expected-note{{object type}} struct 8 void x() {} in x() 9 void y() {} in y() 88 typedef A::member base; // expected-note{{current scope}} in fun4a() typedef 95 typedef A::B::base base; in fun4b() typedef
|
/external/guice/core/src/com/google/inject/internal/ |
D | BindingBuilder.java | 71 BindingImpl<T> base = getBinding(); in to() local 94 BindingImpl<T> base = getBinding(); in toInstance() local 116 BindingImpl<T> base = getBinding(); in toProvider() local 137 BindingImpl<T> base = getBinding(); in toProvider() local 153 BindingImpl<T> base = getBinding(); in toConstructor() local
|
/external/freetype/src/base/ |
D | ftgloadr.c | 90 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Rewind() local 145 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_Adjust_Points() local 188 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Adjust_Subglyphs() local 207 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_CheckPoints() local 288 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_CheckSubGlyphs() local 330 FT_GlyphLoad base; in FT_GlyphLoader_Add() local
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftgloadr.c | 90 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Rewind() local 145 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_Adjust_Points() local 188 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_Adjust_Subglyphs() local 207 FT_Outline* base = &loader->base.outline; in FT_GlyphLoader_CheckPoints() local 288 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_CheckSubGlyphs() local 330 FT_GlyphLoad base; in FT_GlyphLoader_Add() local
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
D | Table.java | 89 final Resources resources, final ReportOutputFolder base) in render() 109 final Resources resources, final ReportOutputFolder base) in footer() 119 final ReportOutputFolder base) throws IOException { in body() 175 final Resources resources, final ReportOutputFolder base) in footer() 178 renderer.footer(tr.td(style), total, resources, base); in footer() local 183 final Resources resources, final ReportOutputFolder base) in body()
|
/external/v8/src/base/platform/ |
D | platform-cygwin.cc | 26 namespace base { namespace 135 LPVOID base = NULL; in RandomizedVirtualAlloc() local 165 uint8_t* base = RoundUp(static_cast<uint8_t*>(address), alignment); in VirtualMemory() local 220 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { in CommitRegion() 240 bool VirtualMemory::UncommitRegion(void* base, size_t size) { in UncommitRegion() 245 bool VirtualMemory::ReleaseRegion(void* base, size_t size) { in ReleaseRegion()
|
/external/doclava/src/com/google/doclava/ |
D | ParamTagInfo.java | 37 ParamTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { in ParamTagInfo() 56 String parameterComment, String parameterName, ContainerInfo base, SourcePositionInfo sp) { in ParamTagInfo() 76 public void makeHDF(Data data, String base) { in makeHDF() 83 public static void makeHDF(Data data, String base, ParamTagInfo[] tags) { in makeHDF()
|