Searched refs:copymode (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest2_dict_interface.py302 for copymode in -1, +1:
311 if copymode < 0:
313 if copymode > 0:
320 self.assertFalse(copymode < 0 and ta != tb)
H A Dtest3_dict_interface.py488 for copymode in -1, +1:
497 if copymode < 0:
499 if copymode > 0:
506 self.assertFalse(copymode < 0 and ta != tb)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c1512 uint32_t copymode; local
1518 copymode = M_COPYM_MOVE_HDR;
1522 copymode = M_COPYM_NOOP_HDR;
1527 (int) len, M_DONTWAIT, copymode);
1576 copymode)) == NULL) {

Completed in 128 milliseconds