/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/ |
D | byte_record.rs | 896 let mut rec = ByteRecord::new(); in record_1() localVariable 907 let mut rec = ByteRecord::new(); in record_2() localVariable 920 let rec = ByteRecord::new(); in empty_record() localVariable 929 let mut rec = ByteRecord::from(vec![b" \t\n\r\x0c"]); in trim_whitespace_only() localVariable 936 let mut rec = ByteRecord::from(vec![b" abc"]); in trim_front() localVariable 940 let mut rec = ByteRecord::from(vec![b(" abc"), b(" xyz")]); in trim_front() localVariable 948 let mut rec = ByteRecord::from(vec![b"abc "]); in trim_back() localVariable 952 let mut rec = ByteRecord::from(vec![b("abc "), b("xyz ")]); in trim_back() localVariable 960 let mut rec = ByteRecord::from(vec![b" abc "]); in trim_both() localVariable 964 let mut rec = ByteRecord::from(vec![b(" abc "), b(" xyz ")]); in trim_both() localVariable [all …]
|
D | reader.rs | 1908 rec: StringRecord, field 1966 rec: StringRecord, field 2014 rec: StringRecord, field 2056 rec: StringRecord, field 2090 rec: ByteRecord, field 2132 rec: ByteRecord, field 2191 let mut rec = ByteRecord::new(); in read_byte_record() localVariable 2215 let mut rec = ByteRecord::new(); in read_trimmed_records_and_headers() localVariable 2220 let mut rec = StringRecord::new(); in read_trimmed_records_and_headers() localVariable 2241 let mut rec = ByteRecord::new(); in read_trimmed_header() localVariable [all …]
|
D | string_record.rs | 753 let mut rec = StringRecord::from(vec![" abc"]); in trim_front() localVariable 757 let mut rec = StringRecord::from(vec![" abc", " xyz"]); in trim_front() localVariable 765 let mut rec = StringRecord::from(vec!["abc "]); in trim_back() localVariable 769 let mut rec = StringRecord::from(vec!["abc ", "xyz "]); in trim_back() localVariable 777 let mut rec = StringRecord::from(vec![" abc "]); in trim_both() localVariable 781 let mut rec = StringRecord::from(vec![" abc ", " xyz "]); in trim_both() localVariable 789 let mut rec = StringRecord::from(vec![""]); in trim_does_not_panic_on_empty_records_1() localVariable 796 let mut rec = StringRecord::from(vec!["", ""]); in trim_does_not_panic_on_empty_records_2() localVariable 804 let mut rec = StringRecord::new(); in trim_does_not_panic_on_empty_records_3() localVariable 811 let mut rec = StringRecord::from(vec![ in trim_whitespace_only() localVariable
|
/aosp_15_r20/external/selinux/libselinux/src/ |
H A D | label.c | 143 static int selabel_fini(const struct selabel_handle *rec, in selabel_fini() 162 selabel_lookup_common(struct selabel_handle *rec, bool translating, in selabel_lookup_common() 183 selabel_lookup_bm_common(struct selabel_handle *rec, bool translating, in selabel_lookup_bm_common() 211 struct selabel_handle *rec = NULL; in selabel_open() local 240 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() 253 int selabel_lookup_raw(struct selabel_handle *rec, char **con, in selabel_lookup_raw() 266 bool selabel_partial_match(struct selabel_handle *rec, const char *key) in selabel_partial_match() 279 bool selabel_get_digests_all_partial_matches(struct selabel_handle *rec, in selabel_get_digests_all_partial_matches() 294 bool selabel_hash_all_partial_matches(struct selabel_handle *rec, in selabel_hash_all_partial_matches() 303 int selabel_lookup_best_match(struct selabel_handle *rec, char **con, in selabel_lookup_best_match() [all …]
|
H A D | label_backends_android.c | 85 static int process_line(struct selabel_handle *rec, in process_line() 146 static int process_file(struct selabel_handle *rec, const char *path) in process_file() 214 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() 279 static void closef(struct selabel_handle *rec) in closef() 305 static struct selabel_lookup_rec *property_lookup(struct selabel_handle *rec, in property_lookup() 340 static struct selabel_lookup_rec *lookup_exact_match(struct selabel_handle *rec, in lookup_exact_match() 377 int selabel_property_init(struct selabel_handle *rec, in selabel_property_init() 395 int selabel_exact_match_init(struct selabel_handle *rec, in selabel_exact_match_init()
|
H A D | label_file.c | 170 struct selabel_handle *rec, const char *path) in process_text_file() 188 static int load_mmap(FILE *fp, size_t len, struct selabel_handle *rec, in load_mmap() 611 struct selabel_handle *rec, in process_file() 797 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() 938 static void closef(struct selabel_handle *rec) in closef() 993 static struct spec **lookup_all(struct selabel_handle *rec, in lookup_all() 1136 static struct spec *lookup_common(struct selabel_handle *rec, in lookup_common() 1154 static bool get_digests_all_partial_matches(struct selabel_handle *rec, in get_digests_all_partial_matches() 1202 static bool hash_all_partial_matches(struct selabel_handle *rec, const char *key, uint8_t *digest) in hash_all_partial_matches() 1233 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, in lookup() [all …]
|
H A 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() 164 static void close(struct selabel_handle *rec) in close() 189 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, in lookup() 214 static void stats(struct selabel_handle *rec) in stats() 226 int selabel_media_init(struct selabel_handle *rec, in selabel_media_init()
|
H A 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() 191 static void close(struct selabel_handle *rec) in close() 216 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec, in lookup() 240 static void stats(struct selabel_handle *rec) in stats() 252 int selabel_x_init(struct selabel_handle *rec, const struct selinux_opt *opts, in selabel_x_init()
|
/aosp_15_r20/external/antlr/runtime/Cpp/include/ |
H A D | antlr3rewritestreams.inl | 12 RecognizerType* rec, ANTLR_UINT8* description, TokenType* oneElement) 21 RecognizerType* rec, ANTLR_UINT8* description, const ElementsType& elements) 29 RecognizerType* rec, ANTLR_UINT8* description) 40 RecognizerType* rec, ANTLR_UINT8* description) 46 …RuleTokenStream<ImplTraits>::RewriteRuleTokenStream(TreeAdaptorType* adaptor, RecognizerType* rec, 54 RecognizerType* rec, ANTLR_UINT8* description, const ElementsType& elements) 61 RecognizerType* rec, ANTLR_UINT8* description) 67 …SubtreeStream<ImplTraits>::RewriteRuleSubtreeStream(TreeAdaptorType* adaptor, RecognizerType* rec, 75 RecognizerType* rec, ANTLR_UINT8* description, const ElementsType& elements) 82 RecognizerType* rec, ANTLR_UINT8* description) [all …]
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | fastidct.cpp | 325 void idct_row0Inter(Short *srce, UChar *rec, Int lx) in idct_row0Inter() 336 void idct_row1Inter(Short *blk, UChar *rec, Int lx) in idct_row1Inter() 385 void idct_row2Inter(Short *blk, UChar *rec, Int lx) in idct_row2Inter() 446 void idct_row3Inter(Short *blk, UChar *rec, Int lx) in idct_row3Inter() 518 void idct_row4Inter(Short *blk, UChar *rec, Int lx) in idct_row4Inter() 596 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx) in idct_row0x40Inter() 653 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx) in idct_row0x20Inter() 711 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx) in idct_row0x10Inter() 768 void idct_rowInter(Short *blk, UChar *rec, Int lx) in idct_rowInter() 859 void idct_row0Intra(Short *srce, UChar *rec, Int lx) in idct_row0Intra() [all …]
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkResourceCache.cpp | 118 Rec* rec = fHead; in ~SkResourceCache() local 133 Rec* rec = *found; in find() local 157 void SkResourceCache::add(Rec* rec, void* payload) { in add() 191 void SkResourceCache::remove(Rec* rec) { in remove() 227 Rec* rec = fTail; in purgeAsNeeded() local 259 Rec* rec = fTail; in purgeSharedID() local 288 Rec* rec = fTail; in visitAll() local 319 void SkResourceCache::release(Rec* rec) { in release() 339 void SkResourceCache::moveToHead(Rec* rec) { in moveToHead() 358 void SkResourceCache::addToHead(Rec* rec) { in addToHead() [all …]
|
H A D | SkScalerContext.cpp | 60 SkScalerContextRec rec = in PreprocessRec() local 164 SkMaskGamma::PreBlend SkScalerContext::GetMaskPreBlend(const SkScalerContextRec& rec) { in GetMaskPreBlend() 536 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle); in GenerateImageFromPath() local 806 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle); in internalGetPath() local 1064 static bool too_big_for_lcd(const SkScalerContextRec& rec, bool checkPost2x2) { in too_big_for_lcd() 1081 SkScalerContextRec* rec, in MakeRecAndEffects() 1217 SkScalerContextRec rec; in CreateDescriptorAndEffectsUsingPaint() local 1222 static size_t calculate_size_and_flatten(const SkScalerContextRec& rec, in calculate_size_and_flatten() 1239 static void generate_descriptor(const SkScalerContextRec& rec, in generate_descriptor() 1254 const SkScalerContextRec& rec, in AutoDescriptorGivenRecAndEffects() [all …]
|
H A D | SkDraw.cpp | 77 static void bw_pt_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in bw_pt_hair_proc() 88 static void bw_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in bw_line_hair_proc() 95 static void bw_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in bw_poly_hair_proc() 102 static void aa_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in aa_line_hair_proc() 109 static void aa_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in aa_poly_hair_proc() 131 static void bw_square_proc(const PtProcRec& rec, const SkPoint devPts[], in bw_square_proc() 141 static void aa_square_proc(const PtProcRec& rec, const SkPoint devPts[], in aa_square_proc() 253 PtProcRec rec; in drawPoints() local
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | coreboot_table.c | 63 struct lb_record *rec; in lb_first_record() local 70 struct lb_record *rec; in lb_last_record() local 78 struct lb_record *rec; in lb_new_record() local 93 struct lb_record *rec; in lb_memory() local 242 struct lb_mmc_info *rec; in lb_mmc_info() local 300 struct lb_record *rec; in lb_mainboard() local 323 struct lb_record *rec; in lb_board_config() local 352 struct lb_record *rec; in lb_cmos_checksum() local 382 struct lb_string *rec; in lb_strings() local 394 struct lb_timestamp *rec; in lb_record_version_timestamp() local [all …]
|
/aosp_15_r20/external/antlr/runtime/C/src/ |
H A D | antlr3rewritestreams.c | 187 antlr3RewriteRuleElementStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec,… in antlr3RewriteRuleElementStreamNewAE() 257 antlr3RewriteRuleElementStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec… in antlr3RewriteRuleElementStreamNewAEE() 280 antlr3RewriteRuleElementStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec… in antlr3RewriteRuleElementStreamNewAEV() 309 antlr3RewriteRuleTOKENStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, p… in antlr3RewriteRuleTOKENStreamNewAE() 333 antlr3RewriteRuleTOKENStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, … in antlr3RewriteRuleTOKENStreamNewAEE() 352 antlr3RewriteRuleTOKENStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, … in antlr3RewriteRuleTOKENStreamNewAEV() 373 antlr3RewriteRuleSubtreeStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec,… in antlr3RewriteRuleSubtreeStreamNewAE() 395 antlr3RewriteRuleSubtreeStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec… in antlr3RewriteRuleSubtreeStreamNewAEE() 418 antlr3RewriteRuleSubtreeStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec… in antlr3RewriteRuleSubtreeStreamNewAEV() 442 antlr3RewriteRuleNODEStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pA… in antlr3RewriteRuleNODEStreamNewAE() [all …]
|
/aosp_15_r20/external/skia/tools/ |
H A 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()
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | record_function_ops.cpp | 22 at::RecordFunction& rec) { in record_function_enter() 37 auto rec = std::make_unique<at::RecordFunction>(at::RecordScope::USER_SCOPE); in record_function_enter_legacy() local 46 auto rec = in record_function_enter_new() local 54 auto& rec = at::cpp_custom_type_hack::cast<at::RecordFunction>(handle); in getRecordFunctionFromTensor() local 59 static void record_function_exit(at::RecordFunction& rec) { in record_function_exit() 67 auto& rec = getRecordFunctionFromTensor(handle); in record_function_exit_legacy() local 85 auto& rec = get_record(); in _call_end_callbacks_on_fut() local
|
/aosp_15_r20/external/trace-cmd/python/ |
H A D | tracecmdgui.py | 87 def on_get_path(self, rec): argument 93 def on_get_value(self, rec, col): argument 99 def on_iter_next(self, rec): argument 104 def on_iter_children(self, rec): argument 109 def on_iter_has_child(self, rec): argument 112 def on_iter_n_children(self, rec): argument 117 def on_iter_nth_child(self, rec, n): argument
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | tdb.c | 1065 struct list_struct rec; in tdb_expand() local 1204 int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) in tdb_rec_read() 1217 int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) in tdb_rec_write() 1812 struct list_struct rec; in tdb_recovery_allocate() local 1895 struct list_struct *rec; in transaction_setup_recovery() local 2155 struct list_struct rec; in tdb_transaction_recover() local 2276 static int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec) in tdb_rec_free_read() 2327 const struct list_struct *rec) in update_tailer() 2339 int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) in tdb_free() 2442 struct list_struct *rec, tdb_off_t last_ptr) in tdb_allocate_ofs() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/ |
D | from_generics.rs | 33 let rec: MyReceiver = fdi("struct Baz;").expect("Input is well-formed"); in no_generics() localVariable 41 let rec: MyReceiver = fdi(r#" in expand_some() localVariable 85 let rec: PassthroughReceiver = fdi(r#" in passthrough() localVariable 103 let rec: MyReceiver = fdi(r#" in where_clause() localVariable 123 let rec: WorigReceiver = fdi(r#" in with_original() localVariable 165 let rec: IgnoredReceiver = fdi(r#" in ignored() localVariable
|
/aosp_15_r20/external/skia/tests/ |
H A D | NdkEncodeTest.cpp | 78 for (const auto& rec : gRecs) { in DEF_TEST() local 165 for (const auto& rec : gRecs) { in DEF_TEST() local 188 for (const auto& rec : gRecs) { in DEF_TEST() local 221 for (const auto& rec : gRecs) { in DEF_TEST() local 230 for (const auto& rec : gRecs) { in DEF_TEST() local 246 for (const auto& rec : gRecs) { in DEF_TEST() local 313 for (const auto& rec : gRecs) { in DEF_TEST() local 377 for (const auto& rec : gRecs) { in DEF_TEST() local
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/io/ |
H A D | UTF8WriterTest.java | 16 BufferRecycler rec = new BufferRecycler(); in testSimple() local 47 BufferRecycler rec = new BufferRecycler(); in testSimpleAscii() local 68 BufferRecycler rec = new BufferRecycler(); in testFlushAfterClose() local 89 BufferRecycler rec = new BufferRecycler(); in testSurrogatesOk() local 116 BufferRecycler rec = new BufferRecycler(); in testSurrogatesFail() local
|
/aosp_15_r20/external/flashrom/ |
H A D | cbtable.c | 135 #define for_each_lbrec(head, rec) \ argument 144 struct lb_record *rec; in count_lb_records() local 272 struct lb_mainboard *rec; in find_mainboard() local 290 static struct lb_record *next_record(struct lb_record *rec) in next_record() 295 static void search_lb_records(struct lb_record *rec, struct lb_record *last, unsigned long addr) in search_lb_records() 316 struct lb_record *rec, *last; in cb_parse_table() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/example/ |
D | use_cases.cpp | 40 Record rec; variable 64 Record rec; variable 82 Record rec; variable 111 Record rec; variable 134 Record rec; variable
|
/aosp_15_r20/external/skia/src/utils/ |
H A D | SkCustomTypeface.cpp | 166 auto& rec = this->ensureStorage(index); in setGlyph() local 174 auto& rec = this->ensureStorage(index); in setGlyph() local 187 for (const auto& rec : fGlyphRecs) { in detach() local 268 const auto& rec = tf->fGlyphRecs[gid]; in generateMetrics() local 286 const auto& rec = this->userTF()->fGlyphRecs[glyph.getGlyphID()]; in generateImage() local 305 const auto& rec = this->userTF()->fGlyphRecs[glyph.getGlyphID()]; in generatePath() local 344 const auto& rec = this->userTF()->fGlyphRecs[glyph.getGlyphID()]; in generateDrawable() local 388 for (const auto& rec : fGlyphRecs) { in onOpenStream() local
|