/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | HttpUrlTest.java | 95 HttpUrl base = HttpUrl.parse("http://host/a/b"); in resolveNoScheme() local 106 HttpUrl base = HttpUrl.parse("http://a/"); in resolveUnsupportedScheme() local 114 HttpUrl base = HttpUrl.parse("http://a/"); in resolveSchemeLikePath() local 140 HttpUrl base = HttpUrl.parse("https://a/b/c"); in resolveAuthoritySlashCountDoesntMatterWithDifferentScheme() local 159 HttpUrl base = HttpUrl.parse("http://a/b/c"); in resolveAuthoritySlashCountMattersWithSameScheme() local 281 HttpUrl base = HttpUrl.parse("http://host/a/b/c"); in relativePath() local 303 HttpUrl base = HttpUrl.parse("http://host/a/b/c"); in pathWithBackslash() local 310 HttpUrl base = HttpUrl.parse("http://host/a/b/c"); in relativePathWithSameScheme() local
|
/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
|
D | SinglePositioningSubtables.cpp | 18 le_uint32 SinglePositioningSubtable::process(const LEReferenceTo<SinglePositioningSubtable> &base, … in process() argument 44 …nt32 SinglePositioningFormat1Subtable::process(const LEReferenceTo<SinglePositioningFormat1Subtabl… in process() argument 58 …nt32 SinglePositioningFormat2Subtable::process(const LEReferenceTo<SinglePositioningFormat2Subtabl… in process() argument
|
D | SingleSubstitutionSubtables.cpp | 17 le_uint32 SingleSubstitutionSubtable::process(const LEReferenceTo<SingleSubstitutionSubtable> &base… in process() argument 43 …32 SingleSubstitutionFormat1Subtable::process(const LEReferenceTo<SingleSubstitutionFormat1Subtabl… in process() argument 61 …32 SingleSubstitutionFormat2Subtable::process(const LEReferenceTo<SingleSubstitutionFormat2Subtabl… in process() argument
|
/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/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/libcxx/src/ |
D | string.cpp | 66 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper() 92 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 104 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 112 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 120 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 128 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 137 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 149 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 157 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 165 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() [all …]
|
/external/valgrind/none/tests/amd64/ |
D | amd64locked.c | 520 ULong btsl_mem ( UChar* base, int bitno ) in btsl_mem() 531 ULong btsw_mem ( UChar* base, int bitno ) in btsw_mem() 543 ULong btrq_mem ( UChar* base, int bitno ) in btrq_mem() 554 ULong btrl_mem ( UChar* base, int bitno ) in btrl_mem() 565 ULong btrw_mem ( UChar* base, int bitno ) in btrw_mem() 577 ULong btcq_mem ( UChar* base, int bitno ) in btcq_mem() 588 ULong btcl_mem ( UChar* base, int bitno ) in btcl_mem() 599 ULong btcw_mem ( UChar* base, int bitno ) in btcw_mem() 611 ULong btq_mem ( UChar* base, int bitno ) in btq_mem() 623 ULong btl_mem ( UChar* base, int bitno ) in btl_mem() [all …]
|
/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/valgrind/memcheck/tests/amd64/ |
D | bt_everything.c | 18 ULong btsq_mem ( char* base, Word bitno ) in btsq_mem() 32 ULong btrq_mem ( char* base, Word bitno ) in btrq_mem() 43 ULong btcq_mem ( char* base, Word bitno ) in btcq_mem() 54 ULong btq_mem ( char* base, Word bitno ) in btq_mem() 69 ULong btsl_mem ( char* base, Word bitno ) in btsl_mem() 83 ULong btrl_mem ( char* base, Word bitno ) in btrl_mem() 94 ULong btcl_mem ( char* base, Word bitno ) in btcl_mem() 105 ULong btl_mem ( char* base, Word bitno ) in btl_mem() 121 ULong btsw_mem ( char* base, Word bitno ) in btsw_mem() 135 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/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/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/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 287 FT_GlyphLoad base = &loader->base; in FT_GlyphLoader_CheckSubGlyphs() local 329 FT_GlyphLoad base; in FT_GlyphLoader_Add() 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/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() 82 public static void makeHDF(Data data, String base, ParamTagInfo[] tags) { in makeHDF()
|
D | TagInfo.java | 60 public void makeHDF(Data data, String base) { in makeHDF() 70 public static void makeHDF(Data data, String base, TagInfo[] tags) { in makeHDF() 74 public static void makeHDF(Data data, String base, InheritedTags tags) { in makeHDF() 78 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, in makeHDF()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_objects.h | 42 struct pipe_resource base; member 50 struct pipe_sampler_view base; member 58 struct pipe_surface base; member 66 struct pipe_transfer base; member
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs_ppc.c | 64 struct draw_vertex_shader base; member 72 vs_ppc_prepare( struct draw_vertex_shader *base, in vs_ppc_prepare() 85 vs_ppc_run_linear( struct draw_vertex_shader *base, in vs_ppc_run_linear() 157 vs_ppc_delete( struct draw_vertex_shader *base ) in vs_ppc_delete()
|
D | draw_llvm_sample.c | 59 struct lp_sampler_dynamic_state base; member 72 struct lp_build_sampler_soa base; member 87 draw_llvm_texture_member(const struct lp_sampler_dynamic_state *base, in draw_llvm_texture_member() 170 draw_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, in draw_llvm_sampler_soa_emit_fetch_texel() 201 draw_llvm_sampler_soa_emit_size_query(const struct lp_build_sampler_soa *base, in draw_llvm_sampler_soa_emit_size_query()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_texture.h | 41 struct pipe_resource base; member 51 struct pipe_surface base; member 61 struct pipe_sampler_view base; member 69 struct pipe_transfer base; member
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_objects.h | 42 struct pipe_resource base; member 52 struct pipe_sampler_view base; member 60 struct pipe_surface base; member 68 struct pipe_transfer base; member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tex_sample.c | 64 struct lp_sampler_dynamic_state base; member 77 struct lp_build_sampler_soa base; member 92 lp_llvm_texture_member(const struct lp_sampler_dynamic_state *base, in lp_llvm_texture_member() 175 lp_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, in lp_llvm_sampler_soa_emit_fetch_texel() 210 lp_llvm_sampler_soa_emit_size_query(const struct lp_build_sampler_soa *base, in lp_llvm_sampler_soa_emit_size_query()
|