| /third_party/selinux/libselinux/src/ |
| D | label.c | 124 int selabel_validate(struct selabel_handle *rec, in selabel_validate() 142 static int selabel_fini(struct selabel_handle *rec, in selabel_fini() 166 selabel_lookup_common(struct selabel_handle *rec, int translating, in selabel_lookup_common() 187 selabel_lookup_bm_common(struct selabel_handle *rec, int translating, in selabel_lookup_bm_common() 208 static void free_spec_files(struct selabel_handle *rec) in free_spec_files() 229 struct selabel_handle *rec = NULL; in selabel_open() local 267 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() 280 int selabel_lookup_raw(struct selabel_handle *rec, char **con, in selabel_lookup_raw() 293 bool selabel_partial_match(struct selabel_handle *rec, const char *key) in selabel_partial_match() 306 bool selabel_get_digests_all_partial_matches(struct selabel_handle *rec, in selabel_get_digests_all_partial_matches() [all …]
|
| D | label_backends_android.c | 83 static int process_line(struct selabel_handle *rec, in process_line() 143 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() 231 static void closef(struct selabel_handle *rec) in closef() 250 static struct selabel_lookup_rec *property_lookup(struct selabel_handle *rec, in property_lookup() 285 static struct selabel_lookup_rec *service_lookup(struct selabel_handle *rec, in service_lookup() 322 int selabel_property_init(struct selabel_handle *rec, in selabel_property_init() 340 int selabel_service_init(struct selabel_handle *rec, in selabel_service_init()
|
| D | label_media.c | 34 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()
|
| D | label_x.c | 36 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()
|
| D | label_file.c | 98 struct selabel_handle *rec, const char *path) in process_text_file() 116 static int load_mmap(FILE *fp, size_t len, struct selabel_handle *rec, in load_mmap() 533 struct selabel_handle *rec, in process_file() 713 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned n) in init() 778 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() 874 static void closef(struct selabel_handle *rec) in closef() 922 static struct spec **lookup_all(struct selabel_handle *rec, in lookup_all() 1065 static struct spec *lookup_common(struct selabel_handle *rec, in lookup_common() 1083 static bool get_digests_all_partial_matches(struct selabel_handle *rec, in get_digests_all_partial_matches() 1131 static bool hash_all_partial_matches(struct selabel_handle *rec, const char *key, uint8_t *digest) in hash_all_partial_matches() [all …]
|
| D | label_db.c | 175 db_close(struct selabel_handle *rec) in db_close() 194 db_lookup(struct selabel_handle *rec, const char *key, int type) in db_lookup() 221 db_stats(struct selabel_handle *rec) in db_stats() 238 struct selabel_handle *rec) in db_init() 353 int selabel_db_init(struct selabel_handle *rec, in selabel_db_init()
|
| /third_party/flutter/skia/tools/ |
| D | SkMetaData.cpp | 15 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/flutter/skia/src/core/ |
| D | SkResourceCache.cpp | 105 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 …]
|
| D | SkTLS.cpp | 25 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
|
| D | SkScalerContext.cpp | 46 SkScalerContextRec rec = in PreprocessRec() local 138 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend() 658 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle); in internalGetPath() local 944 static bool too_big_for_lcd(const SkScalerContextRec& rec, bool checkPost2x2) { in too_big_for_lcd() 961 SkScalerContextRec* rec, in MakeRecAndEffects() 1111 SkScalerContextRec rec; in MakeDescriptorForPaths() local 1124 SkScalerContextRec rec; in CreateDescriptorAndEffectsUsingPaint() local 1129 static size_t calculate_size_and_flatten(const SkScalerContextRec& rec, in calculate_size_and_flatten() 1146 static void generate_descriptor(const SkScalerContextRec& rec, in generate_descriptor() 1162 const SkScalerContextRec& rec, in AutoDescriptorGivenRecAndEffects() [all …]
|
| D | SkPathEffect.cpp | 15 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath() 35 const SkStrokeRec& rec, const SkMatrix& mx, const SkRect* rect) const { in asPoints() argument 101 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() 159 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath()
|
| /third_party/skia/src/core/ |
| D | SkResourceCache.cpp | 107 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 …]
|
| D | SkPathEffect.cpp | 16 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath() 21 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath() 37 const SkStrokeRec& rec, const SkMatrix& mx, const SkRect* rect) const { in asPoints() argument 101 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() 162 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath()
|
| D | SkScalerContext.cpp | 46 SkScalerContextRec rec = in PreprocessRec() local 138 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend() 496 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle); in generateMask() local 736 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle); in internalGetPath() local 981 static bool too_big_for_lcd(const SkScalerContextRec& rec, bool checkPost2x2) { in too_big_for_lcd() 998 SkScalerContextRec* rec, in MakeRecAndEffects() 1158 SkScalerContextRec rec; in CreateDescriptorAndEffectsUsingPaint() local 1163 static size_t calculate_size_and_flatten(const SkScalerContextRec& rec, in calculate_size_and_flatten() 1180 static void generate_descriptor(const SkScalerContextRec& rec, in generate_descriptor() 1195 const SkScalerContextRec& rec, in AutoDescriptorGivenRecAndEffects() [all …]
|
| /third_party/skia/tools/ |
| D | SkMetaData.cpp | 15 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/tests/ |
| D | DescriptorTest.cpp | 35 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/flutter/skia/src/effects/ |
| D | SkLayerDrawLooper.cpp | 36 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/src/effects/ |
| D | SkLayerDrawLooper.cpp | 39 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/modules/sksg/src/ |
| D | SkSGMerge.cpp | 17 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/tests/ |
| D | NdkEncodeTest.cpp | 52 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
|
| D | DescriptorTest.cpp | 34 SkScalerContextRec rec; in DEF_TEST() local 49 SkScalerContextRec rec; in DEF_TEST() local 65 SkScalerContextRec rec; in DEF_TEST() local 81 SkScalerContextRec rec; in DEF_TEST() local
|
| /third_party/skia/modules/sksg/src/ |
| D | SkSGMerge.cpp | 18 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/gm/ |
| D | savelayer.cpp | 52 SkCanvas::SaveLayerRec rec; variable 72 auto proc = [layerPaint](SkCanvas* canvas, SkCanvas::SaveLayerRec& rec) { in __anon9515acf90102() 90 SkCanvas::SaveLayerRec rec(&r, &layerPaint, yflags[y] | xflags[x]); variable 203 SkCanvas::SaveLayerRec rec; variable
|
| /third_party/flutter/skia/src/shaders/ |
| D | SkBitmapProcShader.cpp | 22 BitmapProcInfoContext(const SkShaderBase& shader, const SkShaderBase::ContextRec& rec, in BitmapProcInfoContext() 50 BitmapProcShaderContext(const SkShaderBase& shader, const SkShaderBase::ContextRec& rec, in BitmapProcShaderContext() 96 const SkImage_Base* image, const ContextRec& rec, SkArenaAlloc* alloc) in MakeContext()
|
| D | SkComposeShader.cpp | 85 static bool append_shader_or_paint(const SkStageRec& rec, SkShader* shader) { in append_shader_or_paint() 97 static float* append_two_shaders(const SkStageRec& rec, SkShader* s0, SkShader* s1) { in append_two_shaders() 135 const LocalMatrixStageRec rec(orig_rec, this->getLocalMatrix()); in onAppendStages() local 161 const LocalMatrixStageRec rec(orig_rec, this->getLocalMatrix()); in onAppendStages() local 188 const LocalMatrixStageRec rec(orig_rec, this->getLocalMatrix()); in onAppendStages() local
|