Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 1537) sorted by relevance

12345678910>>...62

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java95 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/
DGlyphDefinitionTables.cpp15 …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()
DClassDefinitionTables.cpp15 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
DLookups.cpp15 …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
DSinglePositioningSubtables.cpp18 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
DSingleSubstitutionSubtables.cpp17 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/
Dtest_iterators.h35 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/
Darray-bounds-check-removal.js34 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/
Dstring.cpp66 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/
Damd64locked.c520 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/
DSkTSearch.cpp13 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/
Dbt_everything.c18 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/
DOptionalMethodTest.java107 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/
Dqual-id-test.cpp6 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/
Degl_g3d.h49 _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/
Dftgloadr.c90 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/
Dftgloadr.c90 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/
DParamTagInfo.java37 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()
DTagInfo.java60 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/
Did_objects.h42 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/
Ddraw_vs_ppc.c64 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()
Ddraw_llvm_sample.c59 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/
Dtr_texture.h41 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/
Dglhd_objects.h42 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/
Dlp_tex_sample.c64 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()

12345678910>>...62