Searched refs:base (Results 201 - 225 of 3637) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/layout/
H A DSingleSubstitutionSubtables.cpp17 le_uint32 SingleSubstitutionSubtable::process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const argument
26 const LEReferenceTo<SingleSubstitutionFormat1Subtable> subtable(base, success, (const SingleSubstitutionFormat1Subtable *) this);
33 const LEReferenceTo<SingleSubstitutionFormat2Subtable> subtable(base, success, (const SingleSubstitutionFormat2Subtable *) this);
43 le_uint32 SingleSubstitutionFormat1Subtable::process(const LEReferenceTo<SingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const argument
46 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
61 le_uint32 SingleSubstitutionFormat2Subtable::process(const LEReferenceTo<SingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const argument
64 le_int32 coverageIndex = getGlyphCoverage(base, glyph, success);
H A DSingleSubstitutionSubtables.h25 le_uint32 process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
32 le_uint32 process(const LEReferenceTo<SingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
40 le_uint32 process(const LEReferenceTo<SingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dseekg.pass.cpp22 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
31 base::setg(const_cast<CharT*>(str_.data()),
36 CharT* eback() const {return base::eback();}
37 CharT* gptr() const {return base::gptr();}
38 CharT* egptr() const {return base::egptr();}
40 typename base::pos_type seekpos(typename base::pos_type sp,
H A Dseekg_off.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
33 base::setg(const_cast<CharT*>(str_.data()),
38 CharT* eback() const {return base::eback();}
39 CharT* gptr() const {return base::gptr();}
40 CharT* egptr() const {return base::egptr();}
42 typename base::pos_type seekoff(typename base::off_type off,
H A Dtellg.pass.cpp22 typedef std::basic_streambuf<CharT> base; typedef in struct:testbuf
31 base::setg(const_cast<CharT*>(str_.data()),
36 CharT* eback() const {return base::eback();}
37 CharT* gptr() const {return base::gptr();}
38 CharT* egptr() const {return base::egptr();}
40 typename base::pos_type seekoff(typename base::off_type off,
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.h49 _EGLDriver base; member in struct:egl_g3d_driver
62 _EGLContext base; member in struct:egl_g3d_context
70 _EGLSurface base; member in struct:egl_g3d_surface
86 _EGLConfig base; member in struct:egl_g3d_config
92 _EGLImage base; member in struct:egl_g3d_image
103 _EGLSync base; member in struct:egl_g3d_sync
117 _EGLScreen base; member in struct:egl_g3d_screen
/external/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_batchbuffer.c22 struct i915_winsys_batchbuffer base; member in struct:i915_drm_batchbuffer
38 struct i915_drm_winsys *idws = i915_drm_winsys(batch->base.iws);
47 memset(batch->base.map, 0, batch->actual_size);
48 batch->base.ptr = batch->base.map;
49 batch->base.size = batch->actual_size - BATCH_RESERVED;
50 batch->base.relocs = 0;
61 batch->base.map = MALLOC(batch->actual_size);
62 batch->base.ptr = NULL;
63 batch->base
[all...]
/external/parameter-framework/parameter/
H A DComponentInstance.cpp36 #define base CTypeElement macro
38 CComponentInstance::CComponentInstance(const std::string& strName) : base(strName), _pComponentType(NULL)
55 return base::getMappingData(strKey, pStrValue) || (_pComponentType && _pComponentType->getMappingData(strKey, pStrValue));
61 return base::hasMappingData() || (_pComponentType && _pComponentType->hasMappingData());
67 std::string strValue = base::getFormattedMapping();
100 return base::fromXml(xmlElement, serializingContext);
110 base::populate(pElement);
H A DComponentType.cpp36 #define base CTypeElement macro
38 CComponentType::CComponentType(const std::string& strName) : base(strName), _pExtendsComponentType(NULL)
55 return base::getMappingData(strKey, pStrValue) || (_pExtendsComponentType && _pExtendsComponentType->getMappingData(strKey, pStrValue));
61 return base::hasMappingData() || (_pExtendsComponentType && _pExtendsComponentType->hasMappingData());
67 std::string strValue = base::getFormattedMapping();
84 if (!base::fromXml(xmlElement, serializingContext)) {
117 base::populate(pElement);
/external/doclava/src/com/google/doclava/
H A DSeeTagInfo.java31 SeeTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo position) { argument
33 mBase = base;
50 public void makeHDF(Data data, String base) { argument
58 super.makeHDF(data, base);
60 data.setValue(base + ".label", linkRef.label);
62 data.setValue(base + ".href", linkRef.href);
63 data.setValue(base + ".federatedSite", linkRef.federatedSite);
79 public static void makeHDF(Data data, String base, SeeTagInfo[] tags) { argument
83 tag.makeHDF(data, base + "." + j);
H A DThrowsTagInfo.java35 public ThrowsTagInfo(String name, String kind, String text, ContainerInfo base, argument
37 super(name, kind, text, base, sp);
43 if (base instanceof ClassInfo) {
44 mException = ((ClassInfo) base).findClass(className);
53 String exceptionComment, ContainerInfo base, SourcePositionInfo sp) {
54 super(name, kind, text, base, sp);
71 public static void makeHDF(Data data, String base, ThrowsTagInfo[] tags) { argument
73 TagInfo.makeHDF(data, base + '.' + i + ".comment", tags[i].commentTags());
75 tags[i].exceptionType().makeHDF(data, base + "." + i + ".type");
52 ThrowsTagInfo(String name, String kind, String text, ClassInfo exception, String exceptionComment, ContainerInfo base, SourcePositionInfo sp) argument
H A DTagInfo.java60 public void makeHDF(Data data, String base) { argument
61 data.setValue(base + ".name", name());
66 data.setValue(base + ".text", text());
67 data.setValue(base + ".kind", kind());
70 public static void makeHDF(Data data, String base, TagInfo[] tags) { argument
71 makeHDF(data, base, tags, null, 0, 0);
74 public static void makeHDF(Data data, String base, InheritedTags tags) { argument
75 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
78 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited, argument
83 j = makeHDF(data, base, inherite
[all...]
/external/e2fsprogs/lib/et/
H A Dcom_right.c52 if (code >= p->table->base && code < p->table->base + p->table->n_msgs)
53 return p->table->msgs[code - p->table->base];
63 if ((code >= p->table->base) &&
64 (code < p->table->base + p->table->n_msgs)) {
65 strncpy(str, p->table->msgs[code - p->table->base], len);
89 long base)
105 tab->base = base;
86 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_move_alloc.pass.cpp38 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test
39 typedef typename base::container_type container_type;
40 typedef typename base::value_compare value_compare;
42 explicit test(const test_allocator<int>& a) : base(a) {}
44 : base(comp, c, a) {}
46 const test_allocator<int>& a) : base(comp, c, a) {}
48 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
49 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
52 using base::c;
/external/libcxx/test/std/input.output/iostream.format/ext.manip/
H A Dput_money.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
H A Dput_time.pass.cpp23 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
31 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
35 virtual typename base::int_type
36 overflow(typename base::int_type __c = base::traits_type::eof()) argument
38 if (__c != base::traits_type::eof())
43 base::setp(const_cast<CharT*>(str_.data()),
45 base::pbump(n+1);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dbool.pass.cpp24 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
32 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
36 virtual typename base::int_type
37 overflow(typename base::int_type __c = base::traits_type::eof()) argument
39 if (__c != base::traits_type::eof())
44 base::setp(const_cast<CharT*>(str_.data()),
46 base::pbump(n+1);
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A DCharT.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
H A DCharT_pointer.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
H A Dchar_to_wide.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
H A Dchar_to_wide_pointer.pass.cpp25 typedef std::basic_streambuf<CharT> base; typedef in class:testbuf
33 {return std::basic_string<CharT>(base::pbase(), base::pptr());}
37 virtual typename base::int_type
38 overflow(typename base::int_type __c = base::traits_type::eof()) argument
40 if (__c != base::traits_type::eof())
45 base::setp(const_cast<CharT*>(str_.data()),
47 base::pbump(n+1);
/external/v8/src/
H A Dsampler.h8 #include "src/base/atomicops.h"
50 base::TimeTicks timestamp;
78 return base::NoBarrier_Load(&profiling_) > 0 &&
79 !base::NoBarrier_Load(&has_processing_thread_);
85 bool IsActive() const { return base::NoBarrier_Load(&active_); }
91 base::NoBarrier_Store(&has_processing_thread_, value);
112 void SetActive(bool value) { base::NoBarrier_Store(&active_, value); }
116 base::Atomic32 profiling_;
117 base::Atomic32 has_processing_thread_;
118 base
[all...]
/external/clang/test/SemaCXX/
H A Dmicrosoft-new-delete.cpp23 struct base {}; struct
24 struct derived : private base {} der; // expected-note {{here}}
25 void *operator new[](size_t, base &);
/external/mesa3d/src/gallium/winsys/i915/sw/
H A Di915_sw_winsys.c48 isws->base.destroy = i915_sw_destroy;
50 isws->base.pci_id = deviceID;
55 return &isws->base;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DDefaultNamingPolicy.java39 String base =
44 String attempt = base;
47 attempt = base + "_" + index++;

Completed in 573 milliseconds

1234567891011>>