/external/python/cpython3/Lib/test/ |
test_array.py | 285 orig = array.array(self.typecode, self.example) 286 data = list(orig) 290 itorig = iter(orig) 291 d = pickle.dumps((itorig, orig), proto) 299 d = pickle.dumps((itorig, orig), proto) 308 d = pickle.dumps((itorig, orig), proto) 316 d = pickle.dumps((itorig, orig), proto) [all...] |
test_codecs.py | [all...] |
test_calendar.py | 507 orig = calendar.firstweekday() 512 calendar.setfirstweekday(orig) [all...] |
/external/autotest/server/hosts/ |
cros_host.py | [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
XLIFF2ICUConverter.java | 546 Node orig = attr.getNamedItem(lang); local 548 if(orig != null){ 549 String name = orig.getNodeValue(); [all...] |
/external/mesa3d/src/intel/compiler/ |
brw_eu_compact.c | [all...] |
brw_eu.h | 577 brw_inst *orig, brw_inst *uncompacted);
|
/bionic/libc/arch-mips/bionic/ |
setjmp.S | 239 PTR_ADDU $v1, $sp, FRAMESZ # save orig sp
|
/build/kati/ |
parser.cc | 172 stmt->orig = line;
|
/build/soong/androidmk/cmd/androidmk/ |
androidmk.go | 75 orig := failedNode.Dump() 79 lines := strings.Split(orig, "\n")
|
/external/libxml2/include/libxml/ |
parserInternals.h | 396 xmlChar **orig);
|
/external/openssh/regress/ |
Makefile | 111 ssh_proxy_envpass sshd.log sshd_config sshd_config.orig \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_sys.py | 213 orig = sys.getcheckinterval()
214 for n in 0, 100, 120, orig: # orig last to restore starting state
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/ |
IFWIStitch.bat | 174 copy /y !BIOS_Rom! !BIOS_Rom!.orig >nul
223 echo /nB Do NOT backup BIOS.ROMs. (Default will backup to BIOS.ROM.Orig)
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
ZipFileTest.java | 610 byte[] orig = IOUtils.toByteArray(in); 614 assertArrayEquals(orig, fromZip); [all...] |
/external/curl/lib/ |
doh.c | 82 unsigned char *orig = dnsp; local 132 *olen = dnsp - orig;
|
/external/elfutils/src/ |
elfcompress.c | 236 float orig = orig_size ?: 1; local 238 orig_size, shdr->sh_size, (new / orig) * 100); [all...] |
/external/icu/icu4c/source/common/ |
normalizer2impl.h | 121 UChar32 orig=c; local 129 buffer[0]=(UChar)(orig-c2); // LV syllable [all...] |
/external/libnetfilter_conntrack/src/conntrack/ |
parse_mnl.c | 869 ct->head.orig.l3protonum = l3num; 872 if (nfct_parse_tuple(tb[CTA_TUPLE_ORIG], &ct->head.orig,
|
/external/python/cpython2/Lib/test/ |
test_calendar.py | 231 orig = calendar.firstweekday() 236 calendar.setfirstweekday(orig) [all...] |
test_sys.py | 207 orig = sys.getcheckinterval() 208 for n in 0, 100, 120, orig: # orig last to restore starting state
|
/external/python/cpython3/Objects/ |
dictobject.c | 620 clone_combined_dict(PyDictObject *orig) 622 assert(PyDict_CheckExact(orig)); 623 assert(orig->ma_values == NULL); 624 assert(orig->ma_keys->dk_refcnt == 1); 626 Py_ssize_t keys_size = _PyDict_KeysSize(orig->ma_keys); 633 memcpy(keys, orig->ma_keys, keys_size); 655 new->ma_used = orig->ma_used; 657 if (_PyObject_GC_IS_TRACKED(orig)) { [all...] |
/external/python/cpython3/Python/ |
ast_unparse.c | 541 escape_braces(PyObject *orig) 545 temp = PyUnicode_Replace(orig, _str_open_br, _str_dbl_open_br, -1);
|
/external/tensorflow/tensorflow/core/framework/ |
tensor.h | 600 gtl::ArraySlice<int64> orig, int64 num_out_dims); 602 gtl::ArraySlice<int64> orig, int64 num_out_dims); [all...] |
/external/libaom/libaom/av1/encoder/ |
encoder.c | 5348 const YV12_BUFFER_CONFIG *orig = cpi->source; local [all...] |