Home
last modified time | relevance | path

Searched defs:rec (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/third_party/selinux/libselinux/src/
Dlabel.c124 int selabel_validate(struct selabel_handle *rec, in selabel_validate()
142 static int selabel_fini(struct selabel_handle *rec, in selabel_fini()
157 selabel_lookup_common(struct selabel_handle *rec, int translating, in selabel_lookup_common()
178 selabel_lookup_bm_common(struct selabel_handle *rec, int translating, in selabel_lookup_bm_common()
206 struct selabel_handle *rec = NULL; in selabel_open() local
238 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup()
251 int selabel_lookup_raw(struct selabel_handle *rec, char **con, in selabel_lookup_raw()
264 bool selabel_partial_match(struct selabel_handle *rec, const char *key) in selabel_partial_match()
277 bool selabel_get_digests_all_partial_matches(struct selabel_handle *rec, in selabel_get_digests_all_partial_matches()
292 bool selabel_hash_all_partial_matches(struct selabel_handle *rec, in selabel_hash_all_partial_matches()
[all …]
Dlabel_backends_android.c83 static int process_line(struct selabel_handle *rec, in process_line()
145 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init()
233 static void closef(struct selabel_handle *rec) in closef()
252 static struct selabel_lookup_rec *property_lookup(struct selabel_handle *rec, in property_lookup()
287 static struct selabel_lookup_rec *service_lookup(struct selabel_handle *rec, in service_lookup()
324 int selabel_property_init(struct selabel_handle *rec, in selabel_property_init()
342 int selabel_service_init(struct selabel_handle *rec, in selabel_service_init()
Dlabel_media.c34 unsigned lineno, struct selabel_handle *rec) in process_line()
70 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init()
152 static void close(struct selabel_handle *rec) in close()
171 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, in lookup()
196 static void stats(struct selabel_handle *rec) in stats()
208 int selabel_media_init(struct selabel_handle *rec, in selabel_media_init()
Dlabel_x.c36 unsigned lineno, struct selabel_handle *rec) in process_line()
97 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init()
179 static void close(struct selabel_handle *rec) in close()
198 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, in lookup()
222 static void stats(struct selabel_handle *rec) in stats()
234 int selabel_x_init(struct selabel_handle *rec, const struct selinux_opt *opts, in selabel_x_init()
/third_party/boost/libs/log/test/run/
Dcore.cpp62 record_type rec = pCore->open_record(set1); in BOOST_AUTO_TEST_CASE() local
76 record_type rec = pCore->open_record(set1); in BOOST_AUTO_TEST_CASE() local
87 record_type rec = pCore->open_record(set1); in BOOST_AUTO_TEST_CASE() local
102 record_type rec = pCore->open_record(set1); in BOOST_AUTO_TEST_CASE() local
114 record_type rec = pCore->open_record(set1); in BOOST_AUTO_TEST_CASE() local
132 record_type rec = pCore->open_record(set1); in BOOST_AUTO_TEST_CASE() local
171 record_type rec = pCore->open_record(set1); in thread_attributes_test() local
212 record_type rec = pCore->open_record(set1); in BOOST_AUTO_TEST_CASE() local
Dsrc_record_ostream.cpp78 logging::record rec = make_record(); in width_formatting() local
93 logging::record rec = make_record(); in width_formatting() local
110 logging::record rec = make_record(); in fill_formatting() local
128 logging::record rec = make_record(); in alignment() local
143 logging::record rec = make_record(); in alignment() local
161 logging::record rec = make_record(); in rvalue_stream() local
177 logging::record rec = make_record(); in output_unreferencable_data() local
191 logging::record rec = make_record(); in output_unreferencable_data() local
208 logging::record rec = make_record(); in formatting_params_restoring() local
224 logging::record rec = make_record(); in formatting_params_restoring() local
[all …]
/third_party/boost/boost/log/sinks/
Dunbounded_fifo_queue.hpp81 void enqueue(record_view const& rec) in enqueue()
88 bool try_enqueue(record_view const& rec) in try_enqueue()
96 bool try_dequeue_ready(record_view& rec) in try_dequeue_ready()
102 bool try_dequeue(record_view& rec) in try_dequeue()
108 bool dequeue_ready(record_view& rec) in dequeue_ready()
Dunbounded_ordering_queue.hpp129 void enqueue(record_view const& rec) in enqueue()
136 bool try_enqueue(record_view const& rec) in try_enqueue()
149 bool try_dequeue_ready(record_view& rec) in try_dequeue_ready()
169 bool try_dequeue(record_view& rec) in try_dequeue()
184 bool dequeue_ready(record_view& rec) in dequeue_ready()
228 void enqueue_unlocked(record_view const& rec) in enqueue_unlocked()
Dbounded_fifo_queue.hpp91 void enqueue(record_view const& rec) in enqueue()
107 bool try_enqueue(record_view const& rec) in try_enqueue()
128 bool try_dequeue_ready(record_view& rec) in try_dequeue_ready()
134 bool try_dequeue(record_view& rec) in try_dequeue()
150 bool dequeue_ready(record_view& rec) in dequeue_ready()
Dbounded_ordering_queue.hpp133 void enqueue(record_view const& rec) in enqueue()
149 bool try_enqueue(record_view const& rec) in try_enqueue()
170 bool try_dequeue_ready(record_view& rec) in try_dequeue_ready()
192 bool try_dequeue(record_view& rec) in try_dequeue()
209 bool dequeue_ready(record_view& rec) in dequeue_ready()
/third_party/flutter/skia/tools/
DSkMetaData.cpp15 Rec* rec = fRec; in reset() local
60 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1); in set() local
80 const Rec* rec = this->find(name, kS32_Type); in findS32() local
93 const Rec* rec = this->find(name, kScalar_Type); in findScalar() local
106 const Rec* rec = this->find(name, kScalar_Type); in findScalars() local
119 const Rec* rec = this->find(name, kPtr_Type); in findPtr() local
133 const Rec* rec = this->find(name, kBool_Type); in findBool() local
146 const Rec* rec = fRec; in find() local
157 Rec* rec = fRec; in remove() local
229 void SkMetaData::Rec::Free(Rec* rec) { in Free()
/third_party/boost/libs/log/example/doc/
Dcore_record.cpp65 void print_severity_visitation(logging::record const& rec) in print_severity_visitation()
71 void print_severity_extraction(logging::record const& rec) in print_severity_extraction()
80 void print_severity_lookup(logging::record const& rec) in print_severity_lookup()
98 void print_severity_subscript(logging::record const& rec) in print_severity_subscript()
112 logging::record rec = logging::core::get()->open_record(attrs); in main() local
/third_party/flutter/skia/src/core/
DSkResourceCache.cpp105 Rec* rec = fHead; in ~SkResourceCache() local
120 Rec* rec = *found; in find() local
144 void SkResourceCache::add(Rec* rec, void* payload) { in add()
178 void SkResourceCache::remove(Rec* rec) { in remove()
214 Rec* rec = fTail; in purgeAsNeeded() local
246 Rec* rec = fTail; in purgeSharedID() local
275 Rec* rec = fTail; in visitAll() local
306 void SkResourceCache::release(Rec* rec) { in release()
326 void SkResourceCache::moveToHead(Rec* rec) { in moveToHead()
345 void SkResourceCache::addToHead(Rec* rec) { in addToHead()
[all …]
DSkTLS.cpp25 SkTLSRec* rec = (SkTLSRec*)ptr; in Destructor() local
41 const SkTLSRec* rec = (const SkTLSRec*)ptr; in Get() local
52 SkTLSRec* rec = new SkTLSRec; in Get() local
71 const SkTLSRec* rec = (const SkTLSRec*)ptr; in Find() local
/third_party/skia/src/core/
DSkResourceCache.cpp107 Rec* rec = fHead; in ~SkResourceCache() local
122 Rec* rec = *found; in find() local
146 void SkResourceCache::add(Rec* rec, void* payload) { in add()
180 void SkResourceCache::remove(Rec* rec) { in remove()
216 Rec* rec = fTail; in purgeAsNeeded() local
248 Rec* rec = fTail; in purgeSharedID() local
277 Rec* rec = fTail; in visitAll() local
308 void SkResourceCache::release(Rec* rec) { in release()
328 void SkResourceCache::moveToHead(Rec* rec) { in moveToHead()
347 void SkResourceCache::addToHead(Rec* rec) { in addToHead()
[all …]
/third_party/boost/libs/endian/example/
Duse_cases.cpp40 Record rec; variable
64 Record rec; variable
82 Record rec; variable
111 Record rec; variable
134 Record rec; variable
/third_party/boost/boost/log/attributes/
Dvalue_extraction.hpp315 …typename result_of::extract< T, TagT >::type extract(attribute_name const& name, record const& rec) in extract()
330 …ame result_of::extract< T, TagT >::type extract(attribute_name const& name, record_view const& rec) in extract()
376 …::extract_or_throw< T, TagT >::type extract_or_throw(attribute_name const& name, record const& rec) in extract_or_throw()
392 …ract_or_throw< T, TagT >::type extract_or_throw(attribute_name const& name, record_view const& rec) in extract_or_throw()
448 extract_or_default(attribute_name const& name, record const& rec, DefaultT const& def_val) in extract_or_default()
469 extract_or_default(attribute_name const& name, record_view const& rec, DefaultT const& def_val) in extract_or_default()
505 inline typename result_of::extract< T >::type extract(attribute_name const& name, record const& rec) in extract()
512 … typename result_of::extract< T >::type extract(attribute_name const& name, record_view const& rec) in extract()
533 …ult_of::extract_or_throw< T >::type extract_or_throw(attribute_name const& name, record const& rec) in extract_or_throw()
540 …f::extract_or_throw< T >::type extract_or_throw(attribute_name const& name, record_view const& rec) in extract_or_throw()
[all …]
Dvalue_visitation.hpp207 result_type operator() (attribute_name const& name, record const& rec, VisitorT visitor) const in operator ()()
223 …result_type operator() (attribute_name const& name, record_view const& rec, VisitorT visitor) const in operator ()()
265 visit(attribute_name const& name, record const& rec, VisitorT visitor) in visit()
282 visit(attribute_name const& name, record_view const& rec, VisitorT visitor) in visit()
332 visit(expressions::attribute_keyword< DescriptorT, ActorT > const& keyword, record const& rec, Visi… in visit()
349 visit(expressions::attribute_keyword< DescriptorT, ActorT > const& keyword, record_view const& rec,… in visit()
/third_party/flutter/skia/tests/
DDescriptorTest.cpp35 SkScalerContextRec rec; in DEF_TEST() local
51 SkScalerContextRec rec; in DEF_TEST() local
68 SkScalerContextRec rec; in DEF_TEST() local
85 SkScalerContextRec rec; in DEF_TEST() local
97 SkScalerContextRec rec; in DEF_TEST() local
/third_party/skia/tools/
DSkMetaData.cpp15 Rec* rec = fRec; in reset() local
59 Rec* rec; in set() local
98 const Rec* rec = this->find(name, kS32_Type); in findS32() local
111 const Rec* rec = this->find(name, kScalar_Type); in findScalar() local
124 const Rec* rec = this->find(name, kScalar_Type); in findScalars() local
137 const Rec* rec = this->find(name, kPtr_Type); in findPtr() local
151 const Rec* rec = this->find(name, kBool_Type); in findBool() local
250 void SkMetaData::Rec::Free(Rec* rec) { in Free()
/third_party/flutter/skia/modules/sksg/src/
DSkSGMerge.cpp17 for (const auto& rec : fRecs) { in Merge() local
23 for (const auto& rec : fRecs) { in ~Merge() local
71 for (const auto& rec : fRecs) { in onRevalidate() local
/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp39 Rec* rec = fRecs; in ~SkLayerDrawLooper() local
157 const Rec* rec = fRecs; in asABlurShadow() local
202 Rec* rec = fRecs; in flatten() local
249 Rec* rec = fRecs; in ~Builder() local
260 Rec* rec = new Rec; in addLayer() local
281 Rec* rec = new Rec; in addLayerOnTop() local
/third_party/flutter/skia/src/effects/
DSkLayerDrawLooper.cpp36 Rec* rec = fRecs; in ~SkLayerDrawLooper() local
154 const Rec* rec = fRecs; in asABlurShadow() local
199 Rec* rec = fRecs; in flatten() local
241 Rec* rec = fRecs; in ~Builder() local
252 Rec* rec = new Rec; in addLayer() local
273 Rec* rec = new Rec; in addLayerOnTop() local
/third_party/skia/modules/sksg/src/
DSkSGMerge.cpp18 for (const auto& rec : fRecs) { in Merge() local
24 for (const auto& rec : fRecs) { in ~Merge() local
86 for (const auto& rec : fRecs) { in onRevalidate() local
/third_party/skia/tests/
DNdkEncodeTest.cpp52 for (const auto& rec : gRecs) { in DEF_TEST() local
139 for (const auto& rec : gRecs) { in DEF_TEST() local
162 for (const auto& rec : gRecs) { in DEF_TEST() local
194 for (const auto& rec : gRecs) { in DEF_TEST() local
203 for (const auto& rec : gRecs) { in DEF_TEST() local
219 for (const auto& rec : gRecs) { in DEF_TEST() local
286 for (const auto& rec : gRecs) { in DEF_TEST() local
350 for (const auto& rec : gRecs) { in DEF_TEST() local

12345678910>>...20