Searched refs:working_copy (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/processor/ |
D | cfi_frame_info.cc | 128 scoped_array<char> working_copy(new char[rule_set_len + 1]); in Parse() local 129 memcpy(working_copy.get(), rule_set.data(), rule_set_len); in Parse() 130 working_copy[rule_set_len] = '\0'; in Parse() 137 char *token = strtok_r(working_copy.get(), token_breaks, &cursor); in Parse()
|
/external/selinux/libsemanage/src/ |
D | parse_utils.c | 27 tmp_info->working_copy = NULL; in parse_init() 75 if (info->working_copy) { in parse_dispose_line() 76 free(info->working_copy); in parse_dispose_line() 77 info->working_copy = NULL; in parse_dispose_line() 122 info->working_copy = buffer; in parse_skip_space()
|
D | parse_utils.h | 12 char *working_copy; /* Working copy of the line being parsed */ member
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_predict.c | 598 uint8 *working_copy; in PredictorEncodeTile() local 611 working_copy = (uint8*) _TIFFmalloc(cc0); in PredictorEncodeTile() 612 if( working_copy == NULL ) in PredictorEncodeTile() 619 memcpy( working_copy, bp0, cc0 ); in PredictorEncodeTile() 620 bp = working_copy; in PredictorEncodeTile() 630 result_code = (*sp->encodetile)(tif, working_copy, cc0, s); in PredictorEncodeTile() 632 _TIFFfree( working_copy ); in PredictorEncodeTile()
|
/external/pdfium/third_party/libtiff/ |
D | tif_predict.c | 628 uint8 *working_copy; in PredictorEncodeTile() local 641 working_copy = (uint8*) _TIFFmalloc(cc0); in PredictorEncodeTile() 642 if( working_copy == NULL ) in PredictorEncodeTile() 649 memcpy( working_copy, bp0, cc0 ); in PredictorEncodeTile() 650 bp = working_copy; in PredictorEncodeTile() 660 result_code = (*sp->encodetile)(tif, working_copy, cc0, s); in PredictorEncodeTile() 662 _TIFFfree( working_copy ); in PredictorEncodeTile()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | upload-diffs.py | 1745 self.working_copy = True 1763 if diffData.working_copy: 1794 diffData.working_copy = False
|