HomeSort by relevance Sort by last modified time
    Searched refs:newdata (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
crlf.py 15 newdata = data.replace("\r\n", "\n")
16 if newdata != data:
19 f.write(newdata)
lfcr.py 16 newdata = re.sub("\r?\n", "\r\n", data)
17 if newdata != data:
20 f.write(newdata)
  /external/python/cpython2/Tools/scripts/
crlf.py 15 newdata = data.replace("\r\n", "\n")
16 if newdata != data:
19 f.write(newdata)
lfcr.py 16 newdata = re.sub("\r?\n", "\r\n", data)
17 if newdata != data:
20 f.write(newdata)
  /external/python/cpython3/Tools/scripts/
crlf.py 16 newdata = data.replace(b"\r\n", b"\n")
17 if newdata != data:
20 f.write(newdata)
lfcr.py 17 newdata = re.sub(b"\r?\n", b"\r\n", data)
18 if newdata != data:
21 f.write(newdata)
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRReaderStream.java 78 char[] newdata = new char[data.length*2]; // resize local
79 System.arraycopy(data, 0, newdata, 0, data.length);
80 data = newdata;
  /external/python/cpython2/Lib/idlelib/
FormatParagraph.py 61 newdata = reformat_comment(data, limit, comment_header)
63 newdata = reformat_paragraph(data, limit)
66 if newdata != data:
70 text.insert(first, newdata)
159 newdata = reformat_paragraph(data, format_width)
161 newdata = newdata.split("\n")
167 if not newdata[-1]:
169 newdata = newdata[:-1
    [all...]
  /external/python/cpython3/Lib/idlelib/
paragraph.py 62 newdata = reformat_comment(data, limit, comment_header)
64 newdata = reformat_paragraph(data, limit)
67 if newdata != data:
71 text.insert(first, newdata)
160 newdata = reformat_paragraph(data, format_width)
162 newdata = newdata.split("\n")
168 if not newdata[-1]:
170 newdata = newdata[:-1
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FormatParagraph.py 52 newdata = reformat_paragraph(data, format_width)
54 newdata = newdata.split("\n")
61 if not newdata[-1]:
63 newdata = newdata[:-1]
65 newdata = '\n'.join(map(builder, newdata)) + block_suffix
68 newdata = reformat_paragraph(data, maxformatwidth)
70 if newdata != data
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FormatParagraph.py 52 newdata = reformat_paragraph(data, format_width)
54 newdata = newdata.split("\n")
61 if not newdata[-1]:
63 newdata = newdata[:-1]
65 newdata = '\n'.join(map(builder, newdata)) + block_suffix
68 newdata = reformat_paragraph(data, maxformatwidth)
70 if newdata != data
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 52 newdata = reformat_paragraph(data, format_width)
54 newdata = newdata.split("\n")
61 if not newdata[-1]:
63 newdata = newdata[:-1]
65 newdata = '\n'.join(map(builder, newdata)) + block_suffix
68 newdata = reformat_paragraph(data, maxformatwidth)
70 if newdata != data
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 52 newdata = reformat_paragraph(data, format_width)
54 newdata = newdata.split("\n")
61 if not newdata[-1]:
63 newdata = newdata[:-1]
65 newdata = '\n'.join(map(builder, newdata)) + block_suffix
68 newdata = reformat_paragraph(data, maxformatwidth)
70 if newdata != data
    [all...]
  /device/google/cuttlefish_common/common/libs/auto_resources/
auto_resources.cpp 56 char* newdata = static_cast<char*>(realloc(data_, newsize)); local
58 if (!newdata && newsize) return false;
61 data_ = newdata;
  /hardware/intel/common/libmix/mix_common/src/
mixparams.c 196 * @newdata: pointer to new object
200 * Either @newdata and the value pointed to by @olddata may be NULL.
202 void mix_params_replace (MixParams **olddata, MixParams *newdata)
210 if (olddata_val == newdata)
213 if (newdata)
214 mix_params_ref (newdata);
216 while (!g_atomic_pointer_compare_and_exchange ((gpointer *) olddata, olddata_val, newdata))
mixparams.h 174 * @newdata:
178 void mix_params_replace(MixParams **olddata, MixParams *newdata);
  /external/selinux/libsepol/include/sepol/
users.h 17 policy for the new user configurations. Sets '*newdata' and '*newlen'
21 void **newdata, size_t * newlen);
policydb.h 135 void **newdata, size_t * newlen);
  /external/selinux/libsepol/src/
policydb_convert.c 35 policydb_t * policydb, void **newdata, size_t * newlen)
88 /* Update (newdata, newlen) */
89 *newdata = tmp_data;
policydb_public.c 189 sepol_policydb_t * p, void **newdata,
192 return policydb_to_image(handle, &p->p, newdata, newlen);
  /external/elfutils/tests/
elfstrmerge.c 486 Elf_Data *newdata = elf_newdata (newscn); local
487 if (newdata == NULL)
490 *newdata = newstrtabdata;
500 *newdata = *data;
512 new_data_buf (newdata);
535 if (gelf_update_sym (newdata, i, &sym) == 0)
543 new_data_buf (newdata);
548 Elf32_Word *newgroup = (Elf32_Word *) newdata->d_buf;
561 new_data_buf (newdata);
567 Elf32_Word *newshndx = (Elf32_Word *) newdata->d_buf
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixdisplay.c 474 * @newdata: pointer to new object
478 * Either @newdata and the value pointed to by @olddata may be NULL.
481 mix_display_replace (MixDisplay ** olddata, MixDisplay * newdata)
489 if (olddata_val == newdata)
492 if (newdata)
493 mix_display_ref (newdata);
496 ((gpointer *) olddata, olddata_val, newdata))
  /external/python/cpython3/Tools/i18n/
makelocalealias.py 108 newdata = locale.locale_alias
113 return newdata
  /external/elfutils/libasm/
asm_end.c 113 Elf_Data *newdata = elf_newdata (scn); local
115 if (newdata == NULL)
121 newdata->d_buf = content->data;
122 newdata->d_type = ELF_T_BYTE;
123 newdata->d_size = content->len;
124 newdata->d_off = offset;
125 newdata->d_align = first ? asmsubscn->max_align : 1;
  /external/boringssl/src/crypto/asn1/
a_int.c 364 uint8_t *const newdata = OPENSSL_malloc(sizeof(uint64_t)); local
365 if (newdata == NULL) {
371 out->data = newdata;

Completed in 576 milliseconds

1 2 3 4