/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_urlparse.py | 83 for orig, expect in parse_qsl_test_cases:
84 result = urlparse.parse_qsl(orig, keep_blank_values=True)
85 self.assertEqual(result, expect, "Error parsing %s" % repr(orig))
|
/external/kernel-headers/original/uapi/linux/ |
cec.h | 130 * @orig: the original message structure 132 * Set the msg destination to the orig initiator and the msg initiator to the 133 * orig destination. Note that msg and orig may be the same pointer, in which 137 struct cec_msg *orig) 140 msg->msg[0] = (cec_msg_destination(orig) << 4) | 141 cec_msg_initiator(orig); [all...] |
/external/libnetfilter_conntrack/src/conntrack/ |
build_mnl.c | 118 switch(ct->head.orig.protonum) { 253 switch (ct->head.orig.protonum) { 461 const struct __nfct_tuple *t = &ct->head.orig;
|
build.c | 111 switch(ct->head.orig.protonum) { 264 switch (ct->head.orig.protonum) { 469 uint8_t l3num = ct->head.orig.l3protonum; 492 const struct __nfct_tuple *t = &ct->head.orig;
|
/external/libxml2/ |
catalog.c | [all...] |
/external/python/cpython3/Modules/ |
getpath.c | 319 wchar_t orig[MAXPATHLEN+1]; local 320 wcsncpy(orig, progpath, MAXPATHLEN); 327 wcsncpy(progpath, orig, MAXPATHLEN);
|
/external/skia/src/core/ |
SkFont.cpp | 377 this->getPaths(&glyphID, 1, [](const SkPath* orig, const SkMatrix& mx, void* ctx) { 379 if (orig) { 380 orig->transform(mx, pair->fPath);
|
/external/skqp/src/core/ |
SkFont.cpp | 377 this->getPaths(&glyphID, 1, [](const SkPath* orig, const SkMatrix& mx, void* ctx) { 379 if (orig) { 380 orig->transform(mx, pair->fPath);
|
/frameworks/av/media/libstagefright/webm/ |
WebmElement.cpp | 195 const sp<ABuffer>& orig) 199 : WebmElement(kMkvSimpleBlock, orig->size() + 4), 203 mRef(orig) {
|
/external/python/cpython3/Lib/test/ |
test_iter.py | 166 orig = SequenceClass(5) 169 itorig = iter(orig) 170 d = pickle.dumps((itorig, orig), proto) 178 d = pickle.dumps((itorig, orig), proto) 187 d = pickle.dumps((itorig, orig), proto) 195 d = pickle.dumps((itorig, orig), proto)
|
test_deque.py | 642 orig = deque(range(200)) 643 data = [i*1.01 for i in orig] 646 itorg = iter(orig) 647 dump = pickle.dumps((itorg, orig), proto) 656 dump = pickle.dumps((itorg, orig), proto) 666 dump = pickle.dumps((itorg, orig), proto) 675 dump = pickle.dumps((itorg, orig), proto) [all...] |
test_sys.py | 167 orig = sys.getcheckinterval() 168 for n in 0, 100, 120, orig: # orig last to restore starting state 177 orig = sys.getswitchinterval() 179 self.assertTrue(orig < 0.5, orig) 181 for n in 0.00001, 0.05, 3.0, orig: 185 sys.setswitchinterval(orig) [all...] |
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
ZipArchiveInputStreamTest.java | 219 byte[] orig = IOUtils.toByteArray(in); 222 assertArrayEquals(orig, fromZip);
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/ |
StatsRecorderImplTest.java | 117 Context orig = local 124 Context.current().detach(orig);
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
test_functions.py | 427 for orig, expected in tests: 428 self.assertEqual(ttk._convert_stringval(orig), expected)
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
test_functions.py | 426 for orig, expected in tests: 427 self.assertEqual(ttk._convert_stringval(orig), expected)
|
/external/wpa_supplicant_8/src/radius/ |
radius.c | 550 u8 auth[MD5_MAC_LEN], orig[MD5_MAC_LEN]; local 591 os_memcpy(orig, attr + 1, MD5_MAC_LEN); 599 os_memcpy(attr + 1, orig, MD5_MAC_LEN); 603 return os_memcmp_const(orig, auth, MD5_MAC_LEN) != 0; 802 u8 auth[MD5_MAC_LEN], orig[MD5_MAC_LEN]; local 823 os_memcpy(orig, attr + 1, MD5_MAC_LEN); 834 os_memcpy(attr + 1, orig, MD5_MAC_LEN); 840 if (os_memcmp_const(orig, auth, MD5_MAC_LEN) != 0) { [all...] |
/external/gptfdisk/ |
gpt.h | 96 GPTData & operator=(const GPTData & orig);
|
/external/libnfnetlink/include/libnfnetlink/ |
libnfnetlink.h | 226 void nlif_close(struct nlif_handle *orig);
|
/external/skia/tests/ |
PathOpsExtendedTest.cpp | 742 SkPath orig; 743 orig.lineTo(54, 43); 744 SkPath out = orig; 750 SkASSERT(out == orig);
|
/external/skqp/tests/ |
PathOpsExtendedTest.cpp | 742 SkPath orig; 743 orig.lineTo(54, 43); 744 SkPath out = orig; 750 SkASSERT(out == orig);
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
flatmap_test.cc | 298 const size_t orig = map.bucket_count(); local 302 EXPECT_EQ(map.bucket_count(), orig); 308 const size_t orig = map.bucket_count(); local 312 EXPECT_LT(map.bucket_count(), orig);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
PKCS12KeyStoreSpi.java | 1791 private Hashtable orig = new Hashtable(); field in class:PKCS12KeyStoreSpi.IgnoresCaseHashtable [all...] |
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
PKCS12KeyStoreSpi.java | 1798 private Hashtable orig = new Hashtable(); field in class:PKCS12KeyStoreSpi.IgnoresCaseHashtable [all...] |
/external/libnl/lib/route/ |
link.c | [all...] |